/libcore/json/src/main/java/org/json/ |
D | JSON.java | 52 } catch (NumberFormatException ignored) { in toDouble() 66 } catch (NumberFormatException ignored) { in toInteger() 80 } catch (NumberFormatException ignored) { in toLong()
|
/libcore/luni/src/main/java/java/util/ |
D | AbstractSet.java | 57 } catch (NullPointerException ignored) { in equals() 59 } catch (ClassCastException ignored) { in equals()
|
D | Timer.java | 215 } catch (InterruptedException ignored) { in run() 239 } catch (InterruptedException ignored) { in run()
|
/libcore/luni/src/main/java/org/apache/harmony/security/fortress/ |
D | Services.java | 82 } catch (ClassNotFoundException ignored) { 83 } catch (IllegalAccessException ignored) { 84 } catch (InstantiationException ignored) {
|
/libcore/libart/src/main/java/java/lang/ |
D | Daemons.java | 107 } catch (InterruptedException ignored) { in stop() 175 } catch (InterruptedException ignored) { in run() 314 } catch (InterruptedException ignored) { in run() 347 } catch (InterruptedException ignored) { in run()
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoUtils.java | 61 } catch (Exception ignored) { in closeQuietly() 72 } catch (IOException ignored) { in closeQuietly() 83 } catch (Exception ignored) { in closeQuietly()
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | ZygoteHooks.java | 76 } catch (InterruptedException ignored) { in waitUntilAllThreadsStopped()
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
D | SubjectPublicKeyInfo.java | 148 } catch (InvalidKeySpecException ignored) { in generateKeyForAlgorithm() 149 } catch (NoSuchAlgorithmException ignored) { in generateKeyForAlgorithm()
|
D | GeneralNames.java | 94 } catch (IllegalArgumentException ignored) { in getPairsList()
|
D | Extension.java | 224 } catch (IOException ignored) { in getKeyUsageValue() 238 } catch (IOException ignored) { in getBasicConstraintsValue() 303 } catch (IOException ignored) { in dumpValue()
|
/libcore/luni/src/main/java/java/net/ |
D | PlainDatagramSocketImpl.java | 68 } catch (IOException ignored) { in bind() 82 } catch (IOException ignored) { in close() 229 } catch (SocketException ignored) { in disconnect()
|
D | URL.java | 415 } catch (IllegalAccessException ignored) { in setupStreamHandler() 416 } catch (InstantiationException ignored) { in setupStreamHandler() 417 } catch (ClassNotFoundException ignored) { in setupStreamHandler()
|
D | InetSocketAddress.java | 107 } catch (UnknownHostException ignored) { in InetSocketAddress()
|
D | InetAddress.java | 286 } catch (GaiException ignored) { in parseNumericAddressNoThrow() 739 } catch (IOException ignored) { in isReachable() 747 } catch (InterruptedException ignored) { in isReachable()
|
D | ProxySelectorImpl.java | 109 } catch (NumberFormatException ignored) { in getSystemPropertyInt()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ThreadTest.java | 140 } catch (InterruptedException ignored) { in testGetStackTrace() 189 } catch (InterruptedException ignored) { in run()
|
/libcore/luni/src/main/java/java/nio/channels/spi/ |
D | AbstractInterruptibleChannel.java | 47 } catch (IOException ignored) {
|
/libcore/luni/src/main/java/libcore/net/ |
D | MimeUtils.java | 406 } catch (IOException ignored) { in getContentTypesPropertiesStream() 416 } catch (IOException ignored) { in getContentTypesPropertiesStream() 449 } catch (IOException ignored) { in applyOverrides()
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
D | OldPreferencesTest.java | 653 try { Thread.sleep(1000); } catch (InterruptedException ignored) {} in testAddNodeChangeListener() 713 try { Thread.sleep(1000); } catch (InterruptedException ignored) {} in testAddNodeChangeListener() 719 try { Thread.sleep(1000); } catch (InterruptedException ignored) {} in testAddNodeChangeListener() 735 } catch (Exception ignored) { in testAddNodeChangeListener() 890 } catch (InterruptedException ignored) { in waitForEvent() 897 … if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { } in childAdded() 906 … if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { } in childRemoved() 938 } catch (InterruptedException ignored) { in waitForEvent() 945 … if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { } in preferenceChange()
|
/libcore/luni/src/main/java/java/nio/ |
D | MappedByteBuffer.java | 92 } catch (ErrnoException ignored) { in load()
|
/libcore/luni/src/test/java/libcore/xml/ |
D | XmlPullParserFactoryTest.java | 119 } catch (ClassNotFoundException ignored) { in TestXmlPullParserFactory() 120 throw new AssertionError(ignored); in TestXmlPullParserFactory()
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
D | X509CRLTest.java | 88 } catch (IOException ignored) { in getCertificate() 103 } catch (IOException ignored) { in getCRL() 118 } catch (IOException ignored) { in getResourceAsBytes() 144 } catch (IOException ignored) { in getCrlDates()
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | FileIOInterruptTest.java | 642 } catch (IOException ignored) { in run() 669 } catch (IOException ignored) { in run() 692 } catch (InterruptedException ignored) { in waitToDie() 705 } catch (InterruptedException ignored) { in delay()
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
D | HprofBinaryToAscii.java | 152 } catch (IOException ignored) { in closeQuietly()
|
/libcore/support/src/test/java/tests/util/ |
D | ClassLoaderBuilder.java | 109 } catch (Exception ignored) { in build()
|