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

1 2 3 4

  /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/main/java/androidx/wear/widget/
CircularProgressLayoutController.java 79 stopTimer();
94 void stopTimer() {
107 stopTimer(); // Stop the previous timer if there is one
  /packages/apps/TV/src/com/android/tv/perf/
PerformanceMonitor.java 72 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();
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/
WorkTimer.java 64 stopTimer(workSpecId);
72 void stopTimer(@NonNull final String workSpecId) {
  /packages/apps/Dialer/java/com/android/dialer/metrics/
Metrics.java 92 void stopTimer(String timerEventName);
  /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-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/darwin-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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();

Completed in 1291 milliseconds

1 2 3 4