/prebuilts/go/darwin-x86/src/syscall/ |
zerrors_linux_ppc64.go | [all...] |
zerrors_linux_ppc64le.go | [all...] |
zerrors_linux_s390x.go | [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
zerrors_linux_ppc64.go | [all...] |
zerrors_linux_ppc64le.go | [all...] |
zerrors_linux_s390x.go | [all...] |
/external/guice/extensions/persist/lib/ |
db4o-6.4.14.8131-java5.jar | |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
Vpn.java | 51 import android.net.Network; 731 * Establish a VPN network and return the file descriptor of the VPN 735 * @param config The parameters to configure the network. [all...] |
/frameworks/native/cmds/dumpstate/ |
dumpstate.cpp | 653 std::string build, fingerprint, radio, bootloader, network; local 660 network = android::base::GetProperty("gsm.operator.alpha", "(unknown)"); 673 printf("Network: %s\n", network.c_str()); [all...] |
/device/google/marlin/common/ |
base.mk | 821 system/bluetooth/data/network.conf:system/etc/bluetooth/network.conf \
|
/external/autotest/client/bin/net/ |
net_utils.py | 1 """Convenience functions for use by network tests or whomever. 16 utils.system('service network restart', ignore_status=ignore_status) 20 utils.system('service network start', ignore_status=ignore_status) 24 utils.system('service network stop', ignore_status=ignore_status) 104 def network(): function 708 protocol: short in network byte order 714 # numbers are converted to network byte order (!)
|
/external/autotest/client/common_lib/cros/network/ |
iw_runner.py | 13 from autotest_lib.client.common_lib.cros.network import iw_event_logger 92 Here is an example of what a single network would look like for 195 Disconnect a STA from a network.
|
/external/autotest/client/cros/networking/ |
shill_xmlrpc_server.py | 14 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes 163 """Block and attempt to connect to wifi network. 270 @param ssid string network to disconnect from. 289 @param ssid string the network to connect to (e.g. 'GoogleGuest').
|
/external/autotest/server/cros/network/ |
hostap_config.py | 10 from autotest_lib.client.common_lib.cros.network import xmlrpc_security_types 310 """@return True iff we're trying to host an 802.11n network.""" 316 """@return True iff we're trying to host an 802.11ac network."""
|
/external/autotest/server/hosts/ |
servo_host.py | 29 from autotest_lib.client.common_lib.cros.network import ping_runner 124 Initializes `self._servo` and then verifies that all network [all...] |
/external/autotest/site_utils/ |
server_manager_unittest.py | 11 from autotest_lib.client.common_lib.cros.network import ping_runner
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
replay.py | 16 """Replays web pages under simulated network conditions. 25 from the network. 34 Network simulation examples: 411 title='Network Simulation Options', 412 description=('These options configure the network simulation in ' 438 help='Select a set of network options: %s.' % ', '.join( 490 help='Don\'t forward DNS requests that resolve to private network '
|
/external/selinux/prebuilts/bin/ |
seinfo.py | 191 q.network = args.nodeconquery
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
get.go | 42 The -u flag instructs get to use the network to update the named packages 43 and their dependencies. By default, get uses the network to check out
|
/prebuilts/go/darwin-x86/src/net/ |
fd_windows.go | 68 // for the given network type. 236 // succeeded (the bytes are actually sent/recv from network). 258 // Network file descriptor.
|
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
reverseproxy_test.go | 347 // http: proxy error: read tcp 127.0.0.1:44643: use of closed network connection 365 // use of closed network connection
|
/prebuilts/go/darwin-x86/src/net/http/ |
transport.go | 35 // used by DefaultClient. It establishes network connections as needed 97 DialContext func(ctx context.Context, network, addr string) (net.Conn, error) 104 Dial func(network, addr string) (net.Conn, error) 115 DialTLS func(network, addr string) (net.Conn, error) 847 func (t *Transport) dial(ctx context.Context, network, addr string) (net.Conn, error) { 849 return t.DialContext(ctx, network, addr) 852 c, err := t.Dial(network, addr) 858 return zeroDialer.DialContext(ctx, network, addr) [all...] |
/prebuilts/go/darwin-x86/src/os/ |
os_windows_test.go | 455 t.Skip("you don't have enough privileges to add network share") 510 t.Skip("slow test that uses network; skipping")
|
/prebuilts/go/linux-x86/src/cmd/go/ |
get.go | 42 The -u flag instructs get to use the network to update the named packages 43 and their dependencies. By default, get uses the network to check out
|
/prebuilts/go/linux-x86/src/net/ |
fd_windows.go | 68 // for the given network type. 236 // succeeded (the bytes are actually sent/recv from network). 258 // Network file descriptor.
|