HomeSort by relevance Sort by last modified time
    Searched refs:Network (Results 276 - 300 of 503) sorted by null

<<11121314151617181920>>

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 61 import android.net.Network;
98 * Task which executes a given {@link DownloadInfo}: making network requests,
105 * Failed network requests are retried several times before giving up. Local
110 // TODO: bind each download to a specific network interface to avoid state
234 private Network mNetwork;
288 // Use the caller's default network to make this connection, since
294 "No network associated with requesting UID");
297 // Remember which network this download started on; used to
298 // determine if errors were due to network changes.
305 // Network traffic on this thread should be counted against th
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/trace/
main.go 37 - net: network blocking profile
200 <a href="/io">Network blocking profile</a> (<a href="/io?raw=1" download="io.profile">?</a>)<br>
  /prebuilts/go/darwin-x86/src/net/
fd_windows.go 17 // for the given network type.
27 // Network file descriptor.
pipe.go 89 func (pipeAddr) Network() string { return "pipe" }
114 // network connection; both ends implement the Conn interface.
ip.go 37 // An IPNet represents an IP network.
39 IP IP // network number
40 Mask IPMask // network mask
467 // Contains reports whether the network includes ip.
485 // Network returns the address's network name, "ip+net".
486 func (n *IPNet) Network() string { return "ip+net" }
663 // It returns the IP address and the network implied by the IP and
666 // 192.0.2.1 and the network 192.0.2.0/24.
fd_unix.go 18 // Network file descriptor.
147 // returned. Instead, once runtime-integrated network
server_test.go 126 network, address string
141 if !testableListenArgs(tt.network, tt.address, "") {
142 t.Logf("skipping %s test", tt.network+" "+tt.address)
146 ln, err := Listen(tt.network, tt.address)
180 c, err := d.Dial(lss[i].Listener.Addr().Network(), lss[i].Listener.Addr().String())
  /prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
all_test.go 319 func (pipeAddr) Network() string {
  /prebuilts/go/linux-x86/src/cmd/trace/
main.go 37 - net: network blocking profile
200 <a href="/io">Network blocking profile</a> (<a href="/io?raw=1" download="io.profile">?</a>)<br>
  /prebuilts/go/linux-x86/src/net/
fd_windows.go 17 // for the given network type.
27 // Network file descriptor.
pipe.go 89 func (pipeAddr) Network() string { return "pipe" }
114 // network connection; both ends implement the Conn interface.
ip.go 37 // An IPNet represents an IP network.
39 IP IP // network number
40 Mask IPMask // network mask
467 // Contains reports whether the network includes ip.
485 // Network returns the address's network name, "ip+net".
486 func (n *IPNet) Network() string { return "ip+net" }
663 // It returns the IP address and the network implied by the IP and
666 // 192.0.2.1 and the network 192.0.2.0/24.
fd_unix.go 18 // Network file descriptor.
147 // returned. Instead, once runtime-integrated network
server_test.go 126 network, address string
141 if !testableListenArgs(tt.network, tt.address, "") {
142 t.Logf("skipping %s test", tt.network+" "+tt.address)
146 ln, err := Listen(tt.network, tt.address)
180 c, err := d.Dial(lss[i].Listener.Addr().Network(), lss[i].Listener.Addr().String())
  /prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
all_test.go 319 func (pipeAddr) Network() string {
  /cts/hostsidetests/incident/src/com/android/server/cts/
BatteryStatsIncidentTest.java 176 // If isNone is not set, then the name will be a valid network type.
393 UidProto.Network n = u.getNetwork();
  /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/wifi/java/android/net/wifi/
WifiManager.java 32 import android.net.Network;
81 * <li>The currently active Wi-Fi network, if any. Connectivity can be
83 * network can be queried.</li>
91 * operations that pertain to network connectivity at an abstract level, use
156 * Broadcast intent action indicating that the credential of a Wi-Fi network
157 * has been changed. One extra provides the ssid of the network. Another
237 * Raw binary data of an ANQP (Access Network Query Protocol) element.
604 * Wi-Fi network. Retrieve with
669 * This can be as a result of adding/updating/deleting a network. If
687 * Multiple network configurations have changed
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
redblack32.go 17 // following Tarjan, Data Structures and Network Algorithms,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
redblack32.go 17 // following Tarjan, Data Structures and Network Algorithms,
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar 
  /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/ppp/pppd/plugins/radius/etc/
dictionary.ascend 79 ATTRIBUTE Ascend-Home-Network-Name 185 string
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 74 import android.net.Network;
    [all...]

Completed in 2155 milliseconds

<<11121314151617181920>>