Searched refs:ignored (Results 1 - 25 of 57) sorted by relevance

123

/libcore/json/src/main/java/org/json/
H A DJSON.java52 } catch (NumberFormatException ignored) {
66 } catch (NumberFormatException ignored) {
80 } catch (NumberFormatException ignored) {
/libcore/support/src/test/java/libcore/java/security/
H A DCpuFeatures.java53 | IllegalAccessException | IllegalArgumentException ignored) {
77 } catch (IOException ignored) {
/libcore/libart/src/main/java/java/lang/
H A DDaemons.java145 } catch (InterruptedException ignored) {
146 } catch (OutOfMemoryError ignored) {
238 } catch (InterruptedException ignored) {
239 } catch (OutOfMemoryError ignored) {
347 } catch (OutOfMemoryError ignored) {
411 } catch (OutOfMemoryError ignored) {
/libcore/ojluni/src/main/java/java/lang/
H A 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/luni/src/main/java/libcore/io/
H A DIoUtils.java59 } catch (Exception ignored) {
70 } catch (IOException ignored) {
81 } catch (Exception ignored) {
/libcore/dalvik/src/main/java/dalvik/system/
H A DDelegateLastClassLoader.java96 } catch (ClassNotFoundException ignored) {
/libcore/luni/src/test/java/libcore/java/lang/
H A DThreadTest.java190 } catch (InterruptedException ignored) {
290 } catch (InterruptedException ignored) {
303 } catch (InterruptedException ignored) {
335 } catch (InterruptedException ignored) {
H A DSystemTest.java146 } catch (ArrayStoreException ignored) {
/libcore/ojluni/src/main/java/javax/crypto/
H A DCipherOutputStream.java218 } catch (IOException ignored) {}
/libcore/ojluni/src/main/native/
H A DFileDescriptor_md.c65 JNIEXPORT jboolean JNICALL FileDescriptor_isSocket(JNIEnv *env, jclass ignored, jint fd) { argument
H A DRuntime.c77 Runtime_nativeLoad(JNIEnv* env, jclass ignored, jstring javaFilename, argument
H A DSystem.c173 static jobjectArray System_specialProperties(JNIEnv* env, jclass ignored) { argument
233 static void System_log(JNIEnv* env, jclass ignored, jchar type, jstring javaMessage, jthrowable exception) { argument
/libcore/support/src/test/java/tests/util/
H A DClassLoaderBuilder.java109 } catch (Exception ignored) {
/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DOldPreferencesTest.java653 try { Thread.sleep(1000); } catch (InterruptedException ignored) {}
713 try { Thread.sleep(1000); } catch (InterruptedException ignored) {}
719 try { Thread.sleep(1000); } catch (InterruptedException ignored) {}
735 } catch (Exception ignored) {
890 } catch (InterruptedException ignored) {
897 if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { }
906 if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { }
938 } catch (InterruptedException ignored) {
945 if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { }
/libcore/luni/src/test/java/libcore/xml/
H A DXmlPullParserFactoryTest.java119 } catch (ClassNotFoundException ignored) {
120 throw new AssertionError(ignored);
/libcore/ojluni/src/main/java/java/net/
H A DPlainDatagramSocketImpl.java210 } catch (IOException ignored) { }
247 } catch (SocketException ignored) { }
H A DHttpCookie.java870 } catch (NoSuchElementException ignored) {
945 } catch (NumberFormatException ignored) {
988 } catch (NumberFormatException ignored) {
/libcore/luni/src/test/java/libcore/java/net/
H A DSocketTimeoutTest.java128 } catch (IOException ignored) {
/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DFileIOInterruptTest.java650 } catch (IOException ignored) {
677 } catch (IOException ignored) {
700 } catch (InterruptedException ignored) {
713 } catch (InterruptedException ignored) {
H A DSelectorTest.java86 } catch (IOException ignored) {
/libcore/luni/src/test/java/libcore/java/security/cert/
H A DX509CRLTest.java112 } catch (IOException ignored) {
127 } catch (IOException ignored) {
142 } catch (IOException ignored) {
168 } catch (IOException ignored) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/apache/harmony/kernel/dalvik/
H A DThreadsTest.java215 } catch (InterruptedException ignored) {
/libcore/luni/src/main/java/javax/xml/validation/
H A DSchemaFactoryFinder.java376 catch (Exception ignored) {}
/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathFactoryFinder.java309 } catch (Exception ignored) {
/libcore/luni/src/test/java/libcore/java/io/
H A DOldFilterInputStreamTest.java305 } catch (Exception ignored) {

Completed in 1385 milliseconds

123