/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ThreadLocalRandom8Test.java | 121 AtomicInteger fails = new AtomicInteger(0); in testBoundedInts() local 130 fails.getAndIncrement(); }); in testBoundedInts() 133 assertEquals(0, fails.get()); in testBoundedInts() 140 AtomicInteger fails = new AtomicInteger(0); in testBoundedLongs() local 149 fails.getAndIncrement(); }); in testBoundedLongs() 152 assertEquals(0, fails.get()); in testBoundedLongs() 159 AtomicInteger fails = new AtomicInteger(0); in testBoundedDoubles() local 168 fails.getAndIncrement(); }); in testBoundedDoubles() 171 assertEquals(0, fails.get()); in testBoundedDoubles()
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | ThreadLocalRandom8Test.java | 144 AtomicInteger fails = new AtomicInteger(0); in testBoundedInts() local 153 fails.getAndIncrement(); }); in testBoundedInts() 156 assertEquals(0, fails.get()); in testBoundedInts() 163 AtomicInteger fails = new AtomicInteger(0); in testBoundedLongs() local 172 fails.getAndIncrement(); }); in testBoundedLongs() 175 assertEquals(0, fails.get()); in testBoundedLongs() 182 AtomicInteger fails = new AtomicInteger(0); in testBoundedDoubles() local 191 fails.getAndIncrement(); }); in testBoundedDoubles() 194 assertEquals(0, fails.get()); in testBoundedDoubles()
|
D | SplittableRandomTest.java | 438 AtomicInteger fails = new AtomicInteger(0); 447 fails.getAndIncrement(); }); 450 assertEquals(0, fails.get()); 457 AtomicInteger fails = new AtomicInteger(0); 466 fails.getAndIncrement(); }); 469 assertEquals(0, fails.get()); 476 AtomicInteger fails = new AtomicInteger(0); 485 fails.getAndIncrement(); }); 488 assertEquals(0, fails.get());
|
/libcore/ojluni/src/test/java/util/Random/ |
D | RandomTest.java | 283 AtomicInteger fails = new AtomicInteger(0); in testBoundedInts() local 292 fails.getAndIncrement(); in testBoundedInts() 296 assertEquals(fails.get(), 0); in testBoundedInts() 303 AtomicInteger fails = new AtomicInteger(0); in testBoundedLongs() local 312 fails.getAndIncrement(); in testBoundedLongs() 316 assertEquals(fails.get(), 0); in testBoundedLongs() 323 AtomicInteger fails = new AtomicInteger(0); in testBoundedDoubles() local 332 fails.getAndIncrement(); in testBoundedDoubles() 336 assertEquals(fails.get(), 0); in testBoundedDoubles()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
D | TestThread.java | 23 public int fails = 0; field in TestThread 64 fails++; in run() 84 return fails; in getTotalFailuresNumber()
|
D | CipherThread.java | 36 private int fails = 0; field in CipherThread 111 fails++; in run() 182 return fails; in getTotalFailuresNumber()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
D | OldBigIntegerTest.java | 124 int fails = 0; in test_isProbablePrimeI() local 127 fails++; in test_isProbablePrimeI() 143 fails++; in test_isProbablePrimeI() 151 fails++; in test_isProbablePrimeI() 158 fails++; in test_isProbablePrimeI() 162 fails <= 1); in test_isProbablePrimeI()
|
D | BigIntegerTest.java | 167 int fails = 0; in test_isProbablePrimeI() local 170 fails++; in test_isProbablePrimeI() 186 fails++; in test_isProbablePrimeI() 194 fails++; in test_isProbablePrimeI() 201 fails++; in test_isProbablePrimeI() 205 fails <= 1); in test_isProbablePrimeI()
|
/libcore/expectations/ |
D | knownfailures.txt | 125 description: "Not supported ops applied: test fails on arguments: '', '', '%', '%'", 221 description: "not supported. SQLException checking test fails", 226 description: "exception test fails", 240 description: "exception test fails", 273 description: "Exception test fails", 294 description: "Exception test fails", 368 description: "First Exception test fails: parameters not cleared.", 389 description: "exception test fails", 413 description: "exception test fails", 432 description: "exception test fails", [all …]
|
/libcore/tools/expected_upstream/ |
D | README.md | 160 on commit `A` and `B` if the presubmit fails.
|
/libcore/ |
D | JavaLibrary.bp | 1140 // (If that check fails, it will provide instructions on how to proceed,
|