Searched defs:Timer (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_timer.py15 '''Timer utility'''
22 class Timer(object): class in inherits:object
23 '''A Timer utility to execute a callback after a certain interval.'''
26 '''Initialise the Timer without starting it.
59 self, the Timer instance
65 raise RuntimeError('Timer already running')
67 self._timer = threading.Timer(self._interval, self._callback)
69 return self # so that we can perform Timer(...).start()
75 self, the Timer instance
87 self, the Timer instanc
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DInstallerTest.java36 private final Timer mManual = new Timer("Manual");
37 private final Timer mQuota = new Timer("Quota");
39 private static class Timer { class in class:InstallerTest
44 public Timer(String title) { method in class:InstallerTest.Timer
/frameworks/rs/tests/lldb/tests/
H A Drun_test.py36 from harness.util_timer import Timer namespace
168 The instance of the Timer class that was created.
181 timer = Timer(interval, on_timeout)
183 atexit.register(Timer.stop, timer)
193 timer: The current Timer instance.
/frameworks/base/core/java/android/os/
H A DBatteryStats.java388 public static abstract class Timer { class in class:BatteryStats
391 * Returns the count associated with this Timer for the
399 * Returns the total time in microseconds associated with this Timer for the
409 * Returns the total time in microseconds associated with this Timer since the
419 * Not all Timer subclasses track the max, total, current durations.
428 * Not all Timer subclasses track the max, total, current durations.
440 * depending on the Timer, getTotalTimeLocked may represent the total 'blamed' or 'pooled'
443 * Not all Timer subclasses track the max, total, current durations.
450 * Returns the secondary Timer held by the Timer, i
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java585 public Map<String, ? extends Timer> getKernelWakelockStats() {
593 public Map<String, ? extends Timer> getWakeupReasonStats() {
1220 public static abstract class Timer extends BatteryStats.Timer implements TimeBaseObs { class in class:BatteryStatsImpl
1271 public Timer(Clocks clocks, int type, TimeBase timeBase, Parcel in) { method in class:BatteryStatsImpl.Timer
1289 public Timer(Clocks clocks, int type, TimeBase timeBase) { method in class:BatteryStatsImpl.Timer
1360 * Writes a possibly null Timer to a Parcel.
1363 * @param timer a Timer, or null.
1365 public static void writeTimerToParcel(Parcel out, Timer timer, long elapsedRealtimeUs) {
1447 public static class SamplingTimer extends Timer {
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 123 milliseconds