HomeSort by relevance Sort by last modified time
    Searched refs:GetTickCount (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
spyware.cc 29 DWORD tick = ::GetTickCount() + 15000;
30 while (tick > ::GetTickCount()) {
  /external/chromium_org/chrome/browser/
idle_win.cc 19 DWORD now = ::GetTickCount();
21 // GetTickCount() wraps around every 49.7 days -- assume it wrapped just
jankometer_win.cc 304 // GetMessageTime returns a LONG (signed 32-bit) and GetTickCount returns
307 // or if the original time comes from GetTickCount, it might wrap around
314 DWORD cur_time = GetTickCount();
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_win.c 499 if (good) starttime = GetTickCount();
530 && (!good || (GetTickCount()-starttime)<MAXDELAY)
540 && (!good || (GetTickCount()-starttime)<MAXDELAY)
563 && (!good || (GetTickCount()-starttime)<MAXDELAY));
574 if (good) starttime = GetTickCount();
578 while (process_next(handle, &p) && (!good || (GetTickCount()-starttime)<MAXDELAY));
586 if (good) starttime = GetTickCount();
590 while (thread_next(handle, &t) && (!good || (GetTickCount()-starttime)<MAXDELAY));
598 if (good) starttime = GetTickCount();
603 && (!good || (GetTickCount()-starttime)<MAXDELAY))
    [all...]
  /external/openssl/crypto/rand/
rand_win.c 499 if (good) starttime = GetTickCount();
530 && (!good || (GetTickCount()-starttime)<MAXDELAY)
540 && (!good || (GetTickCount()-starttime)<MAXDELAY)
563 && (!good || (GetTickCount()-starttime)<MAXDELAY));
574 if (good) starttime = GetTickCount();
578 while (process_next(handle, &p) && (!good || (GetTickCount()-starttime)<MAXDELAY));
586 if (good) starttime = GetTickCount();
590 while (thread_next(handle, &t) && (!good || (GetTickCount()-starttime)<MAXDELAY));
598 if (good) starttime = GetTickCount();
603 && (!good || (GetTickCount()-starttime)<MAXDELAY))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/timer/win32/
SDL_systimer.c 55 start = GetTickCount();
81 now = GetTickCount();
  /external/zlib/src/contrib/testzlib/
testzlib.c 88 pbeginTime64->LowPart = GetTickCount();
100 dwRet = (GetTickCount() - beginTime64.LowPart)*1;
189 dwGetTick=GetTickCount();
217 dwGetTick=GetTickCount()-dwGetTick;
230 dwGetTick=GetTickCount();
258 dwGetTick=GetTickCount()-dwGetTick;
  /external/chromium_org/sandbox/win/src/
target_services.cc 116 uint32 tick1 = ::GetTickCount();
130 uint32 tick2 = ::GetTickCount();
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
frag_unittest.cc 43 #include <windows.h> // for GetTickCount()
102 long long int tv_start = GetTickCount();
119 long long int tv_end = GetTickCount();
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
frag_unittest.cc 43 #include <windows.h> // for GetTickCount()
102 long long int tv_start = GetTickCount();
119 long long int tv_end = GetTickCount();
  /external/chromium_org/third_party/skia/src/animator/
SkTime.cpp 37 return ::GetTickCount();
  /external/skia/src/animator/
SkTime.cpp 37 return ::GetTickCount();
  /external/chromium_org/base/process/
kill_win.cc 205 DWORD start_time = GetTickCount();
210 0, wait.InMilliseconds() - (GetTickCount() - start_time));
  /external/chromium_org/tools/measure_page_load_time/ie_bho/
MeasurePageLoadTimeBHO.cpp 217 DWORD dwStartTime = GetTickCount();
240 DWORD dwLoadTime = GetTickCount() - dwStartTime;
  /external/qemu/distrib/sdl-1.2.15/src/timer/wince/
SDL_systimer.c 39 return((Uint64)GetTickCount());
  /hardware/intel/common/libva/test/encode/
h264encode.c 531 static unsigned int GetTickCount()
    [all...]
  /external/chromium_org/media/cdm/ppapi/
cdm_logging.cc 71 return GetTickCount();
  /external/fio/engines/
windowsaio.c 242 current_time = GetTickCount();
273 start_count = GetTickCount();
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 298 d = (GetTickCount() << 12) ^ (GetCurrentThreadId() << 14) ^ GetCurrentProcessId();
299 for (i = 0;; i++, d += GetTickCount())
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 283 appRender(GetTickCount(), sWindowWidth, sWindowHeight);
  /external/chromium_org/chrome/app/
chrome_breakpad_client.cc 220 ::GetTickCount());
  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 66 return (unsigned long)::GetTickCount();
  /external/icu/icu4c/source/test/threadtest/
threadtest.cpp 67 return (unsigned long)::GetTickCount();
  /external/svox/pico/lib/
picopal.c 539 dt = GetTickCount() - startTime.LowPart;
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 256 return GetTickCount();
296 return (UInt64)GetTickCount() * 10000;

Completed in 466 milliseconds

1 2