HomeSort by relevance Sort by last modified time
    Searched refs:SEND (Results 1 - 23 of 23) sorted by null

  /external/dbus/test/data/auth/
cancel.auth-script 4 SEND 'AUTH EXTERNAL USERID_HEX'
7 SEND 'CANCEL'
12 SEND 'AUTH EXTERNAL USERID_HEX'
15 SEND 'BEGIN'
fail-after-n-attempts.auth-script 7 SEND 'AUTH EXTERNAL USERID_HEX'
12 SEND 'AUTH EXTERNAL USERID_HEX'
17 SEND 'AUTH EXTERNAL USERID_HEX'
22 SEND 'AUTH EXTERNAL USERID_HEX'
27 SEND 'AUTH EXTERNAL USERID_HEX'
32 SEND 'AUTH EXTERNAL USERID_HEX'
client-out-of-mechanisms.auth-script 6 SEND 'REJECTED BONGO_MD5'
invalid-command.auth-script 5 SEND 'NONEXISTENT_COMMAND foo bar baz blah blah'
invalid-hex-encoding.auth-script 4 SEND 'AUTH EXTERNAL willy'
mechanisms.auth-script 5 SEND AUTH
anonymous-client-successful.auth-script 7 SEND 'REJECTED DBUS_TEST_NONEXISTENT_MECH1 ANONYMOUS DBUS_TEST_NONEXISTENT_MECH2'
12 ## of course real DBUS_COOKIE_SHA1 would not send this here...
13 SEND 'OK 1234deadbeef'
anonymous-server-successful.auth-script 6 SEND 'AUTH ANONYMOUS 442d42757320312e312e31'
9 SEND 'BEGIN'
external-root.auth-script 6 SEND 'AUTH EXTERNAL 30'
9 SEND 'BEGIN'
external-successful.auth-script 6 SEND 'AUTH EXTERNAL USERID_HEX'
9 SEND 'BEGIN'
extra-bytes.auth-script 4 SEND 'AUTH EXTERNAL USERID_HEX'
7 SEND 'BEGIN\r\nHello'
fallback.auth-script 8 SEND 'REJECTED EXTERNAL DBUS_COOKIE_SHA1 DBUS_TEST_NONEXISTENT_MECH'
13 ## of course real DBUS_COOKIE_SHA1 would not send this here...
14 SEND 'OK 1234deadbeef'
external-failed.auth-script 7 SEND 'AUTH EXTERNAL USERID_HEX'
external-silly.auth-script 7 SEND 'AUTH EXTERNAL USERID_HEX'
invalid-command-client.auth-script 6 SEND 'NONEXISTENT_COMMAND foo bar baz blah blah'
  /frameworks/base/core/java/android/net/http/
Connection.java 50 private static final int SEND = 0;
54 private static final String[] states = {"SEND", "READ", "DRAIN", "DONE"};
167 int state = SEND;
184 case SEND: {
254 state = clearPipe(pipe) ? DONE : SEND;
270 state = SEND;
274 state = empty ? DONE : SEND;
315 state = SEND;
324 * After a send/receive failure, any pipelined requests must be
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 23 # The version of this send-pr.
280 SEND-PR: -*- send-pr -*-
281 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
282 SEND-PR: will all comments (text enclosed in `<' and `>').
283 SEND-PR:
284 SEND-PR: Please consult the GCC manual if you are not sure how to
285 SEND-PR: fill out a problem report.
286 SEND-PR: Note that the Synopsis field is mandatory. The Subject (fo
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 23 # The version of this send-pr.
280 SEND-PR: -*- send-pr -*-
281 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
282 SEND-PR: will all comments (text enclosed in `<' and `>').
283 SEND-PR:
284 SEND-PR: Please consult the GCC manual if you are not sure how to
285 SEND-PR: fill out a problem report.
286 SEND-PR: Note that the Synopsis field is mandatory. The Subject (fo
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 23 # The version of this send-pr.
280 SEND-PR: -*- send-pr -*-
281 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
282 SEND-PR: will all comments (text enclosed in `<' and `>').
283 SEND-PR:
284 SEND-PR: Please consult the GCC manual if you are not sure how to
285 SEND-PR: fill out a problem report.
286 SEND-PR: Note that the Synopsis field is mandatory. The Subject (fo
    [all...]
  /external/bluetooth/bluez/test/
scotest.c 45 SEND,
281 if (send(sk, buf, so.mtu, 0) <= 0) {
282 syslog(LOG_ERR, "Send failed: %s (%d)",
341 "\t-s connect and send (client)\n"
357 mode = SEND;
419 case SEND:
rctest.c 51 SEND,
500 send(sk, buf, len, 0);
513 if (send(sk, buf, data_size, 0) <= 0) {
514 syslog(LOG_ERR, "Send failed: %s (%d)",
571 "\t-w listen and send\n"
573 "\t-s connect and send\n"
584 "\t[-N num] number of frames to send\n"
585 "\t[-C num] send num frames before delay (default = 1)\n"
608 mode = SEND;
747 case SEND
    [all...]
l2test.c 53 SEND,
93 /* Default number of frames to send (-1 = infinite) */
745 len = send(sk, buf + sent, buflen, 0);
767 len = send(sk, buf, buflen, 0);
769 syslog(LOG_ERR, "Send failed: %s (%d)",
909 if (send(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_REQ_SIZE, 0) < 0) {
910 perror("Can't send info request");
936 if (send(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_REQ_SIZE, 0) < 0) {
937 perror("Can't send info request");
986 if (send(sk, buf, L2CAP_CMD_HDR_SIZE + L2CAP_INFO_REQ_SIZE, 0) < 0)
    [all...]
  /external/qemu/android/
hw-events.h 267 KEY_CODE(SEND ,231) \

Completed in 107 milliseconds