HomeSort by relevance Sort by last modified time
    Searched refs:passive (Results 26 - 50 of 55) sorted by null

12 3

  /prebuilts/go/darwin-x86/src/net/
sock_posix.go 58 // - An endpoint holder that opens a passive stream
mockserver_test.go 142 cs []Conn // established connections at the passive open side
  /prebuilts/go/linux-x86/src/net/
ipsock_posix.go 76 // the user wants to make a passive-open connection with a wildcard
sock_posix.go 58 // - An endpoint holder that opens a passive stream
mockserver_test.go 142 cs []Conn // established connections at the passive open side
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 181 private PassiveProvider mPassiveProvider; // track passive provider for special cases
189 // Only used by passive, fused & test. Network & GPS are controlled separately, and not listed.
591 // create a passive location provider, which is always enabled
    [all...]
  /external/iw/
scan.c 205 } else if (!strcmp(v[0], "passive")) {
358 bool passive = false, have_ssids = false, have_freqs = false; local
403 } else if (strcmp(argv[i], "passive") == 0) {
405 passive = true;
464 if (!passive)
1216 printf("\t\t * passive dwell: %d TUs\n", (data[1] << 8) | data[0]);
1219 printf("\t\t * scan passive total per channel: %d TUs\n", (data[7] << 8) | data[6]);
    [all...]
  /external/ppp/pppd/
lcp.c 141 { "passive", o_bool, &lcp_wantoptions[0].passive,
142 "Set passive mode", 1 },
143 { "-p", o_bool, &lcp_wantoptions[0].passive,
144 "Set passive mode", OPT_ALIAS | 1 },
383 if (wo->passive)
417 * because we are in passive/silent mode or because we have
    [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 25 During the server setup, an RDMA manager is created to manage low-level RDMA components such as RDMA channel and RDMA adapter, an RDMA rendezvous manager is created to oversee send/recv operations between servers. Following the distributed TensorFlow design philosophy, the send operation is passive, i.e. merely placing a tensor in the local out-going table. It is the receive operation that actually initiates the tensor transfer.
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.c 252 wo->passive = 0;
311 if (wo->passive) {
338 * lcp_close() in passive/silent mode when a connection hasn't
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan.cpp 332 "passive:%d", __FUNCTION__, j, channel_spec.channel,
333 channel_spec.dwellTimeMs, channel_spec.passive);
343 channel_spec.passive) )
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webhtml.go 503 }, { passive: true, capture: true });
511 }, { passive: true, capture: true });
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webhtml.go 503 }, { passive: true, capture: true });
511 }, { passive: true, capture: true });
  /external/ipsec-tools/src/racoon/
cftoken.l 348 <S_RMTS>passive { YYD; return(PASSIVE); }
cfparse.y 221 %token NONCE_SIZE DH_GROUP KEEPALIVE PASSIVE INITIAL_CONTACT
    [all...]
isakmp.c     [all...]
  /libcore/ojluni/src/main/java/sun/net/ftp/impl/
FtpClient.java 80 * Only passive mode used in JDK. See Bug 8010784.
558 * Opens a "PASSIVE" connection with the server and returns the connected
587 // 229 Entering Extended PASSIVE Mode (|||58210|)
619 // 227 Entering PASSIVE Mode (A1,A2,A3,A4,p1,p2)
704 * (ACTIVE or PASSIVE) then send the command passed as an argument.
717 // If Passive mode failed, fall back on PORT
730 // We're behind a firewall and the passive mode fail,
733 throw new sun.net.ftp.FtpProtocolException("Passive mode failed");
829 * Set the transfer mode to <I>passive</I>. In that mode, data connections
837 public sun.net.ftp.FtpClient enablePassiveMode(boolean passive) {
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 1990 public boolean passive; field in class:WifiNative.ChannelSettings
    [all...]
  /device/google/wahoo/
init.hardware.rc 532 socket thermal-recv-passive-client stream 0666 system system
  /external/python/cpython2/
configure     [all...]
  /external/python/cpython3/
configure     [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py     [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]

Completed in 331 milliseconds

12 3