Searched refs:network (Results 1 - 25 of 365) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DMessage.java33 package com.jme3.network;
35 import com.jme3.network.serializing.Serializable;
38 * Interface implemented by all network messages.
H A DFilter.java33 package com.jme3.network;
H A DErrorListener.java33 package com.jme3.network;
H A DMessageListener.java33 package com.jme3.network;
H A DConnectionListener.java33 package com.jme3.network;
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/css/
H A Dstatus.css6 .network-dropdown {
10 iframe[name=network-config-frame] {
/external/iproute2/ip/
H A Droutel18 while read network rest
27 case $network in
28 broadcast|local|unreachable) via=$network
29 network=$1
40 echo "$network $via $src $proto $scope $dev $table"
46 { network=$1;
48 if(match(network,"/"))
49 { mask=" "substr(network,RSTART+1);
50 network=substr(network,
[all...]
/external/chromium/chrome/browser/chromeos/net/
H A Dnetwork_change_notifier_chromeos.cc41 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);
58 ip_address_ = network
67 OnNetworkChanged( chromeos::NetworkLibrary* cros, const chromeos::Network* network) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DnetworkLogView.css31 .network-log-grid.data-grid {
36 .network-summary-bar {
47 .network-summary-bar .warning-icon-small {
51 .network-log-grid.data-grid table.data {
56 .network-log-grid.data-grid.small table.data {
60 .network-log-grid.data-grid td {
67 .network-log-grid.data-grid.small td {
71 .network-log-grid.data-grid th {
77 .network-log-grid.data-grid.small th {
81 .network
[all...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DConnectorFactory.java33 package com.jme3.network.base;
35 import com.jme3.network.kernel.Connector;
H A DNioKernelFactory.java33 package com.jme3.network.base;
35 import com.jme3.network.kernel.Kernel;
36 import com.jme3.network.kernel.tcp.SelectorKernel;
H A DTcpConnectorFactory.java33 package com.jme3.network.base;
35 import com.jme3.network.kernel.Connector;
36 import com.jme3.network.kernel.tcp.SocketConnector;
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dplaintext.conf1 # Plaintext (no encryption) network
5 network={
6 ssid="example open network"
/external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
H A DCompressedMessage.java33 package com.jme3.network.message;
35 import com.jme3.network.AbstractMessage;
36 import com.jme3.network.Message;
37 import com.jme3.network.serializing.Serializable;
H A DGZIPCompressedMessage.java33 package com.jme3.network.message;
35 import com.jme3.network.Message;
36 import com.jme3.network.serializing.Serializable;
H A DClientRegistrationMessage.java33 package com.jme3.network.message;
35 import com.jme3.network.AbstractMessage;
36 import com.jme3.network.serializing.Serializable;
H A DZIPCompressedMessage.java33 package com.jme3.network.message;
35 import com.jme3.network.Message;
36 import com.jme3.network.serializing.Serializable;
/external/chromium_org/chromeos/network/
H A Dnetwork_state_handler_observer.cc5 #include "chromeos/network/network_state_handler_observer.h"
22 const NetworkState* network) {
26 const NetworkState* network) {
30 const NetworkState* network) {
21 DefaultNetworkChanged( const NetworkState* network) argument
25 NetworkConnectionStateChanged( const NetworkState* network) argument
29 NetworkPropertiesUpdated( const NetworkState* network) argument
H A Dnetwork_state_handler_observer.h18 // Observer class for all network state changes, including changes to
31 // The default network changed (includes VPNs) or one of its properties
35 // |network| will be NULL if there is no longer a default network.
36 virtual void DefaultNetworkChanged(const NetworkState* network);
38 // The connection state of |network| changed.
39 virtual void NetworkConnectionStateChanged(const NetworkState* network);
41 // One or more properties of |network| have been updated. Note: this will get
45 virtual void NetworkPropertiesUpdated(const NetworkState* network);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
H A DRemoteMethodReturnMessage.java33 package com.jme3.network.rmi;
35 import com.jme3.network.AbstractMessage;
36 import com.jme3.network.serializing.Serializable;
H A DRemoteObjectDefMessage.java33 package com.jme3.network.rmi;
35 import com.jme3.network.AbstractMessage;
36 import com.jme3.network.serializing.Serializable;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.conf19 # file whenever configuration is changed (e.g., new network block is added with
26 # global configuration (shared by all network blocks)
46 # possible to run wpa_supplicant as root (since it needs to change network
49 # change the network configuration, this access needs to be protected in many
93 # the currently enabled networks are found, a new network (IBSS or AP mode
103 # the network blocks in the configuration file are tried one by one until
104 # the driver reports successful association; each network block should have
107 # When using IBSS or AP mode, ap_scan=2 mode can force the new network to be
110 # networks are found, a new IBSS or AP mode network is created.
133 # loaded here before being used in the network block
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dnetwork.css20 #network-log-container {
29 #network-log-container p {
35 #network-status-table {
39 #network-status-table tr td {
44 .network-status-table-header {
48 .network-level-tag {
55 .network-log-level-event {
59 .network-log-level-error {
63 .network-log-level-debug {
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/
H A Dpopup.js36 // Format network string like task manager
37 var network = process.network;
38 if (network > 1024) {
39 network = (network / 1024).toFixed(1) + " kB/s";
40 } else if (network > 0) {
41 network += " B/s";
42 } else if (network == -1) {
43 network
[all...]
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc138 // Called when the network layer has requested a resource underneath
175 const chromeos::Network* network);
248 bool NeedsReconnecting(chromeos::CellularNetwork* network,
251 // Disconnect from network.
252 void DisconnectFromNetwork(chromeos::CellularNetwork* network);
253 // Connects to cellular network, resets connection timer.
254 bool ConnectToNetwork(chromeos::CellularNetwork* network, int delay);
256 void ForceReconnect(chromeos::CellularNetwork* network, int delay);
259 // Verify the state of cellular network and modify internal state.
260 void EvaluateCellularNetwork(chromeos::CellularNetwork* network);
403 chromeos::CellularNetwork* network = GetCellularNetwork(service_path_); local
499 OnNetworkChanged(chromeos::NetworkLibrary* cros, const chromeos::Network* network) argument
535 chromeos::CellularNetwork* network = GetCellularNetwork(service_path_); local
570 chromeos::CellularNetwork* network = GetCellularNetwork(service_path_); local
596 chromeos::CellularNetwork* network = GetCellularNetwork(); local
622 DisconnectFromNetwork( chromeos::CellularNetwork* network) argument
633 NeedsReconnecting( chromeos::CellularNetwork* network, PlanActivationState* new_state, std::string* error_description) argument
657 ConnectToNetwork( chromeos::CellularNetwork* network, int delay) argument
688 ForceReconnect( chromeos::CellularNetwork* network, int delay) argument
713 EvaluateCellularNetwork( chromeos::CellularNetwork* network) argument
1036 CompleteActivation( chromeos::CellularNetwork* network) argument
1053 UpdatePage( chromeos::CellularNetwork* network, const std::string& error_description) argument
1067 ChangeState(chromeos::CellularNetwork* network, PlanActivationState new_state, const std::string& error_description) argument
1180 SetupActivationProcess( chromeos::CellularNetwork* network) argument
1219 GotActivationError( chromeos::CellularNetwork* network, std::string* error) argument
1263 GetDeviceInfo(chromeos::CellularNetwork* network, DictionaryValue* value) argument
1323 chromeos::CellularNetwork* network = GetCellularNetwork(); local
[all...]

Completed in 618 milliseconds

1234567891011>>