HomeSort by relevance Sort by last modified time
    Searched full:rtc (Results 76 - 100 of 216) sorted by null

1 2 34 5 6 7 8 9

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DictionaryDecayBroadcastReciever.java 55 if (null != alarmManager) alarmManager.setInexactRepeating(AlarmManager.RTC,
  /cts/tests/tests/app/src/android/app/cts/
AlarmManagerTest.java 85 // test parameter type is RTC
88 mAlarmManager.set(AlarmManager.RTC, mWakeupTime, mSender);
128 mAlarmManager.set(AlarmManager.RTC, mWakeupTime, mSender);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AlarmManagerTest.java 114 alarmManager.set(AlarmManager.RTC, 1337, pendingIntent);
118 alarmManager.set(AlarmManager.RTC, 1337, pendingIntent2);
132 alarmManager.set(AlarmManager.RTC, 1337, pendingIntent);
  /external/qemu/distrib/sdl-1.2.15/src/timer/macos/
FastTimes.c 35 * The PowerPC 601 has a built-in "real time clock" RTC, and we fall
204 /* On a 601, we can poll the RTC instead */
246 /* On a 601, we can poll the RTC instead */
284 /* On a 601, we can poll the RTC instead */
285 method = "\pPowerPC RTC";
  /frameworks/base/core/java/android/app/
AlarmManager.java 81 public static final int RTC = 1;
170 * {@link #RTC}, or {@link #RTC_WAKEUP}.
187 * @see #RTC
228 * {@link #RTC}, or {@link #RTC_WAKEUP}.
247 * @see #RTC
276 * {@link #RTC}, or {@link #RTC_WAKEUP}.
297 * @see #RTC
320 * {@link #RTC}, or {@link #RTC_WAKEUP}.
336 * @see #RTC
428 * {@link #RTC}, or {@link #RTC_WAKEUP}
    [all...]
  /bionic/libc/kernel/common/linux/
mc146818rtc.h 22 #include <linux/rtc.h>
  /external/kernel-headers/original/asm-mips/mips-boards/
malta.h 78 * Malta RTC-device indirect register access.
  /external/chromium_org/content/renderer/media/
media_stream_dependency_factory.h 56 // Object factory for RTC MediaStreams and RTC PeerConnections.
mock_media_stream_dependency_factory.h 110 // RTC MediaStreams and PeerConnections.
  /external/kernel-headers/original/asm-mips/dec/
ioasic_addrs.h 34 #define IOASIC_TOY (8*IOASIC_SLOT_SIZE) /* RTC */
148 #define KN0X_IO_SSR_RTC_RST (1<<10) /* ~RTC (DS1287) reset */
  /external/oprofile/events/
Makefile.am 35 rtc/events rtc/unit_masks \
  /external/oprofile/libop/
op_cpu_type.c 32 { "CPU with RTC device", "rtc", CPU_RTC, 1 },
op_cpu_type.h 29 CPU_RTC, /**< other CPU to use the RTC */
  /external/oprofile/module/x86/
op_apic.c 147 printk(KERN_ERR "oprofile: no suitable local APIC. Falling back to RTC mode.\n");
232 "mobile P6. Falling back to RTC mode.\n");
  /system/core/toolbox/
alarm.c 8 //#include <linux/rtc.h>
66 fprintf(stderr, "Unable to open rtc: %s\n", strerror(errno));
uptime.c 34 #include <linux/rtc.h>
  /external/strace/linux/
ioctlent.h     [all...]
  /external/oprofile/module/
compat22.h 124 /* 2.2.18 introduced the rtc lock */
  /system/core/libutils/
SystemClock.cpp 24 #include <linux/rtc.h>
  /external/bison/src/
closure.c 140 bitsetv_matrix_dump (stderr, "RTC: Firsts Input", firsts);
143 bitsetv_matrix_dump (stderr, "RTC: Firsts Output", firsts);
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc 27 // loads will fail with a validation error caused by RTC clock bing reset when
285 // Validation errors can be temprary if the rtc has went on holiday for a
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 61 import static android.app.AlarmManager.RTC;
73 private static final int RTC_MASK = 1 << RTC;
325 final boolean isRtc = (type == RTC || type == RTC_WAKEUP);
370 // The RTC clock has moved arbitrarily, so we need to recalculate all the batching
    [all...]
  /frameworks/base/docs/html/training/scheduling/
alarms.jd 102 (RTC).
136 <li>{@link android.app.AlarmManager#RTC}&mdash;Fires the pending intent
171 <h4>RTC examples</h3>
  /external/qemu/
qemu-timer.c 44 #include <linux/rtc.h>
337 /* ...otherwise try RTC */
338 {"rtc", rtc_start_timer, rtc_stop_timer, NULL},
962 TFR(rtc_fd = open("/dev/rtc", O_RDONLY));
968 fprintf(stderr, "Could not configure '/dev/rtc' to have a 1024 Hz timer. This is not a fatal\n"
970 "type 'echo 1024 > /proc/sys/dev/rtc/max-user-freq' as root.\n");
    [all...]
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetProvider.java 230 alarmManager.setExact(AlarmManager.RTC, onQuarterHour, quarterlyIntent);
232 alarmManager.set(AlarmManager.RTC, onQuarterHour, quarterlyIntent);

Completed in 1022 milliseconds

1 2 34 5 6 7 8 9