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

<<21222324252627282930>>

  /external/ltp/testscripts/
runEALtests.sh 31 # generator sections. Also added network traffic
64 -n Run LTP with network traffic in background.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Cache.java 58 * <li><strong>{@linkplain #getNetworkCount() Network Count:}</strong> the number of those
59 * requests that required network use.
67 * is still valid. Such responses increment both the network count and hit count.
74 * <h3>Force a Network Response</h3>
147 @Override public void update(Response cached, Response network) throws IOException {
148 Cache.this.update(cached, network);
251 private void update(Response cached, Response network) {
252 Entry entry = new Entry(network);
402 // This response uses the cache and not the network. That's a cache hit.
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/internal/huc/
URLEncodingTest.java 150 public void update(Response cached, Response network) throws IOException {
  /external/webrtc/webrtc/test/
rtp_file_reader.cc 324 // Since we're dealing with raw network data here, we will wrongly identify
412 uint32_t network; // Data link type. local
416 TRY_PCAP(Read(&network, false));
420 if (network != kLinktypeNull && network != kLinktypeEthernet) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
ChartDataLoader.java 37 * Loader for historical chart data for both network and UID details.
82 throw new RuntimeException("problem reading network stats", e);
89 data.network = mSession.getHistoryForNetwork(template, fields);
  /packages/apps/Settings/src/com/android/settings/network/
NetworkScorerPicker.java 16 package com.android.settings.network;
37 * Fragment for choosing default network scorer.
  /packages/apps/Settings/src/com/android/settings/nfc/
NfcPreferenceController.java 33 import com.android.settings.network.AirplaneModePreferenceController;
  /packages/apps/Settings/src/com/android/settings/wifi/
UseOpenWifiPreferenceController.java 23 import com.android.settings.network.NetworkScoreManagerWrapper;
32 * automatically" feature provider by the current network recommendation provider.
  /packages/apps/Settings/tests/robotests/src/com/android/settings/network/
MobileNetworkPreferenceControllerTest.java 16 package com.android.settings.network;
NetworkScorerPickerPreferenceControllerTest.java 17 package com.android.settings.network;
  /prebuilts/go/darwin-x86/src/cmd/trace/
main.go 22 - net: network blocking profile
59 - net: network blocking profile
201 <a href="/io">Network blocking profile</a><br>
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix.go 30 dialDNS(ctx context.Context, network, addr string) (dnsConn, error)
119 func (d *Dialer) dialDNS(ctx context.Context, network, server string) (dnsConn, error) {
120 switch network {
123 return nil, UnknownNetworkError(network)
130 c, err := d.DialContext(ctx, network, server)
134 switch network {
154 for _, network := range []string{"udp", "tcp"} {
161 c, err := d.dialDNS(ctx, network, server)
interface_unix_test.go 46 t.Skip("avoid external network")
100 t.Skip("avoid external network")
  /prebuilts/go/darwin-x86/src/runtime/
os2_nacl.go 75 _ENONET = 64 /* Machine is not on the network */
109 _ENETDOWN = 100 /* Network interface is not configured */
110 _ENETUNREACH = 101 /* Network is unreachable */
133 _ENOSHARE = 2052 /* No such host or network path */
  /prebuilts/go/linux-x86/src/cmd/trace/
main.go 22 - net: network blocking profile
59 - net: network blocking profile
201 <a href="/io">Network blocking profile</a><br>
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix.go 30 dialDNS(ctx context.Context, network, addr string) (dnsConn, error)
119 func (d *Dialer) dialDNS(ctx context.Context, network, server string) (dnsConn, error) {
120 switch network {
123 return nil, UnknownNetworkError(network)
130 c, err := d.DialContext(ctx, network, server)
134 switch network {
154 for _, network := range []string{"udp", "tcp"} {
161 c, err := d.dialDNS(ctx, network, server)
interface_unix_test.go 46 t.Skip("avoid external network")
100 t.Skip("avoid external network")
  /prebuilts/go/linux-x86/src/runtime/
os2_nacl.go 75 _ENONET = 64 /* Machine is not on the network */
109 _ENETDOWN = 100 /* Network interface is not configured */
110 _ENETUNREACH = 101 /* Network is unreachable */
133 _ENOSHARE = 2052 /* No such host or network path */
  /external/autotest/client/tests/netperf2/
netperf2.py 32 self.network = net_utils.network()
  /external/autotest/server/cros/network/
chaos_clique_utils.py 13 from autotest_lib.client.common_lib.cros.network import ap_constants
14 from autotest_lib.client.common_lib.cros.network import iw_runner
253 @returns a list of possible securities for the given network.
  /external/chromium-trace/catapult/telemetry/telemetry/core/
platform.py 97 """Control network settings and servers to simulate the Web."""
322 """Returns true if network data can be retrieved, false otherwise."""
326 """Get current network data.
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 23 import android.net.Network;
54 * Returns a list of currently known network interfaces
172 void setDnsForwarders(in Network network, in String[] dns);
192 * Enables Network Address Translation between two interfaces.
194 * the NAT'ed network.
199 * Disables Network Address Translation between two interfaces.
229 * Return global network statistics summarized at an interface level,
236 * Return detailed network statistics with UID-level granularity,
242 * Return detailed network statistics for the requested UID
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
Vvm3Protocol.java 22 import android.net.Network;
212 Network network = wrapper.get(); local
214 VvmLog.i(TAG, "new user: network available");
216 new ImapHelper(config.getContext(), phoneAccountHandle, network, status)) {
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/fetch/
fetch.go 24 // FetchProfile reads from a data source (network, file) and generates a
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32.go 12 // significant-byte first (network) order.

Completed in 1508 milliseconds

<<21222324252627282930>>