HomeSort by relevance Sort by last modified time
    Searched refs:time3 (Results 1 - 6 of 6) sorted by null

  /art/test/055-enum-performance/src/
Main.java 41 long time3 = System.nanoTime(); local
52 double msec3 = (time3 - time2) / (double) count3 / 1000000;
53 double basisMsec = (time4 - time3) / (double) count4 / 1000000;
  /dalvik/tests/055-enum-performance/src/
Main.java 21 long time3 = System.nanoTime(); local
32 double msec3 = (time3 - time2) / (double) count3 / 1000000;
33 double basisMsec = (time4 - time3) / (double) count4 / 1000000;
  /external/chromium_org/chrome/browser/extensions/activity_log/
counting_policy_unittest.cc 720 base::Time time3 = local
731 action = new Action("punky", time3, Action::ACTION_API_CALL, "brewster");
739 &CountingPolicyTest::Arguments_CheckMergeCountAndTime, 2, time3));
    [all...]
  /external/chromium_org/webkit/browser/quota/
quota_manager_unittest.cc 1814 base::Time time3 = client->IncrementMockTime(); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp 1207 UDate time3 = getUTCMillis(1950, UCAL_JULY, 4); local
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 1208 UDate time3 = getUTCMillis(1950, UCAL_JULY, 4); local
    [all...]

Completed in 233 milliseconds