Searched defs:time1 (Results 1 - 11 of 11) sorted by relevance

/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/netperf/
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_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_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/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp1204 UDate time1 = getUTCMillis(2005, UCAL_JULY, 4); local
1320 b1 = a1->getNextStart(time1, -3*HOUR, 0, FALSE, d1);
1388 b1 = i1->getNextStart(time1, 0, 0, FALSE, d1);
1392 b1 = i1->getPreviousStart(time1, 0, 0, FALSE, d1);
1461 b1 = t3->getNextStart(time1, -3*HOUR, 1*HOUR, FALSE, d1);
1465 b1 = t3->getPreviousStart(time1, -3*HOUR, 1*HOUR, FALSE, d1);
1515 UDate time1 = getUTCMillis(1990, UCAL_JUNE, 1); local
1528 avail1 = stz1->getNextTransition(time1, FALSE, tzt1);
1532 avail1 = stz1->getPreviousTransition(time1, FALSE, tzt1);
1563 avail1 = stz1->getNextTransition(time1, FALS
1752 UDate time1 = getUTCMillis(1950, UCAL_JANUARY, 1); local
[all...]
H A Dcalregts.cpp2593 UDate time1 = cal.getTime(ec); // Get time -- should not change local
2620 if (time1 != time2) {
2623 // logln(time1);
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c158 static time_t time1(struct tm * tmp,
1860 time1(struct tm *const tmp, function
1935 return time1(tmp, localsub, 0L);
1953 return time1(tmp, gmtsub, 0L);
1961 return time1(tmp, gmtsub, offset);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/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 283 milliseconds