HomeSort by relevance Sort by last modified time
    Searched refs:interval (Results 51 - 75 of 964) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/InCallUI/src/com/android/incallui/
CallTimer.java 44 public boolean start(long interval) {
45 if (interval <= 0) {
52 mInterval = interval;
  /art/compiler/optimizing/
live_ranges_test.cc 65 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); local
66 LiveRange* range = interval->GetFirstRange();
111 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); local
112 LiveRange* range = interval->GetFirstRange();
161 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(1)->GetLiveInterval(); local
162 LiveRange* range = interval->GetFirstRange();
170 interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval();
171 // The then branch is a hole for this constant, therefore its interval has 2 ranges.
173 range = interval->GetFirstRange();
185 interval = liveness.GetInstructionFromSsaIndex(2)->GetLiveInterval()
237 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); local
    [all...]
register_allocator.cc 66 static bool ShouldProcess(bool processing_core_registers, LiveInterval* interval) {
67 bool is_core_register = (interval->GetType() != Primitive::kPrimDouble)
68 && (interval->GetType() != Primitive::kPrimFloat);
93 LiveInterval* interval = physical_register_intervals_.Get(reg); local
94 if (interval == nullptr) {
95 interval = LiveInterval::MakeFixedInterval(allocator_, reg, type);
96 physical_register_intervals_.Put(reg, interval);
97 inactive_.Add(interval);
99 DCHECK(interval->GetRegister() == reg);
100 interval->AddRange(start, end)
321 LiveInterval* interval = active_.Get(i); local
336 LiveInterval* interval = inactive_.Get(i); local
389 LiveInterval* interval = active_.Get(i); local
957 LiveInterval* interval = current->GetLiveInterval(); local
    [all...]
  /external/chromium_org/tools/android/adb_profile_chrome/
profiler_unittest.py 17 self.interval = None
21 def StartTracing(self, interval):
22 self.interval = interval
43 interval = 1.5
44 result = profiler.CaptureProfile([controller], interval)
47 self.assertEquals(controller.interval, interval)
  /external/chromium_org/ui/ozone/platform/dri/
dri_vsync_provider.cc 32 base::TimeDelta interval = local
35 callback.Run(timebase, interval);
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_keyboard.h 93 * @param[in] interval
94 * 'interval' is the time in ms between keyboard repeat events.
98 extern DECLSPEC int SDLCALL SDL_EnableKeyRepeat(int delay, int interval);
99 extern DECLSPEC void SDLCALL SDL_GetKeyRepeat(int *delay, int *interval);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAlarmManager.java 29 public void setRepeating (int type, long triggerAtTime, long interval, PendingIntent operation){
30 internalSet(type, triggerAtTime, interval, operation);
33 private void internalSet(int type, long triggerAtTime, long interval, PendingIntent operation) {
42 scheduledAlarms.add(new ScheduledAlarm(type, triggerAtTime, interval, operation));
97 public long interval; field in class:ShadowAlarmManager.ScheduledAlarm
104 public ScheduledAlarm(int type, long triggerAtTime, long interval, PendingIntent operation) {
108 this.interval = interval;
  /frameworks/base/libs/common_time/
common_time_config_service.cpp 76 status_t CommonTimeConfigService::getMasterAnnounceInterval(int *interval) {
77 return mTimeServer.getMasterAnnounceInterval(interval);
80 status_t CommonTimeConfigService::setMasterAnnounceInterval(int interval) {
81 return mTimeServer.setMasterAnnounceInterval(interval);
84 status_t CommonTimeConfigService::getClientSyncInterval(int *interval) {
85 return mTimeServer.getClientSyncInterval(interval);
88 status_t CommonTimeConfigService::setClientSyncInterval(int interval) {
89 return mTimeServer.setClientSyncInterval(interval);
common_time_config_service.h 41 virtual status_t getMasterAnnounceInterval(int *interval);
42 virtual status_t setMasterAnnounceInterval(int interval);
43 virtual status_t getClientSyncInterval(int *interval);
44 virtual status_t setClientSyncInterval(int interval);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java 115 int interval; local
117 interval = Integer.valueOf(prefStr);
119 loge("invalid alert reminder interval preference: " + prefStr);
123 if (interval == 0 || (interval == 1 && !firstTime)) {
126 if (interval == 1) {
127 interval = 2; // "1" = one reminder after 2 minutes
130 if (DBG) log("queueAlertReminder() in " + interval + " minutes");
144 long triggerTime = SystemClock.elapsedRealtime() + (interval * 60000);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_keyboard.h 93 * @param[in] interval
94 * 'interval' is the time in ms between keyboard repeat events.
98 extern DECLSPEC int SDLCALL SDL_EnableKeyRepeat(int delay, int interval);
99 extern DECLSPEC void SDLCALL SDL_GetKeyRepeat(int *delay, int *interval);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_keyboard.h 93 * @param[in] interval
94 * 'interval' is the time in ms between keyboard repeat events.
98 extern DECLSPEC int SDLCALL SDL_EnableKeyRepeat(int delay, int interval);
99 extern DECLSPEC void SDLCALL SDL_GetKeyRepeat(int *delay, int *interval);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_keyboard.h 93 * @param[in] interval
94 * 'interval' is the time in ms between keyboard repeat events.
98 extern DECLSPEC int SDLCALL SDL_EnableKeyRepeat(int delay, int interval);
99 extern DECLSPEC void SDLCALL SDL_GetKeyRepeat(int *delay, int *interval);
  /external/iptables/extensions/
libxt_RATEEST.c 15 unsigned int interval; member in struct:rateest_tg_udata
25 " --rateest-interval sec Rate measurement interval in seconds\n"
39 {.name = "rateest-interval", .id = O_INTERVAL, .type = XTTYPE_STRING,
98 if (RATEEST_get_time(&udata->interval, cb->arg) < 0)
100 "RATEEST: bad interval value \"%s\"",
117 for (info->interval = 0; info->interval <= 5; info->interval++) {
118 if (udata->interval <= (1 << info->interval) * (TIME_UNITS_PER_SEC / 4)
    [all...]
  /development/ndk/platforms/android-3/include/linux/hdlc/
ioctl.h 53 unsigned int interval; member in struct:__anon1354
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionEvent.idl 30 readonly attribute double? interval;
37 [Default=Undefined] optional double interval);
  /external/netperf/
netcpu_none.c 46 calibrate_idle_rate(int iterations, int interval)
  /frameworks/av/include/common_time/
ICommonTimeConfig.h 46 virtual status_t getMasterAnnounceInterval(int *interval) = 0;
47 virtual status_t setMasterAnnounceInterval(int interval) = 0;
48 virtual status_t getClientSyncInterval(int *interval) = 0;
49 virtual status_t setClientSyncInterval(int interval) = 0;
  /frameworks/base/core/java/android/hardware/usb/
UsbEndpoint.java 43 public UsbEndpoint(int address, int attributes, int maxPacketSize, int interval) {
47 mInterval = interval;
122 * Returns the endpoint's interval field.
124 * @return the endpoint's interval
142 int interval = in.readInt();
143 return new UsbEndpoint(address, attributes, maxPacketSize, interval);
  /frameworks/base/location/java/com/android/internal/location/
ProviderRequest.java 32 /** The smallest requested interval */
33 public long interval = Long.MAX_VALUE; field in class:ProviderRequest
39 * is a high power slow interval request and a
40 * low power fast interval request.
52 request.interval = in.readLong();
73 parcel.writeLong(interval);
86 s.append(" interval=");
87 TimeUtils.formatDuration(interval, s);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/hdlc/
ioctl.h 53 unsigned int interval; member in struct:__anon51075
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/hdlc/
ioctl.h 53 unsigned int interval; member in struct:__anon51429
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/hdlc/
ioctl.h 53 unsigned int interval; member in struct:__anon51783
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/hdlc/
ioctl.h 53 unsigned int interval; member in struct:__anon52191
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/hdlc/
ioctl.h 53 unsigned int interval; member in struct:__anon52565

Completed in 1126 milliseconds

1 23 4 5 6 7 8 91011>>