/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.h | 182 Connection* GetBestConnectionOnNetwork(talk_base::Network* network);
|
port.cc | 154 // the same foundation pairs are likely to have similar network 166 talk_base::Network* network, const talk_base::IPAddress& ip, 171 network_(network), 191 talk_base::Network* network, const talk_base::IPAddress& ip, 198 network_(network), [all...] |
/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/utility/local_discovery/ |
service_discovery_client_impl.cc | 85 CreateTransaction(false /*network*/, true /*cache*/, false /*force refresh*/, 90 bool network, bool cache, bool force_refresh, 93 if (network) 253 CreateTransaction(true /*network*/, false /*cache*/, force_update,
|
/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/ |
fake_shill_manager_client.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" 20 #include "chromeos/network/shill_property_util.h" 404 virtual void NetworkPropertiesUpdated(const NetworkState* network) OVERRIDE { 405 property_updates_[network->path()]++;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
network_unittest.cc | 28 #include "talk/base/network.h" 61 const Network& network) { 62 return network_manager.IsIgnoredNetwork(network); 86 // Test that the Network ctor works properly. 88 Network ipv4_network1("test_eth0", "Test Network Adapter 1", 91 EXPECT_EQ("Test Network Adapter 1", ipv4_network1.description()); 99 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/chromium_org/sync/notifier/ |
sync_system_resources.cc | 371 SyncNetworkChannel* SyncSystemResources::network() { function in class:syncer::SyncSystemResources
|
/external/opencv/ml/include/ |
ml.h | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GSMPhone.java | 733 // Only look at the Network portion for mmi [all...] |
/external/chromium_org/chrome/browser/chromeos/options/ |
vpn_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_state.h" 19 #include "chromeos/network/network_state_handler.h" 20 #include "chromeos/network/network_ui_data.h" 383 // Shill no longer knows about this network (edge case). 385 NET_LOG_ERROR("Network not found", service_path_); [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/v8/tools/ |
run-tests.py | 46 from testrunner.network import network_execution 129 result.add_option("--no-network", "--nonetwork", 130 help="Don't distribute tests on the network", 218 print("Specifying --command-prefix disables network distribution, " 414 # Run the tests, either locally or distributed on the network. 424 print("Network distribution disabled, running tests locally.") 426 print("Network distribution is only supported on Linux, sorry!") 435 print("No other peers on the network; running tests locally.")
|
/frameworks/base/docs/html/training/ |
training_toc.cs | 489 "How to find and connect to local devices using Network Service 495 Using Network Service Discovery 510 <a href="<?cs var:toroot ?>training/basics/network-ops/index.html" 512 "How to create a network connection, monitor the connection for changes 514 >Performing Network Operations</a> 517 <li><a href="<?cs var:toroot ?>training/basics/network-ops/connecting.html"> 518 Connecting to the Network 521 <li><a href="<?cs var:toroot ?>training/basics/network-ops/managing.html"> 522 Managing Network Usage 525 <li><a href="<?cs var:toroot ?>training/basics/network-ops/xml.html" [all...] |