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

1 2 3 4 5 6 7 8 9

  /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...]
  /external/tcpdump/
atm.h 29 * do not deliver a heading HEC byte
  /external/chromium/net/data/filter_unittests/
google.txt 11 Google's utility and ease of use have made it one of the world's best known brands almost entirely through word of mouth from satisfied users. As a business, Google generates revenue by providing advertisers with the opportunity to deliver measurable, cost-effective online advertising that is relevant to the information displayed on any given page. This makes the advertising useful to you as well as to the advertiser placing it. We believe you should know when someone has paid to put a message in front of you, so we always distinguish ads from the search results or other content on a page. We don't sell placement in the search results themselves, or allow people to pay for a higher ranking there.
13 Thousands of advertisers use our Google AdWords program to promote their products and services on the web with targeted advertising, and we believe AdWords is the largest program of its kind. In addition, thousands of web site managers take advantage of our Google AdSense program to deliver ads relevant to the content on their sites, improving their ability to generate revenue and enhancing the experience for their users.
google.txt.bz2 
  /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.
  /frameworks/base/media/libstagefright/foundation/
ALooperRoster.cpp 109 LOGW("failed to deliver message. Target handler not registered.");
117 LOGW("failed to deliver message. "
  /frameworks/base/docs/html/guide/market/billing/
billing_best_practices.jd 44 <li>Use a real-time service to deliver your content, such as a content feed. Delivering content through a real-time service allows you to keep your content fresh.</li>
45 <li>Use a remote server to deliver your content.</li>
47 <p>When you deliver content from a remote server or a real-time service, you can store the unlocked content in device memory or store it on the device's SD card. If you store content on an SD card, be sure to encrypt the content and use a device-specific encryption key.</p>
75 <p>If you are using a remote server to deliver or manage content, have your application verify the purchase state of the unlocked content whenever a user accesses the content. This allows you to revoke use when necessary and minimize piracy.</p>
  /development/samples/ApiDemos/src/com/example/android/apis/nfc/
ForegroundDispatch.java 54 // Create a generic PendingIntent that will be deliver to this activity. The NFC stack
  /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
  /libcore/luni/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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
siginfo.h 223 #define SIGEV_THREAD 2 /* deliver via thread creation */
224 #define SIGEV_THREAD_ID 4 /* deliver to thread */
  /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/chromium/third_party/icu/source/common/
unorm_it.h 120 * normalize the text, and in turn deliver it with its own wrapper UCharIterator
  /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
  /external/zlib/
gzguts.h 96 unsigned char *next; /* next output data to deliver or write */
  /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.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardView.java 298 sendEmptyMessageDelayed(MSG_TOUCH_UP, 500); // Deliver up in 500ms if nothing else
313 sendEmptyMessageDelayed(MSG_TOUCH_DOWN, 500); // Deliver up in 500ms if nothing else
  /external/bluetooth/glib/gio/
gwin32volumemonitor.c 126 /* deliver accesible (aka 'mounted') volumes */

Completed in 1662 milliseconds

1 2 3 4 5 6 7 8 9