HomeSort by relevance Sort by last modified time
    Searched full:sending (Results 76 - 100 of 1787) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
glplatform.h 17 * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
glplatform.h 17 * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
glplatform.h 17 * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
glplatform.h 17 * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
glplatform.h 17 * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
  /prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/
glplatform.h 17 * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
  /prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/
glplatform.h 17 * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
  /prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/
glplatform.h 17 * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
  /system/core/include/sysutils/
SocketClient.h 40 // Sending binary data:
  /external/webkit/Source/WebKit/mac/WebView/
WebResourceLoadDelegate.h 56 @param webView The WebView sending the message.
73 @param webView The WebView sending the message.
106 @param webView The WebView sending the message.
121 @param webView The WebView sending the message.
132 @param webView The WebView sending the message.
142 @param webView The WebView sending the message.
153 @param webView The WebView sending the message.
WebUIDelegatePrivate.h 143 @param webView The WebView sending the delegate method.
193 @param sender The WebView sending the delegate method.
202 @param sender The WebView sending the delegate method.
218 @param webView The WebView sending the delegate method.
233 @param webView The WebView sending the delegate method
  /external/webkit/Source/WebKit/win/Interfaces/
IWebResourceLoadDelegate.idl 66 @param webView The WebView sending the message.
84 @param webView The WebView sending the message.
120 @param webView The WebView sending the message.
136 @param webView The WebView sending the message.
148 @param webView The WebView sending the message.
159 @param webView The WebView sending the message.
171 @param webView The WebView sending the message.
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_event.c 30 * Sending a message requires using a HTTP over TCP NOTIFY
35 #define EVENT_TIMEOUT_SEC 30 /* Drop sending event after timeout */
37 /* How long to wait before sending event */
57 /* The following apply while we are sending an event message. */
191 wpa_printf(MSG_DEBUG, "WPS UPnP: Giving up on sending event "
200 /* called if the overall event-sending process takes too long */
256 /* Schedule sending more if there is more to send */
323 wpa_printf(MSG_DEBUG, "WPS UPnP: Sending event to %s",
349 /* Schedule sending more if there is more to send */
472 /* event_send_all_later -- schedule sending events to all subscriber
    [all...]
  /external/dbus/test/
test-service.c 134 _dbus_verbose ("sending reply to Echo method\n");
157 printf ("Sending HelloFromSelf\n");
159 _dbus_verbose ("*** Sending message to self\n");
187 _dbus_verbose ("sending reply to Echo method\n");
242 _dbus_verbose ("sending reply to DelayEcho method\n");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
siginfo.h 65 __pid_t si_pid; /* Sending process ID. */
66 __uid_t si_uid; /* Real user ID of sending process. */
80 __pid_t si_pid; /* Sending process ID. */
81 __uid_t si_uid; /* Real user ID of sending process. */
89 __uid_t si_uid; /* Real user ID of sending process. */
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleProfiling.java 109 Log.d("ddm-prof", "Sending " + name(CHUNK_MPRS) + " '" + fileName
132 Log.d("ddm-prof", "Sending " + name(CHUNK_MPRE));
187 Log.d("ddm-prof", "Sending " + name(CHUNK_MPSS)
207 Log.d("ddm-prof", "Sending " + name(CHUNK_MPSE));
241 Log.d("ddm-prof", "Sending " + name(CHUNK_MPRQ));
  /external/chromium/chrome/common/extensions/docs/static/
messaging.html 39 Sending a request from a content script looks like this:
49 Sending a request from the extension to a content script looks very similar,
51 demonstrates sending a message to the content script in the selected tab.
84 first to call sendResponse() for a particular event will succeed in sending the
110 object which is used for sending and receiving messages through that
130 Sending a request from the extension to a content script looks very similar,
172 In addition to sending messages between different components in your
206 Likewise, sending a message to another extension is similar to sending one
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 291 "received", "sending", "requesting", "sent",
309 int sending = PERF_IsSending ((unsigned long) eModule); local
313 if (!xfering && sending) module2 = module1;
322 me->csv ? "," : (xfering || !sending) ? " from=" : "",
323 (xfering || !sending) ?
326 me->csv ? "," : (xfering || sending) ? " to=" : "",
327 (xfering || sending) ?
360 int sending = PERF_IsSending(((unsigned long) eModule) & ~PERF_ModuleMask); local
367 me->csv ? "," : sending ? " to=" : " from=",
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 210 // works on both sides. A positive value means sending, and
228 // If we were receiving, switch to sending.
249 // If we were sending, switch to receiving.
264 // We are receiving for a long time but not sending.
273 // Switch to sending.
277 // We are sending for a long time but not receiving.
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 168 // works on both sides. A positive value means sending, and
188 // If we were receiving, switch to sending.
207 // If we were sending, switch to receiving.
222 // We are receiving for a long time but not sending.
232 // Switch to sending.
236 // We are sending for a long time but not receiving.
  /development/ndk/platforms/android-3/include/android/
log.h 58 * - Sending log messages eats CPU and slow down your application and the
61 * - The circular log buffer is pretty small (<64KB), sending many messages
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentReceiveResult.java 99 * This method is called when the sending activity has finished, with the
118 // Our protocol with the sending activity is that it will send
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentReceiveResultSupport.java 101 * This method is called when the sending activity has finished, with the
120 // Our protocol with the sending activity is that it will send
  /development/tools/emulator/system/libqemu/
test_guest_1.c 69 printf("%4d: Sending %d bytes\n", count, len);
72 fprintf(stderr,"Sending %d bytes failed: %s\n", len, strerror(errno));
  /device/moto/stingray/ril/
libmoto_intfutil_ril.so 

Completed in 510 milliseconds

1 2 34 5 6 7 8 91011>>