HomeSort by relevance Sort by last modified time
    Searched refs:TickCount (Results 1 - 7 of 7) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
argvemulator.py 38 stoptime = Evt.TickCount() + timeout
39 while not self.quitting and Evt.TickCount() < stoptime:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
argvemulator.py 38 stoptime = Evt.TickCount() + timeout
39 while not self.quitting and Evt.TickCount() < stoptime:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxrtdef.h 70 USHORT TickCount;
188 USHORT TickCount;
  /external/libchrome/base/
logging.cc 145 uint64_t TickCount() {
790 stream_ << TickCount() << ':';
  /external/dng_sdk/source/
dng_utils.cpp 316 return TickCount () * (1.0 / 60.0);
  /external/opencv3/modules/highgui/src/
window_carbon.cpp 1096 UInt32 start = TickCount();
1101 UInt32 wait = EventTimeToTicks (maxWait / 1000.0) - (TickCount() - start);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 169 milliseconds