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

1 2

  /external/vulkan-validation-layers/
lvl_genvk.py 30 def startTimer(timeit):
186 startTimer(args.time)
241 startTimer(args.time)
245 startTimer(args.time)
  /prebuilts/go/darwin-x86/src/time/
sleep.go 40 func startTimer(*runtimeTimer)
93 startTimer(&t.r)
128 startTimer(&t.r)
165 startTimer(&t.r)
  /prebuilts/go/linux-x86/src/time/
sleep.go 40 func startTimer(*runtimeTimer)
93 startTimer(&t.r)
128 startTimer(&t.r)
165 startTimer(&t.r)
  /prebuilts/go/darwin-x86/src/runtime/
time.go 62 // startTimer adds t to the timer heap.
63 //go:linkname startTimer time.startTimer
64 func startTimer(t *timer) {
  /prebuilts/go/linux-x86/src/runtime/
time.go 62 // startTimer adds t to the timer heap.
63 //go:linkname startTimer time.startTimer
64 func startTimer(t *timer) {
  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 124 startTimer(mMillis);
135 private void startTimer(int millis) {
  /device/google/marlin/camera/QCamera2/util/
QCameraPerf.cpp 261 void QCameraPerfLock::startTimer(uint32_t timer_val)
301 startTimer(timer_val);
  /device/huawei/angler/camera/QCamera2/util/
QCameraPerf.cpp 229 void QCameraPerfLock::startTimer(uint32_t timer_val)
269 startTimer(timer_val);
  /device/lge/bullhead/camera/QCamera2/util/
QCameraPerf.cpp 229 void QCameraPerfLock::startTimer(uint32_t timer_val)
269 startTimer(timer_val);
  /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/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/llvm/utils/lit/lit/
TestRunner.py 81 def startTimer(self):
134 timeoutHelper.startTimer()
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
genvk.py 83 def startTimer():
96 startTimer()
100 startTimer()
339 startTimer()
  /external/llvm/lib/Support/
Timer.cpp 138 void Timer::startTimer() {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 106 public void startTimer() {
PipelinedMsgParser.java 250 this.rawInputStream.startTimer();
318 this.rawInputStream.startTimer();
  /external/swiftshader/third_party/LLVM/lib/Support/
Timer.cpp 149 void Timer::startTimer() {
163 assert(I != ActiveTimers->end() && "stop but no startTimer?");
  /frameworks/base/core/java/android/hardware/camera2/legacy/
PerfMeasurement.java 40 * mPerfMeasurement.startTimer();
160 public void startTimer() {
169 * be active at once, so {@link #startTimer} must be called before the next call to this
SurfaceTextureRenderer.java 624 mPerfMeasurer.startTimer();
    [all...]
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 117 void startTimer() {
211 startTimer();
  /frameworks/native/opengl/tools/glgen2/registry/
genheaders.py 83 def startTimer():
96 startTimer()
100 startTimer()
559 startTimer()
  /external/libxml2/
testSAX.c 103 * startTimer: call where you want to start timing
106 startTimer(void)
148 startTimer(void)
175 startTimer(void)
1179 startTimer();
xmllint.c 439 * startTimer: call where you want to start timing
442 startTimer(void)
484 startTimer(void)
511 startTimer(void)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 31 func startTimer(*runtimeTimer)
48 startTimer(&t.r)
68 startTimer(&t.r)
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 31 func startTimer(*runtimeTimer)
48 startTimer(&t.r)
68 startTimer(&t.r)

Completed in 685 milliseconds

1 2