/external/webkit/ |
Android.mk | 137 $(WEBCORE_PATH)/platform/graphics/network \ 148 $(WEBCORE_PATH)/platform/network \ 149 $(WEBCORE_PATH)/platform/network/android \
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.h | 35 #include "talk/base/network.h" 126 // network (or a timeout occurs), we will start allocating ports. 137 void DisableEquivalentPhases(talk_base::Network* network,
|
socketmonitor.cc | 141 info.est_quality = connection->port()->network()->quality();
|
/external/iptables/iptables/ |
iptables-apply | 14 DEFAULT_FILE=/etc/network/iptables
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_helpers.c | 968 * @network: (out) the configured network this object path refers to, if any 970 * Returns: The object path of the network interface this path refers to 972 * For a given object path, decomposes the object path into object id, network, 977 char **network, 1007 if (network && net_part) { 1008 /* Deal with a request for a configured network */ 1014 *network = NULL; 1016 *network = os_strdup(net_name);
|
dbus_old_handlers.c | 76 * wpas_dbus_global_add_interface - Request registration of a network interface 83 * by dbus clients to register a network interface that wpa_supplicant 203 * by dbus clients to deregister a network interface that wpa_supplicant 248 * by dbus clients for the object path of an specific network interface. 290 * by dbus clients for the object path of an specific network interface. 323 * @wpa_s: wpa_supplicant structure for a network interface 327 * Handler function for "scan" method call of a network device. Requests 343 * @wpa_s: wpa_supplicant structure for a network interface 347 * Handler function for "scanResults" method call of a network device. Returns 370 /* Construct the object path for this network. Note that ': 1071 char *network = NULL; local [all...] |
/packages/apps/Settings/src/com/android/settings/net/ |
ChartDataLoader.java | 37 * Loader for historical chart data for both network and UID details. 82 throw new RuntimeException("problem reading network stats", e); 89 data.network = mSession.getHistoryForNetwork(template, fields);
|
/tools/motodev/src/plugins/emulator/ |
plugin.properties | 119 StartUp_Options_NetDelay_Label=Network Latency 120 StartUp_Options_NetDelay_Description=Set network latency emulation 121 StartUp_Options_NetSpeed_Label=Network Speed 122 StartUp_Options_NetSpeed_Description=Set network speed emulation 125 StartUp_Options_NetFast_Label=Max Network Speed / Min Network Latency 137 StartUp_Network_Tab_Label=Network
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoInstrument.java | 102 // network 103 String network = tm.getNetworkOperatorName(); local 104 addResult(NETWORK, network.trim());
|
/external/chromium/chrome/browser/chromeos/ |
customization_document.cc | 68 // Maximum number of retries to fetch file if network is not available. 71 // Delay between file fetch retries if network is not available. 327 NetworkLibrary* network = CrosLibrary::Get()->GetNetworkLibrary(); local 328 if (!network->Connected() && num_retries_ < kMaxFetchRetries) {
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
port.h | 35 #include "talk/base/network.h" 79 talk_base::PacketSocketFactory* factory, talk_base::Network* network, 119 // Identifies network that this port was allocated on. 120 talk_base::Network* network() { return network_; } function in class:cricket::Port 243 talk_base::Network* network_;
|
relayport.cc | 190 talk_base::Network* network, uint32 ip, int min_port, int max_port, 193 : Port(thread, RELAY_PORT_TYPE, factory, network, ip, min_port, max_port), 770 // This should have almost no impact on network usage.
|
/external/chromium/chrome/browser/chromeos/cros/ |
network_library.h | 71 // Network enums (see flimflam/include/network.h) 176 // Cellular network is considered low data when less than 60 minues. 179 // Cellular network is considered low data when less than 30 minues. 182 // Cellular network is considered low data when less than 100MB. 185 // Cellular network is considered very low data when less than 50MB. 273 // Contains data common to all network service types. 274 class Network { 276 virtual ~Network() {} 295 // Is this network connectable. Currently, this is mainly used by 802.1 [all...] |
/external/chromium/net/http/ |
http_cache.cc | 455 net::HttpNetworkLayer* network = local 457 HttpNetworkSession* session = network->GetSession(); 463 net::HttpNetworkLayer* network = local 465 HttpNetworkSession* session = network->GetSession(); 484 net::HttpNetworkLayer* network = local 486 return network->GetSession(); [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfigStore.java | 78 * (key, value) pairs for a given network are grouped together and can 81 * network. A network is identified by a unique ID_KEY. If there is no 112 /* configured networks with network id as the key */ 116 /* A network id is a unique identifier for a network configured in the 117 * supplicant. Network ids are generated when the supplicant reads 120 * that is generated from SSID and security type of the network. A mapping 121 * from the generated unique id to network id of the network is needed t 415 WifiConfiguration network = null; local [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
login_utils.cc | 354 // best-effort; it's possible that we'll fail due to network 551 NetworkLibrary *network = CrosLibrary::Get()->GetNetworkLibrary(); local 552 if (network->Connected()) {
|
/external/sepolicy/ |
Android.mk | 120 LOCAL_MODULE := selinux-network.sh
|
/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...] |
/packages/apps/Settings/src/com/android/settings/ |
RadioInfo.java | 109 private TextView network; field in class:RadioInfo 270 network = (TextView) findViewById(R.id.network); 636 network.setText(display); [all...] |
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/ui/view/ |
MainDisplayView.java | 26 import org.eclipse.sequoyah.vnc.vncviewer.network.VNCProtocolData;
|
/frameworks/base/services/java/com/android/server/ |
ConnectivityService.java | 137 // TODO: create better separation between radio types and network types 139 // how long to wait before switching back to a radio's default network 162 /** Currently active network rules by UID. */ 168 * Sometimes we want to refer to the individual network state 174 /* Handles captive portal check on a network */ 223 * default network 233 * used internally to change our network preference setting 277 * default network 346 // the set of network types that can only be enabled by system/sig apps 401 // ouch, no rules updates means some processes may never get network 1115 NetworkStateTracker network = mNetTrackers[usedNetworkType]; local 2552 String network = nt.getNetworkInfo().getTypeName(); local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 487 "No network interfaces in use.\n" 632 QString network(id); 633 network.append(": "); 634 network.append(ssid); 635 networkSelect->addItem(network); 636 networkList->addItem(network); 652 networkSelect->addItem("Select any network"); 851 "Disconnected from network."); 854 "Connection to network established."); 891 wpsStatusText->setText("Network configuration received") [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 502 tr("No network interfaces in use.\n" 659 QString network(id); 660 network.append(": "); 661 network.append(ssid); 662 networkSelect->addItem(network); 663 networkList->addItem(network); 679 networkSelect->addItem(tr("Select any network")); 876 tr("Disconnected from network.")); 879 tr("Connection to network established.")); 913 wpsStatusText->setText(tr("Network configuration received")) [all...] |
/build/target/product/ |
mini.mk | 146 network \
|
/external/opencv/ml/include/ |
ml.h | [all...] |