Home
last modified time | relevance | path

Searched refs:RTC (Results 1 – 21 of 21) sorted by relevance

/external/oprofile/events/rtc/
Devents1 # RTC events
3 name:RTC_INTERRUPTS event:0xff counters:0 um:zero minimum:2 : RTC interrupts/sec (rounded up to pow…
Dunit_masks1 # RTC possible unit masks
/external/bison/tests/
Dsets.at167 AT_CHECK([[sed -n 's/[ ]*$//;/^RTC: Firsts Output BEGIN/,/^RTC: Firsts Output END/p' stderr]], [],
168 [[RTC: Firsts Output BEGIN
182 RTC: Firsts Output END
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DAlarmManagerTest.java114 alarmManager.set(AlarmManager.RTC, 1337, pendingIntent); in cancel_removesMatchingPendingIntents()
118 alarmManager.set(AlarmManager.RTC, 1337, pendingIntent2); in cancel_removesMatchingPendingIntents()
132 alarmManager.set(AlarmManager.RTC, 1337, pendingIntent); in cancel_removesMatchingPendingIntentsWithActions()
/external/oprofile/
DREADME16 Bob Montgomery <bobm@fc.hp.com> provided bug fixes, the initial RTC
DChangeLog-20021177 * utils/op_start: use right value for RTC CPU
1303 * module/x86/cpu_type.c: allow to force RTC mode.
1305 dir in RTC mode was broken.
2634 * doc/oprofile.xml: clarify RTC use, fix #555302
3568 * module/op_rtc.c: right actual RTC value back
3585 * pp/opf_filter.cpp: do not print unit mask for RTC cpu type
3948 * gui/oprof_start.cpp: validate the RTC max count
4001 contain only one word. If you test RTC patch destroy
4024 * gui/oprof_start.cpp: some improvements for RTC
4049 * dae/oprofiled.c: set headers sensibly for RTC
[all …]
DChangeLog-2005355 * doc/oprofile.xml: improve documentation about RTC mode.
DChangeLog-20032600 * gui/oprof_start.cpp: RTC mode was not working
2657 * utils/op_help.c: fix default RTC event to be
3157 * utils/opcontrol: don't allow --rtc-value if not RTC mode
/external/iptables/extensions/
Dlibxt_time.man43 time source has no timezone information, such as the x86 CMOS RTC, UTC will be
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2946 ResultTypeCompatibilityKind RTC) { in CheckObjCMethodOverrides() argument
3002 if (RTC != Sema::RTC_Incompatible && overridden->hasRelatedResultType()) in CheckObjCMethodOverrides()
3218 ResultTypeCompatibilityKind RTC in ActOnMethodDeclaration() local
3221 CheckObjCMethodOverrides(ObjCMethod, CurrentClass, RTC); in ActOnMethodDeclaration()
3228 if (!ARCError && RTC == Sema::RTC_Compatible && in ActOnMethodDeclaration()
/external/clang/include/clang/Driver/
DCLCompatOptions.td196 def _SLASH_RTC : CLIgnoredJoined<"RTC">;
/external/qemu-pc-bios/bochs/bios/
Dacpi-dsdt.dsl241 Device (RTC)
Drombios.c10593 ;; CMOS RTC
10711 ; b5: 1=RTC present
11175 ;; int70h: IRQ8 - CMOS RTC
/external/chromium_org/build/
Dall.gyp364 # Disable RTC. Syzygy explicitly doesn't support RTC
/external/qemu/
DChangelog387 - more precise RTC emulation (periodic timers + time updates)
/external/dnsmasq/
DFAQ55 filesystems and no battery-backed RTC.)
DCHANGELOG.archive821 embedded systems without a stable RTC. Oleg Vdovikin
/external/qemu/docs/
DGOLDFISH-VIRTUAL-HARDWARE.TXT254 III. Goldfish real-time clock (RTC):
/external/bison/
DChangeLog-19981499 * src/warshall.c (RTC, TC): Cast ptrs to char *, not unsigned, for
DChangeLog-201218537 RTC.
20138 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
/external/clang/include/clang/Sema/
DSema.h7069 ResultTypeCompatibilityKind RTC);