/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
error_screen_handler.cc | 27 #include "chromeos/network/portal_detector/network_portal_detector.h" 28 #include "chromeos/network/portal_detector/network_portal_detector_strategy.h" 134 const std::string& network) { 136 network_ = network; 138 CallJS("setErrorState", static_cast<int>(error_state_), network); 289 params.SetString("network", network_);
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
network_config_message_handler.cc | 14 #include "chromeos/network/device_state.h" 15 #include "chromeos/network/managed_network_configuration_handler.h" 16 #include "chromeos/network/network_configuration_handler.h" 17 #include "chromeos/network/network_state.h" 18 #include "chromeos/network/network_state_handler.h" 19 #include "chromeos/network/network_util.h" 20 #include "chromeos/network/onc/onc_signature.h" 21 #include "chromeos/network/onc/onc_utils.h" 22 #include "chromeos/network/shill_property_util.h" 33 const NetworkState* network local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/ |
NetworkPanel.js | 206 this.element.id = "network-container"; 212 this._summaryBarElement = this.element.createChild("div", "network-summary-bar"); 267 this._timelineGrid.element.classList.add("network-timeline-grid"); 402 this._dataGrid.element.classList.add("network-log-grid"); 423 var subtitleDiv = fragment.createChild("div", "network-header-subtitle"); 568 var text = WebInspector.UIString("No requests captured. Reload the page to see detailed information on the network activity."); 654 loadDivider.className = "network-event-divider network-red-divider"; 657 loadDividerPadding.className = "network-event-divider-padding"; 668 domContentLoadedDivider.className = "network-event-divider network-blue-divider" [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/forwarders/ |
android_forwarder.py | 121 iface: name of the network interface to make default 161 _NETWORK_INTERFACES = '/etc/network/interfaces' 162 _INTERFACES_INCLUDE = 'source /etc/network/interfaces.d/*.conf' 163 _TELEMETRY_INTERFACE_FILE = '/etc/network/interfaces.d/telemetry-{}.conf' 194 """Returns the name of the RNDIS network interface if present.""" 211 """Returns the name of the host-side network interface.""" 241 """Enables the RNDIS network interface.""" 285 """Enables the RNDIS network interface, retrying if necessary. 357 """Configures the |device_iface| to be on the same network as |host_iface|. 362 def _IsNetworkUnique(network, addresses) [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
NetworkActivity.java | 52 * Activity to manage network settings. 397 * Wifi network list has changed and an eventual refresh of the UI is required. 409 * Wifi network configuration has changed and an immediate refresh of the list of Wifi 419 * network is shown at the first position on the list) and signal strength, with the 420 * provisio that the wireless network with SSID "mustHave" should be included in the list 424 * @param mustHave Include this wifi network in the list even if it would otherwise 452 // If a network is connected, it will be the first on the list. 455 for (ScanResult network : displayList) { 456 if (network != null) { 457 WifiSecurity security = WifiSecurity.getSecurity(network); [all...] |
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
vie_autotest_codec.cc | 150 webrtc::ViENetwork* network = interfaces.network; local 195 new webrtc::test::VideoChannelTransport(network, video_channel)); 304 webrtc::ViENetwork* network = interfaces.network; local 341 new webrtc::test::VideoChannelTransport(network, video_channel)); 373 webrtc::ViENetwork* network = video_engine.network; local 392 new webrtc::test::VideoChannelTransport(network, video_channel_1)); 400 new webrtc::test::VideoChannelTransport(network, video_channel_2)) [all...] |
vie_autotest_simulcast.cc | 427 // Set network one-way delay value. 429 NetworkParameters network; local 430 network.loss_model = kUniformLoss; 431 network.mean_one_way_delay = 10; 432 ext_transport.SetNetworkParameters(network);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/ |
devtools.js | 170 chrome.devtools.network.addRequestHeaders({ 174 chrome.devtools.network.getHAR(function(result) { 183 chrome.devtools.network.onRequestFinished.addListener(
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/ |
framedrop_primitives.cc | 161 const NetworkParameters& network, 170 webrtc::ViENetwork *network_interface = interfaces.network; 187 // Configure External transport to simulate network interference: 188 TbExternalTransport external_transport(*interfaces.network, video_channel, 190 external_transport.SetNetworkParameters(network); 236 const int one_way_delay_99_percentile = network.mean_one_way_delay + 237 3 * network.std_dev_one_way_delay; 250 // based on network statistics etc. We don't have access to that value here. 471 ViETest::Log(" (incl network)" 472 "(excl network)"); [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
NetworkMonitor.java | 27 import android.net.Network; 101 // After a network has been tested this result can be sent with EVENT_NETWORK_TESTED. 102 // The network should be used as a default internet connection. It was found to be: 103 // 1. a functioning network providing internet access, or 106 // After a network has been tested this result can be sent with EVENT_NETWORK_TESTED. 107 // The network should not be used as a default internet connection. It was found to be: 110 // 3. a broken network (e.g. DNS failed, connect failed, HTTP request failed). 116 * Inform NetworkMonitor that their network is connected. 117 * Initiates Network Validation. 122 * Inform ConnectivityService that the network has been tested [all...] |
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_sdp.c | 138 UINT8 network; local 180 /* add features and network */ 183 network = (features & BTA_AG_FEAT_REJECT) ? 1 : 0; 185 UINT_DESC_TYPE, 1, &network);
|
/external/chromium_org/ash/system/chromeos/network/ |
tray_network.cc | 5 #include "ash/system/chromeos/network/tray_network.h" 10 #include "ash/system/chromeos/network/network_state_list_detailed_view.h" 11 #include "ash/system/chromeos/network/tray_network_state_observer.h" 21 #include "chromeos/network/network_state.h" 22 #include "chromeos/network/network_state_handler.h" 30 #include "ui/chromeos/network/network_icon.h" 31 #include "ui/chromeos/network/network_icon_animation.h" 223 const chromeos::NetworkState* network) OVERRIDE { 373 void TrayNetwork::NetworkServiceChanged(const chromeos::NetworkState* network) { 375 detailed_->NetworkServiceChanged(network); [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
proxy_config_service_impl_unittest.cc | 22 #include "chromeos/network/network_handler.h" 23 #include "chromeos/network/network_state.h" 24 #include "chromeos/network/network_state_handler.h" 303 const NetworkState* network = network_state_handler->DefaultNetwork(); local 304 ASSERT_TRUE(network); 306 SetServiceProperty(network->path(), 355 // Groupings of 3 test inputs to use for managed, recommended and network 385 "Test[%" PRIuS "] managed=[%s], recommended=[%s], network=[%s]", i, 398 // non-existent network proxy. 419 // Network proxy should take take effect over recommended proxy pref [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
responsiveDesignView.css | 409 /* Network section */ 411 .responsive-design-section-network select { 415 .responsive-design-section-network input[type='text'] { 421 .responsive-design-section-network input[type='text'], 422 .responsive-design-section-network input[type='text']::-webkit-input-placeholder, 423 .responsive-design-section-network select { 427 .responsive-design-section-network .responsive-design-section-decorator {
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
Response.java | 146 * Returns the raw response received from the network. Will be null if this 147 * response didn't use the network, such as when the response is fully cached. 157 * response and network response may both be non-null. The body of the 192 * network response should be used. 195 public boolean validate(Response network) { 196 if (network.code() == HttpURLConnection.HTTP_NOT_MODIFIED) { 200 // The HTTP spec says that if the network's response is older than our 203 ParsedHeaders networkHeaders = network.parsedHeaders();
|
/external/chromium_org/chrome/browser/chromeos/login/supervised/ |
supervised_user_creation_screen.h | 18 #include "chromeos/network/portal_detector/network_portal_detector.h" 111 const NetworkState* network,
|
/external/chromium_org/chrome/browser/chromeos/options/ |
network_config_view.h | 47 // Shows a network connection dialog if none is currently visible. 49 // Shows a dialog to configure a new network. |type| must be a valid Shill 92 bool InitWithNetworkState(const NetworkState* network); 118 // If |service_path| is NULL, a dialog for configuring a new network will 151 // Gets the default network share state for the current login state.
|
/external/chromium_org/chrome/test/chromedriver/ |
capabilities.h | 77 InspectorDomainStatus network; member in struct:PerfLoggingPrefs
|
/external/chromium_org/chromeos/network/ |
network_connection_handler.h | 20 #include "chromeos/network/network_handler.h" 21 #include "chromeos/network/network_handler_callbacks.h" 22 #include "chromeos/network/network_policy_observer.h" 23 #include "chromeos/network/network_state_handler_observer.h" 29 // The NetworkConnectionHandler class is used to manage network connection 33 // known to be available to connect to the network. 36 // 3. Possibly configure the network certificate info (tpm slot and pkcs11 id). 38 // 5. Wait for the network state to change to a non connecting state. 54 // No network matching |service_path| is found (hidden networks must be 58 // Already connected to the network [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.cc | 493 port->Network()->name(), 0U, 497 port->Network()->preference(), 0)); 656 // immediately be re-pruned, churning the network for no purpose. 965 std::set<rtc::Network*>::iterator network; local [all...] |
stunport.cc | 76 // This should have almost no impact on network usage. 108 << " (" << port_->Network()->name() << ")"; 179 rtc::Network* network, 182 : Port(thread, factory, network, socket->GetLocalAddress().ipaddr(), 193 rtc::Network* network, 196 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port,
|
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/ |
tb_video_channel.cc | 23 ViE.network, videoChannel));
|
/external/tcpdump/ |
print-olsr.c | 131 u_int8_t network[4]; member in struct:olsr_hna4 136 u_int8_t network[16]; member in struct:olsr_hna6 487 i, ip6addr_string(hna6->network), 511 ipaddr_string(ptr.hna->network),
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
blink_platform.target.darwin-arm.mk | 360 third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp \ 361 third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp \ 362 third_party/WebKit/Source/platform/network/DNS.cpp \ 363 third_party/WebKit/Source/platform/network/HTTPHeaderMap.cpp \ 364 third_party/WebKit/Source/platform/network/HTTPParsers.cpp \ 365 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \ 366 third_party/WebKit/Source/platform/network/ParsedContentType.cpp \ 367 third_party/WebKit/Source/platform/network/ProxyServer.cpp \ 368 third_party/WebKit/Source/platform/network/ResourceError.cpp \ 369 third_party/WebKit/Source/platform/network/SocketStreamError.cpp [all...] |
blink_platform.target.darwin-arm64.mk | 359 third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp \ 360 third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp \ 361 third_party/WebKit/Source/platform/network/DNS.cpp \ 362 third_party/WebKit/Source/platform/network/HTTPHeaderMap.cpp \ 363 third_party/WebKit/Source/platform/network/HTTPParsers.cpp \ 364 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \ 365 third_party/WebKit/Source/platform/network/ParsedContentType.cpp \ 366 third_party/WebKit/Source/platform/network/ProxyServer.cpp \ 367 third_party/WebKit/Source/platform/network/ResourceError.cpp \ 368 third_party/WebKit/Source/platform/network/SocketStreamError.cpp [all...] |