Home
last modified time | relevance | path

Searched refs:ignored (Results 1 – 25 of 58) 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/ojluni/src/main/native/
DShutdown.c37 Shutdown_halt0(JNIEnv *env, jclass ignored, jint code) in Shutdown_halt0() argument
44 Shutdown_runAllFinalizers(JNIEnv *env, jclass ignored) in Shutdown_runAllFinalizers() argument
DFileSystem_md.c34 FileSystem_getFileSystem(JNIEnv *env, jclass ignored) in FileSystem_getFileSystem() argument
DFileDescriptor_md.c65 JNIEXPORT jboolean JNICALL FileDescriptor_isSocket(JNIEnv *env, jclass ignored, jint fd) { in FileDescriptor_isSocket() argument
DRuntime.c78 Runtime_nativeLoad(JNIEnv* env, jclass ignored, jstring javaFilename, in Runtime_nativeLoad() argument
DSystem.c170 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/
DDaemons.java117 } 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/
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.java52 | IllegalAccessException | IllegalArgumentException ignored) { in isAESHardwareAccelerated()
76 } catch (IOException ignored) { in getFieldFromCpuinfo()
/libcore/luni/src/main/java/libcore/io/
DIoUtils.java59 } catch (Exception ignored) { in closeQuietly()
70 } catch (IOException ignored) { in closeQuietly()
81 } catch (Exception ignored) { in closeQuietly()
/libcore/ojluni/src/main/java/java/io/
DFilterOutputStream.java158 } catch (IOException ignored) { in close()
/libcore/luni/src/test/java/libcore/java/lang/
DThreadTest.java143 } catch (InterruptedException ignored) { in testGetStackTrace()
205 } catch (InterruptedException ignored) { in run()
DSystemTest.java147 } catch (ArrayStoreException ignored) { in testArrayCopyConcurrentModification()
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java653 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/
DCipherOutputStream.java210 } catch (IOException ignored) {} in close()
/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()
/libcore/luni/src/test/java/libcore/java/security/cert/
DX509CRLTest.java88 } catch (IOException ignored) { in getCertificate()
103 } catch (IOException ignored) { in getCRL()
118 } catch (IOException ignored) { in getResourceAsBytes()
144 } catch (IOException ignored) { in getCrlDates()
DX509CertificateTest.java132 } 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/support/src/test/java/tests/util/
DClassLoaderBuilder.java109 } catch (Exception ignored) { in build()
/libcore/dalvik/src/main/java/dalvik/system/profiler/
DHprofBinaryToAscii.java152 } catch (IOException ignored) { in closeQuietly()
/libcore/ojluni/src/main/java/java/net/
DHttpCookie.java1002 } catch (NoSuchElementException ignored) { in parseInternal()
1062 } catch (NumberFormatException ignored) {
1092 } catch (NumberFormatException ignored) {
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileDispatcherImpl.java121 } catch (SocketException ignored) { in preCloseImpl()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/apache/harmony/kernel/dalvik/
DThreadsTest.java215 } catch (InterruptedException ignored) { in getDurationMillis()
/libcore/luni/src/test/java/libcore/java/io/
DOldFilterInputStreamTest.java305 } catch (Exception ignored) { in tearDown()

123