HomeSort by relevance Sort by last modified time
    Searched refs:TimeBase (Results 1 - 24 of 24) sorted by null

  /external/v8/src/base/platform/
time.h 36 class TimeBase;
157 template<class TimeClass> friend class time_internal::TimeBase;
170 // TimeBase--------------------------------------------------------------------
177 class TimeBase {
265 explicit TimeBase(int64_t us) : us_(us) {}
267 // Time value in a microsecond timebase.
280 class Time final : public time_internal::TimeBase<Time> {
283 Time() : TimeBase(0) {}
321 friend class time_internal::TimeBase<Time>;
322 explicit Time(int64_t us) : TimeBase(us) {
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsTimerTest.java 28 import com.android.internal.os.BatteryStatsImpl.TimeBase;
43 TestTimer(Clocks clocks, int type, TimeBase timeBase, Parcel in) {
44 super(clocks, type, timeBase, in);
47 TestTimer(Clocks clocks, int type, TimeBase timeBase) {
48 super(clocks, type, timeBase);
134 * Tests that the flow through TimeBase.setRunning propagates through
139 TimeBase timeBase = new TimeBase()
    [all...]
MockBatteryStatsImpl.java 46 public TimeBase getOnBatteryTimeBase() {
BatteryStatsSamplingTimerTest.java 32 Mockito.mock(BatteryStatsImpl.TimeBase.class));
58 final BatteryStatsImpl.TimeBase timeBase = Mockito.mock(BatteryStatsImpl.TimeBase.class);
60 timeBase);
101 final BatteryStatsImpl.TimeBase timeBase = Mockito.mock(BatteryStatsImpl.TimeBase.class);
103 BatteryStatsImpl.SamplingTimer timer = new BatteryStatsImpl.SamplingTimer(clocks, timeBase);
112 timer = new BatteryStatsImpl.SamplingTimer(clocks, timeBase);
    [all...]
BatteryStatsDurationTimerTest.java 39 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase();
40 timeBase.init(clocks.uptimeMillis(), clocks.elapsedRealtime());
43 null, BatteryStats.WAKE_TYPE_PARTIAL, null, timeBase);
45 // TimeBase running, timer not running: current and max are 0
46 timeBase.setRunning(true, /* uptimeUs */ 0, /* realtimeUs */ 100*1000);
82 // Stop the TimeBase. The values should be frozen.
83 timeBase.setRunning(false, /* uptimeUs */ 10, /* realtimeUs */ 55000*1000);
88 // Start the TimeBase. The values should be the old value plus the delt
    [all...]
BatteryStatsTimeBaseTest.java 38 static class TestTimeBase extends BatteryStatsImpl.TimeBase {
  /external/libchrome/base/time/
time.h 91 // value are in terms of a microsecond timebase.
96 // return value are in terms of a microsecond timebase.
268 // Do not reference the time_internal::TimeBase template class directly. Please
270 // TimeBase members via those classes.
273 // TimeBase--------------------------------------------------------------------
280 class TimeBase {
368 explicit TimeBase(int64_t us) : us_(us) {}
370 // Time value in a microsecond timebase.
385 class BASE_EXPORT Time : public time_internal::TimeBase<Time> {
426 Time() : TimeBase(0)
    [all...]
  /external/libweave/third_party/chromium/base/time/
time.h 91 // value are in terms of a microsecond timebase.
96 // return value are in terms of a microsecond timebase.
268 // Do not reference the time_internal::TimeBase template class directly. Please
270 // TimeBase members via those classes.
273 // TimeBase--------------------------------------------------------------------
280 class TimeBase {
368 explicit TimeBase(int64_t us) : us_(us) {}
370 // Time value in a microsecond timebase.
385 class BASE_EXPORT Time : public time_internal::TimeBase<Time> {
426 Time() : TimeBase(0)
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymactoolbox.h 166 extern PyObject *TimeBaseObj_New(TimeBase);
167 extern int TimeBaseObj_Convert(PyObject *, TimeBase *);
  /prebuilts/gdb/linux-x86/include/python2.7/
pymactoolbox.h 166 extern PyObject *TimeBaseObj_New(TimeBase);
167 extern int TimeBaseObj_Convert(PyObject *, TimeBase *);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h 166 extern PyObject *TimeBaseObj_New(TimeBase);
167 extern int TimeBaseObj_Convert(PyObject *, TimeBase *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h 166 extern PyObject *TimeBaseObj_New(TimeBase);
167 extern int TimeBaseObj_Convert(PyObject *, TimeBase *);
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 35 from midifile import TimeBase, trackGrid
347 return TimeBase().ConvertStrTimeToTicks(mbt1)
353 return TimeBase().ConvertTicksToMBT(ticks)
357 return TimeBase().ConvertTicksToStr(ticks, '%02d:%02d:%02d')
361 return TimeBase().MbtDifference(mbt1, mbt2)
668 tb = TimeBase(ppqn, bpm)
midifile.py 214 # TimeBase
216 class TimeBase (object):
388 def TimeEventStr (self, timebase):
389 return '[%s]: %s' % (timebase.ConvertTicksToStr(self.ticks), self.__str__())
955 def DumpEvents (self, output, timebase):
958 output.write('%s\n' % event.TimeEventStr(timebase))
961 midi_file_logger.debug(event.TimeEventStr(timebase))
983 tick_warning_level = stream.timebase.ppqn * LARGE_TICK_WARNING
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar 
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 264 protected final TimeBase mOnBatteryTimeBase = new TimeBase();
268 final TimeBase mOnBatteryScreenOffTimeBase = new TimeBase();
623 public static class TimeBase {
828 final TimeBase mTimeBase;
834 Counter(TimeBase timeBase, Parcel in) {
835 mTimeBase = timeBase;
841 timeBase.add(this)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h 320 LONGLONG TimeBase;
325 LONGLONG TimeBase;
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 855 milliseconds