/external/webkit/Source/WebCore/ |
CMakeListsWinCE.txt | 8 "${WEBCORE_DIR}/platform/network/win" 85 platform/network/win/CookieJarWin.cpp 86 platform/network/win/CookieStorageWin.cpp 87 platform/network/win/NetworkStateNotifierWin.cpp 88 platform/network/win/ProxyServerWin.cpp 89 platform/network/win/ResourceHandleWin.cpp 90 platform/network/win/SocketStreamHandleWin.cpp
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_dbus_handlers.c | 86 * wpas_dbus_global_add_interface - Request registration of a network interface 93 * by dbus clients to register a network interface that wpa_supplicant 198 * by dbus clients to deregister a network interface that wpa_supplicant 243 * by dbus clients for the object path of an specific network interface. 292 * by dbus clients for the object path of an specific network interface. 333 * @wpa_s: wpa_supplicant structure for a network interface 337 * Handler function for "scan" method call of a network device. Requests 353 * @wpa_s: wpa_supplicant structure for a network interface 357 * Handler function for "scanResults" method call of a network device. Returns 398 /* Construct the object path for this network. Note that ': 1112 char *network = NULL; local [all...] |
/frameworks/base/core/java/android/net/ |
ConnectivityManager.java | 31 * Class that answers queries about the state of network connectivity. It also 32 * notifies applications when network connectivity changes. Get an instance 38 * <li>Monitor network connections (Wi-Fi, GPRS, UMTS, etc.)</li> 39 * <li>Send broadcast intents when network connectivity changes</li> 40 * <li>Attempt to "fail over" to another network when connectivity to a network 50 * A change in network connectivity has occurred. A connection has either 51 * been established or lost. The NetworkInfo for the affected network is 56 * disconnected network, then the FAILOVER_CONNECTION boolean extra is 60 * to connect (or has already connected) to another network, th [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old_handlers.c | 82 * wpas_dbus_global_add_interface - Request registration of a network interface 89 * by dbus clients to register a network interface that wpa_supplicant 209 * by dbus clients to deregister a network interface that wpa_supplicant 254 * by dbus clients for the object path of an specific network interface. 296 * by dbus clients for the object path of an specific network interface. 329 * @wpa_s: wpa_supplicant structure for a network interface 333 * Handler function for "scan" method call of a network device. Requests 349 * @wpa_s: wpa_supplicant structure for a network interface 353 * Handler function for "scanResults" method call of a network device. Returns 376 /* Construct the object path for this network. Note that ': 1077 char *network = NULL; local [all...] |
/external/chromium/chrome/browser/chromeos/ |
network_message_observer.cc | 163 bool NetworkMessageObserver::CheckNetworkFailed(const Network* network) { 164 if (network->failed()) { 166 network_states_.find(network->service_path()); 167 // If the network did not previously exist, then don't do anything. 172 // If network connection failed, display a notification. 174 // So if a previously connected network got disconnected for any reason, 177 if (Network::IsConnectingState(prev_state)) 184 const Network* new_failed_network = NULL; 191 break; // There should only be one failed network [all...] |
/frameworks/base/core/java/android/os/ |
INetworkManagementService.aidl | 46 * Returns a list of currently known network interfaces 92 * Retrieves the network routes currently configured on the specified 180 * Enables Network Address Translation between two interfaces. 182 * the NAT'ed network. 187 * Disables Network Address Translation between two interfaces. 238 * Return global network statistics summarized at an interface level, 244 * Return detailed network statistics with UID-level granularity, 250 * Return detailed network statistics for the requested UID, 256 * Return summary of network statistics for the requested pairs of 288 * Control network activity of a UID over interfaces with a quota limit [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
TelephonyProperties.java | 41 //****** Current Network 44 * Availability: when registered to a network. Result may be unreliable on 51 * Availability: when registered to a network. Result may be unreliable on 56 /** 'true' if the device is on a manually selected network 58 * Availability: when registered to a network 62 /** 'true' if the device is considered roaming on this network for GSM 64 * Availability: when registered to a network 70 * Availability: when registered to a network. Result may be unreliable on 100 /** The MCC+MNC (mobile country code+mobile network code) of the 118 static String PROPERTY_DATA_NETWORK_TYPE = "gsm.network.type" [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiStateTracker.java | 97 * Disable connectivity to a network 107 * Re-enable connectivity to a network after a {@link #teardown()}. 116 * Turn the wireless radio off for a network. 126 * supplicant daemon and there is at least one enabled network. If a teardown 148 * Check if private DNS route is set for the network 162 * Fetch NetworkInfo for the network 169 * Fetch LinkProperties for the network 193 * Set a flag indicating default route is set for the network 201 * for this network. 258 // not supported on this network [all...] |
/external/wpa_supplicant/ |
ctrl_iface_dbus_handlers.c | 83 * wpas_dbus_global_add_interface - Request registration of a network interface 90 * by dbus clients to register a network interface that wpa_supplicant 195 * by dbus clients to deregister a network interface that wpa_supplicant 240 * by dbus clients for the object path of an specific network interface. 285 * @wpa_s: wpa_supplicant structure for a network interface 289 * Handler function for "scan" method call of a network device. Requests 305 * @wpa_s: wpa_supplicant structure for a network interface 309 * Handler function for "scanResults" method call of a network device. Returns 350 /* Construct the object path for this network. Note that ':' 371 * wpas_dbus_bssid_properties - Return the properties of a scanned network 1054 char *network = NULL; local [all...] |
wpa_supplicant.conf.orig | 19 # file whenever configuration is changed (e.g., new network block is added with 26 # global configuration (shared by all network blocks) 46 # possible to run wpa_supplicant as root (since it needs to change network 49 # change the network configuration, this access needs to be protected in many 101 # the network blocks in the configuration file are tried one by one until 102 # the driver reports successful association; each network block should have 127 # loaded here before being used in the network blocks. By default, EAP methods 145 # network block 147 # Each network (usually AP's sharing the same SSID) is configured as a separate 148 # block in this configuration file. The network blocks are in preference orde [all...] |
/external/chromium/net/http/ |
http_cache_transaction.h | 35 // mode and all methods just forward to the inner network transaction. 229 // Returns true if the request should be handled exclusively by the network 233 // Called to begin reading from the cache. Returns network error code. 236 // Called to begin validating the cache entry. Returns network error code. 240 // a network error code. 244 // the validation of the rest of the entry. Returns a network error code. 250 // Returns a network error code. 253 // Called to restart a network transaction after an error. Returns network 257 // Called to restart a network transaction with a client certificate [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
mock_network_library.h | 70 Network*(const std::string&)); 77 MOCK_CONST_METHOD1(FindNetworkFromRemembered,Network*(const Network*)); 111 MOCK_METHOD1(DisconnectFromNetwork, void(const Network*)); 125 MOCK_CONST_METHOD0(active_network, const Network*(void)); 126 MOCK_CONST_METHOD0(connected_network, const Network*(void));
|
/external/chromium/chrome/browser/chromeos/options/ |
network_config_view.cc | 30 NetworkConfigView::NetworkConfigView(Network* network) 33 if (network->type() == TYPE_WIFI) { 35 new WifiConfigView(this, static_cast<WifiNetwork*>(network)); 36 } else if (network->type() == TYPE_VPN) { 38 new VPNConfigView(this, static_cast<VirtualNetwork*>(network));
|
/development/tools/emulator/test-apps/ConnectivityTest/src/com/android/emulator/connectivity/test/ |
ConnectivityTest.java | 30 * Network connectivity testcases. 47 * Test that there is an active network 57 * Test that a connection can be made over the active network
|
/development/tools/emulator/skins/WSVGA/ |
layout | 85 network {
|
/development/tools/emulator/skins/WXGA720/ |
layout | 85 network {
|
/development/tools/emulator/skins/WXGA800/ |
layout | 85 network {
|
/external/chromium/net/udp/ |
datagram_client_socket.h | 21 // Returns a network error code.
|
/external/dnsmasq/src/ |
Android.mk | 7 netlink.c network.c option.c rfc1035.c rfc2131.c tftp.c util.c
|
/external/iproute2/etc/iproute2/ |
rt_dsfield | 14 0xe0 network
|
/external/netcat/ |
NOTICE | 7 with Microsoft Network, get a life. Always ski in control. Comments,
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.merit | 11 ATTRIBUTE Framed-AppleTalk-Network 38 integer
|
/external/ppp/pppd/plugins/radius/ |
pathnames.h | 9 * and Merit Network, Inc. All Rights Reserved
|
/external/qemu/android/protocol/ |
core-commands.h | 27 /* Toggles the network. */ 33 /* Checks if network is disabled. */ 36 /* Gets network speed. */ 39 /* Gets network delays */
|
/external/sonivox/ |
NOTICE | 1 Copyright (c) 2004-2006 Sonic Network Inc.
|