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

1 2 3 4 56 7 8 91011>>

  /external/autotest/server/site_tests/network_WiFi_ConnectOnResume/
network_WiFi_ConnectOnResume.py 7 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
8 from autotest_lib.server.cros.network import hostap_config
9 from autotest_lib.server.cros.network import wifi_cell_test_base
16 1) Sets up a network with a single hidden BSS.
17 2) Connects the DUT to that network and that particular BSS.
  /external/autotest/server/site_tests/network_WiFi_DisconnectClearsIP/
network_WiFi_DisconnectClearsIP.py 9 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
10 from autotest_lib.server.cros.network import hostap_config
11 from autotest_lib.server.cros.network import wifi_cell_test_base
15 """Check that we remove our IP after disconnection from a WiFi network."""
37 raise error.TestFail('Failed to disconnect from the network')
  /external/autotest/server/site_tests/network_WiFi_FastReconnectInDarkResume/
network_WiFi_FastReconnectInDarkResume.py 9 from autotest_lib.server.cros.network import hostap_config
10 from autotest_lib.server.cros.network import lucid_sleep_test_base
11 from autotest_lib.server.cros.network import wifi_client
  /external/autotest/server/site_tests/network_WiFi_IBSS/
network_WiFi_IBSS.py 5 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
7 from autotest_lib.server.cros.network import hostap_config
8 from autotest_lib.server.cros.network import wifi_cell_test_base
  /external/autotest/server/site_tests/network_WiFi_LinkMonitorFailure/
network_WiFi_LinkMonitorFailure.py 9 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
10 from autotest_lib.server.cros.network import hostap_config
11 from autotest_lib.server.cros.network import wifi_cell_test_base
15 """Test how a DUT behaves when the network link disappears.
18 to simulate network link disappearance. Determine the time the DUT take
43 # simulate the disappearance of the network link from the client's
  /external/autotest/server/site_tests/network_WiFi_Powersave/
network_WiFi_Powersave.py 7 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
8 from autotest_lib.server.cros.network import hostap_config
9 from autotest_lib.server.cros.network import wifi_cell_test_base
  /external/autotest/server/site_tests/network_WiFi_RoamSuspend/
network_WiFi_RoamSuspend.py 8 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
9 from autotest_lib.server.cros.network import hostap_config
10 from autotest_lib.server.cros.network import wifi_cell_test_base
16 1) Sets up a network with a single BSS.
17 2) Connects the DUT to that network and that particular BSS.
62 logging.info("- Verify that we roam to same network w/new parameters.")
  /external/autotest/server/site_tests/network_WiFi_SSIDMultiSwitchBack/
network_WiFi_SSIDMultiSwitchBack.py 8 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
10 from autotest_lib.server.cros.network import hostap_config
11 from autotest_lib.server.cros.network import rvr_test_base
  /external/autotest/server/site_tests/network_WiFi_ScanPerformance/
network_WiFi_ScanPerformance.py 5 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
6 from autotest_lib.server.cros.network import hostap_config
7 from autotest_lib.server.cros.network import wifi_cell_test_base
  /external/autotest/server/site_tests/network_WiFi_SuspendTwice/
network_WiFi_SuspendTwice.py 5 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
6 from autotest_lib.server.cros.network import hostap_config
7 from autotest_lib.server.cros.network import wifi_cell_test_base
  /external/autotest/server/site_tests/network_WiFi_WakeOnDisconnect/
network_WiFi_WakeOnDisconnect.py 9 from autotest_lib.server.cros.network import hostap_config
10 from autotest_lib.server.cros.network import lucid_sleep_test_base
11 from autotest_lib.server.cros.network import wifi_client
  /external/autotest/server/site_tests/network_WiFi_WakeOnSSID/
network_WiFi_WakeOnSSID.py 10 from autotest_lib.server.cros.network import hostap_config
11 from autotest_lib.server.cros.network import lucid_sleep_test_base
12 from autotest_lib.server.cros.network import wifi_client
  /external/autotest/server/site_tests/network_WiFi_WoWLAN/
network_WiFi_WoWLAN.py 9 from autotest_lib.server.cros.network import hostap_config
10 from autotest_lib.server.cros.network import lucid_sleep_test_base
11 from autotest_lib.server.cros.network import wifi_client
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
ThreeGPPNetworkElement.java 30 * The 3GPP Cellular Network ANQP Element, IEEE802.11-2012 section 8.4.4.11.
81 CellularNetwork network = CellularNetwork.parse(payload); local
82 if (network != null) {
83 networks.add(network);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/wificond/
PnoNetwork.java 44 PnoNetwork network = (PnoNetwork) rhs; local
45 return java.util.Arrays.equals(ssid, network.ssid)
46 && isHidden == network.isHidden;
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
NeuQuant.java 10 * "Kohonen neural networks for optimal colour quantization" in "Network:
52 * Network Definitions -------------------
121 protected int[][] network; /* the network itself - [netsize][4] */ field in class:NeuQuant
125 /* for network lookup - really 256 */
137 * Initialise network in range (0,0,0) to (255,255,255) and set parameters
149 network = new int[netsize][];
151 network[i] = new int[4];
152 p = network[i];
163 index[network[i][3]] = i
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkSelector.java 40 * selects a network for the phone to connect or roam to.
46 // Minimum time gap between last successful network selection and a new selection
55 // Buffer of filtered scan results (Scan results considered by network selection) & associated
66 * WiFi Network Selector supports various types of networks. Each type can
67 * have its evaluator to choose the best WiFi network for the device to connect
68 * to. When registering a WiFi network evaluator with the WiFi Network Selector,
69 * the priority of the network must be specified, and it must be a value between
71 * Network Selector iterates through the registered scorers from the highest priority
72 * to the lowest till a network is selected
136 WifiConfiguration network = local
    [all...]
  /external/webrtc/webrtc/base/
network.cc 15 #include "webrtc/base/network.h"
65 Network* net;
69 bool CompareNetworks(const Network* a, const Network* b) {
78 bool SortNetworks(const Network* a, const Network* b) {
79 // Network types will be preferred above everything else while sorting
200 new rtc::Network("any", "any", ipv4_any_address, 0));
210 new rtc::Network("any", "any", ipv6_any_address, 0));
221 for (Network* network : networks_)
570 scoped_ptr<Network> network; local
    [all...]
  /prebuilts/go/darwin-x86/src/net/
platform_test.go 15 // testableNetwork reports whether network is testable on the current
17 func testableNetwork(network string) bool {
18 ss := strings.Split(network, ":")
67 // testableAddress reports whether address of network is testable on
69 func testableAddress(network, address string) bool {
70 switch ss := strings.Split(network, ":"); ss[0] {
82 func testableListenArgs(network, address, client string) bool {
83 if !testableNetwork(network) || !testableAddress(network, address) {
89 switch ss := strings.Split(network, ":"); ss[0]
    [all...]
iprawsock.go 12 // BUG(mikio): On every POSIX platform, reads from the "ip4" network
36 // Network returns the address's network name, "ip".
37 func (a *IPAddr) Network() string { return "ip" }
66 // The network must be an IP network name.
75 // See func Dial for a description of the network and address
77 func ResolveIPAddr(network, address string) (*IPAddr, error) {
78 if network == "" { // a hint wildcard for Go 1.0 undocumented behavior
79 network = "ip
    [all...]
  /prebuilts/go/linux-x86/src/net/
platform_test.go 15 // testableNetwork reports whether network is testable on the current
17 func testableNetwork(network string) bool {
18 ss := strings.Split(network, ":")
67 // testableAddress reports whether address of network is testable on
69 func testableAddress(network, address string) bool {
70 switch ss := strings.Split(network, ":"); ss[0] {
82 func testableListenArgs(network, address, client string) bool {
83 if !testableNetwork(network) || !testableAddress(network, address) {
89 switch ss := strings.Split(network, ":"); ss[0]
    [all...]
iprawsock.go 12 // BUG(mikio): On every POSIX platform, reads from the "ip4" network
36 // Network returns the address's network name, "ip".
37 func (a *IPAddr) Network() string { return "ip" }
66 // The network must be an IP network name.
75 // See func Dial for a description of the network and address
77 func ResolveIPAddr(network, address string) (*IPAddr, error) {
78 if network == "" { // a hint wildcard for Go 1.0 undocumented behavior
79 network = "ip
    [all...]
  /external/autotest/server/site_tests/network_WiFi_GTK/
network_WiFi_GTK.py 8 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
9 from autotest_lib.client.common_lib.cros.network import xmlrpc_security_types
10 from autotest_lib.server.cros.network import arping_runner
11 from autotest_lib.server.cros.network import hostap_config
12 from autotest_lib.server.cros.network import wifi_cell_test_base
51 # Now check that network traffic goes through.
  /external/autotest/server/site_tests/network_WiFi_PTK/
network_WiFi_PTK.py 8 from autotest_lib.client.common_lib.cros.network import ping_runner
9 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
10 from autotest_lib.client.common_lib.cros.network import xmlrpc_security_types
11 from autotest_lib.server.cros.network import hostap_config
12 from autotest_lib.server.cros.network import wifi_cell_test_base
  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 21 import android.net.Network;
41 * state of network connectivity.
46 Network getActiveNetwork();
47 Network getActiveNetworkForUid(int uid, boolean ignoreBlocked);
51 NetworkInfo getNetworkInfoForUid(in Network network, int uid, boolean ignoreBlocked);
53 Network getNetworkForType(int networkType);
54 Network[] getAllNetworks();
61 LinkProperties getLinkProperties(in Network network);
    [all...]

Completed in 178 milliseconds

1 2 3 4 56 7 8 91011>>