Searched defs:getCurrentTime (Results 1 - 12 of 12) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DScheduler.java13 public long getCurrentTime() { method in class:Scheduler
/external/chromium_org/tools/perf/metrics/
H A Dmedia.js154 this.start_ = getCurrentTime();
159 return Math.round((getCurrentTime() - this.start_) * 1000) / 1000;
186 function getCurrentTime() { function
/external/llvm/lib/Support/
H A DTimer.cpp129 TimeRecord TimeRecord::getCurrentTime(bool Start) { function in class:TimeRecord
152 Time -= TimeRecord::getCurrentTime(true);
156 Time += TimeRecord::getCurrentTime(false);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DMovieHeaderBox.java271 public int getCurrentTime() { method in class:MovieHeaderBox
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Dbackground.js191 var ms = nextEvent_.startTime.getTime() - getCurrentTime();
251 var ms = nextEvent_.startTime.getTime() - getCurrentTime();
327 lastPollTime_ = getCurrentTime();
477 var t = event_.startTime.getTime() - getCurrentTime();
610 var t = nextEvent_.startTime.getTime() - getCurrentTime();
619 if (getCurrentTime() - lastPollTime_ >= POLL_INTERVAL) {
628 function getCurrentTime() { function
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.cpp232 float SVGAnimationElement::getCurrentTime() const function in class:blink::SVGAnimationElement
H A DSVGSVGElement.cpp589 float SVGSVGElement::getCurrentTime() const function in class:blink::SVGSVGElement
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2226 milliseconds