/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarAlarmManager.java | 84 * We search backward in time for event reminders that we may have missed 90 * timezone and might have just missed an alarm. 100 * problems with missed reminders, set this to something greater than a day. 154 // missed (Bug 7221716) when the TIME_CHANGED broadcast ('removeAlarms' = false)
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestUtils.java | 437 mask = 0; // Don't check for received intents since we might have missed them. 506 mask = 0; // Don't check for received intents since we might have missed them. 800 mask = 0; // Don't check for received intents since we might have missed them. [all...] |
/packages/services/Telephony/res/values/ |
strings.xml | [all...] |
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertService.java | 230 // skipped, resulting in missed alarms. This is a stopgap to minimize this bug 657 // installed calendar apps potentially causing missed alarms. [all...] |
/external/bison/lib/ |
obstack.c | 156 the extra bytes won't be missed terribly, but if range checking is on 203 the extra bytes won't be missed terribly, but if range checking is on
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Layers3DView.js | 235 // We might have missed an update were a layer with given id was gone and re-created, 389 // Set reference point if we missed mousedown.
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_test_util_linux.cc | 313 printf("Missed expected report of type %d\n", (int)ev->report_type); 314 EXPECT_FALSE("Missed expected race");
|
/external/llvm/test/CodeGen/ARM/ |
fast-isel-intrinsic.ll | 255 ; ARM-NOT: FastISel missed call: %expval = call i32 @llvm.expect.i32(i32 %x, i32 1) 257 ; THUMB-NOT: FastISel missed call: %expval = call i32 @llvm.expect.i32(i32 %x, i32 1)
|
/external/oprofile/events/i386/core/ |
events | 44 event:0x49 counters:0,1 um:zero minimum:500 name:DTLB_MISS : Data references that missed TLB 45 event:0x4b counters:0,1 um:sse_miss minimum:500 name:SSE_PREF_MISS : SSE instructions that missed all caches
|
/external/oprofile/events/i386/westmere/ |
events | 69 event:0xc8 counters:0,1,2,3 um:x20 minimum:200000 name:ITLB_MISS_RETIRED : Retired instructions that missed the ITLB (Precise Event) 79 event:0xe5 counters:0,1,2,3 um:x01 minimum:2000000 name:BPU_MISSED_CALL_RET : Branch prediction unit missed call or return
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
obstack.c | 158 the extra bytes won't be missed terribly, but if range checking is on 205 the extra bytes won't be missed terribly, but if range checking is on
|
/development/ide/emacs/ |
android-compile.el | 124 ;; expression we are trying to match. As result we missed it
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
mainpage.dox | 18 /// where you will be told to come and read about them here, unless they were missed
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store.cc | 139 // Record a hit for all prefixes which missed when sent to the
|
/external/chromium/chrome/browser/sync/engine/ |
get_commit_ids_command.cc | 189 VLOG(1) << "Inserting moved and deleted entry, will be missed by "
|
/external/chromium_org/net/quic/congestion_control/ |
inter_arrival_overuse_detector.cc | 215 // packet loss, since a lost packet only results in a missed filter update
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
splitter.js | 95 // Another touch start (we somehow missed touchend or touchcancel).
|
/external/iproute2/doc/actions/ |
ifb-README | 10 It would be nice to know of anything else that i missed.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
rebol.php | 29 * * Make sure the last few function I may have missed
|
/external/openssh/ |
CREDITS | 100 Apologies to anyone I have missed.
|
/external/oprofile/events/mips/24K/ |
events.h | 45 "22-0 L2 cache accesses that missed in the cache"},
|
/external/qemu/distrib/sdl-1.2.15/ |
README.RISCOS | 130 Keyboard and mouse are polled so if too long a time is spent between a call to SDL_PumpEvents, functions that use it, or SDL_Delay events can be missed.
|
/frameworks/base/docs/html/about/versions/ |
android-2.0-highlights.jd | 143 <li>The framework's multi-touch support ensures that key presses aren't missed
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Connection.java | 35 INCOMING_MISSED, /* an incoming call that was missed and never answered */
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaCallTracker.java | 660 // clear the "local hangup" and "missed/rejected call" 667 // Missed or rejected call 676 log("missed/rejected call, conn.cause=" + conn.mCause); [all...] |