HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 651 - 675 of 879) sorted by null

<<21222324252627282930>>

  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkDiagnostics.java 23 import android.net.Network;
65 * A simple class to diagnose network connectivity fundamentals. Current
101 private final Network mNetwork;
169 public NetworkDiagnostics(Network network, LinkProperties lp, long timeoutMs) {
170 mNetwork = network;
212 + " network{" + mNetwork + "}"
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WificondControlTest.java 672 for (HiddenNetwork network : hiddenNetworks) {
674 NativeUtil.byteArrayToArrayList(network.ssid)));
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageList.java 237 // kick off loader for network history
239 // network history when showing app detail.
300 entry = mChartData.network.getValues(start, end, now, null);
413 * Accumulate data usage of a network stats entry for the item mapped by the collapse key.
418 * @param entry the network stats entry to extract data usage from.
454 // require both supported network and ready SIM
528 mChart.setNetworkStats(mChartData.network);
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 30 import android.net.Network;
424 public void onAvailable(Network network) {
431 public void onLost(Network network) {
  /packages/services/Mms/src/com/android/mms/service/
MmsHttpClient.java 22 import android.net.Network;
81 private final Network mNetwork;
87 * @param network The Network for creating an OKHttp client
90 public MmsHttpClient(Context context, Network network,
93 mNetwork = network;
234 // If it's a literal IPv4 address and we're on an IPv6-only network,
261 LogUtil.w(requestId, "HTTP: network disconnected, skip ipv4 check");
449 // NAI (Network Access Identifier), used by Sprint for authenticatio
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
attr.go 14 // network message, then the value in this map is contentTypeUnsafe.
  /prebuilts/go/darwin-x86/src/net/http/
http.go 22 // immediate cancelation of network operations.
  /prebuilts/go/darwin-x86/src/net/
main_test.go 63 network, address string
conf.go 16 // conf represents a system's network configuration.
39 // systemConf returns the machine's network configuration.
interface_test.go 14 // loopbackInterface returns an available logical network interface
31 // on the given network interface for tests. It returns "" if no
  /prebuilts/go/darwin-x86/src/syscall/
netlink_linux.go 51 // consists of network facility information, states and parameters.
  /prebuilts/go/linux-x86/src/html/template/
attr.go 14 // network message, then the value in this map is contentTypeUnsafe.
  /prebuilts/go/linux-x86/src/net/http/
http.go 22 // immediate cancelation of network operations.
  /prebuilts/go/linux-x86/src/net/
main_test.go 63 network, address string
conf.go 16 // conf represents a system's network configuration.
39 // systemConf returns the machine's network configuration.
interface_test.go 14 // loopbackInterface returns an available logical network interface
31 // on the given network interface for tests. It returns "" if no
  /prebuilts/go/linux-x86/src/syscall/
netlink_linux.go 51 // consists of network facility information, states and parameters.
  /external/autotest/client/common_lib/cros/network/
interface.py 12 from autotest_lib.client.common_lib.cros.network import netblock
68 of an network device.
  /external/opencv/ml/include/
ml.h     [all...]
  /external/v8/tools/testrunner/server/
main.py 42 from ..network import perfdata
  /external/webrtc/webrtc/p2p/base/
port.cc 121 // the same foundation pairs are likely to have similar network
134 rtc::Network* network,
141 network_(network),
161 rtc::Network* network,
171 network_(network),
    [all...]
turnport.cc 184 rtc::Network* network,
194 network,
214 rtc::Network* network,
227 network,
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.y 671 yyerror("bad IPv4 network address.");
986 struct unity_network network;
987 memset(&network,0,sizeof(network));
989 if (inet_pton(AF_INET, $1->v, &network.addr4) != 1)
993 network.mask4.s_addr = ($2) ? htonl(~((1 << (32 - $2)) - 1)) : 0;
995 /* add the network to our list */
996 if (splitnet_list_add(&icc->splitnet_list, &network,&icc->splitnet_count))
997 yyerror("Unable to allocate split network");
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 85 * network, or by both in the event of a conditional GET.
136 * The request to send on the network, or null for no network request. This is
145 * the network request is non-null. Never modified by OkHttp.
150 * The user-visible response. This is derived from either the network
161 /** The cache request currently being populated from a network response. */
264 // We're forbidden from using the network, and the cache is insufficient.
566 return; // No network response to read.
680 throw new IllegalStateException("network interceptor " + caller
686 throw new IllegalStateException("network interceptor " + calle
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
manpage.py     [all...]

Completed in 899 milliseconds

<<21222324252627282930>>