Home
last modified time | relevance | path

Searched refs:t0 (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/tests/com/android/org/bouncycastle/crypto/digests/
DDigestTest.java70 long t0 = System.nanoTime(); in doTestMessageDigest() local
78 oldTime.add(t1 - t0); in doTestMessageDigest()
/libcore/luni/src/test/java/libcore/java/util/regex/
DOldAndroidRegexTest.java259 long t0 = System.currentTimeMillis(); in testMonsterRegexPerformance() local
263 System.out.println("RegEx performance test finished, took " + (t1 - t0) + " ms."); in testMonsterRegexPerformance()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSelectorTest.java278 long t0 = System.nanoTime(); in test_selectJ_Empty_Keys() local
282 long waitMs = (t1 - t0) / 1000L / 1000L; in test_selectJ_Empty_Keys()
/libcore/ojluni/src/main/java/java/math/
DMutableBigInteger.java2220 MutableBigInteger t0 = new MutableBigInteger(1);
2239 t0.add(q);
2242 return t0;
2253 t0.mul(q.value[q.offset], temp);
2255 q.multiply(t0, temp);
/libcore/ojluni/src/main/java/java/net/
DURLClassLoader.java444 long t0 = System.nanoTime(); in defineClass() local