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

1 2 3

  /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)
  /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)
  /external/opencv3/modules/ts/include/opencv2/ts/
ocl_perf.hpp 100 for (cvtest::ocl::perf::safeFinish(); startTimer(), next(); cvtest::ocl::perf::safeFinish(), stopTimer())
103 for(declare.iterations(n), cvtest::ocl::perf::safeFinish(); startTimer(), next(); cvtest::ocl::perf::safeFinish(), stopTimer())
106 for (declare.runs(runsNum), cvtest::ocl::perf::safeFinish(); startTimer(), next(); cvtest::ocl::perf::safeFinish(), stopTimer()) \
  /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);
  /hardware/qcom/camera/QCamera2/util/
QCameraPerf.h 75 void startTimer(uint32_t timer_val);
  /external/opencv3/modules/cudacodec/perf/
perf_video.cpp 136 startTimer(); next();
153 startTimer(); next();
  /external/llvm/include/llvm/Support/
Timer.h 71 /// invocations of its startTimer()/stopTimer() methods. Given appropriate OS
105 /// startTimer - Start the timer running. Time between calls to
106 /// startTimer/stopTimer is counted by the Timer class. Note that these calls
109 void startTimer();
119 /// The TimeRegion class is used as a helper class to call the startTimer() and
130 T->startTimer();
133 if (T) T->startTimer();
  /external/opencv3/modules/stitching/perf/opencl/
perf_stitch.cpp 56 startTimer();
93 startTimer();
135 startTimer();
  /external/opencv3/modules/objdetect/perf/opencl/
perf_cascades.cpp 52 startTimer();
  /external/opencv3/modules/stitching/perf/
perf_stich.cpp 54 startTimer();
91 startTimer();
140 startTimer();
199 startTimer();
  /external/vulkan-validation-layers/
genvk.py 85 def startTimer():
98 startTimer()
102 startTimer()
318 startTimer()
  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 124 startTimer(mMillis);
135 private void startTimer(int millis) {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
PipelinedMsgParser.java 250 this.rawInputStream.startTimer();
318 this.rawInputStream.startTimer();
Pipeline.java 106 public void startTimer() {
  /external/opencv3/modules/cudalegacy/perf/
perf_bgsegm.cpp 106 startTimer();
206 startTimer();
  /external/opencv3/modules/imgproc/perf/
perf_floodfill.cpp 66 startTimer();
  /external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
SkiaSampleRenderer.java 64 private void startTimer(int ms) {
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 150 BaseLine.startTimer();
159 Tokenizing.startTimer();
166 Parsing.startTimer();
  /external/opencv3/modules/cudabgsegm/perf/
perf_bgsegm.cpp 127 startTimer();
231 startTimer();
290 startTimer();

Completed in 667 milliseconds

1 2 3