HomeSort by relevance Sort by last modified time
    Searched refs:Timer (Results 126 - 150 of 296) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/gcj/
javaprims.i 320 class Timer;
321 class Timer$Scheduler;
322 class Timer$TaskQueue;
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
MainFragment.java 59 import java.util.Timer;
75 private Timer mBackgroundTimer;
233 mBackgroundTimer = new Timer();
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
FocusManager.java 46 import java.util.Timer;
342 private Timer mTimer;
349 // timer (see #activate, below).
424 mTimer = new Timer();
443 // Using a timer repeat period of SEARCH_TIMEOUT/2 means the amount of
445 // between 500 and 750 ms. A smaller timer period results in less
  /frameworks/base/services/core/java/com/android/server/location/
ComprehensiveCountryDetector.java 32 import java.util.Timer;
74 protected Timer mLocationRefreshTimer;
409 Slog.d(TAG, "start periodic location refresh timer. Interval: "
412 mLocationRefreshTimer = new Timer();
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java 32 import java.util.Timer;
146 public Timer getTimer() {
354 Timer timer = detector.getTimer(); local
355 assertTrue(timer == null);
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleDeskClockApiCalls.java 26 import com.android.deskclock.data.Timer;
61 // shows the tab with timers; optionally scrolls to a specific timer
65 // starts the sole timer
67 // resets the timer
69 // adds an extra minute to the timer
72 // extra for many actions specific to a given timer
184 Timer timer = null; local
191 // No timer id was given explicitly, so check if only one timer exists
    [all...]
HandleApiCalls.java 35 import com.android.deskclock.data.Timer;
40 import com.android.deskclock.timer.TimerFragment;
332 // If no length is supplied, show the timer setup view.
335 LogUtils.i("HandleApiCalls showing timer setup");
339 // Verify that the timer length is between one second and one day.
341 if (lengthMillis < Timer.MIN_LENGTH || lengthMillis > Timer.MAX_LENGTH) {
343 LogUtils.i("Invalid timer length requested: " + lengthMillis);
350 // Attempt to reuse an existing timer that is Reset with the same length and label.
351 Timer timer = null local
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/session/
HashSessionManager.java 32 import java.util.Timer;
54 * This manager will create it's own Timer instance to scavenge threads, unless it discovers a shared Timer instance
55 * set as the "org.eclipse.jetty.server.session.timer" attribute of the ContextHandler.
64 private Timer _timer;
97 _timer=(Timer)context.getAttribute("org.eclipse.jetty.server.session.timer");
101 _timer=new Timer("HashSessionScavenger-"+__id++, true);
  /external/jetty/src/java/org/eclipse/jetty/util/
Scanner.java 34 import java.util.Timer;
63 private Timer _timer;
357 public Timer newTimer ()
359 return new Timer("Scanner-"+__scannerId++, true);
  /external/jmdns/src/javax/jmdns/impl/
JmmDNSImpl.java 16 import java.util.Timer;
60 private final Timer _timer;
72 _timer = new Timer("Multihommed mDNS.Timer", true);
566 public void start(Timer timer) {
567 timer.schedule(this, 0, DNSConstants.NETWORK_CHECK_INTERVAL);
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsTimerTest.java 29 import com.android.internal.os.BatteryStatsImpl.Timer;
37 class TestTimer extends Timer {
135 * to the timer.
142 TestTimer timer = new TestTimer(clocks, 0, timeBase); local
143 timer.nextComputeCurrentCount = 3000;
145 // Test that starting the timer counts the unplugged time and counters
146 timer.nextComputeRunTime = 4;
147 timer.onTimeStarted(10, 20, 50);
148 Assert.assertEquals(50, timer.lastComputeRunTimeRealtime);
149 Assert.assertEquals(4, timer.getUnpluggedTime())
224 TestTimer timer = new TestTimer(clocks, 0, timeBase); local
259 TestTimer timer = new TestTimer(clocks, 0, timeBase); local
359 TestTimer timer = new TestTimer(clocks, 0, timeBase); local
401 TestTimer timer = new TestTimer(clocks, 0, timeBase); local
437 TestTimer timer = new TestTimer(clocks, 0, timeBase); local
460 TestTimer timer = new TestTimer(clocks, 0, timeBase); local
    [all...]
  /frameworks/base/data/sounds/
AudioPackage13_48.mk 11 ALARM_FILES := Argon Carbon Helium Krypton Neon Oxygen Osmium Platinum Timer
  /system/core/init/
init_parser.cpp 97 Timer t;
  /frameworks/base/core/java/android/os/
BatteryStats.java 57 * A constant indicating a partial wake lock timer.
62 * A constant indicating a full wake lock timer.
67 * A constant indicating a window wake lock timer.
72 * A constant indicating a sensor timer.
77 * A constant indicating a a wifi running timer
82 * A constant indicating a full wifi lock timer
92 * A constant indicating a wifi multicast timer
97 * A constant indicating a video turn on timer
102 * A constant indicating a vibrator on timer
107 * A constant indicating a foreground activity timer
3186 final Timer timer = syncs.valueAt(isy); local
3197 final Timer timer = jobs.valueAt(ij); local
3220 final Timer timer = se.getSensorTime(); local
4023 final BatteryStats.Timer timer = ent.getValue(); local
4033 final TimerEntry timer = ktimers.get(i); local
4055 TimerEntry timer = timers.get(i); local
4074 final Timer timer = ent.getValue(); local
4080 TimerEntry timer = reasons.get(i); local
4296 final Timer timer = syncs.valueAt(isy); local
4319 final Timer timer = jobs.valueAt(ij); local
4365 final Timer timer = se.getSensorTime(); local
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 25 #include "llvm/Support/Timer.h"
308 TimeBucketRegion Timer;
311 Timer.setBucket(&TimeByBucket[MC->getID()]);
318 TimeBucketRegion Timer;
321 Timer.setBucket(&TimeByBucket[MC->getID()]);
523 TimeBucketRegion Timer;
526 Timer.setBucket(&TimeByBucket[MP.second->getID()]);
545 TimeBucketRegion Timer;
550 Timer.setBucket(&TimeByBucket[MP.second->getID()]);
    [all...]
  /external/llvm/include/llvm/IR/
LegacyPassManagers.h 100 class Timer;
505 Timer *getPassTimer(Pass *);
  /external/llvm/lib/Support/
Android.mk 79 Timer.cpp \
  /external/opencv3/samples/python2/
asift.py 30 from common import Timer
143 with Timer('matching'):
  /toolchain/binutils/binutils-2.25/gold/
main.cc 51 #include "timer.h"
167 Timer timer; local
170 timer.start();
171 set_parameters_timer(&timer);
259 timer.stamp(2);
260 Timer::TimeStats elapsed = timer.get_pass_time(0);
268 elapsed = timer.get_pass_time(1);
276 elapsed = timer.get_pass_time(2)
    [all...]
parameters.cc 82 Parameters::set_timer(Timer* timer)
85 this->timer_ = timer;
290 set_parameters_timer(Timer* timer)
291 { static_parameters.set_timer(timer); }
workqueue.cc 27 #include "timer.h"
315 Timer timer; local
317 timer.start();
323 Timer::TimeStats elapsed = timer.get_elapsed_time();
  /frameworks/base/services/core/java/com/android/server/am/
HealthStatsBatteryStatsWriter.java 51 BatteryStats.Timer timer; local
90 timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_FULL);
91 addTimers(uidWriter, UidHealthStats.TIMERS_WAKELOCKS_FULL, key, timer);
94 timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_PARTIAL);
95 addTimers(uidWriter, UidHealthStats.TIMERS_WAKELOCKS_PARTIAL, key, timer);
98 timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_WINDOW);
99 addTimers(uidWriter, UidHealthStats.TIMERS_WAKELOCKS_WINDOW, key, timer);
102 timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_DRAW);
103 addTimers(uidWriter, UidHealthStats.TIMERS_WAKELOCKS_DRAW, key, timer);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerService.java 21 import java.util.Timer;
91 private Timer mNotificationTimer;
259 mNotificationTimer = new Timer();
  /external/autotest/scheduler/
host_scheduler.py 106 _timer = autotest_stats.Timer('suite_recorder')
193 _timer = autotest_stats.Timer('base_host_scheduler')
293 _timer = autotest_stats.Timer('host_scheduler')
  /external/clang/include/clang/Frontend/
CompilerInstance.h 32 class Timer;
108 /// \brief The frontend timer group.
111 /// \brief The frontend timer.
112 std::unique_ptr<llvm::Timer> FrontendTimer;
561 /// @name Frontend timer
566 llvm::Timer &getFrontendTimer() const {
567 assert(FrontendTimer && "Compiler instance has no frontend timer!");
677 /// Create the frontend timer and replace any existing one with it.

Completed in 761 milliseconds

1 2 3 4 56 7 8 91011>>