HomeSort by relevance Sort by last modified time
    Searched full:network (Results 1 - 25 of 6364) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/examples/
plaintext.conf 1 # Plaintext (no encryption) network
5 network={
6 ssid="example open network"
wep.conf 5 network={
6 ssid="example wep network"
wpa-psk-tkip.conf 5 network={
6 ssid="example wpa-psk network"
  /external/iproute2/man/man8/
ip-netns.8 3 ip-netns \- process network namespace management
27 A network namespace is logically another copy of the network stack,
28 with it's own routes, firewall rules, and network devices.
30 By convention a named network namespace is an object at
34 refers to the specified network namespace. Holding that file
35 descriptor open keeps the network namespace alive. The file
38 system call to change the network namespace associated with a task.
40 The convention for network namespace aware applications is to look
41 for global network configuration files first i
    [all...]
  /device/asus/flo/
system.prop 2 #set prefer network type
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
experimental_devtools_network.html 1 <h1>experimental.devtools.network</h1>
4 The <code>devtools.network</code> API is no longer experimental;
9 <a href="devtools.network.html">chrome.devtools.network</a>
  /external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/
devtools_network.html 1 {{+partials.standard_extensions_api api:apis.devtools/network intro:intros.devtools_network}}
  /external/sepolicy/
net.te 0 # Network types
  /external/chromium/chrome/browser/chromeos/net/
network_change_notifier_chromeos.cc 41 const chromeos::Network* network = lib->active_network(); local
43 // Check if active network was added, removed or changed.
44 if ((!network && has_active_network_) ||
45 (network && (!has_active_network_ ||
46 network->service_path() != service_path_ ||
47 network->ip_address() != ip_address_))) {
50 if (!network) {
56 service_path_ = network->service_path();
57 lib->AddNetworkObserver(network->service_path(), this)
    [all...]
  /frameworks/base/core/java/android/net/
package.html 3 Classes that help with network access, beyond the normal java.net.* APIs.
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
package.html 8 The network package contains the public API for the jME3
9 SpiderMonkey networking module. The {@link com.jme3.network.Network}
11 of {@link com.jme3.network.Client} and {@link com.jme3.network.Server}
  /external/chromium_org/chromeos/
chromeos.gyp 218 'network/certificate_pattern.cc',
219 'network/certificate_pattern.h',
220 'network/client_cert_util.cc',
221 'network/client_cert_util.h',
222 'network/cros_network_functions.cc',
223 'network/cros_network_functions.h',
224 'network/device_state.cc',
225 'network/device_state.h',
226 'network/favorite_state.cc',
227 'network/favorite_state.h'
    [all...]
  /external/chromium_org/chromeos/network/
network_state_handler_observer.h 18 // Observer class for all network state changes, including changes to
25 // Called when one or more network manager properties changes.
34 // The default network changed (includes VPNs) or one of its properties
38 // |network| will be NULL if there is no longer a default network.
39 virtual void DefaultNetworkChanged(const NetworkState* network);
41 // The connection state of |network| changed.
42 virtual void NetworkConnectionStateChanged(const NetworkState* network);
44 // One or more properties of |network| have been updated. Note: this will get
48 virtual void NetworkPropertiesUpdated(const NetworkState* network);
    [all...]
network_state_handler_observer.cc 5 #include "chromeos/network/network_state_handler_observer.h"
25 const NetworkState* network) {
29 const NetworkState* network) {
33 const NetworkState* network) {
  /frameworks/base/docs/downloads/training/
BasicSyncAdapter.zip 
  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier.cc 5 #include "ash/system/chromeos/network/network_state_notifier.h"
8 #include "ash/system/chromeos/network/network_connect.h"
9 #include "ash/system/chromeos/network/network_observer.h"
14 #include "chromeos/network/network_connection_handler.h"
15 #include "chromeos/network/network_event_log.h"
16 #include "chromeos/network/network_state.h"
17 #include "chromeos/network/network_state_handler.h"
69 // Trigger any pending connect failed error if the network list changes
71 // case a connect attempt fails because a network is no longer visible.
78 void NetworkStateNotifier::DefaultNetworkChanged(const NetworkState* network) {
142 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local
    [all...]
network_observer.cc 5 #include "ash/system/chromeos/network/network_observer.h"
7 #include "chromeos/network/network_state.h"
14 const chromeos::NetworkState* network) {
15 if (!network)
17 const std::string& type = network->type();
19 const std::string& technology = network->network_technology();
  /external/chromium_org/ppapi/api/private/
ppb_network_list_private.idl 17 * Type of a network interface.
22 * Type of the network interface is not known.
27 * Wired Ethernet network.
32 * Wireless Wi-Fi network.
37 * Cellular network (e.g. LTE).
43 * State of a network interface.
48 * Network interface is down.
53 * Network interface is up.
60 * list of network interfaces and their configuration. The content of
79 * @return Returns number of available network interfaces or 0 i
    [all...]
  /external/chromium_org/ash/
ash_chromeos_strings.grdp 14 <!-- Status Tray Network strings -->
15 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the network dialog header.">
16 Network
19 Private Network
21 <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The ethernet network device.">
24 <message name="IDS_ASH_STATUS_TRAY_WIFI" desc="The wifi network device.">
30 <message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text for the network info button.">
31 Network Info
33 <message name="IDS_ASH_STATUS_TRAY_IP" desc="The label for the IP address of the network:">
36 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to display in the network info bubble when it is otherwise empty."
    [all...]
  /external/chromium_org/chrome/browser/chromeos/net/
proxy_config_handler.h 9 #include "chromeos/network/onc/onc_constants.h"
25 // Get the proxy configuration including per-network policies for network
26 // |network|. If |profile_prefs| is NULL, then only shared settings (and device
32 const NetworkState& network,
36 const NetworkState& network);
  /external/chromium/chrome/common/extensions/docs/examples/api/processes/process_monitor/
popup.html 11 "<td>Network</td>" +
25 // Format network string like task manager
26 var network = process.network;
27 if (network > 1024) {
28 network = (network / 1024).toFixed(1) + " kB/s";
29 } else if (network > 0) {
30 network += " B/s";
31 } else if (network == -1)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
networkLogView.css 1 .network-log-grid.data-grid {
10 .network-log-grid.data-grid table.data {
15 .network-log-grid.data-grid.small table.data {
19 .network-log-grid.data-grid td {
26 .network-log-grid.data-grid.small td {
30 .network-log-grid.data-grid th {
35 .network-log-grid.data-grid.small th {
39 .network-log-grid.data-grid th,
40 .network-log-grid.data-grid th.sort-descending,
41 .network-log-grid.data-grid th.sort-ascending
    [all...]
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 11 #include "ash/system/chromeos/network/network_connect.h"
196 CellularNetwork* network = FindMatchingCellularNetwork(true); local
197 if (network && network->activate_over_non_cellular_network()) {
202 ChangeState(network, post_reconnect_state_, "");
204 ChangeState(network, PLAN_ACTIVATION_WAITING_FOR_CONNECTION, "");
208 EvaluateCellularNetwork(network);
212 const Network* network) {
216 if (!network || network->type() != TYPE_CELLULAR)
238 CellularNetwork* network = lib->FindCellularNetworkByPath(service_path); local
265 CellularNetwork* network = FindMatchingCellularNetwork(false); local
289 CellularNetwork* network = FindMatchingCellularNetwork(true); local
308 CellularNetwork* network = FindMatchingCellularNetwork(true); local
353 CellularNetwork* network = *it; local
377 CellularNetwork* network = FindMatchingCellularNetwork(true); local
424 CellularNetwork* network = FindMatchingCellularNetwork(true); local
431 CellularNetwork* network = FindMatchingCellularNetwork(true); local
502 CellularNetwork* network = FindMatchingCellularNetwork(true); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_parser.cc 79 //----------- Network Parser -----------------
89 Network* NetworkParser::CreateNetworkFromInfo(
93 if (type == TYPE_UNKNOWN) // Return NULL if cannot parse network type.
95 scoped_ptr<Network> network(CreateNewNetwork(type, service_path));
96 UpdateNetworkFromInfo(info, network.get());
97 VLOG(2) << "Created Network '" << network->name()
100 return network.release();
104 Network* network)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
main_status.js 6 var networkStatus = $('network-status');
7 network.status.NetworkStatusList.decorate(networkStatus);
12 chrome.extension.getURL('config.html?network=' + action.networkId);
13 window.open(configUrl, 'network-config-frame');

Completed in 671 milliseconds

1 2 3 4 5 6 7 8 91011>>