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

1 2

  /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/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();
Pipeline.java 115 public void stopTimer() {
  /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()) \
  /external/opencv3/modules/cudacodec/perf/
perf_video.cpp 138 stopTimer();
155 stopTimer();
  /external/opencv3/modules/stitching/perf/opencl/
perf_stitch.cpp 58 stopTimer();
95 stopTimer();
137 stopTimer();
  /external/opencv3/modules/objdetect/perf/opencl/
perf_cascades.cpp 54 stopTimer();
  /external/opencv3/modules/stitching/perf/
perf_stich.cpp 56 stopTimer();
93 stopTimer();
142 stopTimer();
201 stopTimer();
  /external/llvm/include/llvm/Support/
Timer.h 71 /// invocations of its startTimer()/stopTimer() methods. Given appropriate OS
106 /// startTimer/stopTimer is counted by the Timer class. Note that these calls
111 /// stopTimer - Stop the timer.
113 void stopTimer();
120 /// stopTimer() methods of the Timer class. When the object is constructed, it
136 if (T) T->stopTimer();
  /external/opencv3/modules/cudalegacy/perf/
perf_bgsegm.cpp 112 stopTimer();
212 stopTimer();
  /external/opencv3/modules/imgproc/perf/
perf_floodfill.cpp 68 stopTimer();
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 155 BaseLine.stopTimer();
163 Tokenizing.stopTimer();
172 Parsing.stopTimer();
  /prebuilts/go/darwin-x86/src/time/
sleep.go 41 func stopTimer(*runtimeTimer) bool
61 return stopTimer(&t.r)
88 active := stopTimer(&t.r)
tick.go 46 stopTimer(&t.r)
  /prebuilts/go/linux-x86/src/time/
sleep.go 41 func stopTimer(*runtimeTimer) bool
61 return stopTimer(&t.r)
88 active := stopTimer(&t.r)
tick.go 46 stopTimer(&t.r)
  /external/opencv3/modules/cudabgsegm/perf/
perf_bgsegm.cpp 133 stopTimer();
237 stopTimer();
296 stopTimer();
  /frameworks/base/core/java/android/hardware/camera2/legacy/
PerfMeasurement.java 42 * mPerfMeasurement.stopTimer();
154 * so {@link #stopTimer} must be called before the next call to this method.</p>
175 public void stopTimer() {
215 * will only be available some time after the {@link #stopTimer} call is made. Poll this method
  /prebuilts/go/darwin-x86/src/runtime/
time.go 71 // stopTimer removes t from the timer heap if it is there.
73 //go:linkname stopTimer time.stopTimer
74 func stopTimer(t *timer) bool {
  /prebuilts/go/linux-x86/src/runtime/
time.go 71 // stopTimer removes t from the timer heap if it is there.
73 //go:linkname stopTimer time.stopTimer
74 func stopTimer(t *timer) bool {

Completed in 4265 milliseconds

1 2