Home
last modified time | relevance | path

Searched refs:TickCount (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dargvemulator.py38 stoptime = Evt.TickCount() + timeout
39 while not self.quitting and Evt.TickCount() < stoptime:
/external/python/cpython2/Mac/Modules/evt/
D_Evtmodule.c434 #ifndef TickCount in Evt_TickCount()
435 PyMac_PRECHECK(TickCount); in Evt_TickCount()
439 _rv = TickCount(); in Evt_TickCount()
/external/cronet/base/
Dlogging.cc276 uint64_t TickCount() { in TickCount() function
985 filename, line, TickCount(), log_severity_name(severity_), g_log_prefix, in Init()
1034 stream_ << TickCount() << ':'; in Init()
/external/libchrome/base/
Dlogging.cc180 uint64_t TickCount() { in TickCount() function
922 stream_ << TickCount() << ':'; in Init()
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/time/
Dtime_mac.mm103 // with less precision (such as TickCount) just call through to
/external/cronet/base/time/
Dtime_mac.mm106 // with less precision (such as TickCount) just call through to
/external/python/cpython2/Mac/Modules/
DMacOS.c626 return Py_BuildValue("i", (int)TickCount());