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

1 2 3 4 5 6 78 91011>>

  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 192 private TextView received; field in class:RadioInfo
395 received = (TextView) findViewById(R.id.received);
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
child.go 188 return errors.New("fcgi: received ID that is already in-flight")
206 // between two packets. We buffer until we've received all parameters.
  /prebuilts/go/darwin-x86/src/os/signal/
signal_test.go 117 // Ask to be notified on c1 when a SIGWINCH is received.
122 // Ask to be notified on c2 when a SIGHUP is received.
  /prebuilts/go/linux-x86/src/net/http/fcgi/
child.go 188 return errors.New("fcgi: received ID that is already in-flight")
206 // between two packets. We buffer until we've received all parameters.
  /prebuilts/go/linux-x86/src/os/signal/
signal_test.go 117 // Ask to be notified on c1 when a SIGWINCH is received.
122 // Ask to be notified on c2 when a SIGHUP is received.
  /external/webrtc/webrtc/base/
sslstreamadapter_unittest.cc 561 size_t received; local
580 recv_stream_.GetSize(&received);
582 EXPECT_EQ(static_cast<size_t>(size), received); local
766 LOG(LS_INFO) << "Sent " << sent_ << " packets; received " <<
1032 // Peer certificates haven't been received yet.
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 478 // Number of packets sent since the last received packet
4484 long sent, received; local
4669 long sent, received; local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessageData.java 275 * Create a message received from a particular number in a particular conversation
339 final long received) {
345 message.mReceivedTimestamp = received;
362 message.mRetryStartTimestamp = received;
    [all...]
  /system/bt/btif/src/
btif_sock_rfc.cc 652 * has received the RFCOMM and L2CAP channel numbers through the
684 APPL_TRACE_DEBUG("Received PSM: 0x%04x", p_data->psm);
916 ssize_t received;
917 OSI_NO_INTR(received = recv(slot->fd, buf, size, 0));
919 if (received != size) {
  /external/curl/tests/
ftpserver.pl 12 # you should have received as part of this distribution. The terms
575 'RNFR' => '350 Received your order. Please provide more',
953 logmsg "received $ulsize bytes upload\n";
955 sendcontrol "250 OK, data received!\r\n";
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
codec_test.go 77 t.Errorf("Encode/Decode: sent %#x received %#x", u, v)
93 t.Errorf("Encode/Decode: sent %#x received %#x", uint64(i), uint64(j))
591 // Be absolutely sure the received map is non-nil.
596 t.Errorf("nil map received")
1133 // Now check that we received a slice of Squarers correctly, including a nil element
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
signal_unix.go 338 // raisebadsignal is called when a signal is received on a non-Go
359 // before entering the handler, or else we would not have received
454 println("signal", sig, "received on thread with no signal stack")
462 println("signal", sig, "received but handler not on signal stack")
473 // A foreign thread received the signal sig, and the
  /prebuilts/go/linux-x86/src/encoding/gob/
codec_test.go 77 t.Errorf("Encode/Decode: sent %#x received %#x", u, v)
93 t.Errorf("Encode/Decode: sent %#x received %#x", uint64(i), uint64(j))
591 // Be absolutely sure the received map is non-nil.
596 t.Errorf("nil map received")
1133 // Now check that we received a slice of Squarers correctly, including a nil element
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
signal_unix.go 338 // raisebadsignal is called when a signal is received on a non-Go
359 // before entering the handler, or else we would not have received
454 println("signal", sig, "received on thread with no signal stack")
462 println("signal", sig, "received but handler not on signal stack")
473 // A foreign thread received the signal sig, and the
  /external/bison/data/
glr.cc 17 # You should have received a copy of the GNU General Public License
  /kernel/tests/net/test/
multinetwork_test.py     [all...]
  /prebuilts/go/darwin-x86/src/builtin/
builtin.go 208 // the last sent value is received. After the last value has been received
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go 374 // default-path and the canonical host name of the URL c was received from.
455 // Received either "Domain=." or "Domain=..some.thing",
462 // We received stuff like "Domain=www.example.com.".
  /prebuilts/go/linux-x86/src/builtin/
builtin.go 208 // the last sent value is received. After the last value has been received
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go 374 // default-path and the canonical host name of the URL c was received from.
455 // Received either "Domain=." or "Domain=..some.thing",
462 // We received stuff like "Domain=www.example.com.".
  /external/curl/
buildconf.bat 12 rem * you should have received as part of this distribution. The terms
  /external/curl/projects/
checksrc.bat 12 rem * you should have received as part of this distribution. The terms
  /external/libpcap/msdos/
pkt_rx0.asm 146 SHOW_RX ; show that a packet is received
  /prebuilts/go/darwin-x86/src/crypto/rsa/
example_test.go 31 // avoid disclosing whether the received RSA message was well-formed
  /prebuilts/go/darwin-x86/src/runtime/race/
race_test.go 89 log.Fatalf("nextLine: expected EOF, received %v", err)

Completed in 625 milliseconds

1 2 3 4 5 6 78 91011>>