/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/ |
time.h | 69 /* Return the difference between TIME1 and TIME0. */
|
/prebuilts/ndk/8/platforms/android-4/arch-mips/usr/include/ |
time.h | 69 /* Return the difference between TIME1 and TIME0. */
|
/prebuilts/ndk/8/platforms/android-4/arch-x86/usr/include/ |
time.h | 69 /* Return the difference between TIME1 and TIME0. */
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/ |
time.h | 69 /* Return the difference between TIME1 and TIME0. */
|
/prebuilts/ndk/8/platforms/android-5/arch-mips/usr/include/ |
time.h | 69 /* Return the difference between TIME1 and TIME0. */
|
/prebuilts/ndk/8/platforms/android-5/arch-x86/usr/include/ |
time.h | 69 /* Return the difference between TIME1 and TIME0. */
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/ |
time.h | 69 /* Return the difference between TIME1 and TIME0. */
|
/prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/ |
time.h | 69 /* Return the difference between TIME1 and TIME0. */
|
/prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/ |
time.h | 69 /* Return the difference between TIME1 and TIME0. */
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/ |
time.h | 69 /* Return the difference between TIME1 and TIME0. */
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/ |
time.h | 69 /* Return the difference between TIME1 and TIME0. */
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/ |
time.h | 69 /* Return the difference between TIME1 and TIME0. */
|
/external/netperf/ |
netcpu_looper.c | 506 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
|
/external/quake/quake/src/QW/client/ |
r_part.c | 453 float time1; local 495 time1 = frametime * 5; 571 p->ramp += time1;
|
gl_rmain.c | 1199 double time1 = 0, time2; local 1210 time1 = Sys_DoubleTime (); 1236 Con_Printf ("%3i ms %4i wpoly %4i epoly\n", (int)((time2-time1)*1000), c_brush_polys, c_alias_polys);
|
cl_main.c | 1304 static double time1 = 0; local 1363 time1 = Sys_DoubleTime (); 1383 pass1 = (time1 - time3)*1000; 1385 pass2 = (time2 - time1)*1000;
|
/external/icu4c/test/intltest/ |
tzrulets.cpp | 1205 UDate time1 = getUTCMillis(2005, UCAL_JULY, 4); local 1516 UDate time1 = getUTCMillis(1990, UCAL_JUNE, 1); local 1753 UDate time1 = getUTCMillis(1950, UCAL_JANUARY, 1); local [all...] |
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
SelectorTest.java | 293 long time1 = System.currentTimeMillis(); local 296 assertEquals("elapsed time", SELECT_TIMEOUT, (time2 - time1),
|
/external/quake/quake/src/WinQuake/ |
r_part.cpp | 655 float time1; local 696 time1 = frametime * 5; 797 p->ramp += time1;
|
gl_rmain.cpp | 1475 double time1 = 0.0; local [all...] |
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
MediaPlayerPrivateAVFoundationObjC.mm | 52 SOFT_LINK(CoreMedia, CMTimeCompare, int32_t, (CMTime time1, CMTime time2), (time1, time2))
|
/frameworks/base/core/tests/coretests/src/android/content/ |
SyncStorageEngineTest.java | 61 long time1 = time0 + SyncStorageEngine.MILLIS_IN_4WEEKS * 2; local 62 engine.stopSyncEvent(historyId, time1 - time0, "yay", 0, 0);
|
/bionic/libc/tzcode/ |
localtime.c | 231 static time_t time1 P((struct tm * tmp, 2005 time1(tmp, funcp, offset) function [all...] |
/external/icu4c/tools/tzcode/ |
localtime.c | 162 static time_t time1(struct tm * tmp, 1877 time1(tmp, funcp, offset) function [all...] |
/external/icu4c/i18n/unicode/ |
utmscale.h | 24 * <code>averageTime = (time1 + time2)/2</code>, there will be overflow even with dates
|