HomeSort by relevance Sort by last modified time
    Searched refs:ftime (Results 51 - 75 of 84) sorted by null

1 23 4

  /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/chromium_org/third_party/openssl/openssl/crypto/bn/
bnspeed.c 151 ftime(&tstart);
156 ftime(&tend);
expspeed.c 177 ftime(&tstart);
182 ftime(&tend);
  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2speed.c 161 ftime(&tstart);
166 ftime(&tend);
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/
rc4speed.c 161 ftime(&tstart);
166 ftime(&tend);
  /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/chromium_org/base/process/
process_metrics_win.cc 190 static uint64 FileTimeToUTC(const FILETIME& ftime) {
192 li.LowPart = ftime.dwLowDateTime;
193 li.HighPart = ftime.dwHighDateTime;
  /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/chromium_org/third_party/openssl/openssl/crypto/des/
speed.c 166 ftime(&tstart);
171 ftime(&tend);
des_opts.c 383 ftime(&tstart);
388 ftime(&tend);
  /external/openssl/crypto/des/
speed.c 166 ftime(&tstart);
171 ftime(&tend);
des_opts.c 383 ftime(&tstart);
388 ftime(&tend);
  /external/chromium_org/base/time/
time_unittest.cc 527 FILETIME ftime; local
528 ftime.dwHighDateTime = std::numeric_limits<DWORD>::max();
529 ftime.dwLowDateTime = std::numeric_limits<DWORD>::max();
530 t = Time::FromFileTime(ftime);
532 ftime = t.ToFileTime();
533 EXPECT_EQ(std::numeric_limits<DWORD>::max(), ftime.dwHighDateTime);
534 EXPECT_EQ(std::numeric_limits<DWORD>::max(), ftime.dwLowDateTime);
  /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;
  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 132 ftime(&aTime);
  /external/icu4c/test/threadtest/
threadtest.cpp 133 ftime(&aTime);
  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_lib.c 462 ftime(&tb);

Completed in 223 milliseconds

1 23 4