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

123

/libcore/ojluni/src/main/native/
H A DFileSystem_md.c34 FileSystem_getFileSystem(JNIEnv *env, jclass ignored) argument
H A DShutdown.c37 Shutdown_halt0(JNIEnv *env, jclass ignored, jint code) argument
44 Shutdown_runAllFinalizers(JNIEnv *env, jclass ignored) argument
H A DFileDescriptor_md.c65 JNIEXPORT jboolean JNICALL FileDescriptor_isSocket(JNIEnv *env, jclass ignored, jint fd) { argument
H A DRuntime.c78 Runtime_nativeLoad(JNIEnv* env, jclass ignored, jstring javaFilename, argument
H A DSystem.c170 static jobjectArray System_specialProperties(JNIEnv* env, jclass ignored) { argument
230 static void System_log(JNIEnv* env, jclass ignored, jchar type, jstring javaMessage, jthrowable exception) { argument
/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.java52 | IllegalAccessException | IllegalArgumentException ignored) {
76 } catch (IOException ignored) {
/libcore/ojluni/src/main/java/java/io/
H A DFilterOutputStream.java158 } catch (IOException ignored) {
/libcore/libart/src/main/java/java/lang/
H A DDaemons.java117 } catch (InterruptedException ignored) {
118 } catch (OutOfMemoryError ignored) {
210 } catch (InterruptedException ignored) {
211 } catch (OutOfMemoryError ignored) {
319 } catch (OutOfMemoryError ignored) {
383 } 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/ojluni/src/main/java/javax/crypto/
H A DCipherOutputStream.java210 } catch (IOException ignored) {}
/libcore/luni/src/test/java/libcore/java/lang/
H A DThreadTest.java143 } catch (InterruptedException ignored) {
205 } catch (InterruptedException ignored) {
/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DHprofBinaryToAscii.java152 } catch (IOException ignored) {
H A DSamplingProfiler.java301 } catch (InterruptedException ignored) {
/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/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) {
/libcore/luni/src/test/java/libcore/java/security/cert/
H A DX509CRLTest.java88 } catch (IOException ignored) {
103 } catch (IOException ignored) {
118 } catch (IOException ignored) {
144 } catch (IOException ignored) {
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DFileDispatcherImpl.java38 /* append is ignored */
121 } catch (SocketException ignored) {
/libcore/ojluni/src/main/java/java/net/
H A DHttpCookie.java1002 } catch (NoSuchElementException ignored) {
1062 } catch (NumberFormatException ignored) {
1092 } catch (NumberFormatException ignored) {
/libcore/dalvik/src/main/java/dalvik/system/
H A DDexFile.java143 } catch (ErrnoException 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) {}

Completed in 2059 milliseconds

123