/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/ojluni/src/main/native/ |
D | Shutdown.c | 37 Shutdown_halt0(JNIEnv *env, jclass ignored, jint code) in Shutdown_halt0() argument 44 Shutdown_runAllFinalizers(JNIEnv *env, jclass ignored) in Shutdown_runAllFinalizers() argument
|
D | FileSystem_md.c | 34 FileSystem_getFileSystem(JNIEnv *env, jclass ignored) in FileSystem_getFileSystem() argument
|
D | FileDescriptor_md.c | 65 JNIEXPORT jboolean JNICALL FileDescriptor_isSocket(JNIEnv *env, jclass ignored, jint fd) { in FileDescriptor_isSocket() argument
|
D | Runtime.c | 78 Runtime_nativeLoad(JNIEnv* env, jclass ignored, jstring javaFilename, in Runtime_nativeLoad() argument
|
D | System.c | 170 static jobjectArray System_specialProperties(JNIEnv* env, jclass ignored) { in System_specialProperties() argument 230 static void System_log(JNIEnv* env, jclass ignored, jchar type, jstring javaMessage, jthrowable exc… in System_log() argument
|
/libcore/libart/src/main/java/java/lang/ |
D | Daemons.java | 117 } catch (InterruptedException ignored) { in stop() 118 } catch (OutOfMemoryError ignored) { in stop() 210 } catch (InterruptedException ignored) { in run() 211 } catch (OutOfMemoryError ignored) { in run() 319 } catch (OutOfMemoryError ignored) { in sleepFor() 383 } 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 | 52 | IllegalAccessException | IllegalArgumentException ignored) { in isAESHardwareAccelerated() 76 } catch (IOException ignored) { in getFieldFromCpuinfo()
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoUtils.java | 59 } catch (Exception ignored) { in closeQuietly() 70 } catch (IOException ignored) { in closeQuietly() 81 } catch (Exception ignored) { in closeQuietly()
|
/libcore/ojluni/src/main/java/java/io/ |
D | FilterOutputStream.java | 158 } catch (IOException ignored) { in close()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ThreadTest.java | 143 } catch (InterruptedException ignored) { in testGetStackTrace() 205 } catch (InterruptedException ignored) { in run()
|
D | SystemTest.java | 147 } catch (ArrayStoreException ignored) { in testArrayCopyConcurrentModification()
|
/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/ojluni/src/main/java/javax/crypto/ |
D | CipherOutputStream.java | 210 } catch (IOException ignored) {} in close()
|
/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()
|
/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()
|
D | X509CertificateTest.java | 132 } catch (IOException ignored) { in getCertificate() 146 } catch (IOException ignored) { in getCertificates() 164 } catch (IOException ignored) { in getRsaCertificatePublicKey() 194 } catch (IOException ignored) { in getRsaCertificateDates() 212 } catch (IOException ignored) { in getRsaCertificateSerial() 227 } catch (IOException ignored) { in getResourceAsBytes() 1317 } catch (IOException ignored) {
|
/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()
|
/libcore/ojluni/src/main/java/java/net/ |
D | HttpCookie.java | 1002 } catch (NoSuchElementException ignored) { in parseInternal() 1062 } catch (NumberFormatException ignored) { 1092 } catch (NumberFormatException ignored) {
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | FileDispatcherImpl.java | 121 } catch (SocketException ignored) { in preCloseImpl()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldFilterInputStreamTest.java | 305 } catch (Exception ignored) { in tearDown()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/apache/harmony/kernel/dalvik/ |
D | ThreadsTest.java | 215 } catch (InterruptedException ignored) { in getDurationMillis()
|