HomeSort by relevance Sort by last modified time
    Searched refs:Timer (Results 76 - 100 of 343) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/widgets/
ResizableWidgetCollection.java 26 import com.google.gwt.user.client.Timer;
31 * Every {@link ResizableWidgetCollection} uses a timer, so consider the cost when adding one.
107 /** The timer used to periodically compare the dimensions of elements to their old dimensions. */
108 private Timer resizeCheckTimer = new Timer() {
229 /** Set whether or not resize checking is enabled. If disabled, elements will still be resized on window events, but the timer
232 * @param enabled true to enable the resize checking timer */
  /frameworks/base/services/core/java/com/android/server/location/
LocationBasedCountryDetector.java 33 import java.util.Timer;
56 protected Timer mTimer;
199 mTimer = new Timer();
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
MainActivity.java 28 import java.util.Timer;
43 private Timer mTimer;
77 mTimer = new Timer();
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
RSTestCore.java 25 import java.util.Timer;
52 /* Periodic timer for ensuring future tests get scheduled */
53 private Timer mTimer;
113 mTimer = new Timer();
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
RSTestCore.java 25 import java.util.Timer;
52 /* Periodic timer for ensuring future tests get scheduled */
53 private Timer mTimer;
117 mTimer = new Timer();
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
RSTestCore.java 25 import java.util.Timer;
52 /* Periodic timer for ensuring future tests get scheduled */
53 private Timer mTimer;
117 mTimer = new Timer();
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerCircleView.java 17 package com.android.deskclock.timer;
30 import com.android.deskclock.data.Timer;
33 * Custom view that draws timer progress as a circle.
37 /** The size of the dot indicating the progress through the timer. */
43 /** The color indicating the remaining portion of the timer. */
46 /** The color indicating the completed portion of the timer. */
49 /** The size of the stroke that paints the timer circle. */
56 private Timer mTimer;
84 void update(Timer timer) {
    [all...]
TimerService.java 17 package com.android.deskclock.timer;
27 import com.android.deskclock.data.Timer;
31 * <p>This service exists solely to allow {@link android.app.AlarmManager} and timer notifications
52 public static Intent createTimerExpiredIntent(Context context, Timer timer) {
53 final int timerId = timer == null ? -1 : timer.getId();
103 // Look up the timer in question.
105 final Timer timer = DataModel.getDataModel().getTimer(timerId) local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/perf/
Timer.java 36 * Timer.startTiming("myEvent");
38 * Timer.stopTiming("myEvent");
41 * The other way is to instantiate a timer that can be passed around, and started and paused. The
42 * timer will accumulate the results for each tag, and dump the results when asked.
45 * Timer timer = new Timer();
48 * timer.start("tagA");
50 * timer.pause("tagA");
54 * timer.dumpResults()
    [all...]
  /system/connectivity/shill/
metrics.h 27 #include <metrics/timer.h>
    [all...]
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Announcer.java 8 import java.util.Timer;
54 * @see javax.jmdns.impl.tasks.DNSTask#start(java.util.Timer)
57 public void start(Timer timer) {
59 timer.schedule(this, DNSConstants.ANNOUNCE_WAIT_INTERVAL, DNSConstants.ANNOUNCE_WAIT_INTERVAL);
Renewer.java 8 import java.util.Timer;
52 * @see javax.jmdns.impl.tasks.DNSTask#start(java.util.Timer)
55 public void start(Timer timer) {
59 timer.schedule(this, getTTL() * 500, getTTL() * 500);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 50 private Timer timer; field in class:Pipeline
112 this.timer.schedule(this.myTimerTask, this.readTimeout);
122 public Pipeline(InputStream pipe, int readTimeout, Timer timer) {
125 this.timer = timer;
  /external/v8/tools/testrunner/local/
commands.py 31 from threading import Timer
103 # Pseudo object to communicate with timer thread.
106 timer = Timer(timeout, kill_process, [process, timeout_result])
107 timer.start()
109 timer.cancel()
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8158.go 38 time.Sleep(10 * time.Millisecond) // overwrote Panic struct with Timer struct
  /prebuilts/go/linux-x86/test/fixedbugs/
issue8158.go 38 time.Sleep(10 * time.Millisecond) // overwrote Panic struct with Timer struct
  /external/autotest/client/cros/
power_strip.py 30 threading.Timer(delay, self._do_command, (command, outlet)).start()
  /external/autotest/contrib/
db_optimize.py 26 timer = autotest_stats.Timer(STATS_KEY) variable
28 @timer.decorate
  /external/autotest/site_utils/
abort_suite.py 41 _timer = autotest_stats.Timer('abort_suites')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sqs/
test_bigmessage.py 28 from threading import Timer
  /external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java 7 import java.util.Timer;
143 * The timer is used to dispatch all outgoing messages of JmDNS. It is also used to dispatch maintenance tasks for the DNS cache.
145 private final Timer _timer;
148 * The timer is used to dispatch maintenance tasks for the DNS cache.
150 private final Timer _stateTimer;
152 public static class StarterTimer extends Timer {
192 * @see java.util.Timer#cancel()
203 * @see java.util.Timer#schedule(java.util.TimerTask, long)
213 * @see java.util.Timer#schedule(java.util.TimerTask, java.util.Date)
223 * @see java.util.Timer#schedule(java.util.TimerTask, long, long
    [all...]
  /external/libchrome/components/timers/
alarm_timer_chromeos.h 13 #include "base/timer/timer.h"
21 // The class implements a timer that is capable of waking the system up from a
26 // exactly the same way as a regular Timer.
27 class AlarmTimer : public base::Timer {
33 // Sets a hook that will be called when the timer fires and a task has been
38 // Timer overrides.
53 // really should live in a delegated constructor but the way base::Timer's
57 // Will be called by the delegate to indicate that the timer has fired and
64 // Delegate that will manage actually setting the timer
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
SensorPowerCalculator.java 43 final BatteryStats.Timer timer = sensor.getSensorTime(); local
44 final long sensorTime = timer.getTotalTimeLocked(rawRealtimeUs, statsType) / 1000;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
timeit.py 9 Library usage: see the Timer class.
16 -r/--repeat N: how many times to repeat the timer (default 3)
33 The difference in default timer function is because on Windows,
36 time() is much more precise. On either platform, the default timer
64 __all__ = ["Timer"]
71 # On Windows, the best timer is time.clock()
74 # On most other platforms the best timer is time.time()
78 # in Timer.__init__() depend on setup being indented 4 spaces and stmt
95 """Create a timer function. Used if the "statement" is a callable."""
105 class Timer
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
timeit.py 9 Library usage: see the Timer class.
16 -r/--repeat N: how many times to repeat the timer (default 3)
33 The difference in default timer function is because on Windows,
36 time() is much more precise. On either platform, the default timer
64 __all__ = ["Timer"]
71 # On Windows, the best timer is time.clock()
74 # On most other platforms the best timer is time.time()
78 # in Timer.__init__() depend on setup being indented 4 spaces and stmt
95 """Create a timer function. Used if the "statement" is a callable."""
105 class Timer
    [all...]

Completed in 428 milliseconds

1 2 34 5 6 7 8 91011>>