/libcore/luni/src/main/java/libcore/net/http/ |
D | HttpDate.java | 76 } catch (ParseException ignore) { in parse() 81 } catch (ParseException ignore) { in parse()
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | AbstractExecutorService.java | 248 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/ |
D | UnixPath.java | 488 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()
|
D | UnixCopyFile.java | 152 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()
|
D | LinuxFileStore.java | 111 } catch (IOException ignore) { in isExtendedAttributesEnabled()
|
D | UnixUserPrincipals.java | 154 } catch (NumberFormatException ignore) { in lookupName()
|
D | UnixFileSystem.java | 214 } catch (IOException ignore) {
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | Port.java | 107 } catch (IOException ignore) { } in unregister() 170 } catch (IOException ignore) { } in closeAllChannels()
|
D | PendingFuture.java | 246 } catch (IOException ignore) { } in cancel()
|
/libcore/ojluni/src/main/java/java/nio/file/spi/ |
D | FileTypeDetector.java | 58 private FileTypeDetector(Void ignore) { } in FileTypeDetector() argument
|
D | FileSystemProvider.java | 93 private FileSystemProvider(Void ignore) { } in FileSystemProvider() argument 741 } catch (NoSuchFileException ignore) { in deleteIfExists()
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | ConstantCallSite.java | 105 @Override public final void setTarget(MethodHandle ignore) { in setTarget() argument
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ArraysTest.java | 1065 } 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/ |
D | OldPipedWriterTest.java | 269 } catch (Exception ignore) {} in tearDown() 274 } catch (Exception ignore) {} in tearDown()
|
/libcore/ojluni/src/main/java/java/nio/channels/spi/ |
D | AbstractSelector.java | 212 public void interrupt(Thread ignore) { in begin()
|
D | AsynchronousChannelProvider.java | 60 private AsynchronousChannelProvider(Void ignore) { } in AsynchronousChannelProvider() argument
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Resource.java | 146 } catch (IOException ignore) {} in getBytes()
|
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
D | TCKChronoLocalDate.java | 346 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
|
D | TCKChronoLocalDateTime.java | 366 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
|
D | TCKChronoZonedDateTime.java | 367 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/ |
D | PipedWriterTest.java | 467 } catch (Exception ignore) { in tearDown() 473 } catch (Exception ignore) { in tearDown()
|
D | ByteArrayOutputStreamTest.java | 46 } catch (Exception ignore) { in tearDown()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | KeyGeneratorTest.java | 364 } catch (InvalidParameterException ignore) { in testInitKey() 371 } catch (InvalidParameterException ignore) { in testInitKey()
|
/libcore/luni/src/test/java/tests/security/cert/ |
D | CertificateFactory4Test.java | 89 } catch (IOException ignore) {} in test_generateCertificateLjava_io_InputStream()
|
/libcore/ojluni/src/main/java/java/util/stream/ |
D | Streams.java | 859 } catch (Throwable ignore) {} in composeWithExceptions() 888 } catch (Throwable ignore) {}
|