/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/libart/src/main/java/java/lang/ |
D | Daemons.java | 183 } catch (InterruptedException ignored) { in stop() 184 } catch (OutOfMemoryError ignored) { in stop() 279 } catch (InterruptedException ignored) { in runInternal() 280 } catch (OutOfMemoryError ignored) { in runInternal() 395 } catch (OutOfMemoryError ignored) { in sleepForNanos() 466 } catch (OutOfMemoryError ignored) { in finalizerTimedOut()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | UNIXProcess.java | 232 try { stdin.close(); } catch (IOException ignored) {} 233 try { stdout.close(); } catch (IOException ignored) {} 234 try { stderr.close(); } catch (IOException ignored) {} 301 } catch (IOException ignored) { 323 } catch (IOException ignored) {
|
/libcore/support/src/test/java/libcore/java/security/ |
D | CpuFeatures.java | 106 | IllegalAccessException | IllegalArgumentException ignored) { in isAesHardwareAccelerated() 157 } catch (IOException ignored) { in cpuFieldContainsAes()
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoUtils.java | 172 } catch (Exception ignored) { in closeQuietly() 185 } catch (IOException ignored) { in closeQuietly() 198 } catch (Exception ignored) { in closeQuietly()
|
D | BlockGuardOs.java | 104 } catch (ErrnoException ignored) { in close() 135 } catch (ErrnoException ignored) { in connect() 146 } catch (ErrnoException ignored) { in connect()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ThreadTest.java | 277 } catch (InterruptedException ignored) { in testGetStackTrace() 455 } catch (InterruptedException ignored) { in testThreadDoubleStart() 468 } catch (InterruptedException ignored) { in testThreadRestart() 500 } catch (InterruptedException ignored) { in run()
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
D | OldPreferencesTest.java | 654 try { Thread.sleep(1000); } catch (InterruptedException ignored) {} in testAddNodeChangeListener() 714 try { Thread.sleep(1000); } catch (InterruptedException ignored) {} in testAddNodeChangeListener() 720 try { Thread.sleep(1000); } catch (InterruptedException ignored) {} in testAddNodeChangeListener() 736 } catch (Exception ignored) { in testAddNodeChangeListener() 891 } catch (InterruptedException ignored) { in waitForEvent() 898 … if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { } in childAdded() 907 … if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { } in childRemoved() 939 } catch (InterruptedException ignored) { in waitForEvent() 946 … if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { } in preferenceChange()
|
/libcore/support/src/test/java/libcore/testing/io/ |
D | TestIoUtils.java | 60 } catch (Exception ignored) { in closeQuietly()
|
/libcore/ojluni/src/main/native/ |
D | FileDescriptor_md.c | 65 JNIEXPORT jboolean JNICALL FileDescriptor_isSocket(JNIEnv *env, jclass ignored, jint fd) { in FileDescriptor_isSocket() argument
|
D | Runtime.c | 77 Runtime_nativeLoad(JNIEnv* env, jclass ignored, jstring javaFilename, in Runtime_nativeLoad() argument
|
D | System.c | 172 static jobjectArray System_specialProperties(JNIEnv* env, jclass ignored) { in System_specialProperties() argument 232 static void System_log(JNIEnv* env, jclass ignored, jchar type, jstring javaMessage, jthrowable exc… in System_log() argument
|
D | OnLoad.cpp | 47 extern "C" jint net_JNI_OnLoad(JavaVM *vm, void* ignored);
|
/libcore/luni/src/main/java/libcore/net/ |
D | InetAddressUtils.java | 87 } catch (GaiException ignored) { in parseNumericAddressNoThrow()
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | CipherOutputStream.java | 218 } catch (IOException ignored) {} in close()
|
/libcore/ojluni/src/main/java/java/net/ |
D | PlainDatagramSocketImpl.java | 211 } catch (IOException ignored) { } in datagramSocketClose() 248 } catch (SocketException ignored) { } in disconnect0()
|
D | HttpCookie.java | 870 } catch (NoSuchElementException ignored) { in parseInternal() 945 } catch (NumberFormatException ignored) { 988 } catch (NumberFormatException ignored) {
|
/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/nio/channels/ |
D | FileIOInterruptTest.java | 650 } catch (IOException ignored) { in run() 677 } catch (IOException ignored) { in run() 700 } catch (InterruptedException ignored) { in waitToDie() 713 } catch (InterruptedException ignored) { in delay()
|
D | SelectorTest.java | 86 } catch (IOException ignored) { in testManyWakeupCallsTriggerOnlyOneWakeup()
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
D | X509CRLTest.java | 107 } catch (IOException ignored) { in getCertificate() 122 } catch (IOException ignored) { in getCRL() 137 } catch (IOException ignored) { in getResourceAsBytes() 163 } catch (IOException ignored) { in getCrlDates()
|
D | X509CertificateTest.java | 148 } catch (IOException ignored) { in getCertificate() 162 } catch (IOException ignored) { in getCertificates() 180 } catch (IOException ignored) { in getRsaCertificatePublicKey() 210 } catch (IOException ignored) { in getRsaCertificateDates() 228 } catch (IOException ignored) { in getRsaCertificateSerial() 243 } catch (IOException ignored) { in getResourceAsBytes() 1323 } catch (IOException ignored) {
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | DelegateLastClassLoader.java | 130 } catch (ClassNotFoundException ignored) { in loadClass()
|
/libcore/support/src/test/java/tests/util/ |
D | ClassLoaderBuilder.java | 109 } catch (Exception ignored) { in build()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | SocketTimeoutTest.java | 128 } catch (IOException ignored) { in testSocketWriteNeverTimeouts()
|