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

<<111213141516

  /external/python/cpython2/Lib/test/
test_smtplib.py 410 def process_message(self, peer, mailfrom, rcpttos, data):
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
rtt.cpp 370 result = request.put_u8(RTT_ATTRIBUTE_TARGET_PEER, rttParams[i].peer);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_smtplib.py 383 def process_message(self, peer, mailfrom, rcpttos, data):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_smtplib.py 383 def process_message(self, peer, mailfrom, rcpttos, data):
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 383 def process_message(self, peer, mailfrom, rcpttos, data):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 383 def process_message(self, peer, mailfrom, rcpttos, data):
  /art/runtime/
thread.h 164 // Creates a new native thread corresponding to the given managed peer.
166 static void CreateNativeThread(JNIEnv* env, jobject peer, size_t stack_size, bool daemon);
168 // Attaches the calling native thread to the runtime, returning the new native peer.
172 // Attaches the calling native thread to the runtime, returning the new native peer.
386 // Returns the java.lang.Thread's name, or null if this Thread* doesn't have a peer.
405 // the thread's stack may have not been flipped yet and peer may be a from-space (stale) ref.
531 // is null, the thread's thread-group is loaded from the peer.
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 897 os_memcpy(auth->peer, data->auth.peer, ETH_ALEN);
  /external/python/cpython2/Modules/
_ssl.c 1187 PyObject *peer; local
    [all...]
  /external/python/cpython3/Modules/
_ssl.c 1272 PyObject *peer; local
    [all...]
  /external/toybox/toys/pending/
ip.c 738 char *line_feed = " ", *flags,*peer = "brd"; local
773 if (link->flags & IFF_POINTOPOINT) peer = "peer";
783 line_feed, link->type, link->laddr, peer ,link->bcast);
952 *brd = toybuf+768, *peer = toybuf+1024, *any = toybuf+1280, local
1011 sprintf(peer, " peer %s/%d ", lbuf_ifa, ifa->ifa_prefixlen);
1031 printf("%s%s%s%s%s %c", family, brd, peer, scope, label,
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
common.go 160 PeerCertificates []*x509.Certificate // certificate chain presented by remote peer
403 // receives the raw ASN.1 certificates provided by the peer and also
693 // version of the peer.
    [all...]
cipher_suites.go 349 // ciphersuites and the id requested by the peer.
handshake_server_test.go 636 t.Fatalf("%s: mismatch on peer cert %d", test.name, i+1)
640 t.Fatalf("%s: mismatch on peer list length: %d (wanted) != %d (got)", test.name, len(test.expectedPeerCerts), len(peerCerts))
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
common.go 160 PeerCertificates []*x509.Certificate // certificate chain presented by remote peer
403 // receives the raw ASN.1 certificates provided by the peer and also
693 // version of the peer.
    [all...]
cipher_suites.go 349 // ciphersuites and the id requested by the peer.
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.3.Final/
netty-transport-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/
netty-transport-4.1.6.Final.jar 
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceHalTest.java 642 public void answer(byte[] peer, int method, String pin, boolean joinExisting,
698 public void answer(byte[] peer, int method, String pin, boolean joinExisting,
714 // Invalid peer address.
742 public void answer(byte[] peer, int method, String pin, boolean joinExisting,
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 514 #define DOT11_TDLS_CAP_PU_BUFFER_STA 28 /* TDLS Peer U-APSD buffer STA support */
515 #define DOT11_TDLS_CAP_PEER_PSM 20 /* TDLS Peer PSM support */
2421 struct ether_addr peer; member in struct:dot11_rmreq_stat
2445 struct ether_addr peer; member in struct:dot11_rmreq_tx_stream
2455 struct ether_addr peer; member in struct:dot11_rmrep_tx_stream
    [all...]
  /external/boringssl/src/ssl/test/runner/
handshake_server.go 117 return fmt.Errorf("tls: peer did not false start: %s", err)
    [all...]
  /external/python/cpython3/Lib/test/
test_smtpd.py 19 def process_message(self, peer, mailfrom, rcpttos, data, **kw):
20 self.messages.append((peer, mailfrom, rcpttos, data))
100 X-Peer: peer-address
116 b'X-Peer: peer-address'
133 b'X-Peer: peer-address'
152 b'X-Peer: peer-address
    [all...]

Completed in 814 milliseconds

<<111213141516