/prebuilts/go/darwin-x86/src/runtime/ |
os2_nacl.go | 75 _ENONET = 64 /* Machine is not on the network */ 109 _ENETDOWN = 100 /* Network interface is not configured */ 110 _ENETUNREACH = 101 /* Network is unreachable */ 133 _ENOSHARE = 2052 /* No such host or network path */
|
netpoll_epoll.go | 59 // polls for ready network connections
|
netpoll_solaris.go | 9 // Solaris runtime-integrated network poller. 11 // Solaris uses event ports for scalable network I/O. Event 34 // in doing network I/O. Because now we know what kind of I/O we 181 // polls for ready network connections
|
/prebuilts/go/linux-x86/src/net/ |
interface_unix_test.go | 46 t.Skip("avoid external network") 100 t.Skip("avoid external network")
|
tcpsock_test.go | 293 network string 334 addr, err := ResolveTCPAddr(tt.network, tt.litAddrOrName) 336 t.Errorf("ResolveTCPAddr(%q, %q) = %#v, %v, want %#v, %v", tt.network, tt.litAddrOrName, addr, err, tt.addr, tt.err) 340 addr2, err := ResolveTCPAddr(addr.Network(), addr.String()) 342 t.Errorf("(%q, %q): ResolveTCPAddr(%q, %q) = %#v, %v, want %#v, %v", tt.network, tt.litAddrOrName, addr.Network(), addr.String(), addr2, err, tt.addr, tt.err) 381 ln, err := Listen(tt.network, tt.address) 402 c, err := Dial(tt.network, ls.Listener.Addr().String()) 636 c, err := d.Dial(ln.Addr().Network(), ln.Addr().String()) 641 network := c.LocalAddr().Network( [all...] |
server_test.go | 126 network, address string 141 if !testableListenArgs(tt.network, tt.address, "") { 142 t.Logf("skipping %s test", tt.network+" "+tt.address) 146 ln, err := Listen(tt.network, tt.address) 180 c, err := d.Dial(lss[i].Listener.Addr().Network(), lss[i].Listener.Addr().String())
|
/prebuilts/go/linux-x86/src/runtime/ |
os2_nacl.go | 75 _ENONET = 64 /* Machine is not on the network */ 109 _ENETDOWN = 100 /* Network interface is not configured */ 110 _ENETUNREACH = 101 /* Network is unreachable */ 133 _ENOSHARE = 2052 /* No such host or network path */
|
netpoll_epoll.go | 59 // polls for ready network connections
|
netpoll_solaris.go | 9 // Solaris runtime-integrated network poller. 11 // Solaris uses event ports for scalable network I/O. Event 34 // in doing network I/O. Because now we know what kind of I/O we 181 // polls for ready network connections
|
/tools/acloud/internal/lib/ |
android_compute_client_test.py | 42 NETWORK = "fake-network" 64 fake_cfg.network = self.NETWORK 127 expected_metadata, self.NETWORK, self.ZONE,
|
/tools/test/connectivity/acts/tests/google/coex/performance_tests/ |
CoexBtMultiProfilePerformanceTest.py | 91 network 100 if not connect_wlan_profile(self.pri_ad, self.network):
|
/tools/test/connectivity/acts/tests/google/coex/slave_role/functionality_tests/ |
WlanWithA2dpFunctionalitySlaveTest.py | 94 if not connect_wlan_profile(self.pri_ad, self.network):
|
/tools/test/connectivity/acts/tests/google/coex/slave_role/performance_tests/ |
CoexBtMultiProfilePerformanceSlaveTest.py | 76 network 85 if not connect_wlan_profile(self.pri_ad, self.network):
|
/compatibility/cdd/6_dev-tools-and-options/ |
6_1_developer_tools.md | 22 MUST implement adb via local-area network (such as Ethernet or Wi-Fi).
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
SubscriptionManagerTest.java | 35 import android.net.Network; 88 * {@link NetworkCapabilities#TRANSPORT_CELLULAR} network must both be 96 + " but has no active cellular network, which is required for validation"); 98 fail("Device has active cellular network, but claims to not support " 167 final Network net = findCellularNetwork(); 168 assertNotNull("Active cellular network required", net); 220 final Network net = findCellularNetwork(); 221 assertNotNull("Active cellular network required", net); 304 public static CountDownLatch waitForNetworkCapabilities(Network network, [all...] |
/external/autotest/client/tests/netperf2/ |
netperf2.py | 32 self.network = net_utils.network()
|
/external/autotest/server/cros/network/ |
chaos_clique_utils.py | 13 from autotest_lib.client.common_lib.cros.network import ap_constants 14 from autotest_lib.client.common_lib.cros.network import iw_runner 253 @returns a list of possible securities for the given network.
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
supplicant_hidl_test_utils.cpp | 266 const sp<ISupplicantNetwork>& network) { 271 sta_network = ISupplicantStaNetwork::castFrom(network);
|
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/ |
Vvm3Protocol.java | 22 import android.net.Network; 222 Network network = wrapper.get(); local 224 VvmLog.i(TAG, "new user: network available"); 226 new ImapHelper(config.getContext(), phoneAccountHandle, network, status)) {
|
/prebuilts/go/darwin-x86/src/net/ |
server_test.go | 126 network, address string 141 if !testableListenArgs(tt.network, tt.address, "") { 142 t.Logf("skipping %s test", tt.network+" "+tt.address) 146 ln, err := Listen(tt.network, tt.address) 180 c, err := d.Dial(lss[i].Listener.Addr().Network(), lss[i].Listener.Addr().String())
|
/prebuilts/go/darwin-x86/src/net/textproto/ |
writer.go | 14 // requests or responses to a text protocol network connection.
|
/prebuilts/go/linux-x86/src/net/textproto/ |
writer.go | 14 // requests or responses to a text protocol network connection.
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
access_point.py | 131 # A map from network interface name to _ApInstance objects representing 190 selects a network interface to use based on the configs given. It then 192 the network interface and dhcp server is refreshed to give out ips 279 '%s/%s' % (subnet.router, subnet.network.netmask)) 289 dhcp_bss[k].network.netmask))
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
example_test.go | 157 // DEFLATE is suitable for transmitting compressed data across the network. 162 // Use io.Pipe to simulate a network connection. 163 // A real network application should take care to properly close the
|
/prebuilts/go/darwin-x86/src/syscall/ |
route_bsd.go | 177 // which consists of network facility information, states and 260 // network interface entries. 282 // network interface address entries.
|