/frameworks/base/media/libstagefright/ |
TimedEventQueue.cpp | 296 // Fire event with the lock NOT held. 297 event->fire(this, now_us);
|
/external/webkit/WebCore/dom/ |
SelectElement.cpp | 184 // If the cached selection list is empty, or the size has changed, then fire dispatchFormControlChangeEvent, and return early. 190 // Update lastOnChangeSelection and fire dispatchFormControlChangeEvent 396 // We only need to fire change events here for menu lists, because we fire change events for list boxes whenever the selection change is actually made. 635 // listIndex should already be selected, but this will fire the onchange handler. 727 // This makes sure we fire dispatchFormControlChangeEvent for a single click. For drag selection, onChange will fire when the autoscroll timer stops. [all...] |
/external/quake/quake/src/QW/progs/ |
items.qc | 69 SUB_UseTargets(); // fire all targets / killtargets
129 SUB_UseTargets(); // fire all targets / killtargets
336 SUB_UseTargets(); // fire all targets / killtargets
421 SUB_UseTargets(); // fire all targets / killtargets
673 SUB_UseTargets(); // fire all targets / killtargets
878 SUB_UseTargets(); // fire all targets / killtargets
1106 SUB_UseTargets(); // fire all targets / killtargets
1235 SUB_UseTargets(); // fire all targets / killtargets
1350 SUB_UseTargets(); // fire all targets / killtargets
[all...] |
/frameworks/base/core/java/android/provider/ |
LiveFolders.java | 109 * <td>When the user clicks an item inside a live folder, the system will either fire 139 * <td>The intent to fire when the item is clicked. Ignored when the live folder defines
|
/dalvik/libcore-disabled/sound/src/test/java/android/core/ |
SoundTest.java | 42 // Regression test for #000000: Completion of MIDI file doesn't fire
|
/external/dbus/bus/ |
expirelist.c | 36 /* can return FALSE on OOM but we just let it fire again later */
|
test.c | 80 /* can return FALSE on OOM but we just let it fire again later */
|
/external/qemu/distrib/sdl-1.2.12/src/ |
SDL.c | 316 /* Fire up exception handler */
|
/external/quake/quake/src/WinQuake/ |
quake-hipnotic.spec.sh | 54 rock your world with rockets and laser fire, so be prepared to die.
|
/external/webkit/WebCore/bindings/v8/ |
V8WorkerContextEventListener.cpp | 109 // Catch exceptions thrown in calling the function so they do not propagate to javascript code that caused the event to fire.
|
V8AbstractEventListener.cpp | 133 // Catch exceptions thrown in the event handler so they do not propagate to javascript code that caused the event to fire.
|
/external/webkit/WebCore/platform/network/cf/ |
DNSCFNet.cpp | 47 // When resolve queue is empty, we fire async resolution requests immediately (which is important if the prefetch is triggered by hovering).
|
/external/webkit/WebCore/platform/win/ |
SharedTimerWin.cpp | 78 const int highResolutionThresholdMsec = 16; // Only activate high-res timer for sub-16ms timers (Windows can fire timers at 16ms intervals without changing the system resolution).
|
/packages/apps/Calendar/src/com/android/calendar/ |
AlertReceiver.java | 36 * It also receives the TIME_CHANGED action so that it can fire off
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
SuggestionsView.java | 163 // Only fire suggestion selection events when the list has focus.
|
/external/webkit/WebCore/html/ |
HTMLMediaElement.cpp | 460 // a task to fire a simple event named abort at the media element. 657 // 7 - Queue a task to fire a progress event called error at the media element, in 683 // 3 - Queue a task to fire a progress event called error at the media element, in 688 // task to fire a simple event called emptied at the element. [all...] |
/external/bluetooth/glib/gio/ |
gfilemonitor.c | 597 return; /* Nothing to do, we already fire earlier than that */ 679 /* We ignore this change, but arm a timer so that we can fire it later if we
|
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 213 * system can adjust alarms' phase to cause them to fire simultaneously, 227 * is inexact: the alarm will not fire before this time,
|
/frameworks/base/core/java/android/speech/ |
RecognizerIntent.java | 230 * Returns the broadcast intent to fire with 247 * @return the broadcast intent to fire or null if not available
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ToTextSAXHandler.java | 373 // time to fire off characters event
|
/external/iproute2/doc/actions/ |
mirred-usage | 154 Now fire tcpdump on dummy0 to see only those packets ..
|
/external/webkit/WebKit/win/Interfaces/ |
IWebViewPrivate.idl | 130 @abstract This function will fire the before unload handler for a page.
|
/frameworks/base/core/java/android/os/ |
FileObserver.java | 29 * to fire an event after files are accessed or changed by by any process on
|
/frameworks/base/docs/html/resources/articles/ |
timed-ui-updates.jd | 89 Handler "call mUpdateTimeTask() after 100ms", a sort of fire and forget
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ClassZeroActivity.java | 63 /** To remember the exact time when the timer should fire. */
|