HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 126 - 150 of 387) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/login/screens/
mock_error_screen.h 37 const std::string& network));
update_screen.h 19 #include "chromeos/network/portal_detector/network_portal_detector.h"
52 // Starts network check. Made virtual to simplify mocking.
79 const NetworkState* network,
115 const NetworkState* network,
160 // about state for the default network.
164 // the default network.
update_screen.cc 21 #include "chromeos/network/network_state.h"
232 const NetworkState* network,
235 << "network=" << (network ? network->path() : "") << ", "
240 if (network &&
246 if ((!network ||
266 UpdateErrorMessage(network, status);
273 UpdateErrorMessage(network, status);
281 // allowed, initiate network state check. Otherwise, directl
    [all...]
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl.h 21 #include "chromeos/network/network_state_handler_observer.h"
22 #include "chromeos/network/portal_detector/network_portal_detector.h"
23 #include "chromeos/network/portal_detector/network_portal_detector_strategy.h"
39 // This class handles all notifications about network changes from
41 // network to CaptivePortalService.
82 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE;
148 // Stores captive portal state for a |network| and notifies observers.
149 void OnDetectionCompleted(const NetworkState* network,
152 // Notifies observers that portal detection is completed for a |network|.
153 void NotifyDetectionCompleted(const NetworkState* network,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl.h 14 #include "chromeos/network/network_state_handler_observer.h"
24 // system i.e. network (via shill notifications)
26 // - persists proxy setting per network in flimflim
27 // - provides network stack with latest effective proxy configuration for
28 // currently active network via PrefProxyConfigTrackerImpl's mechanism of
41 // network stack.
54 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE;
59 // Returns true if proxy is to be ignored for this network profile and
60 // |onc_source|, e.g. this happens if the network is shared and
71 // current default network and if user is using shared proxies. The effectiv
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
main_config.js 27 var networkConfig = $('network-config');
28 network.config.NetworkConfig.decorate(networkConfig);
  /external/chromium_org/chromeos/network/onc/
onc_normalizer.h 10 #include "chromeos/network/onc/onc_mapper.h"
43 void NormalizeNetworkConfiguration(base::DictionaryValue* network);
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 23 // network, you might allow anyone to perform updates. To do that, you just
29 // On a machine connected to the Internet or other large open network,
  /external/chromium_org/chrome/browser/chromeos/login/auth/
auth_prewarmer.cc 11 #include "chromeos/network/network_handler.h"
12 #include "chromeos/network/network_state.h"
13 #include "chromeos/network/network_state_handler.h"
52 // DefaultNetworkChanged will get called when a network becomes connected.
64 void AuthPrewarmer::DefaultNetworkChanged(const NetworkState* network) {
65 if (!network)
66 return; // Still no default (connected) network.
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayport.h 57 rtc::Network* network, const rtc::IPAddress& ip,
60 return new RelayPort(thread, factory, network, ip, min_port, max_port,
87 rtc::Network*, const rtc::IPAddress& ip,
turnport.h 55 rtc::Network* network,
62 return new TurnPort(thread, factory, network, socket,
69 rtc::Network* network,
77 return new TurnPort(thread, factory, network, ip, min_port, max_port,
143 rtc::Network* network,
153 rtc::Network* network,
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/volley/
RequestQueueWrapper.java 8 import com.android.volley.Network;
47 Network network = new BasicNetwork(stack); local
50 RequestQueue queue = new RequestQueue(diskCache, network);
  /external/qemu/android/
qemu-tcpdump.c 53 uint32_t network; member in struct:__anon33771
64 h.network = PCAP_ETHERNET;
  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 21 import android.net.Network;
40 * state of network connectivity.
48 NetworkInfo getNetworkInfoForNetwork(in Network network);
50 Network getNetworkForType(int networkType);
51 Network[] getAllNetworks();
60 LinkProperties getLinkProperties(in Network network);
62 NetworkCapabilities getNetworkCapabilities(in Network network);
    [all...]
  /frameworks/volley/src/com/android/volley/
NetworkDispatcher.java 27 * Provides a thread for performing network dispatch from a queue of requests.
29 * Requests added to the specified queue are processed from the network via a
30 * specified {@link Network} interface. Responses are committed to cache, if
37 /** The network interface for processing requests. */
38 private final Network mNetwork;
47 * Creates a new network dispatcher thread. You must call {@link #start()}
51 * @param network Network interface to use for performing requests
56 Network network, Cache cache
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.css 12 #network-details-header {
19 #network-details-title {
23 #network-details-subtitle-status {
  /external/chromium_org/chromeos/network/
network_state_handler_unittest.cc 5 #include "chromeos/network/network_state_handler.h"
21 #include "chromeos/network/device_state.h"
22 #include "chromeos/network/network_state.h"
23 #include "chromeos/network/network_state_handler.h"
24 #include "chromeos/network/network_state_handler_observer.h"
85 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE {
87 default_network_ = network ? network->path() : "";
89 network ? network->connection_state() : ""
101 DCHECK(network); variable
683 const NetworkState* network = local
716 const NetworkState* network = local
    [all...]
  /external/chromium_org/components/metrics/net/
network_metrics_provider.cc 45 SystemProfileProto::Network* network = system_profile->mutable_network(); local
46 network->set_connection_type_is_ambiguous(connection_type_is_ambiguous_);
47 network->set_connection_type(GetConnectionType());
48 network->set_wifi_phy_layer_protocol_is_ambiguous(
50 network->set_wifi_phy_layer_protocol(GetWifiPHYLayerProtocol());
71 WriteWifiAccessPointProto(info, network);
87 SystemProfileProto::Network::ConnectionType
92 return SystemProfileProto::Network::CONNECTION_UNKNOWN;
94 return SystemProfileProto::Network::CONNECTION_ETHERNET
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-signals.py 16 WPAS_DBUS_NETWORK_INTERFACE = "fi.w1.wpa_supplicant1.Network"
105 def networkAdded(network, properties):
106 print "NetworkAdded(%s)" % (network)
108 def networkRemoved(network):
109 print "NetworkRemoved(%s)" % (network)
111 def networkSelected(network):
112 print "NetworkSelected(%s)" % (network)
124 print "PropertiesChanged(Network): %s=%s" % (i, properties[i])
  /external/svox/pico/lib/
picopr.c 338 picokpr_Preproc network,
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_rtp_rtcp.cc 105 TbExternalTransport myTransport(*(ViE.network), tbChannel.videoChannel,
108 ViE.network->DeregisterSendTransport(tbChannel.videoChannel);
109 EXPECT_EQ(0, ViE.network->RegisterSendTransport(
185 NetworkParameters network; local
186 network.packet_loss_rate = 0;
187 network.loss_model = kUniformLoss;
188 myTransport.SetNetworkParameters(network);
242 network.packet_loss_rate = kPacketLossRate;
243 network.loss_model = kUniformLoss;
244 myTransport.SetNetworkParameters(network);
    [all...]
  /external/opencv/ml/src/
mlcnn.cpp 61 static void icvTrainCNNetwork( CvCNNetwork* network,
69 /*------------------------- functions for the CNN network ------------------------------*/
70 static void icvCNNetworkAddLayer( CvCNNetwork* network, CvCNNLayer* layer );
71 static void icvCNNetworkRelease( CvCNNetwork** network );
106 #define ICV_CHECK_CNN_NETWORK(network) \
110 if( !network ) \
112 "Null <network> pointer. Network must be created by user." ); \
113 n_layers = network->n_layers; \
114 first_layer = last_layer = network->layers;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 26 * @network: (out) the configured network this object path refers to, if any
28 * Returns: The object path of the network interface this path refers to
30 * For a given object path, decomposes the object path into object id, network,
33 char * wpas_dbus_decompose_object_path(const char *path, char **network,
61 if (network && net_part) {
62 /* Deal with a request for a configured network */
65 *network = NULL;
67 *network = os_strdup(net_name);
102 * wpas_dbus_new_invalid_network_error - Return a new invalid network error messag
211 char *network = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc 8 #include "ash/system/chromeos/network/network_connect.h"
25 #include "chromeos/network/device_state.h"
26 #include "chromeos/network/network_connection_handler.h"
27 #include "chromeos/network/network_event_log.h"
28 #include "chromeos/network/network_state.h"
29 #include "chromeos/network/network_state_handler.h"
91 NET_LOG_ERROR("Empty carrier ID for cellular network",
156 const NetworkState* network) {
157 if (!network || network->type() != shill::kTypeCellular
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_check_screen.cc 15 #include "chromeos/network/network_state.h"
16 #include "chromeos/network/network_state_handler.h"
110 const NetworkState* /* network */,
216 const NetworkState* network = local
222 network ? network->name() : std::string());

Completed in 386 milliseconds

1 2 3 4 56 7 8 91011>>