HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 401 - 425 of 879) sorted by null

<<11121314151617181920>>

  /external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/
network_WiFi_RoamOnLowPower.py 12 from autotest_lib.client.common_lib.cros.network import ping_runner
13 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
15 from autotest_lib.server.cros.network import hostap_config
16 from autotest_lib.server.cros.network import rvr_test_base
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 25 is designed to provide DNS and, optionally, DHCP, to a small network. It can
30 leases and BOOTP for network booting of diskless machines.
  /external/iproute2/testsuite/
Makefile 44 $(error Please install util-linux tools to run tests in separated network namespace)
  /external/libtextclassifier/smartselect/
text-classification-model.h 27 #include "common/embedding-network.h"
29 #include "common/memory_image/embedding-network-params-from-image.h"
98 const nlp_core::EmbeddingNetwork& network,
  /external/ltp/testscripts/
network.sh 18 CMDFILE=${TMPDIR}/network.tests
45 echo " -F network features tests (TFO, vxlan, etc.)"
93 echo "Network parameters:"
  /frameworks/base/services/core/java/com/android/server/connectivity/
PermissionMonitor.java 60 private static final Boolean NETWORK = Boolean.FALSE;
71 // Keys are App IDs. Values are true for SYSTEM permission and false for NETWORK permission.
136 if (permission == null || permission == NETWORK) {
186 List<Integer> network = new ArrayList<>(); local
189 List<Integer> list = app.getValue() ? system : network;
196 mNetd.setPermission("NETWORK", toIntArray(network));
199 mNetd.clearPermission(toIntArray(network));
297 apps.put(appUid, NETWORK); // doesn't matter which permission we pick here
  /packages/apps/Settings/src/com/android/settings/system/
ResetDashboardFragment.java 28 import com.android.settings.network.NetworkResetPreferenceController;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/network/
NetworkResetActionMenuControllerTest.java 17 package com.android.settings.network;
WifiCallingPreferenceControllerTest.java 17 package com.android.settings.network;
  /prebuilts/go/darwin-x86/src/internal/nettrace/
nettrace.go 39 ConnectStart func(network, addr string)
44 ConnectDone func(network, addr string, err error)
  /prebuilts/go/darwin-x86/src/net/
interface_bsd.go 16 // network interfaces. Otherwise it returns a mapping of a specific
78 // network interfaces. Otherwise it returns addresses for a specific
interface_solaris.go 14 // network interfaces. Otherwise it returns a mapping of a specific
74 // network interfaces. Otherwise it returns addresses for a specific
  /prebuilts/go/darwin-x86/src/runtime/
netpoll_kqueue.go 9 // Integrated network poller (kqueue-based implementation).
62 // Polls for ready network connections.
  /prebuilts/go/darwin-x86/src/syscall/
route_dragonfly.go 33 // network interface arrival and departure information.
43 // containing network interface address entries.
route_freebsd.go 55 // network interface arrival and departure information.
65 // containing network interface address entries.
  /prebuilts/go/linux-x86/src/internal/nettrace/
nettrace.go 39 ConnectStart func(network, addr string)
44 ConnectDone func(network, addr string, err error)
  /prebuilts/go/linux-x86/src/net/
interface_bsd.go 16 // network interfaces. Otherwise it returns a mapping of a specific
78 // network interfaces. Otherwise it returns addresses for a specific
interface_solaris.go 14 // network interfaces. Otherwise it returns a mapping of a specific
74 // network interfaces. Otherwise it returns addresses for a specific
  /prebuilts/go/linux-x86/src/runtime/
netpoll_kqueue.go 9 // Integrated network poller (kqueue-based implementation).
62 // Polls for ready network connections.
  /prebuilts/go/linux-x86/src/syscall/
route_dragonfly.go 33 // network interface arrival and departure information.
43 // containing network interface address entries.
route_freebsd.go 55 // network interface arrival and departure information.
65 // containing network interface address entries.
  /external/autotest/client/common_lib/cros/network/
iw_runner_unittest.py 11 from autotest_lib.client.common_lib.cros.network import iw_runner
157 Uses the runner to search for a network by bss.
161 network = runner.wait_for_scan_result('wlan0', bsses=[test_iw_bss.bss])
162 self.verify_values(test_iw_bss, network)
184 """Test with a HT40+ network."""
190 """Test with a HT40- network."""
196 """Test with a network that doesn't have ht."""
202 """Test with a network with a hidden ssid."""
  /external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
network_ChromeCellularNetworkProperties.py 33 a read-only network property and a ModemManager property that have a 1:1
109 Finds the current cellular network. Asserts that it matches the fake
110 network from pseudomodem and returns the network.
116 'Expected 1 cellular network, found ' +
118 network = networks[0]
120 network,
123 return network
143 # Store the GUID of the fake test network.
  /external/autotest/server/cros/ap_configurators/
static_ap_configurator.py 11 from autotest_lib.client.common_lib.cros.network import ap_constants
12 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
13 from autotest_lib.client.common_lib.cros.network import xmlrpc_security_types
  /external/webrtc/webrtc/tools/agc/
agc_harness.cc 105 VoENetwork* network = VoENetwork::GetInterface(voe_); local
122 new test::VoiceChannelTransport(network, channel_));
143 network->Release();

Completed in 1794 milliseconds

<<11121314151617181920>>