Searched refs:ignore (Results 1 - 22 of 22) sorted by relevance

/libcore/luni/src/main/java/libcore/net/http/
H A DHttpDate.java74 } catch (ParseException ignore) {
79 } catch (ParseException ignore) {
/libcore/luni/src/main/java/java/util/concurrent/atomic/
H A DFences.java486 int ignore = theVolatile;
/libcore/luni/src/main/java/java/util/concurrent/
H A DAbstractExecutorService.java215 } catch (CancellationException ignore) {
216 } catch (ExecutionException ignore) {
260 } catch (CancellationException ignore) {
261 } catch (ExecutionException ignore) {
H A DThreadPoolExecutor.java530 * interruptIdleWorkers and interruptWorkers) ignore
624 } catch (SecurityException ignore) {
761 } catch (SecurityException ignore) {
1946 * Thread.currentThread().interrupt(); // ignore/reset
H A DForkJoinTask.java473 } catch (Throwable ignore) {
560 } catch (Exception ignore) {
H A DForkJoinPool.java272 * ignore bad IDs by returning out early from what they are doing,
657 return (n >= 0) ? 0 : -n; // ignore transient negative
686 if ((a = array) != null) { // ignore if queue removed
1260 } catch (SecurityException ignore) {
2247 } catch (Throwable ignore) {
2872 if (ac < 0) // ignore transient negative
3251 try { // ignore exceptions in accessing/parsing properties
3266 } catch (Exception ignore) {
/libcore/luni/src/main/java/javax/crypto/
H A DCipherInputStream.java191 } catch (GeneralSecurityException ignore) {
/libcore/luni/src/test/java/libcore/java/io/
H A DOldPipedWriterTest.java269 } catch (Exception ignore) {}
274 } catch (Exception ignore) {}
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DByteArrayOutputStreamTest.java46 } catch (Exception ignore) {
H A DPipedWriterTest.java341 //ignore
355 //ignore
405 //ignore
419 //ignore
467 } catch (Exception ignore) {
473 } catch (Exception ignore) {
H A DPipedInputStreamTest.java374 } catch (Exception ignore) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DArraysTest.java1054 } catch (IllegalArgumentException ignore) {
1060 } catch (ArrayIndexOutOfBoundsException ignore) {
1066 } catch (ArrayIndexOutOfBoundsException ignore) {
1113 } catch (IllegalArgumentException ignore) {
1119 } catch (ArrayIndexOutOfBoundsException ignore) {
1125 } catch (ArrayIndexOutOfBoundsException ignore) {
1206 } catch (IllegalArgumentException ignore) {
1212 } catch (ArrayIndexOutOfBoundsException ignore) {
1218 } catch (ArrayIndexOutOfBoundsException ignore) {
1288 } catch (IllegalArgumentException ignore) {
[all...]
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DKeyGeneratorTest.java361 } catch (InvalidParameterException ignore) {
368 } catch (InvalidParameterException ignore) {
/libcore/luni/src/main/java/java/security/
H A DKeyStoreSpi.java489 } catch (ClassNotFoundException ignore) {}
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
H A DHttpURLConnectionTest.java71 } catch (SocketTimeoutException ignore) {
/libcore/luni/src/test/java/tests/security/cert/
H A DCertificateFactory4Test.java81 } catch (IOException ignore) {}
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLSocketTest.java499 } catch (InterruptedException ignore) {
/libcore/jsr166-tests/src/test/java/jsr166/
H A DAbstractQueuedLongSynchronizerTest.java97 public long tryAcquireShared(long ignore) { argument
101 public boolean tryReleaseShared(long ignore) { argument
H A DAbstractQueuedSynchronizerTest.java101 public int tryAcquireShared(int ignore) { argument
105 public boolean tryReleaseShared(int ignore) { argument
H A DDelayQueueTest.java82 public long getDelay(TimeUnit ignore) { argument
H A DThreadPoolExecutorTest.java2027 catch (RejectedExecutionException ignore) {}
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 745 milliseconds