/external/python/cpython3/Lib/urllib/ |
parse.py | 258 Network location where the request is made to. 268 network location. [all...] |
/external/selinux/prebuilts/bin/ |
seinfo.py | 191 q.network = args.nodeconquery
|
/frameworks/base/services/core/java/com/android/server/job/ |
JobServiceContext.java | 226 isDeadlineExpired, triggeredUris, triggeredAuthorities, job.network); [all...] |
/frameworks/base/tests/net/java/com/android/server/connectivity/ |
IpConnectivityMetricsTest.java | 38 import android.net.Network; 304 when(mCm.getNetworkCapabilities(new Network(100))).thenReturn(ncWifi); 305 when(mCm.getNetworkCapabilities(new Network(101))).thenReturn(ncCell); 631 when(nai.network()).thenReturn(new Network(netId));
|
/packages/apps/Settings/src/com/android/settings/network/ |
ApnSettings.java | 17 package com.android.settings.network;
|
/prebuilts/go/darwin-x86/src/cmd/go/internal/cache/ |
cache.go | 47 // in a network file system). File locking is notoriously unreliable in 48 // network file systems and may not suffice to protect the cache.
|
/prebuilts/go/darwin-x86/src/cmd/go/internal/get/ |
get.go | 48 The -u flag instructs get to use the network to update the named packages 49 and their dependencies. By default, get uses the network to check out
|
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
reverseproxy_test.go | 352 // http: proxy error: read tcp 127.0.0.1:44643: use of closed network connection 371 // use of closed network connection
|
/prebuilts/go/darwin-x86/src/os/ |
os_windows_test.go | 482 t.Skip("you don't have enough privileges to add network share") 547 t.Skip("slow test that uses network; skipping")
|
/prebuilts/go/linux-x86/src/cmd/go/internal/cache/ |
cache.go | 47 // in a network file system). File locking is notoriously unreliable in 48 // network file systems and may not suffice to protect the cache.
|
/prebuilts/go/linux-x86/src/cmd/go/internal/get/ |
get.go | 48 The -u flag instructs get to use the network to update the named packages 49 and their dependencies. By default, get uses the network to check out
|
/prebuilts/go/linux-x86/src/net/http/httputil/ |
reverseproxy_test.go | 352 // http: proxy error: read tcp 127.0.0.1:44643: use of closed network connection 371 // use of closed network connection
|
/prebuilts/go/linux-x86/src/os/ |
os_windows_test.go | 482 t.Skip("you don't have enough privileges to add network share") 547 t.Skip("slow test that uses network; skipping")
|
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/ |
okhttp-2.5.0.jar | |
/system/update_engine/ |
update_attempter_android.cc | 111 network_selector_ = network::CreateNetworkSelector(); 580 // The network id is only applicable to one download attempt and once it's 581 // done the network id should not be re-used anymore. 583 LOG(WARNING) << "Unable to unbind network.";
|
/external/golang-protobuf/proto/ |
text_test.go | 355 // or a network connection that is about to die.
|
/frameworks/base/core/proto/android/os/ |
batterystats.proto | 213 // If is_none is not set, then the name is a valid network type. 291 // The amount of time that the mobile network has been active (in a high 648 message Network { 684 optional Network network = 17; [all...] |
/frameworks/base/core/proto/android/server/ |
jobscheduler.proto | 27 import "frameworks/base/core/proto/android/net/network.proto"; 213 // consider running it when the network is congested. 216 // we consider matching it against a metered network. 630 optional .android.net.NetworkProto network = 14;
|
/frameworks/base/services/net/java/android/net/ip/ |
IpClient.java | 30 import android.net.Network; 401 public Builder withNetwork(Network network) { 402 mConfig.mNetwork = network; 426 /* package */ Network mNetwork = null; [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WificondControlTest.java | 634 // AP. So verify carrier network is not checked, since EAP is currently required for a 635 // carrier network. 651 * Verifies that scan result's carrier network info {@link ScanResult#isCarrierAp} and 652 * {@link ScanResult#getCarrierApEapType} is set appropriated based on the carrier network 670 // AP associated with a carrier network. 690 // AP not associated with a carrier network. 727 // AP. So verify carrier network is not checked, since EAP is currently required for a 728 // carrier network. [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
PasspointProviderTest.java | 130 * @param realm The realm of the network 160 * Helper function for creating a 3GPP Network ANQP element. 162 * @param imsiList List of IMSI to be included in a 3GPP Network 166 CellularNetwork network = new CellularNetwork(Arrays.asList(imsiList)); local 167 return new ThreeGPPNetworkElement(Arrays.asList(new CellularNetwork[] {network})); 444 * Verify that a provider is a home provider when its SIM credential matches an 3GPP network 575 * IMSI from the SIM card matches a MCC-MNC in the 3GPP Network ANQP element. 595 // Setup 3GPP Network ANQP element. [all...] |
/prebuilts/go/darwin-x86/src/net/ |
addrselect.go | 292 // mustCIDR calls ParseCIDR and panics on any error, or if the network
|
fd_unix.go | 18 // Network file descriptor. 147 // returned. Instead, once runtime-integrated network
|
/prebuilts/go/darwin-x86/src/net/http/ |
response.go | 54 // is read. If the network connection fails or the server
|
/prebuilts/go/linux-x86/src/net/ |
addrselect.go | 292 // mustCIDR calls ParseCIDR and panics on any error, or if the network
|