Searched refs:startTimer (Results 1 - 25 of 29) sorted by relevance

12

/external/llvm/unittests/Support/
H A DTimerTest.cpp40 T1.startTimer();
44 T1.startTimer();
56 T1.startTimer();
/external/llvm/include/llvm/Support/
H A DTimer.h71 /// invocations of its startTimer()/stopTimer() methods. Given appropriate OS
80 TimeRecord StartTime; // The time startTimer() was last called
110 /// Check if startTimer() has ever been called on this timer.
113 /// Start the timer running. Time between calls to startTimer/stopTimer is
116 void startTimer();
131 /// The TimeRegion class is used as a helper class to call the startTimer() and
142 T->startTimer();
145 if (T) T->startTimer();
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DTimer.h77 /// invocations of its startTimer()/stopTimer() methods. Given appropriate OS
111 /// startTimer - Start the timer running. Time between calls to
112 /// startTimer/stopTimer is counted by the Timer class. Note that these calls
115 void startTimer();
126 /// The TimeRegion class is used as a helper class to call the startTimer() and
136 T->startTimer();
139 if (T) T->startTimer();
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
H A DPresenceCapabilityTask.java101 startTimer();
111 private void startTimer(){ method in class:PresenceCapabilityTask
113 logger.error("startTimer mContext is null");
128 logger.debug("startTimer taskId=" + mTaskId + " mTimeout=" + mTimeout +
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipelinedMsgParser.java250 this.rawInputStream.startTimer();
318 this.rawInputStream.startTimer();
H A DPipeline.java106 public void startTimer() { method in class:Pipeline
/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp150 BaseLine.startTimer();
159 Tokenizing.startTimer();
166 Parsing.startTimer();
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTimer.h70 /// its startTimer()/stopTimer() methods. Given appropriate OS support it can
78 TimeRecord StartTime; ///< The time startTimer() was last called.
115 /// Check if startTimer() has ever been called on this timer.
118 /// Start the timer running. Time between calls to startTimer/stopTimer is
121 void startTimer();
136 /// The TimeRegion class is used as a helper class to call the startTimer() and
146 T->startTimer();
149 if (T) T->startTimer();
/external/vulkan-validation-layers/scripts/
H A Dlvl_genvk.py34 def startTimer(timeit): function
518 startTimer(args.time)
580 startTimer(args.time)
584 startTimer(args.time)
/external/libxml2/
H A Dxmllint.c423 * startTimer: call where you want to start timing
426 startTimer(void) function
468 startTimer(void) function
495 startTimer(void) function
1873 startTimer();
1888 startTimer();
1907 startTimer();
2028 startTimer();
2167 startTimer();
2423 startTimer();
[all...]
H A DtestSAX.c103 * startTimer: call where you want to start timing
106 startTimer(void) function
148 startTimer(void) function
175 startTimer(void) function
1179 startTimer();
/external/libese/apps/weaver/card/src/com/android/weaver/core/
H A DCoreSlots.java174 mBackoffTimer.startTimer(
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp102 LLVMIRGeneration.startTimer();
116 LLVMIRGeneration.startTimer();
131 LLVMIRGeneration.startTimer();
143 LLVMIRGeneration.startTimer();
/external/llvm/lib/Support/
H A DTimer.cpp138 void Timer::startTimer() { function in class:Timer
/external/swiftshader/third_party/LLVM/lib/Support/
H A DTimer.cpp149 void Timer::startTimer() { function in class:Timer
163 assert(I != ActiveTimers->end() && "stop but no startTimer?");
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTimer.cpp140 void Timer::startTimer() { function in class:Timer
/external/llvm/utils/lit/lit/
H A DTestRunner.py81 def startTimer(self): member in class:TimeoutHelper
134 timeoutHelper.startTimer()
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp519 if (TUTotalTimer) TUTotalTimer->startTimer();
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java2268 protected void startTimer(SIPServerTransaction transaction) { method in class:SIPDialog
2816 this.startTimer(sipServerTx);
/external/annotation-tools/asmx/test/lib/
H A Djd.xslt-1.5.5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sarvega/ javax/ javax/xml/ javax/xml/parsers/ javax/ ...
/external/clang/lib/Serialization/
H A DASTReader.cpp8621 ReadTimer->startTimer();
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 2189 milliseconds

12