HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 301 - 325 of 395) sorted by null

<<111213141516

  /external/chromium_org/chrome/common/extensions/docs/server2/
file_system.py 27 network timeout.
  /external/chromium_org/chromeos/dbus/
fake_shill_manager_client.h 91 const base::DictionaryValue& network) OVERRIDE;
  /external/chromium_org/content/test/
webrtc_audio_device_test.h 198 explicit WebRTCTransportImpl(webrtc::VoENetwork* network);
webrtc_audio_device_test.cc 435 WebRTCTransportImpl::WebRTCTransportImpl(webrtc::VoENetwork* network)
436 : network_(network) {
  /external/chromium_org/sync/notifier/
sync_system_resources.h 79 // - registering message and network status callbacks
81 // - notifying observers about network channel state change
82 // Implementation of particular network protocol should implement
89 // Called when network channel state changes. Possible states are:
91 // - TRANSIENT_INVALIDATION_ERROR : no network, connection lost, etc.
111 // Tango over network.
114 // Classes interested in network channel state changes should implement
161 // Last channel state for new network status receivers.
226 virtual SyncNetworkChannel* network() OVERRIDE;
  /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);
  /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);
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 105 // network
106 String network = tm.getNetworkOperatorName(); local
107 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_;
  /external/chromium_org/chrome/browser/resources/net_internals/
cros_log_entry.js 22 // Parses network log into tokens like time, name, pid
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
tcpport.cc 38 talk_base::Network* network, const talk_base::IPAddress& ip,
41 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port,
246 talk_base::SocketAddress(port_->Network()->ip(), 0),
260 // Incoming connections should match the network address.
port.h 36 #include "talk/base/network.h"
119 talk_base::Network* network, const talk_base::IPAddress& ip,
123 talk_base::Network* network, const talk_base::IPAddress& ip,
129 virtual talk_base::Network* Network() const { return network_; }
362 talk_base::Network* network_;
  /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/chromium_org/net/http/
http_cache.cc 390 net::HttpNetworkLayer* network = local
392 HttpNetworkSession* session = network->GetSession();
398 net::HttpNetworkLayer* network = local
400 HttpNetworkSession* session = network->GetSession();
441 net::HttpNetworkLayer* network = local
443 return network->GetSession();
    [all...]
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 730 SystemProfileProto::Network* network = system_profile->mutable_network(); local
731 network->set_connection_type_is_ambiguous(
733 network->set_connection_type(network_observer_.connection_type());
734 network->set_wifi_phy_layer_protocol_is_ambiguous(
736 network->set_wifi_phy_layer_protocol(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl_unittest.cc 16 #include "chromeos/network/network_state.h"
17 #include "chromeos/network/network_state_handler.h"
18 #include "chromeos/network/shill_property_util.h"
43 void(const NetworkState* network,
49 // Service paths for stub network devices.
84 const NetworkState* network = local
88 network_portal_detector()->GetCaptivePortalState(network);
365 // Active network is changed during portal detection for WiFi.
378 // As active network was changed during portal detection for wifi
379 // network, it's state must be unknown
    [all...]
  /external/chromium_org/remoting/webapp/
format_iq.js 299 'network')) {
311 var network = candidate.getAttribute('network');
317 if (network) {
318 info = info + " network:'" + network + "'";
  /external/chromium_org/chrome/browser/chromeos/options/
wifi_config_view.cc 7 #include "ash/system/chromeos/network/network_connect.h"
16 #include "chromeos/network/network_configuration_handler.h"
17 #include "chromeos/network/network_event_log.h"
18 #include "chromeos/network/network_handler.h"
19 #include "chromeos/network/network_state.h"
20 #include "chromeos/network/network_state_handler.h"
21 #include "chromeos/network/network_ui_data.h"
22 #include "chromeos/network/shill_property_util.h"
402 // We either have an existing wifi network or the user entered an SSID.
406 // If the network requires a passphrase, make sure it is the right length
    [all...]
  /device/generic/armv7-a-neon/
mini_common.mk 77 network \
  /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/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.h 21 #include "chromeos/network/network_state_handler_observer.h"
226 // Triggered when a network is detected.
320 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
share_dialog.js 42 // The dialog is closed by network error.
288 // If the url is not obtained, return the network error.

Completed in 760 milliseconds

<<111213141516