OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nowMs
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
TestLoadGenerator.cc
380
const int64_t
nowMs
= TickTime::MillisecondTimestamp();
381
if (
nowMs
< _frChangeTimeMs)
393
_frChangeTimeMs =
nowMs
+ static_cast<int64_t>(1000.0 * factor *
/art/runtime/hprof/
hprof.cc
653
uint64_t
nowMs
;
655
nowMs
= 0;
657
nowMs
= (uint64_t)now.tv_sec * 1000 + now.tv_usec / 1000;
661
U4_TO_BUF_BE(buf, 0, (uint32_t)(
nowMs
>> 32));
665
U4_TO_BUF_BE(buf, 0, (uint32_t)(
nowMs
& 0xffffffffULL));
[
all
...]
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
Completed in 58 milliseconds