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

1 2 3 4

  /prebuilts/go/darwin-x86/src/syscall/
time_nacl_386.s 7 TEXT ·startTimer(SB),NOSPLIT,$0
8 JMP time·startTimer(SB)
time_nacl_amd64p32.s 7 TEXT ·startTimer(SB),NOSPLIT,$0
8 JMP time·startTimer(SB)
time_nacl_arm.s 7 TEXT ·startTimer(SB),NOSPLIT,$0
8 B time·startTimer(SB)
  /prebuilts/go/linux-x86/src/syscall/
time_nacl_386.s 7 TEXT ·startTimer(SB),NOSPLIT,$0
8 JMP time·startTimer(SB)
time_nacl_amd64p32.s 7 TEXT ·startTimer(SB),NOSPLIT,$0
8 JMP time·startTimer(SB)
time_nacl_arm.s 7 TEXT ·startTimer(SB),NOSPLIT,$0
8 B time·startTimer(SB)
  /external/llvm/unittests/Support/
TimerTest.cpp 40 T1.startTimer();
44 T1.startTimer();
56 T1.startTimer();
  /frameworks/support/wear/tests/src/android/support/wear/widget/
CircularProgressLayoutControllerTest.java 84 mControllerUnderTest.startTimer(TOTAL_TIME, UPDATE_INTERVAL);
92 mControllerUnderTest.startTimer(TOTAL_TIME, UPDATE_INTERVAL);
102 mControllerUnderTest.startTimer(TOTAL_TIME, UPDATE_INTERVAL);
112 mControllerUnderTest.startTimer(TOTAL_TIME, UPDATE_INTERVAL);
  /packages/apps/TV/src/com/android/tv/perf/
PerformanceMonitor.java 63 TimerEvent startTimer();
StubPerformanceMonitor.java 44 public TimerEvent startTimer() {
  /packages/inputmethods/LatinIME/native/jni/src/utils/
profiler.h 45 void startTimer(const int id) {
75 #define PROF_TIMER_START(timer_id) __LATINIME__PROFILER__.startTimer(timer_id)
  /device/huawei/angler/camera/QCamera2/util/
QCameraPerf.h 71 void startTimer(uint32_t timer_val);
  /device/lge/bullhead/camera/QCamera2/util/
QCameraPerf.h 71 void startTimer(uint32_t timer_val);
  /external/llvm/include/llvm/Support/
Timer.h 71 /// 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/
Timer.h 77 /// 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Timer.h 70 /// 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();
  /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
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();
  /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
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();
  /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
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();
  /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
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();
  /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
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();
  /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
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();
  /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
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();
  /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
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();
  /device/google/marlin/camera/QCamera2/util/
QCameraPerf.h 80 void startTimer(uint32_t timer_val);

Completed in 1049 milliseconds

1 2 3 4