/external/chromium_org/chrome/browser/chromeos/options/ |
wifi_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_handler.h" 18 #include "chromeos/network/network_state.h" 19 #include "chromeos/network/network_state_handler.h" 20 #include "chromeos/network/network_ui_data.h" 21 #include "chromeos/network/onc/onc_constants.h" 397 // We either have an existing wifi network or the user entered an SSID. 401 // 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/third_party/libjingle/source/talk/p2p/base/ |
port.h | 35 #include "talk/base/network.h" 121 Port(talk_base::Thread* thread, talk_base::Network* network, 126 talk_base::Network* network, const talk_base::IPAddress& ip, 132 virtual talk_base::Network* Network() const { return network_; } 349 talk_base::Network* network_;
|
port.cc | 154 // the same foundation pairs are likely to have similar network 165 Port::Port(talk_base::Thread* thread, talk_base::Network* network, 171 network_(network), 190 talk_base::Network* network, const talk_base::IPAddress& ip, 197 network_(network), [all...] |
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/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/sync/notifier/ |
sync_system_resources.cc | 243 PushClientChannel* SyncSystemResources::network() { function in class:syncer::SyncSystemResources
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.h | 35 #include "talk/base/network.h" 138 // network (or a timeout occurs), we will start allocating ports. 189 void DisableEquivalentPhases(talk_base::Network* network,
|
/external/chromium_org/v8/tools/testrunner/server/ |
work_handler.py | 38 from ..network import endpoint
|
main.py | 42 from ..network import perfdata
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old_handlers.c | 76 * wpas_dbus_global_add_interface - Request registration of a network interface 83 * by dbus clients to register a network interface that wpa_supplicant 203 * by dbus clients to deregister a network interface that wpa_supplicant 248 * by dbus clients for the object path of an specific network interface. 290 * by dbus clients for the object path of an specific network interface. 323 * @wpa_s: wpa_supplicant structure for a network interface 327 * Handler function for "scan" method call of a network device. Requests 343 * @wpa_s: wpa_supplicant structure for a network interface 347 * Handler function for "scanResults" method call of a network device. Returns 370 /* Construct the object path for this network. Note that ': 1071 char *network = NULL; local [all...] |
/packages/apps/Settings/src/com/android/settings/ |
RadioInfo.java | 99 private TextView network; field in class:RadioInfo 260 network = (TextView) findViewById(R.id.network); 636 network.setText(display); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 502 tr("No network interfaces in use.\n" 659 QString network(id); 660 network.append(": "); 661 network.append(ssid); 662 networkSelect->addItem(network); 663 networkList->addItem(network); 679 networkSelect->addItem(tr("Select any network")); 876 tr("Disconnected from network.")); 879 tr("Connection to network established.")); 913 wpsStatusText->setText(tr("Network configuration received")) [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfigStore.java | 86 * (key, value) pairs for a given network are grouped together and can 89 * network. A network is identified by a unique ID_KEY. If there is no 123 /* configured networks with network id as the key */ 127 /* A network id is a unique identifier for a network configured in the 128 * supplicant. Network ids are generated when the supplicant reads 131 * that is generated from SSID and security type of the network. A mapping 132 * from the generated unique id to network id of the network is needed t 480 WifiConfiguration network = null; local [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
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_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/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/opencv/ml/include/ |
ml.h | [all...] |