HomeSort by relevance Sort by last modified time
    Searched full:fire (Results 401 - 425 of 1054) sorted by null

<<11121314151617181920>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 121 // Handle DPad keys and fire button on initial down but not on auto-repeat.
147 fire(); method
308 private void fire() {
  /external/chromium_org/ash/wm/
lock_state_controller_unittest.cc 494 // Press the button again and make the shutdown timeout fire this time.
668 // Fire the shutdown timeout and check that we request shutdown.
774 // Press the button again and let the lock timeout fire. We should request
    [all...]
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.cc 463 // We've gotten our first entry for this batch, fire off the timer.
469 // We've reached a big enough batch, fire off a commit now.
540 // Fire off a close message to the background thread. We could still have a
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context.cc 263 // No need to register; fire the callback now.
441 // Fire the callback on UI thread.
493 // Fire the callback on UI thread.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
exif.js 206 0x0000 : "Flash did not fire",
213 0x0010 : "Flash did not fire, compulsory flash mode",
214 0x0018 : "Flash did not fire, auto mode",
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.cpp 154 // 6. Add the new object to sourceBuffers and fire a addsourcebuffer on that object.
184 // 10. Remove sourceBuffer from sourceBuffers and fire a removesourcebuffer event
447 // 2. Queue a task to fire a simple event named sourceended at the MediaSource.
  /frameworks/base/core/java/android/speech/
RecognizerIntent.java 244 * only fire web searches in response to a user's speech. The default is false, meaning
311 * Returns the broadcast intent to fire with
328 * @return the broadcast intent to fire or null if not available
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXExif.cpp 750 else temp_num = 0x18; // Flash did not fire, auto mode
753 else temp_num = 0x10; // Flash did not fire, compulsory flash mode
757 temp_num = 0x0; // Flash did not fire
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 752 else temp_num = 0x18; // Flash did not fire, auto mode
755 else temp_num = 0x10; // Flash did not fire, compulsory flash mode
759 temp_num = 0x0; // Flash did not fire
  /packages/apps/Calendar/src/com/android/calendar/
CalendarEventModel.java 108 * @param minutes Number of minutes before the start of the event that the alert will fire.
119 * @param minutes Number of minutes before the start of the event that the alert will fire.
128 * @param minutes Number of minutes before the start of the event that the alert will fire.
  /packages/apps/InCallUI/src/com/android/incallui/
StatusBarNotifier.java 63 fire();
81 private void fire() {
308 * Fire off the notification
  /packages/apps/Settings/res/values-nb/
arrays.xml 168 <item msgid="676666889014650266">"De siste fire sifrene"</item>
169 <item msgid="7841762954785375718">"De første fire sifrene"</item>
478 <item msgid="7899496259191969307">"Maksimalt fire prosesser"</item>
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 162 // user for fx logic on laser fire
752 // If it is a key up on the fire key make sure we mute the
759 // If it is a key down on the fire key start playing the sound and
779 // Lookup the time of the fire event if there is one
    [all...]
  /external/chromium_org/net/quic/
quic_sent_packet_manager_test.cc 338 // Verify that the retransmission alarm would not fire,
405 // Verify that the retransmission alarm would not fire,
414 // Fire the RTO, which will mark 2 for retransmission (but will not send it).
433 // Verify that the retransmission alarm would not fire,
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 56 * these must be present for the transform to fire, except that 0 means
60 * 3) Bit depths - a mask of component bit depths for the transform to fire.
64 * transform to fire. All must be present - the requirement is that
68 * used together it is possible to cause a transform that wouldn't fire on the
69 * original image to fire.
    [all...]
  /external/smack/src/org/jivesoftware/smackx/muc/
MultiUserChat.java     [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
AppBannerView.java 102 * @param intent Intent to fire.
238 // Set up the buttons to fire an event.
296 Log.e(TAG, "Failed to fire install intent.");
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
utility_unittest.gtestjs 413 // Step 3. Fire runtime.onSuspend event.
464 // Step 4. Fire runtime.onSuspend event.
983 // Fire the alarm and check that this invokes the attempt callback.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
faq.html 54 <li><a href="#faq-management">Why does the management API not fire events when my extension is installed/uninstalled?</a></li>
358 <h3 id="faq-management">Why does the management API not fire events when my
362 new tab page replacement extensions. It was not intended to fire
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 141 // Do not fire events while modal dialogs are up. See https://bugs.webkit.org/show_bug.cgi?id=33962
250 // Now that the frame is updated, fire events and update the selection focused states of both frames.
707 // Setting the focused node can result in losing our last reft to node when JS event handlers fire.
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 626 // Fire the timeout timer
635 // Enable this timer to fire again after
638 // Fire the timeout timer
    [all...]
  /frameworks/base/docs/html/training/notepad/
notepad-ex2.jd 147 Then fire the Intent using the <code>startActivityForResult()</code> method
159 to call an Activity is using <code>startActivity()</code> but this is a "fire-and-forget" way
186 editing. Finally, it will fire the Intent using the
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 316 // does not complete, post a delayed runnable to fire
516 // does not complete, post a delayed runnable to fire
547 // does not complete, post a delayed runnable to fire
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 109 * If you ask for a position above 0, you get 0. above 0 means pixel above the fire line
  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 301 ALOGE("Failed to fire epilog watchdog timer");

Completed in 4700 milliseconds

<<11121314151617181920>>