/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 | 74 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/ims/rcs/rcsservice/src/com/android/service/ims/presence/ |
PresenceCapabilityTask.java | 101 startTimer(); 111 private void startTimer(){ 113 logger.error("startTimer mContext is null"); 128 logger.debug("startTimer taskId=" + mTaskId + " mTimeout=" + mTimeout +
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
PipelinedMsgParser.java | 250 this.rawInputStream.startTimer(); 318 this.rawInputStream.startTimer();
|
/external/opencv3/modules/cudalegacy/perf/ |
perf_bgsegm.cpp | 106 startTimer(); 206 startTimer();
|
/prebuilts/go/darwin-x86/src/time/ |
sleep.go | 40 func startTimer(*runtimeTimer) 76 startTimer(&t.r) 90 startTimer(&t.r) 124 startTimer(&t.r)
|
/prebuilts/go/linux-x86/src/time/ |
sleep.go | 40 func startTimer(*runtimeTimer) 76 startTimer(&t.r) 90 startTimer(&t.r) 124 startTimer(&t.r)
|
/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) {
|