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

123

/libcore/luni/src/main/java/java/util/
H A DAbstractSet.java57 } catch (NullPointerException ignored) {
59 } catch (ClassCastException ignored) {
/libcore/json/src/main/java/org/json/
H A DJSON.java52 } catch (NumberFormatException ignored) {
66 } catch (NumberFormatException ignored) {
80 } catch (NumberFormatException ignored) {
/libcore/luni/src/main/java/java/nio/channels/spi/
H A DAbstractInterruptibleChannel.java47 } 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/luni/src/main/java/org/apache/harmony/security/fortress/
H A DServices.java83 } catch (ClassNotFoundException ignored) {
84 } catch (IllegalAccessException ignored) {
85 } catch (InstantiationException ignored) {
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DSubjectPublicKeyInfo.java148 } catch (InvalidKeySpecException ignored) {
149 } catch (NoSuchAlgorithmException ignored) {
H A DGeneralNames.java94 } catch (IllegalArgumentException ignored) {
/libcore/libart/src/main/java/java/lang/
H A DDaemons.java106 } catch (InterruptedException ignored) {
174 } catch (InterruptedException ignored) {
302 } catch (InterruptedException ignored) {
335 } catch (InterruptedException ignored) {
/libcore/luni/src/main/java/java/nio/
H A DMappedByteBuffer.java90 } catch (ErrnoException ignored) {
/libcore/libdvm/src/main/java/java/lang/
H A DDaemons.java103 } catch (InterruptedException ignored) {
171 } catch (InterruptedException ignored) {
/libcore/dalvik/src/main/java/dalvik/system/
H A DZygote.java80 } catch (InterruptedException ignored) {
/libcore/luni/src/main/java/java/net/
H A DInetSocketAddress.java107 } catch (UnknownHostException ignored) {
H A DPlainDatagramSocketImpl.java76 } catch (IOException ignored) {
85 } catch (IOException ignored) {
219 } catch (SocketException ignored) {
H A DURL.java415 } catch (IllegalAccessException ignored) {
416 } catch (InstantiationException ignored) {
417 } catch (ClassNotFoundException ignored) {
H A DProxySelectorImpl.java109 } catch (NumberFormatException ignored) {
/libcore/luni/src/test/java/libcore/java/lang/
H A DThreadTest.java83 } catch (InterruptedException ignored) {
/libcore/crypto/src/main/java/org/conscrypt/
H A DOpenSSLX509CertificateFactory.java110 } catch (IOException ignored) {
159 } catch (IOException ignored) {
191 } catch (IOException ignored) {
H A DTrustedCertificateIndex.java109 } catch (Exception ignored) {
H A DOpenSSLX509CertPath.java151 } catch (IOException ignored) {
210 } catch (IOException ignored) {
H A DSSLSessionImpl.java137 } catch (javax.security.cert.CertificateException ignored) {
138 } catch (CertificateEncodingException ignored) {
/libcore/luni/src/main/java/libcore/net/
H A DMimeUtils.java391 } catch (IOException ignored) {
401 } catch (IOException ignored) {
434 } catch (IOException ignored) {
/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DHprofBinaryToAscii.java152 } catch (IOException ignored) {
/libcore/luni/src/test/java/libcore/sqlite/
H A DQueryTimeoutTest.java64 } 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.java639 try { Thread.sleep(1000); } catch (InterruptedException ignored) {}
699 try { Thread.sleep(1000); } catch (InterruptedException ignored) {}
705 try { Thread.sleep(1000); } catch (InterruptedException ignored) {}
721 } catch (Exception ignored) {
876 } catch (InterruptedException ignored) {
883 if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { }
892 if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { }
924 } catch (InterruptedException ignored) {
931 if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { }

Completed in 347 milliseconds

123