HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 776 - 800 of 1047) sorted by null

<<31323334353637383940>>

  /prebuilts/go/linux-x86/src/net/
fd_plan9.go 14 // Network file descriptor.
27 var netdir = "/net" // default network
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/net/http/
http.go 22 // immediate cancelation of network operations.
  /prebuilts/go/linux-x86/src/syscall/
netlink_linux.go 51 // consists of network facility information, states and parameters.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
route.go 106 // flags. When RIBType is related to network interfaces, arg might be
  /device/google/cuttlefish_common/common/commands/wifi_relay/
mac80211_hwsim.cpp 49 uint32_t network; /* data link type */ member in struct:__anon1971::pcap_hdr_t
  /external/autotest/server/cros/ap_configurators/
ap_configurator_factory.py 9 from autotest_lib.client.common_lib.cros.network import ap_constants
  /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...]
  /frameworks/base/services/core/java/com/android/server/job/
JobStore.java 477 final NetworkRequest network = jobStatus.getJob().getRequiredNetwork();
479 BitUtils.packBits(network.networkCapabilities.getCapabilities())));
481 BitUtils.packBits(network.networkCapabilities.getUnwantedCapabilities())));
484 BitUtils.packBits(network.networkCapabilities.getTransportTypes())));
    [all...]
  /packages/apps/Settings/src/com/android/settings/search/
SearchIndexableResourcesImpl.java 73 import com.android.settings.network.NetworkDashboardFragment;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/network/
PrivateDnsPreferenceControllerTest.java 17 package com.android.settings.network;
49 import android.net.Network;
96 private Network mNetwork;
130 // The network callback that has been captured by the captor is the `mNetworkCallback'
  /prebuilts/go/darwin-x86/src/net/
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
  /tools/test/connectivity/acts/tests/google/coex/functionality_tests/
WlanWithHfpFunctionalityTest.py 144 if not connect_wlan_profile(self.pri_ad, self.network):
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 17 from autotest_lib.client.common_lib.cros.network import interface
18 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
19 from autotest_lib.client.common_lib.cros.network import xmlrpc_security_types
143 raise error.TestError('Could not setup Backchannel network.')
169 raise error.TestError('Could not connect to WiFi network.')
  /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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 26 import android.net.Network;
70 /** Platform implementation of the network controller. **/
114 // BitSets indicating which network transport types (e.g., TRANSPORT_WIFI, TRANSPORT_MOBILE) are
225 private Network mLastNetwork;
230 Network network, NetworkCapabilities networkCapabilities) {
238 if (network.equals(mLastNetwork) &&
243 mLastNetwork = network;
698 * Update the Inet conditions and what network we are connected to.
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 74 import android.net.Network;
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/controllers/
JobStatus.java 28 import android.net.Network;
170 * Flag for {@link #trackingControllers}: the network connectivity controller is currently
215 public Network network; field in class:JobStatus
361 // Later, when we check if a given network satisfies the required
362 // network, we need to know the UID that is requesting it, so push
    [all...]

Completed in 2804 milliseconds

<<31323334353637383940>>