HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 276 - 300 of 413) sorted by null

<<11121314151617

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
SelectorKernel.java 33 package com.jme3.network.kernel.tcp;
35 import com.jme3.network.Filter;
36 import com.jme3.network.kernel.*;
206 // smaller... the network is still likely to deliver things in
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
RmiSerializer.java 33 package com.jme3.network.rmi;
35 import com.jme3.network.serializing.Serializer;
36 import com.jme3.network.serializing.SerializerRegistration;
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.h 41 const chromeos::Network* network);
55 // Passes data needed to show details overlay for network.
60 // network item and a cellular network item respectively.
92 void PopulateDictionaryDetails(const chromeos::Network* net,
106 // Creates the map of a network.
124 // Fills network information into JS dictionary for displaying network lists.
127 // Refreshes the display of network information
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 112 Connection* GetBestConnectionOnNetwork(talk_base::Network* network);
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.h 12 #include "ash/system/chromeos/network/network_detailed_view.h"
13 #include "ash/system/chromeos/network/network_icon.h"
14 #include "ash/system/chromeos/network/network_icon_animation_observer.h"
62 const chromeos::NetworkState* network) OVERRIDE;
105 // Create and manage the network info bubble.
110 // Periodically request a network scan.
122 // A map of child views to their network service path.
125 // A map of network service paths to their view.
128 // An owned list of network info.
146 // A small bubble for displaying network info
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen.cc 16 #include "chromeos/network/network_handler.h"
17 #include "chromeos/network/network_state_handler.h"
85 void NetworkScreen::DefaultNetworkChanged(const NetworkState* network) {
139 // TODO(nkostylev): Check network connectivity.
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.h 47 // Shows a network connection dialog if none is currently visible.
49 // Shows a dialog to configure a new network. |type| must be a valid Shill
91 void InitWithNetworkState(const NetworkState* network);
117 // If |service_path| is NULL, a dialog for configuring a new network will
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.h 14 #include "chromeos/network/network_state_handler_observer.h"
55 // Callbacks to set network state properties.
77 // Refreshes the display of network information.
80 // Updates the display of network connection information for the details page
93 const chromeos::NetworkState* network) OVERRIDE;
107 // Additional callbacks to set network state properties.
129 // Handle various network commands and clicks on a network item
130 // in the network list.
150 // Fills network information into JS dictionary for displaying network lists
    [all...]
  /external/chromium_org/chromeos/dbus/
shill_manager_client.h 50 const base::DictionaryValue& network) = 0;
184 // return the encrypted credentials for connecting to the network represented
  /external/chromium_org/chromeos/network/
network_connection_handler.h 19 #include "chromeos/network/network_handler.h"
20 #include "chromeos/network/network_handler_callbacks.h"
21 #include "chromeos/network/network_state_handler_observer.h"
28 // The NetworkConnectionHandler class is used to manage network connection
32 // known to be available to connect to the network.
35 // 3. Possibly configure the network certificate info (tpm slot and pkcs11 id).
37 // 5. Wait for the network state to change to a non connecting state.
52 // No network matching |service_path| is found (hidden networks must be
56 // Already connected to the network.
59 // Already connecting to the network
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_message_filter.cc 454 const net::NetworkInterface& network = list->at(i); local
456 network_copy.name = network.name;
460 network.address, 0, &(network_copy.addresses[0]));
468 network_copy.display_name = network.name;
  /external/chromium_org/sync/notifier/
sync_system_resources.h 136 virtual PushClientChannel* network() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
UserMetrics.js 84 network: 3,
  /external/chromium_org/third_party/libjingle/source/talk/base/
network.h 47 class Network;
51 // Generic network manager interface. It provides list of local
55 typedef std::vector<Network*> NetworkList;
60 // Called when network list is updated.
63 // Indicates a failure when getting list of network interfaces.
66 // Start/Stop monitoring of network interfaces
76 // given network, so that quality is tracked appropriately. Does not
90 virtual void GetNetworks(std::vector<Network*>* networks) const;
95 typedef std::map<std::string, Network*> NetworkMap;
97 // |network_map_| already has a Network object for a network liste
    [all...]
  /external/libppp/src/
Makefile 42 BINGRP= network
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 488 port->Network()->name(), 0U,
865 std::set<talk_base::Network*> networks;
867 networks.insert(connections_[i]->port()->Network());
901 std::set<talk_base::Network*>::iterator network; local
    [all...]
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/java/com/example/android/network/sync/basicsyncadapter/
EntryListFragment.java 17 package com.example.android.network.sync.basicsyncadapter;
44 import com.example.android.network.sync.basicsyncadapter.provider.FeedContract;
50 * {@link com.example.android.network.sync.basicsyncadapter.provider.FeedProvider}. This content
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator_unittest.cc 58 void InvokeChangeState(CellularNetwork* network,
61 MobileActivator::ChangeState(network, new_state, error_description);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.cc 9 #include "ash/system/chromeos/network/network_icon.h"
10 #include "ash/system/chromeos/network/network_icon_animation.h"
15 #include "chromeos/network/network_state_handler.h"
25 // Timeout between consecutive requests to network library for network
48 // WebUI where network menu is located.
160 void NetworkDropdown::DefaultNetworkChanged(const NetworkState* network) {
165 const NetworkState* network) {
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-arm.mk 297 third_party/WebKit/Source/core/platform/network/BlobData.cpp \
298 third_party/WebKit/Source/core/platform/network/DNS.cpp \
299 third_party/WebKit/Source/core/platform/network/FormData.cpp \
300 third_party/WebKit/Source/core/platform/network/FormDataBuilder.cpp \
301 third_party/WebKit/Source/core/platform/network/HTTPHeaderMap.cpp \
302 third_party/WebKit/Source/core/platform/network/HTTPParsers.cpp \
303 third_party/WebKit/Source/core/platform/network/HTTPRequest.cpp \
304 third_party/WebKit/Source/core/platform/network/MIMEHeader.cpp \
305 third_party/WebKit/Source/core/platform/network/NetworkStateNotifier.cpp \
306 third_party/WebKit/Source/core/platform/network/ParsedContentType.cpp
    [all...]
webcore_platform.target.darwin-mips.mk 297 third_party/WebKit/Source/core/platform/network/BlobData.cpp \
298 third_party/WebKit/Source/core/platform/network/DNS.cpp \
299 third_party/WebKit/Source/core/platform/network/FormData.cpp \
300 third_party/WebKit/Source/core/platform/network/FormDataBuilder.cpp \
301 third_party/WebKit/Source/core/platform/network/HTTPHeaderMap.cpp \
302 third_party/WebKit/Source/core/platform/network/HTTPParsers.cpp \
303 third_party/WebKit/Source/core/platform/network/HTTPRequest.cpp \
304 third_party/WebKit/Source/core/platform/network/MIMEHeader.cpp \
305 third_party/WebKit/Source/core/platform/network/NetworkStateNotifier.cpp \
306 third_party/WebKit/Source/core/platform/network/ParsedContentType.cpp
    [all...]
webcore_platform.target.darwin-x86.mk 297 third_party/WebKit/Source/core/platform/network/BlobData.cpp \
298 third_party/WebKit/Source/core/platform/network/DNS.cpp \
299 third_party/WebKit/Source/core/platform/network/FormData.cpp \
300 third_party/WebKit/Source/core/platform/network/FormDataBuilder.cpp \
301 third_party/WebKit/Source/core/platform/network/HTTPHeaderMap.cpp \
302 third_party/WebKit/Source/core/platform/network/HTTPParsers.cpp \
303 third_party/WebKit/Source/core/platform/network/HTTPRequest.cpp \
304 third_party/WebKit/Source/core/platform/network/MIMEHeader.cpp \
305 third_party/WebKit/Source/core/platform/network/NetworkStateNotifier.cpp \
306 third_party/WebKit/Source/core/platform/network/ParsedContentType.cpp
    [all...]
webcore_platform.target.linux-arm.mk 297 third_party/WebKit/Source/core/platform/network/BlobData.cpp \
298 third_party/WebKit/Source/core/platform/network/DNS.cpp \
299 third_party/WebKit/Source/core/platform/network/FormData.cpp \
300 third_party/WebKit/Source/core/platform/network/FormDataBuilder.cpp \
301 third_party/WebKit/Source/core/platform/network/HTTPHeaderMap.cpp \
302 third_party/WebKit/Source/core/platform/network/HTTPParsers.cpp \
303 third_party/WebKit/Source/core/platform/network/HTTPRequest.cpp \
304 third_party/WebKit/Source/core/platform/network/MIMEHeader.cpp \
305 third_party/WebKit/Source/core/platform/network/NetworkStateNotifier.cpp \
306 third_party/WebKit/Source/core/platform/network/ParsedContentType.cpp
    [all...]
webcore_platform.target.linux-mips.mk 297 third_party/WebKit/Source/core/platform/network/BlobData.cpp \
298 third_party/WebKit/Source/core/platform/network/DNS.cpp \
299 third_party/WebKit/Source/core/platform/network/FormData.cpp \
300 third_party/WebKit/Source/core/platform/network/FormDataBuilder.cpp \
301 third_party/WebKit/Source/core/platform/network/HTTPHeaderMap.cpp \
302 third_party/WebKit/Source/core/platform/network/HTTPParsers.cpp \
303 third_party/WebKit/Source/core/platform/network/HTTPRequest.cpp \
304 third_party/WebKit/Source/core/platform/network/MIMEHeader.cpp \
305 third_party/WebKit/Source/core/platform/network/NetworkStateNotifier.cpp \
306 third_party/WebKit/Source/core/platform/network/ParsedContentType.cpp
    [all...]
webcore_platform.target.linux-x86.mk 297 third_party/WebKit/Source/core/platform/network/BlobData.cpp \
298 third_party/WebKit/Source/core/platform/network/DNS.cpp \
299 third_party/WebKit/Source/core/platform/network/FormData.cpp \
300 third_party/WebKit/Source/core/platform/network/FormDataBuilder.cpp \
301 third_party/WebKit/Source/core/platform/network/HTTPHeaderMap.cpp \
302 third_party/WebKit/Source/core/platform/network/HTTPParsers.cpp \
303 third_party/WebKit/Source/core/platform/network/HTTPRequest.cpp \
304 third_party/WebKit/Source/core/platform/network/MIMEHeader.cpp \
305 third_party/WebKit/Source/core/platform/network/NetworkStateNotifier.cpp \
306 third_party/WebKit/Source/core/platform/network/ParsedContentType.cpp
    [all...]

Completed in 3307 milliseconds

<<11121314151617