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

<<21222324252627282930>>

  /external/autotest/server/cros/clique_lib/
clique_dut_control.py 12 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
13 from autotest_lib.server.cros.network import connection_worker
  /external/walt/docs/
Development.md 36 1. Get your Chromebook connected to a network so it would be accessible from you workstation
  /external/webrtc/webrtc/base/
nat_unittest.cc 19 #include "webrtc/base/network.h"
205 // Process pending messages so the network list is updated.
208 std::vector<Network*> networks;
211 [](rtc::Network* network) {
213 network->type();
217 LOG(LS_WARNING) << "Not enough network adapters for test.";
225 for (std::vector<Network*>::iterator it = networks.begin();
  /external/webrtc/webrtc/p2p/base/
port.h 26 #include "webrtc/base/network.h"
120 rtc::Network* network,
127 rtc::Network* network,
136 virtual rtc::Network* Network() const { return network_; }
364 rtc::Network* network_;
tcpport.cc 77 rtc::Network* network,
87 network,
319 // Incoming connections should match the network address.
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 24 import android.net.Network;
55 * Returns a list of currently known network interfaces
174 void setDnsForwarders(in Network network, in String[] dns);
194 * Enables Network Address Translation between two interfaces.
196 * the NAT'ed network.
201 * Disables Network Address Translation between two interfaces.
258 * Return global network statistics summarized at an interface level,
265 * Return detailed network statistics with UID-level granularity,
271 * Return detailed network statistics for the requested UID and interfaces
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
AvailableNetworkNotifier.java 60 * Base class for all network notifiers (e.g. OpenNetworkNotifier, CarrierNetworkNotifier).
88 /** The initial notification recommending a network to connect to is shown. */
90 /** The notification of status of connecting to the recommended network is shown. */
92 /** The notification that the connection to the recommended network was successful is shown. */
94 /** The notification to show that connection to the recommended network failed is shown. */
221 // Success here means that an attempt to connect to the network has been initiated.
251 + " was cleared for recommended network: "
265 * If there are available networks, attempt to post a network notification.
305 * Recommends a network to connect to from a list of available networks, while ignoring the
335 * recommended network
422 WifiConfiguration network = createRecommendedNetworkConfig(mRecommendedNetwork); local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
NetworkListStoreDataTest.java 64 "<Network>\n"
113 + "</Network>\n";
116 "<Network>\n"
183 + "</Network>\n";
234 * Helper function for generating a network list for testing purpose. The network list
235 * will contained an open and an EAP network.
237 * @param shared Flag indicating shared network
261 * network.
263 * @param openNetwork The WifiConfiguration for an open network
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/network/
ApnEditorTest.java 17 package com.android.settings.network;
45 import com.android.settings.network.ApnEditor.ApnData;
  /prebuilts/go/darwin-x86/src/crypto/tls/
example_test.go 75 // Debugging TLS applications by decrypting a network traffic capture.
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32.go 12 // significant-byte first (network) order.
  /prebuilts/go/darwin-x86/src/runtime/
netpoll_windows.go 64 // Polls for completed network IO.
  /prebuilts/go/darwin-x86/src/syscall/
sockcmsg_unix.go 18 // network subsystem.
tables_nacl.go 159 ENONET Errno = 64 /* Machine is not on the network */
193 ENETDOWN Errno = 100 /* Network interface is not configured */
194 ENETUNREACH Errno = 101 /* Network is unreachable */
217 ENOSHARE Errno = 2052 /* No such host or network path */
284 ENONET: "Machine is not on the network",
316 ENETDOWN: "Network interface is not configured",
317 ENETUNREACH: "Network is unreachable",
335 ENOSHARE: "No such host or network path",
  /prebuilts/go/darwin-x86/test/
escape_slice.go 141 network string
  /prebuilts/go/darwin-x86/test/stress/
runstress.go 8 // maps, channels, the network, and everything else provided by the runtime.
  /prebuilts/go/linux-x86/src/crypto/tls/
example_test.go 75 // Debugging TLS applications by decrypting a network traffic capture.
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32.go 12 // significant-byte first (network) order.
  /prebuilts/go/linux-x86/src/runtime/
netpoll_windows.go 64 // Polls for completed network IO.
  /prebuilts/go/linux-x86/src/syscall/
sockcmsg_unix.go 18 // network subsystem.
tables_nacl.go 159 ENONET Errno = 64 /* Machine is not on the network */
193 ENETDOWN Errno = 100 /* Network interface is not configured */
194 ENETUNREACH Errno = 101 /* Network is unreachable */
217 ENOSHARE Errno = 2052 /* No such host or network path */
284 ENONET: "Machine is not on the network",
316 ENETDOWN: "Network interface is not configured",
317 ENETUNREACH: "Network is unreachable",
335 ENOSHARE: "No such host or network path",
  /prebuilts/go/linux-x86/test/
escape_slice.go 141 network string
  /prebuilts/go/linux-x86/test/stress/
runstress.go 8 // maps, channels, the network, and everything else provided by the runtime.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
CallbackUtils.java 20 import android.net.Network;
129 public void onAvailable(Network network) {
  /cts/tests/tests/net/src/android/net/cts/
DnsTest.java 24 import android.net.Network;
66 * have per-network caches
67 * No cache when there's no network
69 * Assert requires network permission
90 // Skip the rest of the test if the active network for watch is PROXY.
94 Log.i(TAG, "Skipping test because the active network type name is PROXY.");
105 "[RERUN] DNS could not resolve ipv6.google.com, check the network supports IPv6. lp=" +
110 ", check your network's DNS server. lp=" + mCm.getActiveLinkProperties();
289 public void onLinkPropertiesChanged(Network network, LinkProperties lp)
    [all...]

Completed in 999 milliseconds

<<21222324252627282930>>