HomeSort by relevance Sort by last modified time
    Searched full:fire (Results 1 - 25 of 257) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/netcat/data/
pm.d 2 # telnet break. Fire into its telnet listener. An *old* bug by now, but
  /external/webkit/WebCore/manual-tests/
onclick_in_noncontent.html 17 <p>Bugzilla 3662 was that clicking in non-content did not fire onclick handler.</p>
modal-dialog.html 25 <p id="timerResult">Timer did not fire yet.</p>
window-close-during-parsing.html 10 fire.
input-starved-by-timers.html 9 var targetLatency = 10000; // Multiply timers until it takes this much to fire all their callbacks.
select-onchange-after-js.html 7 An onChange event should fire when the first item is not the default, and
  /development/samples/JetBoy/res/values/
strings.xml 7 <string name="helpText">Help JET BOY get through the asteroid field! Blast the asteroids in time with the beat and listen to the music respond!\n\nUse your FIRE button to explode each asteroid as it passes through the laser guide.</string>
  /external/webkit/LayoutTests/storage/domstorage/events/
case-sensitive-expected.txt 1 Verify that storage events fire even when only the case of the value changes.
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 1 description("Verify that storage events fire even when only the case of the value changes.");
basic-body-attribute.js 1 description("This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener specified as an attribute on the body.");
basic-setattribute.js 1 description("This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener attached via setattribute.");
basic.js 1 description("This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener set via window.onstorage.");
  /frameworks/base/media/libstagefright/include/
TimedEventQueue.h 45 virtual void fire(TimedEventQueue *queue, int64_t now_us) = 0;
81 // it will fire as soon as possible.
86 // removed from the queue and won't fire.
106 virtual void fire(TimedEventQueue *queue, int64_t now_us) { function in struct:android::TimedEventQueue::StopEvent
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
SerializerTrace.java 110 * Fire startDocument, endDocument events.
117 * Fire startElement, endElement events.
126 * Fire characters, cdata events.
136 * Fire processingInstruction events.
146 * Fire comment and entity ref events.
  /external/webkit/WebCore/platform/
ThreadTimers.cpp 37 // Fire timers for this length of time, and then quit to let the run loop process user input events.
114 // Catch the case where the timer asked timers to fire in a nested event loop, or we are over time limit.
126 // Reset the reentrancy guard so the timers can fire again.
Timer.cpp 45 // This allows us to efficiently determine which timer needs to fire the soonest.
46 // Then we set a single shared system timer to fire at that time.
48 // When a timer's "next fire time" changes, we need to move it around in the priority queue.
218 // Timers should be in the heap if and only if they have a non-zero next fire time.
286 // Keep heap valid while changing the next-fire time.
  /frameworks/base/core/tests/coretests/src/android/view/
RunQueueTest.java 50 assertTrue("The global layout listener did not fire", activity.globalLayout);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis2/
Visualization2RS.java 27 super(width, height, R.drawable.fire);
  /external/netcat/scripts/
webrelay 26 # no args: fire off new relayer process NOW. Will hang around for 10 minutes
  /external/webkit/WebCore/html/
HTMLImageLoader.cpp 48 errorOccurred = element()->hasTagName(HTMLNames::objectTag); // An <object> considers a 404 to be an error and should fire onerror.
  /external/webkit/WebCore/wml/
WMLImageLoader.cpp 47 // WML doesn't fire any events.
  /external/webkit/WebKit/chromium/public/
WebApplicationCacheHostClient.h 42 // Called to fire the event in the scriptable interface.
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
FocusableInTouchModeClickTest.java 52 assertTrue("subsequent click while focused should fire on click",
  /frameworks/base/docs/html/resources/articles/
wikinotes-linkify.jd 12 into richer, link-oriented content that causes Android intents to fire
34 telephone numbers into active links which fire Android intents
51 of active links which, if you select them, fire default intents for the
105 <p>and if you click on it, Android will fire the default intent for that content
  /external/webkit/WebCore/dom/
EventTarget.cpp 281 // Fire all listeners registered for this event. Don't fire listeners removed
282 // during event dispatch. Also, don't fire event listeners added during event

Completed in 368 milliseconds

1 2 3 4 5 6 7 8 91011