Searched refs:microsecond (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/base/time/ |
D | time_mac.cc | 185 int64 microsecond = us_ % kMicrosecondsPerSecond; in Explode() local 186 if (microsecond < 0) in Explode() 187 microsecond += kMicrosecondsPerSecond; in Explode() 188 CFAbsoluteTime seconds = ((us_ - microsecond) / kMicrosecondsPerSecond) - in Explode() 209 (microsecond >= 0) ? microsecond / kMicrosecondsPerMillisecond : in Explode() 210 (microsecond - kMicrosecondsPerMillisecond + 1) / in Explode()
|
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/ |
D | datetime.pxd | 114 cdef inline object time_new(int hour, int minute, int second, int microsecond, object tz): argument 115 … return PyDateTimeAPI.Time_FromTime(hour, minute, second, microsecond, tz, PyDateTimeAPI.TimeType) 119 …me_new(int year, int month, int day, int hour, int minute, int second, int microsecond, object tz): argument 120 …meAPI.DateTime_FromDateAndTime(year, month, day, hour, minute, second, microsecond, tz, PyDateTime… 182 # Get microsecond of time 198 # Get microsecond of datetime
|
/external/llvm/lib/Support/Windows/ |
D | Process.inc | 61 // FILETIME's are # of 100 nanosecond ticks (1/10th of a microsecond)
|
/external/lldb/docs/testsuite/ |
D | a-detailed-walkthrough.txt | 302 and get rid of the microsecond resolution by modifying the test driver.
|
/external/iputils/ |
D | RELNOTES | 637 * ping/ping6: microsecond rtt measurements. me.
|
/external/libpcap/doc/ |
D | pcap.txt | 597 | | | | microsecond |
|