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

<<21222324252627282930>>

  /external/autotest/client/common_lib/cros/
virtual_ethernet_pair.py 45 from autotest_lib.client.common_lib.cros.network import interface
  /external/autotest/client/cros/
backchannel.py 13 from autotest_lib.client.common_lib.cros.network import interface
125 # Hack around broken Asix network adaptors that may flake out when we
  /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
tcp-server.js 61 * Static method to return available network interfaces.
65 * @param {Function} callback The function to call with the available network
68 * preferred network as the addr parameter on TcpServer contructor.
71 chrome.system.network.getNetworkInterfaces(callback);
  /external/autotest/server/cros/
ap_config.py 10 from autotest_lib.client.common_lib.cros.network import ap_constants
  /external/autotest/server/cros/ap_configurators/
ap_batch_locker.py 15 from autotest_lib.client.common_lib.cros.network import ap_constants
ap_spec.py 5 from autotest_lib.client.common_lib.cros.network import iw_runner
  /external/autotest/server/cros/clique_lib/
clique_dut_locker.py 17 from autotest_lib.server.cros.network import wifi_client
  /external/autotest/server/cros/network/rf_switch/
rf_switch.py 15 from autotest_lib.server.cros.network.rf_switch import scpi
  /external/autotest/server/cros/network/
wifi_client.py 17 from autotest_lib.client.common_lib.cros.network import interface
18 from autotest_lib.client.common_lib.cros.network import iw_runner
19 from autotest_lib.client.common_lib.cros.network import ping_runner
25 from autotest_lib.server.cros.network import wpa_cli_proxy
685 @param ssid string name of network being queried
714 @param ssid string name of network being queried
    [all...]
wpa_cli_proxy.py 11 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
57 Add a wpa_supplicant network for ssid.
59 @param ssid string: name of network to add.
60 @return int network id of added network.
68 logging.debug('Added network %s=%d', ssid, network_id)
126 @param ssid string: SSID of the network we're concerned about.
140 @param ssid string: SSID of the network we're concerned about.
178 # network id / ssid / bssid / flags^M
187 if line.startswith('network id')
    [all...]
  /external/autotest/server/
site_linux_router.py 15 from autotest_lib.client.common_lib.cros.network import interface
16 from autotest_lib.client.common_lib.cros.network import netblock
17 from autotest_lib.client.common_lib.cros.network import ping_runner
21 from autotest_lib.server.cros.network import hostap_config
832 """@return string ssid for the network stemming from this router."""
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
battery_utils.py 244 """Get network data for specific package.
247 package: package name you want network data for.
253 None if no network data found
261 logger.warning('No UID found for %s. Can\'t get network data.',
268 # If ReadFile throws exception, it means no network data usage file for
  /external/libmojo/third_party/catapult/devil/devil/android/
battery_utils.py 200 """Get network data for specific package.
203 package: package name you want network data for.
209 None if no network data found
217 logging.warning('No UID found for %s. Can\'t get network data.',
224 # If ReadFile throws exception, it means no network data usage file for
  /external/selinux/python/sepolicy/
sepolicy-bash-completion.sh 75 [NETWORK]='network'
87 [network]='-h --help -d --domain -l --list -p --port -t --type '
174 elif [ "$verb" = "network" ]; then
sepolicy.py 254 import sepolicy.network
255 portdict = sepolicy.network.get_network_connect(src, protocol, perm)
275 def network(args): function
385 net = parser.add_parser("network",
386 help=_('Query SELinux policy network information'))
404 net.set_defaults(func=network)
  /external/v8/tools/testrunner/server/
work_handler.py 38 from ..network import endpoint
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
NetworkMonitorTest.java 38 import android.net.Network;
55 * Listens for alerts fired by the NetworkMonitor when network status changes.
96 public Network[] getAllNetworks() {
97 return new Network[0];
101 public NetworkState getNetworkState(Network network) {
160 * Helper method to create a network monitor and delegates for testing.
210 * Tests that when there is an intent indicating a change in network connectivity, it sends a
256 * active network connections so it cannot usefully check results, but it can at least check
266 Network[] networks = delegate.getAllNetworks()
    [all...]
  /external/webrtc/webrtc/base/
network.h 35 class Network;
52 // Makes a string key for this network. Used in the network manager's maps.
53 // Network objects are keyed on interface name, network prefix and the
67 // Generic network manager interface. It provides list of local
71 typedef std::vector<Network*> NetworkList;
75 ENUMERATION_ALLOWED, // Adapter enumeration is allowed. Getting 0 network
76 // from GetNetworks means that there is no network
85 // Called when network list is updated
    [all...]
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h 202 Connection* GetBestConnectionOnNetwork(rtc::Network* network) const;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
WifiStatusTracker.java 19 import android.net.Network;
61 Network network, NetworkCapabilities networkCapabilities) {
  /frameworks/base/services/core/java/com/android/server/
NetworkScoreService.java 457 for (ScoredNetwork network : networks) {
458 List<ScoredNetwork> networkList = networksByType.get(network.networkKey.type);
461 networksByType.put(network.networkKey.type, networkList);
463 networkList.add(network);
466 // Pass the scores of each type down to the appropriate network scorer.
625 * {@link ScoredNetwork} associated with the current network. If no network is connected the
629 * current network is determined at construction time and never changed. Also, the
748 "Caller is neither the system process or a network scorer.");
757 "Caller is neither the system process or the active network scorer.")
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 35 import android.net.Network;
135 // After a network has been tested this result can be sent with EVENT_NETWORK_TESTED.
136 // The network should be used as a default internet connection. It was found to be:
137 // 1. a functioning network providing internet access, or
140 // After a network has been tested this result can be sent with EVENT_NETWORK_TESTED.
141 // The network should not be used as a default internet connection. It was found to be:
144 // 3. a broken network (e.g. DNS failed, connect failed, HTTP request failed).
150 * Inform NetworkMonitor that their network is connected.
151 * Initiates Network Validation.
156 * Inform ConnectivityService that the network has been tested
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 191 * Hidden network to be scanned for.
195 /** SSID of the network */
558 * Pno network to be added to the PNO scan filtering.
567 /** Whether PNO event shall be triggered if the network is found on A band */
569 /** Whether PNO event shall be triggered if the network is found on G band */
573 * If required then the firmware must store the network's SSID and not just a hash
577 * If this SSID should be considered the same network as the currently connected
586 /** Open Network */
593 /** SSID of the network */
616 /** Maximum score that a network can have before bonuses *
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/calldetails/
CallDetailsHeaderViewHolder.java 66 networkView = container.findViewById(R.id.network);
  /packages/apps/Settings/src/com/android/settings/
ResetNetworkConfirm.java 51 import com.android.settings.network.ApnSettings;
55 * Confirm and execute a reset of the network settings to a clean "just out of the box"
106 * and reset the network settings to its factory-default state.
159 // user can reset all network settings which will clean up this table.

Completed in 594 milliseconds

<<21222324252627282930>>