Home
last modified time | relevance | path

Searched refs:counts (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DPhaser.java317 int counts = (int)s; in unarrivedOf() local
318 return (counts == EMPTY) ? 0 : (counts & UNARRIVED_MASK); in unarrivedOf()
330 int counts = (int)s; in arrivedOf() local
331 return (counts == EMPTY) ? 0 : in arrivedOf()
332 (counts >>> PARTIES_SHIFT) - (counts & UNARRIVED_MASK); in arrivedOf()
386 int counts = (int)s; in doArrive() local
387 int unarrived = (counts == EMPTY) ? 0 : (counts & UNARRIVED_MASK); in doArrive()
431 int counts = (int)s; in doRegister() local
432 int parties = counts >>> PARTIES_SHIFT; in doRegister()
433 int unarrived = counts & UNARRIVED_MASK; in doRegister()
[all …]
/libcore/tools/expected_upstream/
Dojluni_versions_report.py53 for major_version, counts in top_tree.items():
54 subtotal = sum(counts[key] for key in counts)
57 for minor_version, count in counts.items():
/libcore/jsr166-tests/src/test/java/jsr166/
DAtomicIntegerArrayTest.java284 volatile int counts; field in AtomicIntegerArrayTest.Counter
295 ++counts; in realRun()
321 assertEquals(c1.counts+c2.counts, SIZE * countdown); in testCountingInMultipleThreads()
DAtomicLongArrayTest.java283 volatile long counts; field in AtomicLongArrayTest.Counter
294 ++counts; in realRun()
320 assertEquals(c1.counts+c2.counts, SIZE * countdown); in testCountingInMultipleThreads()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DTestCertUtils.java771 int counts[] = new int[datasNames.length]; in genNames() local
787 String val = getData(j, counts[j]); in genNames()
791 String val = getData(j, counts[j]); in genNames()
804 if (inc(counts, datas.length)) { in genNames()
/libcore/dalvik/src/main/java/dalvik/system/
DVMDebug.java443 public static void getInstructionCount(int[] counts) {} in getInstructionCount() argument
/libcore/ojluni/src/tools/
DLICENSE168 access to copy the source code from the same place counts as
/libcore/ojluni/src/test/
DLICENSE168 access to copy the source code from the same place counts as
/libcore/
DLICENSE160 code from the same place counts as distribution of the source code, even though
/libcore/ojluni/src/main/
DLICENSE168 code from the same place counts as distribution of the source code, even though