HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 101 - 125 of 145) sorted by null

1 2 3 45 6

  /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/wpa_gui-qt4/
wpagui.cpp 477 QString network(id);
478 network.append(": ");
479 network.append(ssid);
480 networkSelect->insertItem(network);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 893 * @network: (out) the configured network this object path refers to, if any
895 * Returns: The object path of the network interface this path refers to
897 * For a given object path, decomposes the object path into object id, network,
902 char **network,
932 if (network && net_part) {
933 /* Deal with a request for a configured network */
939 *network = NULL;
941 *network = os_strdup(net_name);
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...]
  /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...]
  /external/bluetooth/bluez/tools/
sdptool.c 1141 uint8_t network; member in struct:__anon1914
1482 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); local
1618 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); local
2575 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); local
2637 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); 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/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...]
  /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 107 private TextView network; field in class:RadioInfo
254 network = (TextView) findViewById(R.id.network);
597 network.setText(display);
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 114 // how long to wait before switching back to a radio's default network
131 /** Currently active network rules by UID. */
137 * Sometimes we want to refer to the individual network state
195 * default network
207 * used internally to change our network preference setting
258 * default network
324 // the set of network types that can only be enabled by system/sig apps
365 // ouch, no rules updates means some processes may never get network
384 // Load device network attributes from resources
418 "radio " + n.radio + " in network type " + n.type)
988 NetworkStateTracker network = mNetTrackers[usedNetworkType]; local
2234 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 512 tr("No network interfaces in use.\n"
669 QString network(id);
670 network.append(": ");
671 network.append(ssid);
672 networkSelect->addItem(network);
673 networkList->addItem(network);
689 networkSelect->addItem(tr("Select any network"));
890 tr("Disconnected from network."));
893 tr("Connection to network established."));
927 wpsStatusText->setText(tr("Network configuration received"))
    [all...]
  /device/samsung/crespo4g/
device.mk 63 # APNs for 3G network access
  /build/core/
user_tags.mk 416 network \
  /external/bluetooth/bluez/audio/
manager.c 357 sdp_data_t *network; local
363 network = sdp_data_alloc(SDP_UINT8, &netid);
364 if (!network) {
403 sdp_attr_add(record, SDP_ATTR_EXTERNAL_NETWORK, network);
  /external/opencv/ml/include/
ml.h     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ResourcesPanel.js 353 // Show XHRs in the network panel only.
354 if (WebInspector.panels.network && WebInspector.panels.network.canShowAnchorLocation(anchor)) {
355 WebInspector.currentPanel = WebInspector.panels.network;
356 WebInspector.panels.network.showAnchorLocation(anchor);
    [all...]

Completed in 1612 milliseconds

1 2 3 45 6