Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 25 of 46) sorted by relevance

12

/libcore/luni/src/main/java/libcore/net/http/
DHttpDate.java76 } catch (ParseException ignore) { in parse()
81 } catch (ParseException ignore) { in parse()
/libcore/ojluni/src/main/java/java/util/concurrent/
DAbstractExecutorService.java248 catch (CancellationException ignore) {} in invokeAll()
249 catch (ExecutionException ignore) {} in invokeAll()
286 catch (CancellationException ignore) {} in invokeAll()
287 catch (ExecutionException ignore) {} in invokeAll()
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixPath.java488 boolean[] ignore = new boolean[count]; // true => ignore name in normalize()
510 ignore[i] = true; // ignore "." in normalize()
527 if (ignore[i]) in normalize()
546 ignore[prevName] = true; in normalize()
547 ignore[i] = true; in normalize()
555 if (!ignore[j]) { in normalize()
562 ignore[i] = true; in normalize()
586 if (!ignore[i]) in normalize()
596 if (!ignore[i]) { in normalize()
DUnixCopyFile.java152 try { rmdir(target); } catch (UnixException ignore) { } in copyDirectory()
213 try { rmdir(target); } catch (UnixException ignore) { } in copyDirectory()
294 } catch (UnixException ignore) { } in copyFile()
366 try { unlink(target); } catch (UnixException ignore) { } in copySpecial()
492 } catch (UnixException ignore) { } in move()
DLinuxFileStore.java111 } catch (IOException ignore) { in isExtendedAttributesEnabled()
DUnixUserPrincipals.java154 } catch (NumberFormatException ignore) { in lookupName()
DUnixFileSystem.java214 } catch (IOException ignore) {
/libcore/ojluni/src/main/java/sun/nio/ch/
DPort.java107 } catch (IOException ignore) { } in unregister()
170 } catch (IOException ignore) { } in closeAllChannels()
DPendingFuture.java246 } catch (IOException ignore) { } in cancel()
/libcore/ojluni/src/main/java/java/nio/file/spi/
DFileTypeDetector.java58 private FileTypeDetector(Void ignore) { } in FileTypeDetector() argument
DFileSystemProvider.java93 private FileSystemProvider(Void ignore) { } in FileSystemProvider() argument
741 } catch (NoSuchFileException ignore) { in deleteIfExists()
/libcore/ojluni/src/main/java/java/lang/invoke/
DConstantCallSite.java105 @Override public final void setTarget(MethodHandle ignore) { in setTarget() argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DArraysTest.java1065 } catch (IllegalArgumentException ignore) { in test_sort$BII()
1071 } catch (ArrayIndexOutOfBoundsException ignore) { in test_sort$BII()
1077 } catch (ArrayIndexOutOfBoundsException ignore) { in test_sort$BII()
1124 } catch (IllegalArgumentException ignore) { in test_sort$CII()
1130 } catch (ArrayIndexOutOfBoundsException ignore) { in test_sort$CII()
1136 } catch (ArrayIndexOutOfBoundsException ignore) { in test_sort$CII()
1217 } catch (IllegalArgumentException ignore) { in test_sort$DII()
1223 } catch (ArrayIndexOutOfBoundsException ignore) { in test_sort$DII()
1229 } catch (ArrayIndexOutOfBoundsException ignore) { in test_sort$DII()
1299 } catch (IllegalArgumentException ignore) { in test_sort$FII()
[all …]
/libcore/luni/src/test/java/libcore/java/io/
DOldPipedWriterTest.java269 } catch (Exception ignore) {} in tearDown()
274 } catch (Exception ignore) {} in tearDown()
/libcore/ojluni/src/main/java/java/nio/channels/spi/
DAbstractSelector.java212 public void interrupt(Thread ignore) { in begin()
DAsynchronousChannelProvider.java60 private AsynchronousChannelProvider(Void ignore) { } in AsynchronousChannelProvider() argument
/libcore/ojluni/src/main/java/sun/misc/
DResource.java146 } catch (IOException ignore) {} in getBytes()
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKChronoLocalDate.java346 public Temporal adjustInto(Temporal ignore) { in adjustInto() argument
351 public Temporal addTo(Temporal ignore) { in addTo() argument
356 public Temporal subtractFrom(Temporal ignore) { in subtractFrom() argument
DTCKChronoLocalDateTime.java366 public Temporal adjustInto(Temporal ignore) { in adjustInto() argument
371 public Temporal addTo(Temporal ignore) { in addTo() argument
376 public Temporal subtractFrom(Temporal ignore) { in subtractFrom() argument
DTCKChronoZonedDateTime.java367 public Temporal adjustInto(Temporal ignore) { in adjustInto() argument
372 public Temporal addTo(Temporal ignore) { in addTo() argument
377 public Temporal subtractFrom(Temporal ignore) { in subtractFrom() argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DPipedWriterTest.java467 } catch (Exception ignore) { in tearDown()
473 } catch (Exception ignore) { in tearDown()
DByteArrayOutputStreamTest.java46 } catch (Exception ignore) { in tearDown()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DKeyGeneratorTest.java364 } catch (InvalidParameterException ignore) { in testInitKey()
371 } catch (InvalidParameterException ignore) { in testInitKey()
/libcore/luni/src/test/java/tests/security/cert/
DCertificateFactory4Test.java89 } catch (IOException ignore) {} in test_generateCertificateLjava_io_InputStream()
/libcore/ojluni/src/main/java/java/util/stream/
DStreams.java859 } catch (Throwable ignore) {} in composeWithExceptions()
888 } catch (Throwable ignore) {}

12