Home
last modified time | relevance | path

Searched refs:ignored (Results 1 – 25 of 67) 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/luni/src/main/java/java/util/
DAbstractSet.java57 } catch (NullPointerException ignored) { in equals()
59 } catch (ClassCastException ignored) { in equals()
DTimer.java215 } catch (InterruptedException ignored) { in run()
239 } catch (InterruptedException ignored) { in run()
/libcore/luni/src/main/java/org/apache/harmony/security/fortress/
DServices.java82 } catch (ClassNotFoundException ignored) {
83 } catch (IllegalAccessException ignored) {
84 } catch (InstantiationException ignored) {
/libcore/libart/src/main/java/java/lang/
DDaemons.java107 } catch (InterruptedException ignored) { in stop()
175 } catch (InterruptedException ignored) { in run()
314 } catch (InterruptedException ignored) { in run()
347 } catch (InterruptedException ignored) { in run()
/libcore/luni/src/main/java/libcore/io/
DIoUtils.java61 } catch (Exception ignored) { in closeQuietly()
72 } catch (IOException ignored) { in closeQuietly()
83 } catch (Exception ignored) { in closeQuietly()
/libcore/dalvik/src/main/java/dalvik/system/
DZygoteHooks.java76 } catch (InterruptedException ignored) { in waitUntilAllThreadsStopped()
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
DSubjectPublicKeyInfo.java148 } catch (InvalidKeySpecException ignored) { in generateKeyForAlgorithm()
149 } catch (NoSuchAlgorithmException ignored) { in generateKeyForAlgorithm()
DGeneralNames.java94 } catch (IllegalArgumentException ignored) { in getPairsList()
DExtension.java224 } catch (IOException ignored) { in getKeyUsageValue()
238 } catch (IOException ignored) { in getBasicConstraintsValue()
303 } catch (IOException ignored) { in dumpValue()
/libcore/luni/src/main/java/java/net/
DPlainDatagramSocketImpl.java68 } catch (IOException ignored) { in bind()
82 } catch (IOException ignored) { in close()
229 } catch (SocketException ignored) { in disconnect()
DURL.java415 } catch (IllegalAccessException ignored) { in setupStreamHandler()
416 } catch (InstantiationException ignored) { in setupStreamHandler()
417 } catch (ClassNotFoundException ignored) { in setupStreamHandler()
DInetSocketAddress.java107 } catch (UnknownHostException ignored) { in InetSocketAddress()
DInetAddress.java286 } catch (GaiException ignored) { in parseNumericAddressNoThrow()
739 } catch (IOException ignored) { in isReachable()
747 } catch (InterruptedException ignored) { in isReachable()
DProxySelectorImpl.java109 } catch (NumberFormatException ignored) { in getSystemPropertyInt()
/libcore/luni/src/test/java/libcore/java/lang/
DThreadTest.java140 } catch (InterruptedException ignored) { in testGetStackTrace()
189 } catch (InterruptedException ignored) { in run()
/libcore/luni/src/main/java/java/nio/channels/spi/
DAbstractInterruptibleChannel.java47 } catch (IOException ignored) {
/libcore/luni/src/main/java/libcore/net/
DMimeUtils.java406 } catch (IOException ignored) { in getContentTypesPropertiesStream()
416 } catch (IOException ignored) { in getContentTypesPropertiesStream()
449 } catch (IOException ignored) { in applyOverrides()
/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/luni/src/main/java/java/nio/
DMappedByteBuffer.java92 } catch (ErrnoException ignored) { in load()
/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/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()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileIOInterruptTest.java642 } catch (IOException ignored) { in run()
669 } catch (IOException ignored) { in run()
692 } catch (InterruptedException ignored) { in waitToDie()
705 } catch (InterruptedException ignored) { in delay()
/libcore/dalvik/src/main/java/dalvik/system/profiler/
DHprofBinaryToAscii.java152 } catch (IOException ignored) { in closeQuietly()
/libcore/support/src/test/java/tests/util/
DClassLoaderBuilder.java109 } catch (Exception ignored) { in build()

123