/prebuilts/go/linux-x86/src/net/http/ |
transport_test.go | [all...] |
/external/autotest/client/common_lib/hosts/ |
base_classes.py | 327 """Check host network connectivity. 403 """Allow all network packets in and out of the host."""
|
/external/curl/projects/ |
generate.bat | 33 rem Check we are not running on a network drive 414 echo Error: This batch file cannot run from a network drive
|
/external/libchrome/base/mac/ |
sdk_forward_declarations.h | 351 - (BOOL)associateToNetwork:(CWNetwork*)network
|
/frameworks/base/tests/net/java/com/android/server/connectivity/ |
LingerMonitorTest.java | 23 import android.net.Network; 332 verify(mNotifier, times(1)).showNotification(eq(from.network.netId), 341 NetworkAgentInfo nai = new NetworkAgentInfo(null, null, new Network(netId), info, null,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneBase.java | 434 public void selectNetworkManually(OperatorInfo network, boolean persistSelection,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhoneBase.java | 401 public void selectNetworkManually(OperatorInfo network, boolean persistSelection,
|
/packages/apps/Settings/src/com/android/settings/core/gateway/ |
SettingsGateway.java | 96 import com.android.settings.network.NetworkDashboardFragment; 264 // Home page > Network & Internet
|
/packages/apps/Settings/src/com/android/settings/search/ |
SearchIndexableResources.java | 66 import com.android.settings.network.NetworkDashboardFragment;
|
/system/update_engine/ |
update_attempter_android.cc | 89 network_selector_ = network::CreateNetworkSelector();
|
/external/iproute2/doc/ |
ip-cref.tex | 147 \item \verb|link| --- network device 260 \section{{\tt ip link} --- network device configuration} 263 \paragraph{Object:} A \verb|link| is a network device and the corresponding 277 --- \verb|NAME| specifies the network device on which to operate. 334 --- move the device to the network namespace associated with the process PID. 374 --- \verb|NAME| specifies the network device to show. 431 from other nodes on the network. 465 this mode exists only on broadcast links and is used by bridges and for network 472 no invariant value and its interpretation depends on the network protocols 586 to a network device. Each device must have at least one addres [all...] |
/external/autotest/client/bin/ |
base_utils.py | 157 "network connection has problems or the " 990 network = open('/etc/sysconfig/network') 991 m = re.search('GATEWAY=(\S+)', network.read())
|
/external/autotest/client/site_tests/power_LoadTest/ |
power_LoadTest.py | 11 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes 12 from autotest_lib.client.common_lib.cros.network import xmlrpc_security_types 134 raise error.TestError('Could not setup Backchannel network.') 160 raise error.TestError('Could not connect to WiFi network.')
|
/external/openssh/contrib/suse/ |
openssh.spec | 54 two untrusted hosts over an insecure network. X11 connections and 68 two untrusted hosts over an insecure network. X11 connections and
|
/external/webrtc/webrtc/p2p/base/ |
relayport.cc | 183 rtc::Network* network, 192 network, 823 // This should have almost no impact on network usage.
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
WifiTracker.java | 25 import android.net.Network; 322 Log.d(TAG, "Requesting scores for Network Keys: " + keys); 498 // If saved network not present in scan result then set its Rssi to 753 public void onCapabilitiesChanged(Network network, NetworkCapabilities nc) { 754 if (network.equals(mWifiManager.getCurrentNetwork())) { [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
PasspointProviderTest.java | 127 * @param realm The realm of the network 157 * Helper function for creating a 3GPP Network ANQP element. 159 * @param imsiList List of IMSI to be included in a 3GPP Network 163 CellularNetwork network = new CellularNetwork(Arrays.asList(imsiList)); local 164 return new ThreeGPPNetworkElement(Arrays.asList(new CellularNetwork[] {network})); 439 * Verify that a provider is a home provider when its SIM credential matches an 3GPP network 501 * IMSI from the SIM card matches a MCC-MNC in the 3GPP Network ANQP element. 521 // Setup 3GPP Network ANQP element. [all...] |
/prebuilts/go/darwin-x86/src/compress/gzip/ |
gzip.go | 202 // It is useful mainly in compressed network protocols, to ensure that
|
/prebuilts/go/darwin-x86/src/net/ |
fd_plan9.go | 21 // Network file descriptor. 44 netdir string // default network
|
/prebuilts/go/darwin-x86/src/runtime/debug/ |
garbage.go | 156 // process; instead, use a temporary file or network socket.
|
/prebuilts/go/linux-x86/src/compress/gzip/ |
gzip.go | 202 // It is useful mainly in compressed network protocols, to ensure that
|
/prebuilts/go/linux-x86/src/net/ |
fd_plan9.go | 21 // Network file descriptor. 44 netdir string // default network
|
/prebuilts/go/linux-x86/src/runtime/debug/ |
garbage.go | 156 // process; instead, use a temporary file or network socket.
|
/external/webrtc/talk/media/webrtc/ |
webrtcvoiceengine.cc | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Phone.java | 132 // Key used to read and write the saved network selection numeric value 134 // Key used to read and write the saved network selection operator name 136 // Key used to read and write the saved network selection operator short name 378 * they are to simulate detaching from the network. 389 * they are to simulate attaching to the network. 471 * (i.e. voice) phone calls over the telephony network, and is allowed 585 // handle the select network completion callbacks. [all...] |