Searched refs:time1 (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtest_core.cc25 PP_Time time1 = core->GetTime(); local
26 ASSERT_TRUE(time1 > 0);
31 ASSERT_TRUE(time2 > time1);
38 PP_Time time1 = core->GetTimeTicks(); local
39 ASSERT_TRUE(time1 > 0);
44 ASSERT_TRUE(time2 > time1);
/external/lzma/CPP/7zip/UI/Common/
H A DUpdatePair.cpp18 static int MyCompareTime(NFileTimeType::EEnum fileTimeType, const FILETIME &time1, const FILETIME &time2) argument
23 return ::CompareFileTime(&time1, &time2);
27 FileTimeToUnixTime(time1, unixTime1);
34 FileTimeToDosTime(time1, dosTime1);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioParamTimeline.cpp217 double time1 = event.time();
221 double deltaTime = time2 - time1;
234 float x = (currentTime - time1) * k;
251 // AudioUtilities::timeToSampleFrame(currentTime - time1, sampleRate), but is more
254 AudioUtilities::timeToSampleFrame(currentTime - time1, sampleRate) / numSampleFrames);
319 fillToTime = min(endTime, time1 + duration);
326 if (time1 < currentTime) {
329 float frameOffset = (currentTime - time1) * sampleRate;
/external/netperf/
H A Dnetcpu_kstat.c270 struct timeval time1, time2 ; local
291 gettimeofday (&time1, &tz);
295 if (time2.tv_usec < time1.tv_usec)
300 sec = time2.tv_sec - time1.tv_sec;
301 usec = time2.tv_usec - time1.tv_usec;
H A Dnetcpu_perfstat.c136 struct timeval time1, time2 ; local
192 gettimeofday (&time1, &tz);
196 if (time2.tv_usec < time1.tv_usec)
201 sec = time2.tv_sec - time1.tv_sec;
202 usec = time2.tv_usec - time1.tv_usec;
H A Dnetcpu_pstat.c121 struct timeval time1, time2; local
158 gettimeofday (&time1, &tz);
162 if (time2.tv_usec < time1.tv_usec)
167 sec = time2.tv_sec - time1.tv_sec;
168 usec = time2.tv_usec - time1.tv_usec;
H A Dnetcpu_looper.c506 struct timeval time1, time2 ;
520 gettimeofday (&time1, &tz);
524 if (time2.tv_usec < time1.tv_usec)
529 sec = time2.tv_sec - time1.tv_sec;
530 usec = time2.tv_usec - time1.tv_usec;
505 struct timeval time1, time2 ; local
H A Dnetlib.c205 struct timeval time1, time2; variable in typeref:struct:timeval
3026 gettimeofday(&time1,
3055 if (time2.tv_usec < time1.tv_usec) {
3060 sec = time2.tv_sec - time1.tv_sec;
3061 usec = time2.tv_usec - time1.tv_usec;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DTimeZoneTest.java79 long time1 = new GregorianCalendar(1998, Calendar.NOVEMBER, 11)
82 -(5 * ONE_HOUR), st1.getOffset(time1));
93 -(5 * ONE_HOUR), tz1.getOffset(time1));
100 (3 * ONE_HOUR), tz1.getOffset(time1));
/external/chromium_org/webkit/browser/blob/
H A Dblob_storage_context_unittest.cc95 base::Time time1, time2; local
96 base::Time::FromString("Tue, 15 Nov 1994, 12:45:26 GMT", &time1);
103 10, 1024, time1);
116 10, 98, time1);
/external/grub/stage2/
H A Dstage2.c242 int c, time1, time2 = -1, first_entry = 0; local
270 while ((time1 = getrtsecs ()) == 0xFF)
285 && (time1 = getrtsecs ()) != time2
286 && time1 != 0xFF)
294 time2 = time1;
346 while ((time1 = getrtsecs()) == 0xFF);
353 if (grub_timeout >= 0 && (time1 = getrtsecs()) != time2 && time1 != 0xFF)
362 time2 = time1;
H A Dbuiltins.c4297 int time1, time2 = -1;
4303 while ((time1 = getrtsecs ()) == 0xFF)
4326 if ((time1 = getrtsecs ()) != time2 && time1 != 0xFF)
4343 time2 = time1;
4245 int time1, time2 = -1; local
/external/chromium_org/media/mp2t/
H A Dts_section_pes.cc34 int64 time1 = ((previous_unrolled_time_high + 0) << nbits) | time; local
40 int64 diff1 = time1 - previous_unrolled_time;
52 unrolled_time = time1;
/external/chromium_org/chrome/test/functional/
H A Dpasswords.py42 def _AssertWithinOneSecond(self, time1, time2):
43 self.assertTrue(abs(time1 - time2) < 1.0,
45 'First was %lf, second was %lf' % (time1, time2))
/external/chromium_org/content/browser/loader/
H A Dupload_data_stream_builder_unittest.cc98 base::Time time1, time2; local
99 base::Time::FromString("Tue, 15 Nov 1994, 12:45:26 GMT", &time1);
113 base::FilePath(FILE_PATH_LITERAL("BlobFile.txt")), 0, 20, time1);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzrulets.cpp1205 UDate time1 = getUTCMillis(2005, UCAL_JULY, 4); local
1321 b1 = a1->getNextStart(time1, -3*HOUR, 0, FALSE, d1);
1389 b1 = i1->getNextStart(time1, 0, 0, FALSE, d1);
1393 b1 = i1->getPreviousStart(time1, 0, 0, FALSE, d1);
1462 b1 = t3->getNextStart(time1, -3*HOUR, 1*HOUR, FALSE, d1);
1466 b1 = t3->getPreviousStart(time1, -3*HOUR, 1*HOUR, FALSE, d1);
1516 UDate time1 = getUTCMillis(1990, UCAL_JUNE, 1); local
1529 avail1 = stz1->getNextTransition(time1, FALSE, tzt1);
1533 avail1 = stz1->getPreviousTransition(time1, FALSE, tzt1);
1564 avail1 = stz1->getNextTransition(time1, FALS
1753 UDate time1 = getUTCMillis(1950, UCAL_JANUARY, 1); local
[all...]
H A Dcalregts.cpp2537 UDate time1 = cal.getTime(ec); // Get time -- should not change local
2564 if (time1 != time2) {
2567 // logln(time1);
/external/icu4c/test/intltest/
H A Dtzrulets.cpp1206 UDate time1 = getUTCMillis(2005, UCAL_JULY, 4); local
1322 b1 = a1->getNextStart(time1, -3*HOUR, 0, FALSE, d1);
1390 b1 = i1->getNextStart(time1, 0, 0, FALSE, d1);
1394 b1 = i1->getPreviousStart(time1, 0, 0, FALSE, d1);
1463 b1 = t3->getNextStart(time1, -3*HOUR, 1*HOUR, FALSE, d1);
1467 b1 = t3->getPreviousStart(time1, -3*HOUR, 1*HOUR, FALSE, d1);
1517 UDate time1 = getUTCMillis(1990, UCAL_JUNE, 1); local
1530 avail1 = stz1->getNextTransition(time1, FALSE, tzt1);
1534 avail1 = stz1->getPreviousTransition(time1, FALSE, tzt1);
1565 avail1 = stz1->getNextTransition(time1, FALS
1754 UDate time1 = getUTCMillis(1950, UCAL_JANUARY, 1); local
[all...]
H A Dcalregts.cpp2592 UDate time1 = cal.getTime(ec); // Get time -- should not change local
2619 if (time1 != time2) {
2622 // logln(time1);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c162 static time_t time1(struct tm * tmp,
1877 time1(tmp, funcp, offset) function
1954 return time1(tmp, localsub, 0L);
1972 return time1(tmp, gmtsub, 0L);
1981 return time1(tmp, gmtsub, offset);
/external/icu4c/tools/tzcode/
H A Dlocaltime.c162 static time_t time1(struct tm * tmp,
1877 time1(tmp, funcp, offset) function
1954 return time1(tmp, localsub, 0L);
1972 return time1(tmp, gmtsub, 0L);
1981 return time1(tmp, gmtsub, offset);
/external/chromium_org/chrome/browser/performance_monitor/
H A Dperformance_monitor_browsertest.cc672 const std::string time1 = "12985807272597591"; local
676 AddStateValue(kStateProfilePrefix + first_profile_name_, time1);
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dcounting_policy_unittest.cc714 base::Time time1 = local
725 new Action("punky", time1, Action::ACTION_API_CALL, "brewster");
/external/chromium_org/webkit/browser/quota/
H A Dquota_manager_unittest.cc1807 base::Time time1 = client->IncrementMockTime(); local
1816 GetOriginsModifiedSince(kTemp, time1);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 795 milliseconds