HomeSort by relevance Sort by last modified time
    Searched refs:received (Results 251 - 275 of 353) sorted by null

<<1112131415

  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 1463 public boolean received = false; field in class:CalendarTest.MockReminderReceiver
    [all...]
  /external/bison/data/
yacc.c 18 # You should have received a copy of the GNU General Public License
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 14 % You should have received a copy of the GNU General Public License
59 detailed information concerning when an IO was first received by the block
  /external/ipsec-tools/src/racoon/
ipsec_doi.c 771 "received old-style gss "
829 "received gss id '%.*s' (len %zu)\n",
962 "no proposal received.\n");
967 "some proposals received.\n");
973 "invalid proposal number:%d received.\n", i);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 143 boolean received = false; field in class:PackageManagerTests.GenericReceiver
155 received = true;
294 // Verify we received the broadcast
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
common.go 387 // received from a client. It may return a non-nil Config in order to
    [all...]
handshake_server.go 508 // If we received a client cert in response to our certificate request message,
  /prebuilts/go/darwin-x86/src/net/http/
transfer.go 567 // "If a message is received with both a
574 // received Content-Length field prior to forwarding
requestwrite_test.go 861 r io.Reader // nil until received from c
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
common.go 387 // received from a client. It may return a non-nil Config in order to
    [all...]
handshake_server.go 508 // If we received a client cert in response to our certificate request message,
  /prebuilts/go/linux-x86/src/net/http/
transfer.go 567 // "If a message is received with both a
574 // received Content-Length field prior to forwarding
requestwrite_test.go 861 r io.Reader // nil until received from c
h2_bundle.go     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java     [all...]
  /external/libvncserver/webclients/novnc/include/
keyboard.js 435 // When a keyup is received, match it against this list, to determine the corresponding keysym(s)
  /prebuilts/go/darwin-x86/src/bufio/
scan.go 113 // After ErrFinalToken is received by Scan, scanning stops with no error.
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml_test.go 395 t.Fatalf(`xmlInput "%s": expected SyntaxError not received`, xmlInput[i])
  /prebuilts/go/darwin-x86/src/net/
fd_windows.go 626 // returned here. These happen if connection reset is received
  /prebuilts/go/linux-x86/src/bufio/
scan.go 113 // After ErrFinalToken is received by Scan, scanning stops with no error.
  /prebuilts/go/linux-x86/src/encoding/xml/
xml_test.go 395 t.Fatalf(`xmlInput "%s": expected SyntaxError not received`, xmlInput[i])
  /prebuilts/go/linux-x86/src/net/
fd_windows.go 626 // returned here. These happen if connection reset is received
  /external/boringssl/src/ssl/test/runner/
handshake_client.go 459 return fmt.Errorf("tls: received unexpected message of type %T when waiting for HelloRetryRequest or ServerHello", msg)
494 return errors.New("tls: received invalid HelloRetryRequest")
    [all...]
  /external/curl/lib/
ftp.c 11 * you should have received as part of this distribution. The terms
324 * After connection request is received from the server this function is
425 static CURLcode ReceivedServerConnect(struct connectdata *conn, bool *received)
437 *received = FALSE;
463 case 0: /* Server connect is not received yet */
469 *received = TRUE;
958 received... */
    [all...]

Completed in 8120 milliseconds

<<1112131415