HomeSort by relevance Sort by last modified time
    Searched defs:time0 (Results 1 - 5 of 5) sorted by null

  /development/tools/emulator/system/libqemu/
test_guest_1.c 63 double time0 = now_secs(); local
102 total*1.0 / (1024.*1024.*(time1-time0)), 1.0*total, time1-time0);
test_guest_2.c 61 double time0, time1; local
160 time0 = now_secs();
236 printf("Total time: %g seconds\n", time1 - time0);
238 printf("Bandwidth: %g MB/s\n", (maxCount*bufferSize/(1024.0*1024.0))/(time1 - time0) );
  /dalvik/tests/055-enum-performance/src/
Main.java 15 long time0 = System.nanoTime(); local
30 double msec1 = (time1 - time0) / (double) count1 / 1000000;
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipStressTest.java 79 long time0 = System.currentTimeMillis(); local
94 System.out.println("ZIP stress test finished, time was " + (time1- time0) + "ms");
98 long time0 = System.currentTimeMillis(); local
114 System.out.println("ZIP stress test finished, time was " + (time1- time0) + "ms");
  /frameworks/base/core/tests/coretests/src/android/content/
SyncStorageEngineTest.java 57 long time0 = 1000; local
59 account, 0, authority, time0, SyncStorageEngine.SOURCE_LOCAL,
61 long time1 = time0 + SyncStorageEngine.MILLIS_IN_4WEEKS * 2;
62 engine.stopSyncEvent(historyId, time1 - time0, "yay", 0, 0);

Completed in 113 milliseconds