HomeSort by relevance Sort by last modified time
    Searched refs:stopTimer (Results 1 - 25 of 60) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/syscall/
time_nacl_386.s 10 TEXT ·stopTimer(SB),NOSPLIT,$0
11 JMP time·stopTimer(SB)
time_nacl_amd64p32.s 10 TEXT ·stopTimer(SB),NOSPLIT,$0
11 JMP time·stopTimer(SB)
time_nacl_arm.s 10 TEXT ·stopTimer(SB),NOSPLIT,$0
11 B time·stopTimer(SB)
  /prebuilts/go/linux-x86/src/syscall/
time_nacl_386.s 10 TEXT ·stopTimer(SB),NOSPLIT,$0
11 JMP time·stopTimer(SB)
time_nacl_amd64p32.s 10 TEXT ·stopTimer(SB),NOSPLIT,$0
11 JMP time·stopTimer(SB)
time_nacl_arm.s 10 TEXT ·stopTimer(SB),NOSPLIT,$0
11 B time·stopTimer(SB)
  /external/llvm/unittests/Support/
TimerTest.cpp 41 T1.stopTimer();
46 T1.stopTimer();
58 T1.stopTimer();
  /frameworks/support/wear/src/android/support/wear/widget/
CircularProgressLayoutController.java 78 stopTimer();
93 void stopTimer() {
106 stopTimer(); // Stop the previous timer if there is one
  /packages/apps/TV/src/com/android/tv/perf/
PerformanceMonitor.java 73 void stopTimer(TimerEvent event, @EventName String eventName);
StubPerformanceMonitor.java 49 public void stopTimer(TimerEvent event, String name) {}
  /external/nist-sip/java/gov/nist/javax/sip/parser/
PipelinedMsgParser.java 242 this.rawInputStream.stopTimer();
260 this.rawInputStream.stopTimer();
268 this.rawInputStream.stopTimer();
280 this.rawInputStream.stopTimer();
333 this.rawInputStream.stopTimer();
  /external/libese/apps/weaver/card/src/com/android/weaver/core/
CoreSlots.java 132 mBackoffTimer.stopTimer();
177 mBackoffTimer.stopTimer();
  /external/llvm/include/llvm/Support/
Timer.h 71 /// invocations of its startTimer()/stopTimer() methods. Given appropriate OS
113 /// Start the timer running. Time between calls to startTimer/stopTimer is
119 void stopTimer();
132 /// stopTimer() methods of the Timer class. When the object is constructed, it
148 if (T) T->stopTimer();
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Timer.h 77 /// invocations of its startTimer()/stopTimer() methods. Given appropriate OS
112 /// startTimer/stopTimer is counted by the Timer class. Note that these calls
117 /// stopTimer - Stop the timer.
119 void stopTimer();
127 /// stopTimer() methods of the Timer class. When the object is constructed, it
142 if (T) T->stopTimer();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Timer.h 70 /// its startTimer()/stopTimer() methods. Given appropriate OS support it can
118 /// Start the timer running. Time between calls to startTimer/stopTimer is
124 void stopTimer();
137 /// stopTimer() methods of the Timer class. When the object is constructed, it
152 if (T) T->stopTimer();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Timer.h 70 /// its startTimer()/stopTimer() methods. Given appropriate OS support it can
118 /// Start the timer running. Time between calls to startTimer/stopTimer is
124 void stopTimer();
137 /// stopTimer() methods of the Timer class. When the object is constructed, it
152 if (T) T->stopTimer();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Timer.h 70 /// its startTimer()/stopTimer() methods. Given appropriate OS support it can
118 /// Start the timer running. Time between calls to startTimer/stopTimer is
124 void stopTimer();
137 /// stopTimer() methods of the Timer class. When the object is constructed, it
152 if (T) T->stopTimer();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Timer.h 70 /// its startTimer()/stopTimer() methods. Given appropriate OS support it can
118 /// Start the timer running. Time between calls to startTimer/stopTimer is
124 void stopTimer();
137 /// stopTimer() methods of the Timer class. When the object is constructed, it
152 if (T) T->stopTimer();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Timer.h 70 /// its startTimer()/stopTimer() methods. Given appropriate OS support it can
118 /// Start the timer running. Time between calls to startTimer/stopTimer is
124 void stopTimer();
137 /// stopTimer() methods of the Timer class. When the object is constructed, it
152 if (T) T->stopTimer();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Timer.h 70 /// its startTimer()/stopTimer() methods. Given appropriate OS support it can
118 /// Start the timer running. Time between calls to startTimer/stopTimer is
124 void stopTimer();
137 /// stopTimer() methods of the Timer class. When the object is constructed, it
152 if (T) T->stopTimer();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Timer.h 70 /// its startTimer()/stopTimer() methods. Given appropriate OS support it can
118 /// Start the timer running. Time between calls to startTimer/stopTimer is
124 void stopTimer();
137 /// stopTimer() methods of the Timer class. When the object is constructed, it
152 if (T) T->stopTimer();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Timer.h 70 /// its startTimer()/stopTimer() methods. Given appropriate OS support it can
118 /// Start the timer running. Time between calls to startTimer/stopTimer is
124 void stopTimer();
137 /// stopTimer() methods of the Timer class. When the object is constructed, it
152 if (T) T->stopTimer();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Timer.h 70 /// its startTimer()/stopTimer() methods. Given appropriate OS support it can
118 /// Start the timer running. Time between calls to startTimer/stopTimer is
124 void stopTimer();
137 /// stopTimer() methods of the Timer class. When the object is constructed, it
152 if (T) T->stopTimer();
  /frameworks/support/samples/SupportWearDemos/src/com/example/android/support/wear/app/
CircularProgressLayoutDemo.java 71 mCircularProgressLayout.stopTimer();
  /frameworks/support/wear/tests/src/android/support/wear/widget/
CircularProgressLayoutTest.java 97 mLayoutUnderTest.stopTimer();

Completed in 950 milliseconds

1 2 3