Home
last modified time | relevance | path

Searched refs:ignored (Results 1 – 25 of 59) sorted by relevance

123

/libcore/json/src/main/java/org/json/
DJSON.java52 } catch (NumberFormatException ignored) { in toDouble()
66 } catch (NumberFormatException ignored) { in toInteger()
80 } catch (NumberFormatException ignored) { in toLong()
/libcore/libart/src/main/java/java/lang/
DDaemons.java183 } 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/
DUNIXProcess.java232 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/
DCpuFeatures.java106 | IllegalAccessException | IllegalArgumentException ignored) { in isAesHardwareAccelerated()
157 } catch (IOException ignored) { in cpuFieldContainsAes()
/libcore/luni/src/main/java/libcore/io/
DIoUtils.java172 } catch (Exception ignored) { in closeQuietly()
185 } catch (IOException ignored) { in closeQuietly()
198 } catch (Exception ignored) { in closeQuietly()
DBlockGuardOs.java104 } 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/
DThreadTest.java277 } 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/
DOldPreferencesTest.java654 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/
DTestIoUtils.java60 } catch (Exception ignored) { in closeQuietly()
/libcore/ojluni/src/main/native/
DFileDescriptor_md.c65 JNIEXPORT jboolean JNICALL FileDescriptor_isSocket(JNIEnv *env, jclass ignored, jint fd) { in FileDescriptor_isSocket() argument
DRuntime.c77 Runtime_nativeLoad(JNIEnv* env, jclass ignored, jstring javaFilename, in Runtime_nativeLoad() argument
DSystem.c172 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
DOnLoad.cpp47 extern "C" jint net_JNI_OnLoad(JavaVM *vm, void* ignored);
/libcore/luni/src/main/java/libcore/net/
DInetAddressUtils.java87 } catch (GaiException ignored) { in parseNumericAddressNoThrow()
/libcore/ojluni/src/main/java/javax/crypto/
DCipherOutputStream.java218 } catch (IOException ignored) {} in close()
/libcore/ojluni/src/main/java/java/net/
DPlainDatagramSocketImpl.java211 } catch (IOException ignored) { } in datagramSocketClose()
248 } catch (SocketException ignored) { } in disconnect0()
DHttpCookie.java870 } catch (NoSuchElementException ignored) { in parseInternal()
945 } catch (NumberFormatException ignored) {
988 } catch (NumberFormatException ignored) {
/libcore/luni/src/test/java/libcore/xml/
DXmlPullParserFactoryTest.java119 } catch (ClassNotFoundException ignored) { in TestXmlPullParserFactory()
120 throw new AssertionError(ignored); in TestXmlPullParserFactory()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileIOInterruptTest.java650 } catch (IOException ignored) { in run()
677 } catch (IOException ignored) { in run()
700 } catch (InterruptedException ignored) { in waitToDie()
713 } catch (InterruptedException ignored) { in delay()
DSelectorTest.java86 } catch (IOException ignored) { in testManyWakeupCallsTriggerOnlyOneWakeup()
/libcore/luni/src/test/java/libcore/java/security/cert/
DX509CRLTest.java107 } catch (IOException ignored) { in getCertificate()
122 } catch (IOException ignored) { in getCRL()
137 } catch (IOException ignored) { in getResourceAsBytes()
163 } catch (IOException ignored) { in getCrlDates()
DX509CertificateTest.java148 } 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/
DDelegateLastClassLoader.java130 } catch (ClassNotFoundException ignored) { in loadClass()
/libcore/support/src/test/java/tests/util/
DClassLoaderBuilder.java109 } catch (Exception ignored) { in build()
/libcore/luni/src/test/java/libcore/java/net/
DSocketTimeoutTest.java128 } catch (IOException ignored) { in testSocketWriteNeverTimeouts()

123