/prebuilts/go/linux-x86/src/syscall/ |
net_nacl.go | 5 // A simulated network for use within NaCl. 82 // Network constants and data structures. These match the traditional values. 425 // An addr is a sequence of bytes uniquely identifying a network address. 429 // A conn is one side of a stream-based network connection. 430 // That is, a stream-based network connection is a pair of cross-connected conns. 438 // A pktconn is one side of a packet-based network connection. 439 // That is, a packet-based network connection is a pair of cross-connected pktconns. 447 // A listener accepts incoming stream-based network connections. 453 // A netFile is an open network file. 468 // A netAddr is a network address in the global listener map [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
SupplicantStaIfaceHal.java | 360 * Add a network configuration to wpa_supplicant. 362 * @param config Config corresponding to the network. 364 * for the current network. 370 loge("Cannot add NULL network!"); 373 SupplicantStaNetworkHal network = addNetwork(); local 374 if (network == null) { 375 loge("Failed to add a network!"); 380 saveSuccess = network.saveWifiConfiguration(config); 391 return new Pair(network, new WifiConfiguration(config)); 395 * Add the provided network configuration to wpa_supplicant and initiate connection to it 478 SupplicantStaNetworkHal network = getNetwork(networkId); local 704 SupplicantStaNetworkHal network = local [all...] |
WifiConfigManager.java | 86 * All network configurations retrieved from this class are copies of the original configuration 103 * Quick settings to modify network configurations. 108 * Network Selection disable reason thresholds. These numbers are used to debounce network 129 * Network Selection disable timeout for each kind of error. After the timeout milliseconds, 130 * enable the network again. 150 * Interface for other modules to listen to the saved network updated 155 * Invoked on saved network being added. 159 * Invoked on saved network being enabled. 163 * Invoked on saved network being permanently disabled 440 WifiConfiguration network = new WifiConfiguration(configuration); local 1922 WifiConfiguration network = getSavedNetworkForScanDetail(scanDetail); local 1979 WifiConfiguration network = getInternalConfiguredNetwork(networkId); local [all...] |
NetworkListStoreData.java | 42 * network configurations (XML block data inside <NetworkList> tag). 48 private static final String XML_TAG_SECTION_HEADER_NETWORK = "Network"; 142 * @param networkList The network list to serialize 151 for (WifiConfiguration network : networkList) { 152 serializeNetwork(out, network); 172 // Serialize network selection status. 214 // Failed to parse this network, skip it. 215 Log.e(TAG, "Failed to parse network config. Skipping...", e);
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/ |
VpnTestHelper.java | 25 import android.net.Network; 64 // HACK (TODO issue 31585407) to wait for the network to actually be usable 87 public void onAvailable(Network net) { 105 // Do we have a network? 117 Network network = connectivityManager.getActiveNetwork(); local 118 NetworkCapabilities capabilities = connectivityManager.getNetworkCapabilities(network);
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
seek.js | 52 throw new Error('Cannot seek in network state: ' + element.networkState);
|
/external/selinux/policycoreutils/po/ |
Makefile | 67 ../sepolicy/sepolicy/network.py \ 75 ../sepolicy/sepolicy/templates/network.py \
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
ConnectivityManagerFacade.java | 28 import android.net.Network; 207 public void onPreCheck(Network network) { 219 public void onAvailable(Network network) { 231 public void onLosing(Network network, int maxMsToLive) { 244 public void onLost(Network network) { 268 public void onCapabilitiesChanged(Network network [all...] |
/external/syslinux/ |
syslinux.spec | 4 Summary: Kernel loader which uses a FAT, ext2/3 or iso9660 filesystem or a PXE network 35 filesystems, Linux ext2/ext3 filesystems (EXTLINUX), PXE network boots 54 Summary: SYSLINUX modules in /tftpboot, available for network booting 59 All the SYSLINUX/PXELINUX modules directly available for network
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
NetworkMonitor.java | 137 // After a network has been tested this result can be sent with EVENT_NETWORK_TESTED. 138 // The network should be used as a default internet connection. It was found to be: 139 // 1. a functioning network providing internet access, or 142 // After a network has been tested this result can be sent with EVENT_NETWORK_TESTED. 143 // The network should not be used as a default internet connection. It was found to be: 146 // 3. a broken network (e.g. DNS failed, connect failed, HTTP request failed). 152 * Inform NetworkMonitor that their network is connected. 153 * Initiates Network Validation. 158 * Inform ConnectivityService that the network has been tested. 166 * Message to self indicating it's time to evaluate a network's connectivity [all...] |
/frameworks/base/wifi/tests/src/android/net/wifi/ |
WifiNetworkScoreCacheTest.java | 182 ScoredNetwork network = local 185 mScoreCache.updateScores(ImmutableList.of(network)); 200 assertEquals("One network should be updated", 1, mUpdatedNetworksCaptor.size());
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
NetworkListStoreDataTest.java | 53 "<Network>\n" 100 + "</Network>\n"; 103 "<Network>\n" 168 + "</Network>\n"; 214 * Helper function for generating a network list for testing purpose. The network list 215 * will contained an open and an EAP network. 217 * @param shared Flag indicating shared network 237 * network. 239 * @param openNetwork The WifiConfiguration for an open network [all...] |
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
supplicant_hidl_test_utils.cpp | 213 const sp<ISupplicantNetwork>& network) { 218 sta_network = ISupplicantStaNetwork::castFrom(network);
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
MailTransport.java | 19 import android.net.Network; 55 private final Network mNetwork; 68 Network network, 74 mNetwork = network; 114 "Host name " + mHost + "cannot be resolved on designated network"); 185 LogUtils.v(TAG, "createSocket: network not specified"); 190 LogUtils.v(TAG, "createSocket: network specified");
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
ChartDataUsagePreference.java | 179 public void setNetworkStats(NetworkStatsHistory network) { 180 mNetwork = network;
|
/prebuilts/go/darwin-x86/src/net/ |
ipsock.go | 35 // An addrList represents a list of network endpoint addresses. 109 // SplitHostPort splits a network address of the form "host:port", 183 // JoinHostPort combines host and port into a network address of the 230 panic("unexpected network: " + net)
|
pipe.go | 14 // network connection; both ends implement the Conn interface. 32 func (pipeAddr) Network() string {
|
sock_posix.go | 15 // A sockaddr represents a TCP, UDP, IP or Unix network endpoint 38 // socket returns a network file descriptor that is ready for 39 // asynchronous I/O using the network poller. 54 // This function makes a network file descriptor for the
|
unixsock_posix.go | 209 func listenUnix(ctx context.Context, network string, laddr *UnixAddr) (*UnixListener, error) { 210 fd, err := unixSocket(ctx, network, laddr, nil, "listen") 217 func listenUnixgram(ctx context.Context, network string, laddr *UnixAddr) (*UnixConn, error) { 218 fd, err := unixSocket(ctx, network, laddr, nil, "listen")
|
/prebuilts/go/darwin-x86/src/runtime/ |
netpoll_epoll.go | 55 // polls for ready network connections
|
/prebuilts/go/darwin-x86/src/syscall/ |
route_darwin.go | 28 // containing network interface address entries.
|
/prebuilts/go/linux-x86/src/net/ |
ipsock.go | 35 // An addrList represents a list of network endpoint addresses. 109 // SplitHostPort splits a network address of the form "host:port", 183 // JoinHostPort combines host and port into a network address of the 230 panic("unexpected network: " + net)
|
pipe.go | 14 // network connection; both ends implement the Conn interface. 32 func (pipeAddr) Network() string {
|
sock_posix.go | 15 // A sockaddr represents a TCP, UDP, IP or Unix network endpoint 38 // socket returns a network file descriptor that is ready for 39 // asynchronous I/O using the network poller. 54 // This function makes a network file descriptor for the
|
unixsock_posix.go | 209 func listenUnix(ctx context.Context, network string, laddr *UnixAddr) (*UnixListener, error) { 210 fd, err := unixSocket(ctx, network, laddr, nil, "listen") 217 func listenUnixgram(ctx context.Context, network string, laddr *UnixAddr) (*UnixConn, error) { 218 fd, err := unixSocket(ctx, network, laddr, nil, "listen")
|