/external/iproute2/man/man8/ |
routel.8 | 18 The routef script does not take any arguments and will simply flush the routing table down the drain. Beware! This means deleting all routes which will make your network unusable!
|
/external/iptables/extensions/ |
libip6t_HL.man | 8 .B Don't ever set or increment the value on packets that leave your local network!
|
libipt_TTL.man | 10 .B Don't ever set or increment the value on packets that leave your local network!
|
libxt_cpu.man | 5 multiqueue NICs to spread network traffic on different queues.
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/ |
SocketConnector.java | 33 package com.jme3.network.kernel.tcp; 35 import com.jme3.network.kernel.Connector; 36 import com.jme3.network.kernel.ConnectorException; 50 * the buffering in the OS network layer.
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/ |
UdpEndpoint.java | 33 package com.jme3.network.kernel.udp; 35 import com.jme3.network.kernel.Endpoint; 36 import com.jme3.network.kernel.Kernel; 37 import com.jme3.network.kernel.KernelException;
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/ |
GZIPSerializer.java | 33 package com.jme3.network.serializing.serializers; 35 import com.jme3.network.Message; 36 import com.jme3.network.message.GZIPCompressedMessage; 37 import com.jme3.network.serializing.Serializer;
|
ZIPSerializer.java | 33 package com.jme3.network.serializing.serializers; 35 import com.jme3.network.Message; 36 import com.jme3.network.message.ZIPCompressedMessage; 37 import com.jme3.network.serializing.Serializer;
|
/external/kernel-headers/original/uapi/linux/ |
errqueue.h | 29 * communicate network timestamps by passing this struct in a cmsg with
|
if_pppopns.h | 3 * Header for PPP on PPTP Network Server / PPPoPNS Socket (RFC 2637)
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
Internal.java | 78 public abstract Network network(OkHttpClient client); method in class:Internal 80 public abstract void setNetwork(OkHttpClient client, Network network);
|
/frameworks/base/core/java/android/net/ |
NetworkMisc.java | 24 * {@link Network}. Since this contains PII, it should not be sent outside the 32 * If the {@link Network} is a VPN, whether apps are allowed to bypass the 39 * Set if the network was manually/explicitly connected to by the user either from settings 48 * Set if the user desires to use this network even if it is unvalidated. This field has meaning
|
/frameworks/base/docs/html/training/efficient-downloads/ |
index.jd | 2 page.tags=battery,network,wireless 27 <p>In this class you will learn to minimize the battery life impact of downloads and network connections, particularly in relation to the wireless radio.</P 38 <dt><b><a href="efficient-network-access.html">Optimizing Downloads for Efficient Network Access</a></b></dt>
|
/frameworks/base/packages/VpnDialogs/res/values/ |
strings.xml | 24 that allows it to monitor network traffic. Only accept if you trust the source. 43 <!-- Label for the network usage of data transmitted over VPN. [CHAR LIMIT=20] --> 45 <!-- Label for the network usage of data received over VPN. [CHAR LIMIT=20] --> 48 <!-- Formatted string for the network usage over VPN. [CHAR LIMIT=40] -->
|
/frameworks/base/samples/training/network-usage/res/values/ |
arrays.xml | 22 <item>On any network</item>
|
/frameworks/base/telephony/java/com/android/ims/ |
ImsConfigListener.aidl | 29 * @param network. as defined in android.telephony.TelephonyManager#NETWORK_TYPE_XXX. 34 void onGetFeatureResponse(int feature, int network, int value, int status); 44 * @param network. as defined in android.telephony.TelephonyManager#NETWORK_TYPE_XXX. 50 void onSetFeatureResponse(int feature, int network, int value, int status);
|
/frameworks/native/data/etc/ |
android.hardware.location.gps.xml | 20 <feature name="android.hardware.location.network" />
|
/frameworks/volley/src/main/java/com/android/volley/ |
Network.java | 22 public interface Network {
|
NetworkError.java | 20 * Indicates that there was a network error when performing a Volley request.
|
/frameworks/volley/src/test/java/com/android/volley/ |
CacheDispatcherTest.java | 71 // A cache miss does not post a response and puts the request on the network queue. 81 // A non-expired cache hit posts a response and does not queue to the network. 91 // A soft-expired cache hit posts a response and queues to the network. 104 // An expired cache hit does not post a response and queues to the network.
|
/libcore/luni/src/main/java/java/net/ |
SecureCacheResponse.java | 40 * to retrieve the network resource. 60 * connection retrieved network resource. This method can only be invoked 73 * network resource, the principle was established when defining the 85 * When the original connection fetched the network resource, the principle
|
/libcore/luni/src/main/java/libcore/net/event/ |
NetworkEventListener.java | 20 * A base class for objects interested in network events.
|
/packages/apps/Messaging/src/android/support/v7/mms/ |
MmsNetworkException.java | 20 * MMS network exception
|
/packages/apps/Settings/src/com/android/settings/net/ |
ChartData.java | 22 public NetworkStatsHistory network; field in class:ChartData
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
ConnectivityStatusIconUriGetter.java | 113 WifiConfiguration network = WifiConfigHelper.getWifiConfiguration(wifiMan, local 115 if (network != null) { 116 return WifiSecurity.isOpen(network); 118 Log.w(TAG, "Could not determine if network is secure or not! Defaulting to open icon.");
|