/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" 35 // Service paths for stub network devices. 71 const NetworkState* network = local 75 network_portal_detector()->GetCaptivePortalState(network); 304 // Active network is changed during portal detection for wifi. 317 // As active network was changed during portal detection for wifi 318 // network, it's state must be unknown. 340 // Test for Portal -> Online -> Portal network state transitions.
|
/external/chromium_org/chrome/utility/local_discovery/ |
service_discovery_client_impl.cc | 71 CreateTransaction(true /*network*/, false /*cache*/, force_update, 77 CreateTransaction(false /*network*/, true /*cache*/, false /*force refresh*/, 82 bool network, bool cache, bool force_refresh, 85 if (network)
|
/external/chromium_org/chrome_frame/test/ |
poor_mans_trybot.bat | 9 REM (the tests run slowly or flakily over a network drive).
|
/external/chromium_org/chromeos/dbus/ |
shill_manager_client_stub.cc | 462 const base::DictionaryValue& network) { 469 list_value->Append(network.DeepCopy());
|
/external/chromium_org/chromeos/network/ |
network_configuration_handler_unittest.cc | 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_state_handler_observer.h" 393 virtual void NetworkPropertiesUpdated(const NetworkState* network) OVERRIDE { 394 property_updates_[network->path()]++;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
network_unittest.cc | 28 #include "talk/base/network.h" 57 bool IsIgnoredNetwork(const Network& network) { 58 return BasicNetworkManager::IsIgnoredNetwork(network); 82 // Test that the Network ctor works properly. 84 Network ipv4_network1("test_eth0", "Test Network Adapter 1", 87 EXPECT_EQ("Test Network Adapter 1", ipv4_network1.description()); 95 Network ipv4_network1("test_eth0", "Test Network Adapter 1" [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
relayport.cc | 191 talk_base::Network* network, const talk_base::IPAddress& ip, 194 : Port(thread, RELAY_PORT_TYPE, factory, network, ip, min_port, max_port, 797 // This should have almost no impact on network usage.
|
/external/chromium_org/tools/win/ |
copy-installer.bat | 7 REM Copies an installer and symbols from a build directory on a network share
|
/external/sepolicy/ |
Android.mk | 154 LOCAL_MODULE := selinux-network.sh
|
/external/chromium_org/v8/tools/testrunner/server/ |
main.py | 42 from ..network import perfdata
|
/external/opencv/ml/include/ |
ml.h | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GSMPhone.java | 731 // Only look at the Network portion for mmi [all...] |
/external/chromium_org/chrome/browser/chromeos/cros/ |
network_library.cc | 20 #include "chromeos/network/certificate_pattern.h" 21 #include "chromeos/network/client_cert_util.h" 22 #include "chromeos/network/cros_network_functions.h" 23 #include "chromeos/network/network_state_handler.h" 24 #include "chromeos/network/onc/onc_utils.h" 36 // NetworkLibraryImpl manages a series of classes that describe network devices 42 // Network: a network service ("network"). 43 // network_map_: canonical map<path, Network*> for all visible networks 513 Network* network = local [all...] |
/external/chromium_org/chrome/browser/chromeos/options/ |
vpn_config_view.cc | 7 #include "ash/system/chromeos/network/network_connect.h" 15 #include "chromeos/network/network_configuration_handler.h" 16 #include "chromeos/network/network_event_log.h" 17 #include "chromeos/network/network_state.h" 18 #include "chromeos/network/network_state_handler.h" 19 #include "chromeos/network/network_ui_data.h" 20 #include "chromeos/network/onc/onc_constants.h" 377 // Shill no longer knows about this network (edge case). 379 NET_LOG_ERROR("Network not found", service_path_); [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
preferences_browsertest.cc | 48 #include "chromeos/network/network_state.h" 49 #include "chromeos/network/network_state_handler.h" 739 const chromeos::NetworkState* network = GetDefaultNetwork(); variable 740 chromeos::proxy_config::SetProxyConfigForNetwork(proxy_config, *network); 742 std::string url = base::StringPrintf("%s?network=%s", 744 network->path().c_str()); [all...] |
/external/ipsec-tools/src/racoon/ |
cfparse.y | 671 yyerror("bad IPv4 network address."); 986 struct unity_network network; 987 memset(&network,0,sizeof(network)); 989 if (inet_pton(AF_INET, $1->v, &network.addr4) != 1) 993 network.mask4.s_addr = ($2) ? htonl(~((1 << (32 - $2)) - 1)) : 0; 995 /* add the network to our list */ 996 if (splitnet_list_add(&icc->splitnet_list, &network,&icc->splitnet_count)) 997 yyerror("Unable to allocate split network"); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvoiceengine.cc | [all...] |
/external/chromium_org/chrome/browser/automation/ |
automation_provider_observers.h | 153 // form, account picker, a network error or the OOBE wizard, depending on Chrome 838 virtual const chromeos::Network* GetNetwork( 842 virtual void NetworkStatusCheck(const chromeos::Network* network) = 0; 853 // network and returns the status to the automation provider. 859 virtual void NetworkStatusCheck(const chromeos::Network* network); 865 // Waits until a network has disconnected. Then returns success 873 virtual void NetworkStatusCheck(const chromeos::Network* network); [all...] |
/external/chromium_org/sync/notifier/ |
sync_invalidation_listener.cc | 122 sync_system_resources_.network()->UpdateCredentials(email, token);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Toolbar.js | 102 "network": true, 117 "network": true,
|
/external/chromium_org/v8/tools/ |
run-tests.py | 45 from testrunner.network import network_execution 115 result.add_option("--no-network", "--nonetwork", 116 help="Don't distribute tests on the network", 190 print("Specifying --command-prefix disables network distribution, " 346 # Run the tests, either locally or distributed on the network. 356 print("Network distribution disabled, running tests locally.") 358 print("Network distribution is only supported on Linux, sorry!") 367 print("No other peers on the network; running tests locally.")
|
/frameworks/base/docs/html/training/ |
training_toc.cs | 465 "How to find and connect to local devices using Network Service 471 Using Network Service Discovery 486 <a href="<?cs var:toroot ?>training/basics/network-ops/index.html" 488 "How to create a network connection, monitor the connection for changes 490 >Performing Network Operations</a> 493 <li><a href="<?cs var:toroot ?>training/basics/network-ops/connecting.html"> 494 Connecting to the Network 497 <li><a href="<?cs var:toroot ?>training/basics/network-ops/managing.html"> 498 Managing Network Usage 501 <li><a href="<?cs var:toroot ?>training/basics/network-ops/xml.html" [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Phone.java | 116 // Used for preferred network type 139 static final int CDMA_RM_ANY = 2; // Roaming on Any Network, as defined in PRL 436 * its network activity and is in its final state. This may mean a state 496 * Register for Supplementary Service notifications from the network. [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhoneBase.java | 408 OperatorInfo network,
|
/frameworks/base/services/java/com/android/server/ |
ConnectivityService.java | 168 // TODO: create better separation between radio types and network types 170 // how long to wait before switching back to a radio's default network 189 // Set network sampling interval at 12 minutes, this way, even if the timers get 194 // start network sampling a minute after booting ... 218 /** Currently active network rules by UID. */ 224 * Sometimes we want to refer to the individual network state 230 /* Handles captive portal check on a network */ 281 * default network 291 * used internally to change our network preference setting 423 // the set of network types that can only be enabled by system/sig app 1289 NetworkStateTracker network = mNetTrackers[usedNetworkType]; local 2814 String network = nt.getNetworkInfo().getTypeName(); local [all...] |