HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 826 - 850 of 1047) sorted by null

<<31323334353637383940>>

  /prebuilts/go/linux-x86/src/net/http/
transport_test.go     [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix.go 122 for _, network := range []string{"udp", "tcp"} {
129 c, err := r.dial(ctx, network, server)
510 // discard all addresses. This ensures that network flakiness
fd_windows.go 17 // for the given network type.
27 // Network file descriptor.
main_test.go 63 network, address string
pipe.go 89 func (pipeAddr) Network() string { return "pipe" }
114 // network connection; both ends implement the Conn interface.
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix.go 122 for _, network := range []string{"udp", "tcp"} {
129 c, err := r.dial(ctx, network, server)
510 // discard all addresses. This ensures that network flakiness
  /device/google/cuttlefish/shared/
device.mk 80 network \
  /external/autotest/client/common_lib/cros/network/
interface.py 13 from autotest_lib.client.common_lib.cros.network import netblock
73 of an network device.
459 Retrieve the list of network interfaces found on the system.
  /external/curl/projects/
generate.bat 33 rem Check we are not running on a network drive
432 echo Error: This batch file cannot run from a network drive
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
integration_test.py 26 from tensorflow.python.layers import network as tf_network_layers
  /frameworks/base/tests/net/java/com/android/server/connectivity/
LingerMonitorTest.java 35 import android.net.Network;
342 verify(mNotifier, times(1)).showNotification(eq(from.network.netId),
351 NetworkAgentInfo nai = new NetworkAgentInfo(null, null, new Network(netId), info, null,
VpnTest.java 63 import android.net.Network;
440 final Network mobile = new Network(1);
441 final Network wifi = new Network(2);
443 final Map<Network, NetworkCapabilities> networks = new HashMap<>();
460 Vpn.updateCapabilities(mConnectivityManager, new Network[] { }, caps);
470 Vpn.updateCapabilities(mConnectivityManager, new Network[] { mobile }, caps);
480 Vpn.updateCapabilities(mConnectivityManager, new Network[] { wifi }, caps);
490 Vpn.updateCapabilities(mConnectivityManager, new Network[] { mobile, wifi }, caps)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 445 public void selectNetworkManually(OperatorInfo network, boolean persistSelection,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 402 public void selectNetworkManually(OperatorInfo network, boolean persistSelection,
  /external/ltp/
runltp 151 -n Run LTP with network traffic in background.
612 SCENARIO_LISTS="$SCENARIO_LISTS $LTPROOT/scenario_groups/network"
    [all...]
  /external/tensorflow/tensorflow/examples/image_retraining/
retrain.py 135 # need to update these to reflect the values in the network you're using.
284 Graph holding the trained Inception network, and various tensors we'll be
322 # Then run it through the recognition network.
648 parameters and construct a network of operations to apply them to an image.
    [all...]
  /external/webrtc/webrtc/p2p/base/
relayport.cc 183 rtc::Network* network,
192 network,
823 // This should have almost no impact on network usage.
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
WifiTracker.java 25 import android.net.Network;
347 Log.d(TAG, "Requesting scores for Network Keys: " + keys);
561 // Update the matching config if there is one, to populate saved network info
567 // If there were no scan results, create an AP for the currently connected network (if
784 public void onCapabilitiesChanged(Network network, NetworkCapabilities nc) {
785 if (network.equals(mWifiManager.getCurrentNetwork())) {
787 // more sense fetch the latest network info here:
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/trace/
main.go 37 - net: network blocking profile
200 <a href="/io">Network blocking profile</a> (<a href="/io?raw=1" download="io.profile">?</a>)<br>
pprof.go 80 // currently only network blocking event).
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip.go 202 // It is useful mainly in compressed network protocols, to ensure that
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 154 // process; instead, use a temporary file or network socket.
  /prebuilts/go/linux-x86/src/cmd/trace/
main.go 37 - net: network blocking profile
200 <a href="/io">Network blocking profile</a> (<a href="/io?raw=1" download="io.profile">?</a>)<br>
pprof.go 80 // currently only network blocking event).
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip.go 202 // It is useful mainly in compressed network protocols, to ensure that

Completed in 1527 milliseconds

<<31323334353637383940>>