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

1 23 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
ReceiveResult.java 42 {@link android.app.Activity#setResult setResult()} method for sending a
99 * This method is called when the sending activity has finished, with the
104 * @param resultCode From sending activity as per setResult().
105 * @param data From sending activity as per setResult().
124 // Our protocol with the sending activity is that it will send
  /device/moto/stingray/ril/
qbpfs 
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemMessage.java 47 * XSLT transformer should terminate processing after sending
56 * XSLT transformer should terminate processing after sending
69 * XSLT transformer should terminate processing after sending
  /frameworks/base/core/java/android/hardware/usb/
UsbEndpoint.java 25 * Endpoints are the channels for sending and receiving data over USB.
26 * Typically bulk endpoints are used for sending non-trivial amounts of data.
27 * Interrupt endpoints are used for sending small amounts of data, typically events,
  /hardware/ril/rild/
radiooptions.c 100 perror ("Socket write error when sending num args");
110 perror("Socket write Error: when sending arg length");
116 perror ("Socket write Error: When sending arg");
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 120 System.out.println(":Sending Key (" + note + "): "
124 System.out.println(":Sending Key (" + note + "): "
  /external/kernel-headers/original/linux/
if_pppol2tp.h 35 __u16 d_tunnel, d_session; /* For sending outgoing packets */
49 __u32 d_tunnel, d_session; /* For sending outgoing packets */
  /frameworks/support/v4/java/android/support/v4/view/
ViewGroupCompat.java 67 * Called when a child has requested sending an {@link AccessibilityEvent} and
77 * @param child The child which requests sending the event.
  /external/mtpd/
l2tp.c 223 /* Our sending and receiving window sizes are both 1. Thus we only handle
323 log_print(DEBUG, "Sending SCCRQ (local_tunnel = %d)", local_tunnel);
430 "Sending SCCCN", remote_tunnel);
448 "Sending ICCN", remote_session);
485 log_print(DEBUG, "Received %s -> Sending ICRQ (local_session = "
498 log_print(DEBUG, "Received %s -> Sending ACK",
516 "Sending CDN", messages[incoming.message], session);
531 log_print(DEBUG, "Received UNKNOWN %d -> Sending ACK anyway",
534 log_print(DEBUG, "Received UNEXPECTED %s -> Sending ACK anyway",
546 log_print(DEBUG, "Timeout -> Sending %s", messages[outgoing.message])
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
RebootPermissionTest.java 35 * Verify that rebooting by sending a broadcast Intent requires Permission.
  /external/bluetooth/bluez/test/
rctest.1 70 delay \fImilliseconds\fR after sending \fInum\fR frames (default: 0)
  /external/chromium/net/disk_cache/
stats_histogram.h 17 // This class provides support for sending the disk cache size stats as a UMA
  /external/clang/test/SemaObjC/
compatible-protocol-qualified-types.m 72 [_contents setDelegate:self]; // expected-warning {{sending 'SKTText *' to parameter of incompatible type 'id<NSTextStorageDelegate>'}}
comptypes-legal.m 36 [Derived registerFunc: ExternFunc]; // expected-warning{{incompatible pointer types sending 'NSObject *(NSObject *, NSObject *)' to parameter of type 'FuncSignature *'}}
warn-incompatible-builtin-types.m 13 [f foo:f]; // expected-warning {{incompatible pointer types sending 'Foo *' to parameter of type 'Class'}}
  /external/iptables/extensions/
libip6t_REJECT.man 30 (113/tcp) probes which frequently occur when sending mail to broken mail
libipt_REJECT.man 29 (113/tcp) probes which frequently occur when sending mail to broken mail
  /external/javassist/src/main/javassist/tools/rmi/
RemoteRef.java 19 * Remote reference. This class is internally used for sending a remote
  /external/nist-sip/java/gov/nist/javax/sip/
LogRecordFactory.java 23 * @param isSender -- true if we are sending the message false otherwise.
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpClientPool.java 33 /** Get the appropriate HttpClient for sending a request to the given URL. */
  /external/qemu/android/protocol/
fb-updates-proxy.h 28 * protocol - Defines protocol to use when sending FB updates to the UI. The
  /external/valgrind/main/none/tests/
pth_blockedsig.c 22 fprintf (stdout, "thread CHILD sending SIGUSR1 to thread MAIN\n");
sigstackgrowth.c 13 recursively invoking the handler by sending itself the signal
  /frameworks/base/core/tests/utillib/src/coretestutils/http/
MockResponse.java 175 * Sets the header after which sending the server should close the connection.
184 * Returns the header after which sending the server should close the connection.
210 * connection (stalls in sending data). Only one pause per response is supported.
220 * connection (stalls in sending data). (Returns -1 if it should not pause).
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hysdn_if.h 29 #define ERR_ASYNC_TIME 1011 /* timeout sending async data */

Completed in 245 milliseconds

1 23 4 5 6 7 8 91011>>