Searched defs:counter (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/test/java/tests/security/
H A DSecureRandomTest.java31 private int counter = 0; field in class:SecureRandomTest
67 random.setSeed(System.currentTimeMillis()+counter);
68 counter++;
/libcore/luni/src/test/java/libcore/java/lang/ref/
H A DFinalizeTest.java133 public void createChainedFinalizer(final AtomicInteger counter, final AtomicBoolean keepGoing) { argument
136 int count = counter.incrementAndGet();
139 createChainedFinalizer(counter, keepGoing); // recursive!
/libcore/luni/src/test/java/libcore/java/lang/
H A DOldThreadTest.java282 assertTrue(countersYeld.counter == c.counter);
287 public int counter = 0; field in class:OldThreadTest.Counter
299 counter ++;
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
H A DSHA1PRNG_SecureRandomImpl.java62 // MASK - mask to select counter's bytes after shift to right
85 // COUNTER_BASE - initial value to set to "counter" before computing "nextBytes(..)";
142 private transient long counter; field in class:SHA1PRNG_SecureRandomImpl
181 counter = COUNTER_BASE;
271 * the current seed with a 64-bit counter appended is used to compute new bits.
272 * The counter is incremented by 1 for each 20-byte output. <BR>
315 // seed bytes < 48 - remaining bytes are enough for all, 8 counter bytes,
317 // 48 < seed bytes < 56 - remaining 9 bytes are for 0x80 and 8 counter bytes
319 // seed bytes > 55 - extra frame contains both counter's bytes
370 seed[lastWord] = (int) (counter >>> 3
[all...]
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 215 milliseconds