Searched defs:inc (Results 1 - 3 of 3) sorted by relevance

/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java753 private static boolean inc(int[] num, int base) { method in class:TestCertUtils.UniGen
804 if (inc(counts, datas.length)) {
/libcore/jsr166-tests/src/test/java/jsr166/
H A DCompletableFutureTest.java405 static Integer inc(Integer x) { method in class:CompletableFutureTest
425 return value = inc(x);
534 assertTrue(f.complete(inc(x)));
1074 return inc(v1);
1078 checkCompletedNormally(g, inc(v1));
1414 checkCompletedNormally(h0, inc(v1));
1415 checkCompletedNormally(h1, inc(v1));
1416 checkCompletedNormally(h2, inc(v1));
1417 checkCompletedNormally(h3, inc(v1));
1419 for (IncFunction r : rs) r.assertValue(inc(v
[all...]
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java1727 * @param inc the increment to active count (zero when compensating)
1730 private boolean tryRelease(long c, WorkQueue v, long inc) { argument
1734 long nc = (v.stackPred & SP_MASK) | (UC_MASK & (c + inc));

Completed in 222 milliseconds