/packages/apps/Dialer/java/com/android/voicemail/impl/settings/ |
VoicemailChangePinActivity.java | 26 import android.net.Network; 591 public void onAvailable(Network network) { 592 super.onAvailable(network); 597 network,
|
/prebuilts/go/darwin-x86/src/net/ |
lookup_test.go | 624 network string 661 port, err := LookupPort(tt.network, tt.name) 663 t.Errorf("LookupPort(%q, %q) = %d, %v; want %d, error=%t", tt.network, tt.name, port, err, tt.port, !tt.ok) 677 network string 692 port, err := LookupPort(tt.network, tt.name) 694 t.Errorf("LookupPort(%q, %q) = %d, %v; want %d, error=nil", tt.network, tt.name, port, err, tt.port)
|
/prebuilts/go/linux-x86/src/net/ |
lookup_test.go | 624 network string 661 port, err := LookupPort(tt.network, tt.name) 663 t.Errorf("LookupPort(%q, %q) = %d, %v; want %d, error=%t", tt.network, tt.name, port, err, tt.port, !tt.ok) 677 network string 692 port, err := LookupPort(tt.network, tt.name) 694 t.Errorf("LookupPort(%q, %q) = %d, %v; want %d, error=nil", tt.network, tt.name, port, err, tt.port)
|
/prebuilts/go/darwin-x86/src/runtime/trace/ |
trace_test.go | 206 // A bit of network. 250 // Do a bunch of various stuff (timers, GC, network, etc) in a separate goroutine. 346 // A bit of network.
|
/prebuilts/go/linux-x86/src/runtime/trace/ |
trace_test.go | 206 // A bit of network. 250 // Do a bunch of various stuff (timers, GC, network, etc) in a separate goroutine. 346 // A bit of network.
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoInstrument.java | 121 // network 122 String network = tm.getNetworkOperatorName(); local 123 addResult(NETWORK, network.trim());
|
/device/generic/armv7-a-neon/ |
mini_common.mk | 54 network \
|
/external/autotest/server/cros/clique_lib/ |
clique_dut_control.py | 12 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes 13 from autotest_lib.server.cros.network import connection_worker
|
/external/webrtc/webrtc/base/ |
nat_unittest.cc | 19 #include "webrtc/base/network.h" 205 // Process pending messages so the network list is updated. 208 std::vector<Network*> networks; 211 [](rtc::Network* network) { 213 network->type(); 217 LOG(LS_WARNING) << "Not enough network adapters for test."; 225 for (std::vector<Network*>::iterator it = networks.begin();
|
/external/webrtc/webrtc/p2p/base/ |
port.h | 26 #include "webrtc/base/network.h" 120 rtc::Network* network, 127 rtc::Network* network, 136 virtual rtc::Network* Network() const { return network_; } 364 rtc::Network* network_;
|
tcpport.cc | 77 rtc::Network* network, 87 network, 319 // Incoming connections should match the network address.
|
/frameworks/base/services/core/java/com/android/server/location/ |
GnssLocationProvider.java | 45 import android.net.Network; 282 // how long to wait if we have a network error in NTP or XTRA downloading 286 // how long to wait if we have a network error in NTP or XTRA downloading 305 // flags to trigger NTP or XTRA data download when network becomes available 306 // initialized to true so we do NTP and XTRA when the network comes up after booting 454 public void onAvailable(Network network) { 462 sendMessage(UPDATE_NETWORK_STATE, 0 /*arg*/, network); 474 public void onAvailable(Network network) { [all...] |
/prebuilts/go/darwin-x86/src/crypto/tls/ |
example_test.go | 75 // Debugging TLS applications by decrypting a network traffic capture.
|
/prebuilts/go/darwin-x86/src/runtime/ |
netpoll_windows.go | 59 // Polls for completed network IO.
|
/prebuilts/go/darwin-x86/src/syscall/ |
sockcmsg_unix.go | 18 // network subsystem.
|
tables_nacl.go | 159 ENONET Errno = 64 /* Machine is not on the network */ 193 ENETDOWN Errno = 100 /* Network interface is not configured */ 194 ENETUNREACH Errno = 101 /* Network is unreachable */ 217 ENOSHARE Errno = 2052 /* No such host or network path */ 284 ENONET: "Machine is not on the network", 316 ENETDOWN: "Network interface is not configured", 317 ENETUNREACH: "Network is unreachable", 335 ENOSHARE: "No such host or network path",
|
/prebuilts/go/darwin-x86/test/ |
escape_slice.go | 141 network string
|
/prebuilts/go/darwin-x86/test/stress/ |
runstress.go | 8 // maps, channels, the network, and everything else provided by the runtime.
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
example_test.go | 75 // Debugging TLS applications by decrypting a network traffic capture.
|
/prebuilts/go/linux-x86/src/runtime/ |
netpoll_windows.go | 59 // Polls for completed network IO.
|
/prebuilts/go/linux-x86/src/syscall/ |
sockcmsg_unix.go | 18 // network subsystem.
|
tables_nacl.go | 159 ENONET Errno = 64 /* Machine is not on the network */ 193 ENETDOWN Errno = 100 /* Network interface is not configured */ 194 ENETUNREACH Errno = 101 /* Network is unreachable */ 217 ENOSHARE Errno = 2052 /* No such host or network path */ 284 ENONET: "Machine is not on the network", 316 ENETDOWN: "Network interface is not configured", 317 ENETUNREACH: "Network is unreachable", 335 ENOSHARE: "No such host or network path",
|
/prebuilts/go/linux-x86/test/ |
escape_slice.go | 141 network string
|
/prebuilts/go/linux-x86/test/stress/ |
runstress.go | 8 // maps, channels, the network, and everything else provided by the runtime.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/ |
CallbackUtils.java | 20 import android.net.Network; 127 public void onAvailable(Network network) {
|