HomeSort by relevance Sort by last modified time
    Searched refs:peer (Results 201 - 225 of 336) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 175 ECONNRESET - APPLICATION_ERROR: "connection reset by peer",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 814 def parse229(resp, peer):
831 host = peer[0]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 814 def parse229(resp, peer):
831 host = peer[0]
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiAwareManagerTest.py 226 def reliable_tx(self, device, session_id, peer, msg):
229 Sends a message to the peer and waits for success confirmation. Raises
239 peer: The peer ID to send the message to. Obtained through a match
241 msg: The message to be transmitted to the peer.
249 device.droid.wifiAwareSendMessage(session_id, peer, self.msg_id,
273 peer_id: The peer ID to send the message to. Obtained through a
    [all...]
  /art/runtime/
debugger.cc 2303 mirror::Object* peer = t->GetPeerFromOtherThread(); local
2461 mirror::Object* peer = gRegistry->Get<mirror::Object*>(thread_id, &error); local
    [all...]
thread.h 153 // Creates a new native thread corresponding to the given managed peer.
155 static void CreateNativeThread(JNIEnv* env, jobject peer, size_t stack_size, bool daemon);
157 // Attaches the calling native thread to the runtime, returning the new native peer.
161 // Attaches the calling native thread to the runtime, returning the new native peer.
349 // Returns the java.lang.Thread's name, or null if this Thread* doesn't have a peer.
368 // the thread's stack may have not been flipped yet and peer may be a from-space (stale) ref.
    [all...]
  /external/boringssl/src/ssl/test/runner/
conn.go 58 // by the peer in the handshake, or zero if not applicable.
    [all...]
cipher_suites.go 41 // peer, or zero if not applicable.
446 // ciphersuites and the id requested by the peer.
  /external/openssh/
packet.c     [all...]
  /external/netperf/src/
nettest_omni.c     [all...]
  /external/iproute2/doc/
ip-cref.tex 320 \item \verb|broadcast LLADDRESS|, \verb|brd LLADDRESS| or \verb|peer LLADDRESS|
322 --- change the link layer broadcast address or the peer address when
441 attached to each end. All packets sent to this link will reach the peer
442 and all packets received by us came from this single peer.
499 (or the peer address for pointopoint links) is a
506 NBMA links have no well-defined broadcast or peer address,
619 \item \verb|peer ADDRESS|
623 encoding the network prefix length. If a peer address is specified,
625 with the peer rather than with the local address.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_smtplib.py 384 def process_message(self, peer, mailfrom, rcpttos, data):
  /external/ipsec-tools/
setup.c 685 const vchar_t *peer, int remoteid)
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
rtt.cpp 352 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/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):
  /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 169 PeerCertificates []*x509.Certificate // certificate chain presented by remote peer
408 // receives the raw ASN.1 certificates provided by the peer and also
703 // version of the peer.
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
common.go 169 PeerCertificates []*x509.Certificate // certificate chain presented by remote peer
408 // receives the raw ASN.1 certificates provided by the peer and also
703 // version of the peer.
    [all...]
  /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 
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go 708 // frames up to 16KB are allowed without peer agreement.
983 // ErrFrameTooLarge is returned from Framer.ReadFrame when the peer
1040 // to the peer before hanging up on them. This might help others debug
    [all...]

Completed in 803 milliseconds

1 2 3 4 5 6 7 891011>>