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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/net/
udpsock_plan9_test.go 21 t.Skip("no network interfaces found")
udpsock_posix.go 105 func listenUDP(ctx context.Context, network string, laddr *UDPAddr) (*UDPConn, error) {
106 fd, err := internetSocket(ctx, network, laddr, nil, syscall.SOCK_DGRAM, 0, "listen")
113 func listenMulticastUDP(ctx context.Context, network string, ifi *Interface, gaddr *UDPAddr) (*UDPConn, error) {
114 fd, err := internetSocket(ctx, network, gaddr, nil, syscall.SOCK_DGRAM, 0, "listen")
  /prebuilts/go/linux-x86/src/syscall/
route_netbsd.go 30 // network interface arrival and departure information.
route_openbsd.go 30 // network interface arrival and departure information.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
lif.go 8 // logical network interfaces and interface addresses on Solaris.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/proxy/
per_host_test.go 18 func (r *recordingProxy) Dial(network, addr string) (net.Conn, error) {
  /tools/acloud/public/
config_test.py 37 network: "default"
62 network: "default"
105 self.assertEquals(cfg.network, "default")
130 self.assertEquals(cfg.default_usr_cfg.network, "default")
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
dhcp_server.py 187 address = subnet.network.network_address
188 mask = subnet.network.netmask
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
UefiShellNetwork2CommandsLib.uni 3 String definitions for UEFI Shell network 2 commands
21 String definitions for UEFI Shell 2.0 network 2 commands
99 ".TH ping6 0 "Ping a target machine with UEFI IPv6 network stack."\r\n"
101 "Ping a target machine with UEFI IPv6 network stack.\r\n"
123 ".TH ifconfig6 0 "Displays or modifies IPv6 configuration for network interface."\r\n"
125 "Displays or modifies IPv6 configuration for network interface.\r\n"
164 " and this configuration survives the network reload:\r\n"
  /external/autotest/client/cros/cellular/
modem.py 22 GSM_NETWORK_INTERFACE = 'org.freedesktop.ModemManager.Modem.Gsm.Network'
158 network = self.GsmNetwork()
159 _, operator_code, operator_name = network.GetRegistrationInfo()
189 network = self.GsmNetwork()
190 (status, unused_code, unused_name) = network.GetRegistrationInfo()
206 """Ensure that modem is registered on the network."""
210 """Ensure that modem is registered on the network with a technology."""
  /external/autotest/client/site_tests/network_BasicProfileProperties/
network_BasicProfileProperties.py 9 from autotest_lib.client.common_lib.cros.network import interface
  /external/autotest/client/site_tests/network_FirewallHolePunch/
network_FirewallHolePunch.py 11 from autotest_lib.client.common_lib.cros.network import interface
  /external/autotest/server/cros/ap_configurators/
ap_cartridge.py 10 from autotest_lib.client.common_lib.cros.network import ap_constants
  /external/autotest/server/cros/chaos_lib/
chaos_runner.py 14 from autotest_lib.client.common_lib.cros.network import ap_constants
15 from autotest_lib.client.common_lib.cros.network import iw_runner
22 from autotest_lib.server.cros.network import chaos_clique_utils as utils
23 from autotest_lib.server.cros.network import wifi_client
  /external/autotest/server/cros/network/
wifi_test_context_manager.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
14 from autotest_lib.server.cros.network import attenuator_controller
15 from autotest_lib.server.cros.network import wifi_client
240 """Connect to a WiFi network and check for success.
242 Connect a DUT to a WiFi network and check that we connect successfully.
244 @param wifi_params AssociationParameters describing network to connect.
287 """Ping a host on the WiFi network from the DUT.
289 Ping a host reachable on the WiFi network from the DUT, and
293 used to confirm that a WiFi network is operating correctly
    [all...]
  /external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/
network_WiFi_ChaosLongConnect.py 9 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
  /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/autotest/server/site_tests/network_WiFi_SimpleConnect/
network_WiFi_SimpleConnect.py 9 from autotest_lib.server.cros.network import wifi_cell_test_base
  /external/ltp/testscripts/
network.sh 13 CMDFILE=${TMPDIR}/network.tests
42 echo " -F network features tests (TFO, vxlan, etc.)"
109 echo "Network parameters:"
  /external/python/cpython2/PC/VS9.0/
rt.bat 24 rem -u network,largefile
26 rem rt -u "network,largefile"
  /external/python/cpython2/PCbuild/
rt.bat 24 rem -u network,largefile
26 rem rt -u "network,largefile"
  /external/python/cpython3/PCbuild/
rt.bat 24 rem -u network,largefile
26 rem rt -u "network,largefile"
  /external/strace/tests/
filtering_syscall-syntax.test 103 %network \
  /external/strace/tests-m32/
filtering_syscall-syntax.test 103 %network \
  /external/strace/tests-mx32/
filtering_syscall-syntax.test 103 %network \

Completed in 592 milliseconds

<<11121314151617181920>>