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

1 2 3 4 5 6 7

  /external/webkit/WebCore/manual-tests/
timeout-test.php 3 ?>This content took 10m10s to deliver. Congratulations, you didn't time out!
  /external/qemu/telephony/
sms.h 87 /* retrieve the sender address of a SMS-DELIVER pdu, returns -1 otherwise */
90 /* retrieve the service center timestamp of a SMS-DELIVER pdu, return -1 otherwise */
105 ** collects one or more SMS-SUBMIT PDUs to generate a single message to deliver
android_modem.c 1059 case SMS_PDU_DELIVER: fprintf(out, "DELIVER"); break;
1137 SmsPDU* deliver; local
1143 deliver = sms_receiver_create_deliver( modem->sms_receiver, index, from );
1144 if (deliver == NULL) {
1145 D( "%s: could not create deliver PDUs for SMS index %d\n",
1150 for (nn = 0; deliver[nn] != NULL; nn++) {
1151 if ( remote_call_sms( number, modem->base_port, deliver[nn] ) < 0 ) {
1158 smspdu_free_list(deliver);
    [all...]
  /packages/apps/IM/src/com/android/im/engine/
SmsService.java 71 * The port to deliver the message to.
83 * The port to deliver the message to.
  /external/tcpdump/
atm.h 29 * do not deliver a heading HEC byte
  /frameworks/base/core/java/android/os/
ResultReceiver.java 68 * Deliver a result to this receiver. Will call {@link #onReceiveResult},
71 * @param resultCode Arbitrary result code to deliver, as defined by you.
  /external/qemu/distrib/sdl-1.2.12/src/joystick/
SDL_sysjoystick.h 72 * but instead should call SDL_PrivateJoystick*() to deliver events
  /external/qemu/distrib/sdl-1.2.12/src/joystick/dummy/
SDL_sysjoystick.c 63 * but instead should call SDL_PrivateJoystick*() to deliver events
  /external/webkit/WebKit/android/jni/
WebIconDatabase.h 59 // Deliver all the icon notifications
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource.java 60 * IncrementalSAXSource is running to deliver more events (true),
66 * @param parsemore If true, tells the incremental SAX stream to deliver
  /external/bluetooth/glib/gio/inotify/
inotify-path.c 48 * so that we can deliver move/delete events to sub folders.
325 * match, we don't deliver this event.
362 * match, we don't deliver this event.
  /external/icu4c/common/
unorm_it.h 120 * normalize the text, and in turn deliver it with its own wrapper UCharIterator
  /external/kernel-headers/original/asm-arm/
signal.h 80 * SA_SIGINFO deliver the signal with SIGINFO structs
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/Export_Inc/
Core_AdaptCB.h 76 const void *aData); /* CB method deliver MIB read results*/
  /external/kernel-headers/original/asm-generic/
siginfo.h 236 #define SIGEV_THREAD 2 /* deliver via thread creation */
237 #define SIGEV_THREAD_ID 4 /* deliver to thread */
  /external/webkit/WebCore/loader/
SubresourceLoader.cpp 152 // deliver the previously received data to the loader all at once now.
173 // So don't deliver any data to the loader yet.
  /external/bluetooth/glib/gio/
gwin32volumemonitor.c 126 /* deliver accesible (aka 'mounted') volumes */
  /external/qemu/distrib/sdl-1.2.12/src/joystick/amigaos/
SDL_sysjoystick.c 143 * but instead should call SDL_PrivateJoystick*() to deliver events
  /external/qemu/distrib/sdl-1.2.12/src/joystick/beos/
SDL_bejoystick.cc 143 * but instead should call SDL_PrivateJoystick*() to deliver events
  /external/qemu/distrib/sdl-1.2.12/src/joystick/dc/
SDL_sysjoystick.c 109 * but instead should call SDL_PrivateJoystick*() to deliver events
  /external/qemu/distrib/sdl-1.2.12/src/joystick/riscos/
SDL_sysjoystick.c 111 * but instead should call SDL_PrivateJoystick*() to deliver events
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.18.js 76 results to infinity that the algorithm can deliver.
  /external/webkit/WebCore/platform/win/
SharedTimerWin.cpp 89 // Windows Media Player has a modal message loop that will deliver messages
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
JpegDecoder.java 44 ImageConsumer.COMPLETESCANLINES; // Don't deliver incomplete scanlines
  /frameworks/base/libs/surfaceflinger/
MessageQueue.cpp 90 // there is a message to deliver

Completed in 359 milliseconds

1 2 3 4 5 6 7