Home
last modified time | relevance | path

Searched refs:ignored (Results 1 – 25 of 61) 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.java181 } 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/
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.java66 | IllegalAccessException | IllegalArgumentException ignored) { in isAESHardwareAccelerated()
90 } catch (IOException ignored) { in getFieldFromCpuinfo()
/libcore/luni/src/test/java/libcore/java/lang/
DThreadTest.java191 } 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/
DTestIoUtils.java49 } catch (Exception ignored) { in closeQuietly()
/libcore/luni/src/main/java/libcore/io/
DIoUtils.java168 } catch (Exception ignored) { in closeQuietly()
181 } catch (IOException ignored) { in closeQuietly()
194 } catch (Exception ignored) { in closeQuietly()
DBlockGuardOs.java102 } 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/
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/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.c173 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
DOnLoad.cpp48 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.java210 } catch (IOException ignored) { } in datagramSocketClose()
247 } 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.java112 } catch (IOException ignored) { in getCertificate()
127 } catch (IOException ignored) { in getCRL()
142 } catch (IOException ignored) { in getResourceAsBytes()
168 } catch (IOException ignored) { in getCrlDates()
DX509CertificateTest.java154 } 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/
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