OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clock_time
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_record.cc
439
int64_t
clock_time
;
local
441
clock_time
= webrtc::TickTime::MillisecondTimestamp();
442
timing <<
clock_time
<< std::endl;
448
clock_time
= webrtc::TickTime::MillisecondTimestamp();
449
timing <<
clock_time
<< std::endl;
454
clock_time
= webrtc::TickTime::MillisecondTimestamp();
455
timing <<
clock_time
<< std::endl;
/external/chromium_org/tools/perf/metrics/
timeline.py
144
def
clock_time
(self):
member in class:ResultsForThread
/frameworks/base/media/java/android/media/
TtmlRenderer.java
115
private static final Pattern
CLOCK_TIME
= Pattern.compile(
141
Matcher matcher =
CLOCK_TIME
.matcher(time);
Completed in 267 milliseconds