HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 176 - 200 of 402) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
tcpport.h 50 talk_base::Network* network,
56 TCPPort* port = new TCPPort(thread, factory, network,
78 talk_base::Network* network, const talk_base::IPAddress& ip,
relayport.h 57 talk_base::Network* network, const talk_base::IPAddress& ip,
60 return new RelayPort(thread, factory, network, ip, min_port, max_port,
87 talk_base::Network*, const talk_base::IPAddress& ip,
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
MessageListenerRegistry.java 33 package com.jme3.network.base;
35 import com.jme3.network.Message;
36 import com.jme3.network.MessageListener;
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
CollectionSerializer.java 33 package com.jme3.network.serializing.serializers;
35 import com.jme3.network.serializing.Serializer;
36 import com.jme3.network.serializing.SerializerRegistration;
SavableSerializer.java 33 package com.jme3.network.serializing.serializers;
38 import com.jme3.network.serializing.Serializer;
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 15 #include "ash/system/chromeos/network/network_connect.h"
16 #include "ash/system/chromeos/network/network_icon.h"
52 #include "chromeos/network/device_state.h"
53 #include "chromeos/network/favorite_state.h"
54 #include "chromeos/network/managed_network_configuration_handler.h"
55 #include "chromeos/network/network_configuration_handler.h"
56 #include "chromeos/network/network_connection_handler.h"
57 #include "chromeos/network/network_device_handler.h"
58 #include "chromeos/network/network_event_log.h"
59 #include "chromeos/network/network_ip_config.h
1211 const NetworkState* network = local
1301 const NetworkState* network = GetNetworkState(service_path); local
1512 const NetworkState* network = GetNetworkState(service_path); local
1967 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local
1983 const NetworkState* network = *iter; local
2003 const NetworkState* network = *iter; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen.h 59 // |error_state|, and |network|.
60 void SetErrorState(ErrorState error_state, const std::string& network);
error_screen_actor.h 20 // Possible network error reasons.
28 // Reason for a case when default network has changed.
64 const std::string& network) = 0;
network_screen.h 15 #include "chromeos/network/network_state_handler_observer.h"
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.
78 // Starts waiting for network connection. Shows spinner
    [all...]
update_screen.h 50 // Starts network check. Made virtual to simplify mocking.
77 const NetworkState* network,
113 const NetworkState* network,
158 // about state for the default network.
162 // the default network.
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_stub.h 31 const chromeos::NetworkState* network) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl.h 14 #include "chromeos/network/network_state_handler_observer.h"
15 #include "chromeos/network/onc/onc_constants.h"
24 // system i.e. network (via shill notifications)
26 // - persists proxy setting per network in flimflim
27 // - provides network stack with latest effective proxy configuration for
28 // currently active network via PrefProxyConfigTrackerImpl's mechanism of
41 // network stack.
54 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE;
59 // Returns true if proxy is to be ignored for this network profile and
60 // |onc_source|, e.g. this happens if the network is shared an
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
main_config.js 27 var networkConfig = $('network-config');
28 network.config.NetworkConfig.decorate(networkConfig);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
error_screen_handler.h 42 const std::string& network) OVERRIDE;
66 // Network state informer used to keep error screen up.
  /external/chromium_org/chrome/test/functional/
chromeos_wifi_functional.py 47 """Verify if we are connected to the network.
51 2. If we are not connected to the network.
52 3. If we did not find the network in the wifi_networks list.
55 newtork_ssid: The network to which we are supposed to be connected to.
56 status: The status that we expect the network to have, by default it
68 msg='Unexpected network status %s, Network %s should have '
73 self.fail(msg='Did not find the network %s in the '
77 """A shared encrypted network can connect and is remembered.
79 Note: This test does not verify that the network is added to the publi
    [all...]
  /external/chromium_org/chromeos/network/onc/
onc_normalizer.h 10 #include "chromeos/network/onc/onc_mapper.h"
43 void NormalizeNetworkConfiguration(base::DictionaryValue* network);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Server.java 33 package com.jme3.network;
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
EndpointEvent.java 33 package com.jme3.network.kernel;
NamedThreadFactory.java 33 package com.jme3.network.kernel;
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 23 // network, you might allow anyone to perform updates. To do that, you just
29 // On a machine connected to the Internet or other large open network,
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.h 58 talk_base::Network* network, uint32 ip, int min_port, int max_port,
61 return new RelayPort(thread, factory, network, ip, min_port, max_port,
88 talk_base::Network*, uint32 ip, int min_port, int max_port,
udpport.cc 40 talk_base::Network* network,
42 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port),
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
RemoteObject.java 33 package com.jme3.network.rmi;
35 import com.jme3.network.HostedConnection;
  /external/qemu/
tcpdump.c 53 uint32_t network; member in struct:__anon27427
64 h.network = PCAP_ETHERNET;
  /frameworks/volley/src/com/android/volley/
NetworkDispatcher.java 26 * Provides a thread for performing network dispatch from a queue of requests.
28 * Requests added to the specified queue are processed from the network via a
29 * specified {@link Network} interface. Responses are committed to cache, if
37 /** The network interface for processing requests. */
38 private final Network mNetwork;
47 * Creates a new network dispatcher thread. You must call {@link #start()}
51 * @param network Network interface to use for performing requests
56 Network network, Cache cache
    [all...]

Completed in 1071 milliseconds

1 2 3 4 5 6 78 91011>>