/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 | 181 } catch (InterruptedException ignored) { in stop() 182 } catch (OutOfMemoryError ignored) { in stop() 277 } catch (InterruptedException ignored) { in runInternal() 278 } catch (OutOfMemoryError ignored) { in runInternal() 388 } catch (OutOfMemoryError ignored) { in sleepForMillis() 458 } 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 | 66 | IllegalAccessException | IllegalArgumentException ignored) { in isAESHardwareAccelerated() 90 } catch (IOException ignored) { in getFieldFromCpuinfo()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ThreadTest.java | 191 } catch (InterruptedException ignored) { in testGetStackTrace() 291 } catch (InterruptedException ignored) { in testThreadDoubleStart() 304 } catch (InterruptedException ignored) { in testThreadRestart() 336 } catch (InterruptedException ignored) { in run()
|
/libcore/support/src/test/java/libcore/testing/io/ |
D | TestIoUtils.java | 49 } catch (Exception ignored) { in closeQuietly()
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoUtils.java | 168 } catch (Exception ignored) { in closeQuietly() 181 } catch (IOException ignored) { in closeQuietly() 194 } catch (Exception ignored) { in closeQuietly()
|
D | BlockGuardOs.java | 102 } catch (ErrnoException ignored) { in close() 133 } catch (ErrnoException ignored) { in connect() 144 } catch (ErrnoException ignored) { in connect()
|
/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/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 | 173 static jobjectArray System_specialProperties(JNIEnv* env, jclass ignored) { in System_specialProperties() argument 233 static void System_log(JNIEnv* env, jclass ignored, jchar type, jstring javaMessage, jthrowable exc… in System_log() argument
|
D | OnLoad.cpp | 48 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 | 210 } catch (IOException ignored) { } in datagramSocketClose() 247 } 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 | 112 } catch (IOException ignored) { in getCertificate() 127 } catch (IOException ignored) { in getCRL() 142 } catch (IOException ignored) { in getResourceAsBytes() 168 } catch (IOException ignored) { in getCrlDates()
|
D | X509CertificateTest.java | 154 } catch (IOException ignored) { in getCertificate() 168 } catch (IOException ignored) { in getCertificates() 186 } catch (IOException ignored) { in getRsaCertificatePublicKey() 216 } catch (IOException ignored) { in getRsaCertificateDates() 234 } catch (IOException ignored) { in getRsaCertificateSerial() 249 } catch (IOException ignored) { in getResourceAsBytes() 1329 } 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()
|