/prebuilts/go/darwin-x86/src/net/rpc/ |
client.go | 234 // DialHTTP connects to an HTTP RPC server at the specified network address 236 func DialHTTP(network, address string) (*Client, error) { 237 return DialHTTPPath(network, address, DefaultRPCPath) 241 // at the specified network address and path. 242 func DialHTTPPath(network, address, path string) (*Client, error) { 244 conn, err := net.Dial(network, address) 262 Net: network + " " + address, 268 // Dial connects to an RPC server at the specified network address. 269 func Dial(network, address string) (*Client, error) { 270 conn, err := net.Dial(network, address [all...] |
/prebuilts/go/linux-x86/src/crypto/tls/ |
tls.go | 43 // A listener implements a network listener (net.Listener) for TLS connections. 71 // given network address using net.Listen. 74 func Listen(network, laddr string, config *Config) (net.Listener, error) { 78 l, err := net.Listen(network, laddr) 91 // DialWithDialer connects to the given network address using dialer.Dial and 98 func DialWithDialer(dialer *net.Dialer, network, addr string, config *Config) (*Conn, error) { 120 rawConn, err := dialer.Dial(network, addr) 163 // Dial connects to the given network address using net.Dial 169 func Dial(network, addr string, config *Config) (*Conn, error) { 170 return DialWithDialer(new(net.Dialer), network, addr, config [all...] |
/prebuilts/go/linux-x86/src/net/rpc/ |
client.go | 234 // DialHTTP connects to an HTTP RPC server at the specified network address 236 func DialHTTP(network, address string) (*Client, error) { 237 return DialHTTPPath(network, address, DefaultRPCPath) 241 // at the specified network address and path. 242 func DialHTTPPath(network, address, path string) (*Client, error) { 244 conn, err := net.Dial(network, address) 262 Net: network + " " + address, 268 // Dial connects to an RPC server at the specified network address. 269 func Dial(network, address string) (*Client, error) { 270 conn, err := net.Dial(network, address [all...] |
/prebuilts/go/darwin-x86/src/net/ |
lookup_plan9.go | 122 // host names in local network (e.g. from /lib/ndb/local) 169 func (*Resolver) lookupPort(ctx context.Context, network, service string) (port int, err error) { 170 switch network { 172 network = "tcp" 174 network = "udp" 176 lines, err := queryCS(ctx, network, "127.0.0.1", toLower(service)) 180 unknownPortError := &AddrError{Err: "unknown port", Addr: network + "/" + service}
|
lookup.go | 68 func lookupPortMap(network, service string) (port int, error error) { 69 switch network { 71 network = "tcp" 73 network = "udp" 76 if m, ok := services[network]; ok { 84 return 0, &AddrError{Err: "unknown port", Addr: network + "/" + service} 216 // LookupPort looks up the port for the given network and service. 217 func LookupPort(network, service string) (port int, err error) { 218 return DefaultResolver.LookupPort(context.Background(), network, service) 221 // LookupPort looks up the port for the given network and service [all...] |
packetconn_test.go | 22 func packetConnTestData(t *testing.T, network string) ([]byte, func()) { 23 if !testableNetwork(network) { 24 return nil, func() { t.Logf("skipping %s test", network) }
|
/prebuilts/go/linux-x86/src/net/ |
lookup_plan9.go | 122 // host names in local network (e.g. from /lib/ndb/local) 169 func (*Resolver) lookupPort(ctx context.Context, network, service string) (port int, err error) { 170 switch network { 172 network = "tcp" 174 network = "udp" 176 lines, err := queryCS(ctx, network, "127.0.0.1", toLower(service)) 180 unknownPortError := &AddrError{Err: "unknown port", Addr: network + "/" + service}
|
lookup.go | 68 func lookupPortMap(network, service string) (port int, error error) { 69 switch network { 71 network = "tcp" 73 network = "udp" 76 if m, ok := services[network]; ok { 84 return 0, &AddrError{Err: "unknown port", Addr: network + "/" + service} 216 // LookupPort looks up the port for the given network and service. 217 func LookupPort(network, service string) (port int, err error) { 218 return DefaultResolver.LookupPort(context.Background(), network, service) 221 // LookupPort looks up the port for the given network and service [all...] |
packetconn_test.go | 22 func packetConnTestData(t *testing.T, network string) ([]byte, func()) { 23 if !testableNetwork(network) { 24 return nil, func() { t.Logf("skipping %s test", network) }
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
network_quiescence.js | 9 * determines when network quiescence has been reached based on the time since 51 // True when no resource has been loaded from the network for 55 // Time to wait before declaring network quiescence in milliseconds.
|
/prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/ |
client.go | 116 // Dial connects to a JSON-RPC server at the specified network address. 117 func Dial(network, address string) (*rpc.Client, error) { 118 conn, err := net.Dial(network, address)
|
/prebuilts/go/linux-x86/src/net/rpc/jsonrpc/ |
client.go | 116 // Dial connects to a JSON-RPC server at the specified network address. 117 func Dial(network, address string) (*rpc.Client, error) { 118 conn, err := net.Dial(network, address)
|
/external/autotest/client/cros/cellular/ |
cell_tools_test_on_chromebook.py | 14 # Mock out routing in the network file 18 from autotest_lib.client.cros import network 47 network.ResetAllModems(self.flim) 85 #network.ResetAllModems(self.flim)
|
net_interface.py | 13 from autotest_lib.client.cros import network, network_chroot 18 PseudoNetInterface provides a pseudo modem network interface. This 19 network interface is one end of a virtual Ethernet pair. The other end 72 urlparse.urlparse(network.FETCH_URL_PATTERN_FOR_TEST).netloc 95 Brings up the pseudo modem network interface. 102 Brings down the pseudo modem network interface. 112 # Make sure ARP requests for the pseudo modem network addresses 113 # go out the pseudo modem network interface.
|
/external/autotest/client/site_tests/cellular_ServiceName/ |
cellular_ServiceName.py | 23 TEST_CDMA_CARRIER = 'Test Network' 28 Test modem that registers with a roaming network. 45 logging.info('Force modem to register with roaming network |%s| ' 73 network = modem_cdma.ModemCdma.CdmaNetwork(sid=TEST_CDMA_SID) 74 modem_cdma.ModemCdma.__init__(self, home_network=network) 80 provider information and the network registration status. 107 Checks the service name when the SIM and the network is the same 142 """ Checks the service name for a CDMA network. """
|
/external/autotest/client/site_tests/cellular_Signal/ |
cellular_Signal.py | 9 from autotest_lib.client.cros import network 76 network.ResetAllModems(flim)
|
/external/autotest/server/site_tests/network_WiFi_SuspendStress/ |
network_WiFi_SuspendStress.py | 9 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes 12 from autotest_lib.server.cros.network import wifi_cell_test_base
|
/external/iptables/iptables/ |
iptables-apply | 93 DEFAULT_FILE=/etc/network/ip6tables 98 DEFAULT_FILE=/etc/network/iptables
|
/external/ltp/tools/pounder21/test_scripts/ |
nfs | 71 echo Please check network configuration and update the script.
|
/external/webrtc/webrtc/test/ |
call_test.cc | 298 voe_send_.network = VoENetwork::GetInterface(voe_send_.voice_engine); 308 voe_recv_.network = VoENetwork::GetInterface(voe_recv_.voice_engine); 320 EXPECT_EQ(0, voe_send_.network->RegisterExternalTransport( 326 EXPECT_EQ(0, voe_recv_.network->RegisterExternalTransport( 335 voe_recv_.network->Release(); 336 voe_recv_.network = nullptr; 344 voe_send_.network->Release(); 345 voe_send_.network = nullptr;
|
call_test.h | 114 network(nullptr), 121 VoENetwork* network; member in struct:webrtc::test::CallTest::VoiceEngineState
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
voe_output_test.cc | 82 VoENetwork* network = manager_.NetworkPtr(); local 88 // |network| will take care of the life time of |transport|. 90 new VoiceChannelTransport(network, channel_);
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/ |
RemediationHandler.java | 8 import android.net.Network; 67 * Network configs change: Re-evaluate set of HomeSPs and recalculate next time-out. 85 * Connected to new network: Try to rematch any outstanding remediation entries to the new 99 Network network = wifiManager.getCurrentNetwork(); local 106 update.remediate(network); 110 // Drop WNM update if it doesn't match the connected network 121 * policy match or put on hold-off queue until a new network connection is made. 131 * network connection. 206 Network network = wifiManager.getCurrentNetwork() local [all...] |
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
ImapStore.java | 20 import android.net.Network; 60 Network network) { 65 mTransport = new MailTransport(context, this.getImapHelper(), network, serverName, port, flags);
|
/packages/apps/Settings/src/com/android/settings/network/ |
NetworkDashboardFragment.java | 16 package com.android.settings.network; 39 import static com.android.settings.network.MobilePlanPreferenceController
|