/external/chromium_org/ppapi/tests/ |
test_core.cc | 30 PP_Time time2 = core->GetTime(); local 31 ASSERT_TRUE(time2 > time1); 43 PP_Time time2 = core->GetTimeTicks(); local 44 ASSERT_TRUE(time2 > time1);
|
/external/chromium_org/webkit/browser/blob/ |
blob_storage_context_unittest.cc | 95 base::Time time1, time2; local 97 base::Time::FromString("Mon, 14 Nov 1994, 11:30:49 GMT", &time2); 109 0, 20, time2); 118 base::FilePath(FILE_PATH_LITERAL("File2.txt")), 0, 20, time2);
|
/external/valgrind/main/none/tests/s390x/ |
stcke.c | 10 int time2; member in struct:stcke::reader
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
AnimationUtilsTest.java | 91 long time2 = 0L; local 92 for (int i = 0; i < 1000 && time1 >= time2; i++) { 93 time2 = AnimationUtils.currentAnimationTimeMillis(); 98 assertTrue(time2 > 0); 100 assertTrue(time2 > time1);
|
/external/chromium_org/content/browser/loader/ |
upload_data_stream_builder_unittest.cc | 98 base::Time time1, time2; local 100 base::Time::FromString("Mon, 14 Nov 1994, 11:30:49 GMT", &time2); 132 base::FilePath(FILE_PATH_LITERAL("foo1.txt")), 0, 20, time2);
|
/art/test/055-enum-performance/src/ |
Main.java | 39 long time2 = System.nanoTime(); local 51 double msec2 = (time2 - time1) / (double) count2 / 1000000; 52 double msec3 = (time3 - time2) / (double) count3 / 1000000;
|
/dalvik/tests/055-enum-performance/src/ |
Main.java | 19 long time2 = System.nanoTime(); local 31 double msec2 = (time2 - time1) / (double) count2 / 1000000; 32 double msec3 = (time3 - time2) / (double) count3 / 1000000;
|
/external/netperf/ |
netcpu_kstat.c | 270 struct timeval time1, time2 ; local 293 gettimeofday (&time2, &tz); 295 if (time2.tv_usec < time1.tv_usec) 297 time2.tv_usec += 1000000; 298 time2.tv_sec -=1; 300 sec = time2.tv_sec - time1.tv_sec; 301 usec = time2.tv_usec - time1.tv_usec;
|
netcpu_perfstat.c | 136 struct timeval time1, time2 ; local 194 gettimeofday (&time2, &tz); 196 if (time2.tv_usec < time1.tv_usec) 198 time2.tv_usec += 1000000; 199 time2.tv_sec -=1; 201 sec = time2.tv_sec - time1.tv_sec; 202 usec = time2.tv_usec - time1.tv_usec;
|
netcpu_pstat.c | 121 struct timeval time1, time2; local 160 gettimeofday (&time2, &tz); 162 if (time2.tv_usec < time1.tv_usec) 164 time2.tv_usec += 1000000; 165 time2.tv_sec -=1; 167 sec = time2.tv_sec - time1.tv_sec; 168 usec = time2.tv_usec - time1.tv_usec;
|
netcpu_looper.c | 506 struct timeval time1, time2 ; 522 gettimeofday (&time2, &tz); 524 if (time2.tv_usec < time1.tv_usec) 526 time2.tv_usec += 1000000; 527 time2.tv_sec -=1; 529 sec = time2.tv_sec - time1.tv_sec; 530 usec = time2.tv_usec - time1.tv_usec; 505 struct timeval time1, time2 ; local
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
AnotherPacketSource.cpp | 276 int64_t time2 = -1; local 288 time2 = timeUs; 291 time1 = time2 = -1; 297 return time2 - time1;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
TimeZoneTest.java | 84 long time2 = new GregorianCalendar(1998, Calendar.JUNE, 11) local 88 -(5 * ONE_HOUR), st1.getOffset(time2)); 95 -(4 * ONE_HOUR), tz1.getOffset(time2)); 102 (3 * ONE_HOUR), tz1.getOffset(time2));
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
counting_policy_unittest.cc | 717 base::Time time2 = local 728 action = new Action("punky", time2, Action::ACTION_API_CALL, "brewster"); 745 &CountingPolicyTest::Arguments_CheckMergeCountAndTime, 1, time2)); [all...] |
/external/chromium_org/media/mp2t/ |
ts_section_pes.cc | 35 int64 time2 = ((previous_unrolled_time_high + 1) << nbits) | time; local 41 int64 diff2 = time2 - previous_unrolled_time; 59 unrolled_time = time2;
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioParamTimeline.cpp | 219 double time2 = nextEvent ? nextEvent->time() : endTime + 1; local 221 double deltaTime = time2 - time1; 225 double fillToTime = min(endTime, time2);
|
/external/grub/stage2/ |
stage2.c | 242 int c, time1, time2 = -1, first_entry = 0; local 285 && (time1 = getrtsecs ()) != time2 294 time2 = time1; 353 if (grub_timeout >= 0 && (time1 = getrtsecs()) != time2 && time1 != 0xFF) 362 time2 = time1;
|
/cts/tests/tests/media/src/android/media/cts/ |
EnvReverbTest.java | 119 int time2 = mReverb.getDecayTime(); local 121 ((float)time2 > (float)(time / DELAY_TOLERANCE)) && 122 ((float)time2 < (float)(time * DELAY_TOLERANCE))); 158 // int time2 = mReverb.getReverbDelay(); 160 // ((float)time2 > (float)(time / DELAY_TOLERANCE)) && 161 // ((float)time2 < (float)(time * DELAY_TOLERANCE))); 163 int time2 = mReverb.getReverbDelay(); local 192 // int time2 = mReverb.getReflectionsDelay(); 194 // ((float)time2 > (float)(time / DELAY_TOLERANCE)) && 195 // ((float)time2 < (float)(time * DELAY_TOLERANCE))) [all...] |
AudioEffectTest.java | 537 int time2 = mEffect.byteArrayToInt(value); local 539 ((float)time2 > (float)(time / DELAY_TOLERANCE)) && 540 ((float)time2 < (float)(time * DELAY_TOLERANCE))); 636 int time2 = mEffect.byteArrayToInt(value); local 638 ((float)time2 > (float)(time / DELAY_TOLERANCE)) && 639 ((float)time2 < (float)(time * DELAY_TOLERANCE))); [all...] |
/external/chromium_org/chrome/browser/performance_monitor/ |
performance_monitor_browsertest.cc | 673 const std::string time2 = "12985807272599918"; local 677 AddStateValue(kStateProfilePrefix + second_profile_name_, time2);
|
/external/replicaisland/src/com/replica/replicaisland/ |
GameRenderer.java | 237 long time2 = SystemClock.uptimeMillis(); local 238 mLastTime = time2; 241 mProfileSubmitTime += time2 - time;
|
/external/chromium_org/webkit/browser/quota/ |
quota_manager_unittest.cc | 1811 base::Time time2 = client->IncrementMockTime(); local [all...] |
/bionic/libc/tzcode/ |
localtime.c | 178 static time_t time2(struct tm * const tmp, 1884 time2(struct tm * const tmp, function [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tzrulets.cpp | 1206 UDate time2 = getUTCMillis(2015, UCAL_JULY, 4); local 1517 UDate time2 = getUTCMillis(2000, UCAL_JUNE, 1); local 1754 UDate time2 = getUTCMillis(2020, UCAL_JANUARY, 1); local [all...] |
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
localtime.c | 166 static time_t time2(struct tm *tmp, 1859 time2(tmp, funcp, offset, okayp) function [all...] |