HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 126 - 150 of 395) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestChatClient.java 32 package jme3test.network;
34 import com.jme3.network.Client;
35 import com.jme3.network.Message;
36 import com.jme3.network.MessageListener;
37 import com.jme3.network.Network;
43 import jme3test.network.TestChatServer.ChatMessage;
90 client = Network.connectToServer(TestChatServer.NAME, TestChatServer.VERSION,
TestSerialization.java 33 package jme3test.network;
35 import com.jme3.network.*;
36 import com.jme3.network.serializing.Serializable;
37 import com.jme3.network.serializing.Serializer;
146 Server server = Network.createServer( 5110 );
149 Client client = Network.connectToServer( "localhost", 5110 );
  /frameworks/volley/src/com/android/volley/
RequestQueue.java 35 * resolving from either cache or network on a worker thread, and then delivering
68 /** The queue of requests that are actually going out to the network. */
72 /** Number of network request dispatcher threads to start. */
78 /** Network interface for performing requests. */
79 private final Network mNetwork;
84 /** The network dispatchers. */
94 * @param network A Network interface for performing HTTP requests
95 * @param threadPoolSize Number of network dispatcher threads to create
98 public RequestQueue(Cache cache, Network network, int threadPoolSize
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunport.h 51 talk_base::Network* network,
54 StunPort* port = new StunPort(thread, factory, network,
87 talk_base::Network* network, uint32 ip, int min_port, int max_port,
  /external/chromium_org/chromeos/network/onc/
onc_normalizer.cc 5 #include "chromeos/network/onc/onc_normalizer.h"
11 #include "chromeos/network/onc/onc_signature.h"
148 void Normalizer::NormalizeNetworkConfiguration(base::DictionaryValue* network) {
150 network->GetBooleanWithoutPathExpansion(::onc::kRemove, &remove);
152 network->RemoveWithoutPathExpansion(::onc::network_config::kIPConfigs,
154 network->RemoveWithoutPathExpansion(::onc::network_config::kName, NULL);
155 network->RemoveWithoutPathExpansion(::onc::network_config::kNameServers,
157 network->RemoveWithoutPathExpansion(::onc::network_config::kProxySettings,
159 network->RemoveWithoutPathExpansion(::onc::network_config::kSearchDomains,
161 network->RemoveWithoutPathExpansion(::onc::network_config::kType, NULL)
    [all...]
  /external/chromium_org/remoting/client/plugin/
pepper_network_manager.cc 66 // Convert the networks to talk_base::Network.
67 std::vector<talk_base::Network*> networks;
79 talk_base::Network* network = new talk_base::Network( local
81 network->AddIP(address.ipaddr());
82 networks.push_back(network);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
MessageProtocol.java 33 package com.jme3.network.base;
35 import com.jme3.network.Message;
36 import com.jme3.network.serializing.Serializer;
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
SocketConnector.java 33 package com.jme3.network.kernel.tcp;
35 import com.jme3.network.kernel.Connector;
36 import com.jme3.network.kernel.ConnectorException;
50 * the buffering in the OS network layer.
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpConnector.java 33 package com.jme3.network.kernel.udp;
35 import com.jme3.network.kernel.Connector;
36 import com.jme3.network.kernel.ConnectorException;
  /frameworks/native/cmds/dumpstate/
dumpstate.c 51 char network[PROPERTY_VALUE_MAX], date[80]; local
59 property_get("gsm.operator.alpha", network, "(unknown)");
71 printf("Network: %s\n", network);
155 dump_file("NETWORK DEV INFO", "/proc/net/dev");
156 dump_file("QTAGUID NETWORK INTERFACES INFO", "/proc/net/xt_qtaguid/iface_stat_all");
157 dump_file("QTAGUID NETWORK INTERFACES INFO (xt)", "/proc/net/xt_qtaguid/iface_stat_fmt");
161 dump_file("NETWORK ROUTES", "/proc/net/route");
162 dump_file("NETWORK ROUTES IPV6", "/proc/net/ipv6_route");
174 run_command("NETWORK INTERFACES", 10, SU_PATH, "root", "netcfg", NULL)
    [all...]
  /external/chromium/chrome/browser/chromeos/net/
network_change_notifier_chromeos.h 33 const chromeos::Network* network) OVERRIDE;
35 // Updates data members that keep the track the network stack state.
38 // True if we previously had an active network around.
40 // Current active network's connectivity state.
42 // Current active network's service path.
44 // Current active network's IP address.
  /external/chromium_org/chrome/browser/chromeos/login/
auth_prewarmer.h 10 #include "chromeos/network/network_state_handler_observer.h"
22 // Class for prewarming authentication network connection.
33 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
mock_error_screen.h 33 const std::string& network));
error_screen.cc 66 const std::string& network) {
68 actor_->SetErrorState(error_state, network);
network_screen.h 14 #include "chromeos/network/network_state_handler_observer.h"
37 const NetworkState* network) OVERRIDE;
38 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE;
47 // Subscribes NetworkScreen to the network change notification,
48 // forces refresh of current network state.
60 // Subscribes to network change notifications.
63 // Unsubscribes from network change notifications.
69 // Called by |connection_timer_| when connection to the network timed out.
72 // Update UI based on current network status.
75 // Stops waiting for network to connect
    [all...]
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl.h 22 #include "chromeos/network/network_state_handler_observer.h"
36 // This class handles all notifications about network changes from
38 // network to CaptivePortalService.
54 const chromeos::NetworkState* network) OVERRIDE;
62 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE;
121 // Stores captive portal state for a |network|.
122 void SetCaptivePortalState(const NetworkState* network,
125 // Notifies observers that portal detection is completed for a |network|.
126 void NotifyPortalDetectionCompleted(const NetworkState* network,
147 // network. Used by unit tests
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_network_monitor_host.cc 99 const net::NetworkInterface& network = list->at(i); local
101 network_copy.name = network.name;
106 network.address, 0, &(network_copy.addresses[0]));
114 network_copy.display_name = network.name;
  /external/ipsec-tools/src/racoon/
isakmp_unity.h 65 struct unity_network network; member in struct:unity_netentry
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Client.java 33 package com.jme3.network;
  /external/ppp/pppd/
ipxcp.h 48 #define IPX_NETWORK_NUMBER 1 /* IPX Network Number */
64 bool neg_nn; /* Negotiate IPX network number? */
65 bool req_nn; /* Ask peer to send IPX network number */
73 bool accept_network; /* accept network number */
78 u_int32_t his_network; /* base network number */
79 u_int32_t our_network; /* our value for network number */
80 u_int32_t network; /* the final network number */ member in struct:ipxcp_options
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 29 #include "chromeos/network/device_state.h"
30 #include "chromeos/network/network_configuration_handler.h"
31 #include "chromeos/network/network_event_log.h"
32 #include "chromeos/network/network_state.h"
33 #include "chromeos/network/network_state_handler.h"
34 #include "chromeos/network/network_state_handler_observer.h"
87 // Converts the network properties into a JS object.
194 // The network is not yet activated, and the webui is in activation flow.
196 // The network is activated, the webui displays network portal
507 const NetworkState* network = nsh->GetNetworkState(path.substr(1)); local
573 const NetworkState* network = local
    [all...]
  /external/chromium_org/chromeos/network/
client_cert_resolver.cc 5 #include "chromeos/network/client_cert_resolver.h"
22 #include "chromeos/network/certificate_pattern.h"
23 #include "chromeos/network/client_cert_util.h"
24 #include "chromeos/network/favorite_state.h"
25 #include "chromeos/network/managed_network_configuration_handler.h"
26 #include "chromeos/network/network_state_handler.h"
27 #include "chromeos/network/network_ui_data.h"
34 // Describes a network |network_path| for which a matching certificate |cert_id|
87 // Describes a network that is configured with the certificate pattern
178 LOG(WARNING) << "Couldn't find a matching client cert for network "
342 const FavoriteState* network = local
361 const FavoriteState* network = *it; local
    [all...]
  /external/chromium/chrome/browser/chromeos/
network_message_observer.h 20 // The network message observer displays a system notification for network
39 virtual bool CheckNetworkFailed(const Network* network);
47 const Network* network);
56 // Network state by service path.
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.h 28 // The network menu button in the status area.
31 // wifi/cellular network.
33 // The network menu looks like this:
36 // <icon> Wifi Network A
37 // <icon> Wifi Network B
38 // <icon> Wifi Network C
39 // <icon> Cellular Network A
40 // <icon> Cellular Network B
41 // <icon> Cellular Network C
48 // Network settings..
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 38 // Network properties.
49 // Called when the network layer has requested a resource underneath
170 // We need to remove duplicates from the list because same network with
173 // network in UI.
175 DictionaryValue* network = new DictionaryValue(); local
176 network->SetString(kNetworkIdProperty, it->network_id);
178 network->SetString(kOperatorNameProperty, it->long_name);
180 network->SetString(kOperatorNameProperty, it->short_name);
182 network->SetString(kOperatorNameProperty, it->network_id);
183 network->SetString(kStatusProperty, it->status)
    [all...]

Completed in 456 milliseconds

1 2 3 4 56 7 8 91011>>