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

<<31323334353637383940>>

  /tools/acloud/internal/lib/
android_compute_client.py 77 self._network = acloud_config.network
  /tools/test/connectivity/acts/tests/google/power/wifi/
PowerWiFitrafficTest.py 43 # Setup AP and connect dut to the network
45 network=self.main_network[self.test_configs.band],
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java 46 import android.net.Network;
210 private static final int UPDATE_LOCATION = 7; // Handle external location from network listener
331 // how long to wait if we have a network error in NTP or XTRA downloading
335 // how long to wait if we have a network error in NTP or XTRA downloading
354 // flags to trigger NTP or XTRA data download when network becomes available
355 // initialized to true so we do NTP and XTRA when the network comes up after booting
514 public void onAvailable(Network network) {
524 sendMessage(UPDATE_NETWORK_STATE, 0 /*arg*/, network);
528 public void onLost(Network network)
    [all...]
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar 
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 519 tr("No network interfaces in use.\n"
609 * Handle signal meter service. When network is not associated,
702 QString network(id);
703 network.append(": ");
704 network.append(ssid);
705 networkSelect->addItem(network);
706 networkList->addItem(network);
722 networkSelect->addItem(tr("Select any network"));
966 tr("Disconnected from network."));
969 tr("Connection to network established."))
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java 147 import android.net.Network;
264 * Service that maintains low-level network policy rules, using
276 * <li>{@code mNetworkPoliciesSecondLock}: used to guard state related to network interfaces (such
277 * as network policies).
286 * <li>{@code NL()}: require the "Network" lock ({@code mNetworkPoliciesSecondLock}).
324 private static final String TAG_NETWORK_POLICY = "network-policy";
433 /** Defined network policies. */
465 * UIDs that have been white-listed to always be able to have network access
473 * UIDs that have been white-listed to always be able to have network access
513 /** Map from network ID to last observed meteredness state *
    [all...]
  /external/python/cpython2/Demo/tix/
tixwidgets.py 683 nb.add('network', label="Network", underline=0)
700 common = Tix.Frame(nb.network)
704 a = Tix.Control(nb.network, value=12, label='Access Time: ')
705 w = Tix.Control(nb.network, value=400, label='Write Throughput: ')
706 r = Tix.Control(nb.network, value=400, label='Read Throughput: ')
707 c = Tix.Control(nb.network, value=1021, label='Capacity: ')
708 u = Tix.Control(nb.network, value=10, label='Users: ')
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace_test.go 263 // A bit of network.
307 // Do a bunch of various stuff (timers, GC, network, etc) in a separate goroutine.
403 // A bit of network.
  /prebuilts/go/linux-x86/src/runtime/trace/
trace_test.go 263 // A bit of network.
307 // Do a bunch of various stuff (timers, GC, network, etc) in a separate goroutine.
403 // A bit of network.
  /compatibility/cdd/5_multimedia/
5_7_network-protocols.md 1 ## 5.7\. Network Protocols
3 Device implementations MUST support the [media network protocols](
  /compatibility/cdd/7_hardware-compatibility/
7_8_audio.md 47 WiFi, or cellular network does not qualify as including an "output port".
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 35 The VirtioNetDxe UEFI_DRIVER implements the Simple Network Protocol for
85 states defined by the Simple Network Protocol. The transition functions between
86 them are member functions of the Simple Network Protocol.
93 Driver instance states (Simple Network Protocol)
103 resource-usage sense. This state is mandated / provided by the Simple Network
113 driver instance. Virtio and other resources required for network traffic have
160 - The Simple Network Protocol provides its clients with a (non-optional) WAIT
184 - According to the Driver Writer's Guide, a network driver should install a
187 firmware state and is about to pass control to the OS, any network driver has
189 reason EXIT_BOOT_SERVICES is emitted and the network driver must abort
    [all...]
  /external/autotest/client/cros/networking/chrome_testing/network_test_ext/
background.js 50 // De-dupe network types by using a dictionary.
  /external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 60 "Network pointer doesn't exist"); \
138 my_transportation(VoENetwork * network) :
139 netw(network) {
1155 // Network
1160 "Get network sub-API failed");
1255 // Network
1261 "Release network sub-API failed");
    [all...]
  /frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
CaptivePortalLoginActivity.java 30 import android.net.Network;
94 private Network mNetwork;
118 // at least provides network access.
143 // Exit app if Network disappears.
151 public void onLost(Network lostNetwork) {
287 // Give time for this network to become default. After 500ms just proceed.
337 final Network network = ResolvUtil.makeNetworkWithPrivateDnsBypass(mNetwork);
347 urlConnection = (HttpURLConnection) network.openConnection(mUrl);
437 // settings. Now prompt the WebView read the Network-specific proxy settings
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkDiagnostics.java 23 import android.net.Network;
66 * A simple class to diagnose network connectivity fundamentals. Current
102 private final Network mNetwork;
170 public NetworkDiagnostics(Network network, LinkProperties lp, long timeoutMs) {
171 mNetwork = network;
213 + " network{" + mNetwork + "}"
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageList.java 260 // kick off loader for network history
262 // network history when showing app detail.
323 entry = mChartData.network.getValues(start, end, now, null);
442 * Accumulate data usage of a network stats entry for the item mapped by the collapse key.
447 * @param entry the network stats entry to extract data usage from.
483 // require both supported network and ready SIM
557 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;
82 private final Network mNetwork;
88 * @param network The Network for creating an OKHttp client
91 public MmsHttpClient(Context context, Network network,
94 // Mms server is on a carrier private network so it may not be resolvable using 3rd party
96 mNetwork = ResolvUtil.makeNetworkWithPrivateDnsBypass(network);
237 // If it's a literal IPv4 address and we're on an IPv6-only network,
264 LogUtil.w(requestId, "HTTP: network disconnected, skip ipv4 check")
    [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/
fd_plan9.go 14 // Network file descriptor.
27 var netdir = "/net" // default network
  /prebuilts/go/darwin-x86/src/net/http/
http.go 22 // immediate cancelation of network operations.
  /prebuilts/go/darwin-x86/src/syscall/
netlink_linux.go 51 // consists of network facility information, states and parameters.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
route.go 106 // flags. When RIBType is related to network interfaces, arg might be
  /prebuilts/go/linux-x86/src/html/template/
attr.go 14 // network message, then the value in this map is contentTypeUnsafe.

Completed in 757 milliseconds

<<31323334353637383940>>