HomeSort by relevance Sort by last modified time
    Searched refs:ftime (Results 26 - 50 of 56) sorted by null

12 3

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /external/qemu/distrib/sdl-1.2.15/src/timer/wince/
SDL_systimer.c 46 FILETIME ftime; member in union:__anon13342
48 } ftime; local
52 SystemTimeToFileTime(&stime,&ftime.ftime);
53 ftime.itime/=10000; // Convert 100ns intervals to 1ms intervals
55 ftime.itime -= (ftime.itime % 1000);
56 return(ftime.itime);
  /bionic/libc/bionic/
ftime.c 30 int ftime(struct timeb *tb) function
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java 187 long ftime = System.currentTimeMillis(); local
189 assertTrue("Failed to sleep long enough", (ftime - stime) >= 500);
190 assertTrue("Failed to wake up early enough", (ftime - stime) <= 1500);
234 long ftime = System.currentTimeMillis(); local
236 assertTrue("Failed to sleep long enough", (ftime - stime) >= 500);
237 assertTrue("Failed to wake up early enough", (ftime - stime) <= 1500);
  /external/openssl/crypto/bn/
bnspeed.c 151 ftime(&tstart);
156 ftime(&tend);
expspeed.c 177 ftime(&tstart);
182 ftime(&tend);
  /external/openssl/crypto/rc2/
rc2speed.c 161 ftime(&tstart);
166 ftime(&tend);
  /external/openssl/crypto/rc4/
rc4speed.c 161 ftime(&tstart);
166 ftime(&tend);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 822 long stime = 0, ftime = 0; local
826 ftime = System.currentTimeMillis();
830 assertTrue("Failed to sleep long enough", (ftime - stime) >= 800);
840 long stime = 0, ftime = 0; local
844 ftime = System.currentTimeMillis();
848 long result = ftime - stime;
  /external/openssl/crypto/des/
speed.c 166 ftime(&tstart);
171 ftime(&tend);
  /external/zlib/src/contrib/untgz/
untgz.c 206 int setfiletime (char *fname,time_t ftime)
216 loctm = localtime(&ftime);
245 settime.actime = settime.modtime = ftime;
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 115 FILETIME ftime; local
118 GetSystemTimeAsFileTime (&ftime);
119 n = (((uint64_t) ftime.dwHighDateTime << 32)
120 + (uint64_t) ftime.dwLowDateTime);
  /external/libpcap/lbl/
os-sunos4.h 88 int ftime(struct timeb *);
  /external/tcpdump/lbl/
os-sunos4.h 88 int ftime(struct timeb *);
  /external/chromium/base/
process_util_win.cc 737 static uint64 FileTimeToUTC(const FILETIME& ftime) {
739 li.LowPart = ftime.dwLowDateTime;
740 li.HighPart = ftime.dwHighDateTime;

Completed in 2157 milliseconds

12 3