/system/core/init/ |
init.cpp | 163 Timer t; 551 Timer t;
|
/system/core/metricsd/ |
timer_test.cc | 24 #include "metrics/timer.h" 52 EXPECT_EQ(Timer::kTimerStopped, timer_.timer_state_); 63 Timer timer_; 156 ASSERT_TRUE(timer_.Pause()); // Starts timer paused. 160 ASSERT_TRUE(timer_.Start()); // Restarts timer. 411 static const char kMetricName[] = "test-timer";
|
/toolchain/binutils/binutils-2.25/gold/ |
gold.cc | 51 #include "timer.h" 494 Timer* timer = parameters->timer(); local 495 if (timer != NULL) 496 timer->stamp(0); 843 Timer* timer = parameters->timer(); local 844 if (timer != NULL [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
SignificantMotionTestActivity.java | 19 import java.util.Timer;
|
DeviceSuspendTestActivity.java | 5 import java.util.Timer;
|
/external/autotest/scheduler/shard/ |
shard_client.py | 93 timer = autotest_stats.Timer(STATS_KEY) variable 134 @timer.decorate 289 @timer.decorate
|
/external/autotest/site_utils/ |
run_suite.py | 579 autotest_stats.Timer(data_key).send('payload_download_time', 584 autotest_stats.Timer(data_key).send('artifact_download_time', 590 autotest_stats.Timer(data_key).send('suite_run_time', 595 autotest_stats.Timer(data_key).send('tests_run_time', [all...] |
/external/blktrace/doc/ |
blktrace.tex | 167 IO unplugs: 0 Timer unplugs: 0 174 IO unplugs: 0 Timer unplugs: 0 181 IO unplugs: 0 Timer unplugs: 3 303 IO unplugs: 0 Timer unplugs: 0 309 IO unplugs: 0 Timer unplugs: 4 315 IO unplugs: 0 Timer unplugs: 0 321 IO unplugs: 0 Timer unplugs: 0 328 IO unplugs: 0 Timer unplugs: 4 566 \item[T -- unplug due to timer] If nobody requests the io that was queued 718 \item[T -- unplug due to timer] The command associated with the even [all...] |
/external/opencv3/samples/python2/ |
common.py | 137 def Timer(msg):
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoyView.java | 43 import java.util.Timer; 149 // the timer display in seconds 155 // string value for timer display 228 private Timer mTimer = null; 232 // one second - used to update timer 562 mTimer = new Timer(); 641 // kick off the timer task for counter update if not already 705 // when processing a timer event below. 713 // Only update state on a timer event [all...] |
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
PeerConnectionClient.java | 46 import java.util.Timer; 103 private Timer statsTimer; 250 statsTimer = new Timer(); 596 Log.e(TAG, "Can not schedule statistics timer", e); [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
ScreenViewer.java | 48 import javax.swing.Timer; 71 private Timer timer; field in class:ScreenViewer 83 timer = new Timer(5000, this); 84 timer.setInitialDelay(0); 85 timer.setRepeats(true); 99 timer.start(); 152 timer.setDelay(rate); 153 timer.setInitialDelay(0) [all...] |
/external/llvm/lib/IR/ |
LegacyPassManager.cpp | 27 #include "llvm/Support/Timer.h" 456 DenseMap<Pass*, Timer*> TimingData; 476 /// getPassTimer - Return the timer for the specified pass if it exists. 477 Timer *getPassTimer(Pass *P) { 482 Timer *&T = TimingData[P]; 484 T = new Timer(P->getPassName(), TG); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.util_1.0.200.v20100503.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar | |
/external/autotest/frontend/afe/ |
rpc_utils.py | [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
TextField.java | 46 import com.badlogic.gdx.utils.Timer; 47 import com.badlogic.gdx.utils.Timer.Task; 921 Timer.schedule(keyRepeatTask, keyRepeatInitialTime, keyRepeatTime); [all...] |
/frameworks/base/services/java/com/android/server/ |
SystemServer.java | 111 import java.util.Timer; 191 private Timer mProfilerSnapshotTimer; 271 mProfilerSnapshotTimer = new Timer(); [all...] |
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
ev_timers.c | 67 evTimer * timer; member in struct:__anon1168 251 ctx->cur->type == Timer && 252 ctx->cur->u.timer.this == del) { 253 evPrintf(ctx, 8, "deferring delete of timer (executing)\n"); 256 * clean up the timer. 284 evTimer *timer = id.opaque; local 289 if (heap_element(ctx->timers, timer->index) != timer) 293 timer->mode |= EV_TMR_RATE; 295 timer->mode &= ~EV_TMR_RATE 311 evTimer *timer = id.opaque; local 408 evTimer *timer = opaqueID.opaque; local 461 evTimer *timer; local [all...] |
/external/autotest/client/common_lib/cros/ |
autoupdater.py | 242 _timer = autotest_stats.Timer('cros_autoupdater')
|
/external/autotest/scheduler/ |
rdb.py | 24 _timer = autotest_stats.Timer(rdb_utils.RDB_STATS_KEY)
|
/external/autotest/server/hosts/ |
servo_host.py | 97 _timer = autotest_stats.Timer('servo_host')
|
/external/v8/src/ |
compiler.cc | 399 base::ElapsedTimer timer; local 401 timer.Start(); 407 isolate()->GetHStatistics()->IncrementFullCodeGen(timer.Elapsed()); 459 Timer t(this, &time_taken_to_create_graph_); 519 Timer t(this, &time_taken_to_create_graph_); 549 Timer t(this, &time_taken_to_optimize_); 636 { // Scope for timer. 637 Timer timer(this, &time_taken_to_codegen_); 1484 base::ElapsedTimer timer; local [all...] |
/prebuilts/go/darwin-x86/src/net/ |
dial.go | 267 // Otherwise, disable the Timer and let cancel take over. 289 // the primary goroutine uses a nil timer to omit the delay. 290 func dialSerialAsync(ctx *dialContext, ras addrList, timer *time.Timer, cancel <-chan struct{}, results chan<- dialResult) { 291 if timer != nil { 294 case <-timer.C: 301 case results <- dialResult{c, err, timer == nil}:
|