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

<<11121314151617

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSourceBase.cpp 184 DEFINE_STATIC_LOCAL(const AtomicString, network, ("network", AtomicString::ConstructFromLiteral));
199 } else if (error == network) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.h 10 #include "talk/base/network.h"
61 // Identifier for a network interface and proxy address pair.
72 // Comparator implementation identifying unique network interface and
93 // Contains information of a network interface and proxy address pair.
147 // Runs a request/response check on all network interface and proxy
216 const PortConfiguration* config, talk_base::Network* network);
219 const PortConfiguration* config, talk_base::Network* network);
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 53 MPLT.pump = Components.classes['@mozilla.org/network/input-stream-pump;1']
63 * Listener for network input
168 * If the URL being visited died as part of a network error
191 MPLT.serverSocket = Components.classes['@mozilla.org/network/server-socket;1']
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
seek.js 58 throw new Error('Cannot seek in network state: ' + element.networkState);
  /external/tcpdump/
print-olsr.c 119 u_int8_t network[4]; member in struct:olsr_hna
362 ipaddr_string(ptr.hna->network),
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 36 DictionaryValue* GetNetworkInfoDict(const chromeos::Network* network) {
38 item->SetString("name", network->name());
39 item->SetString("device_path", network->device_path());
40 item->SetString("ip_address", network->ip_address());
41 item->SetString("status", network->GetStateString());
274 // Ethernet network.
405 reply.SendError("No network found with specified service path.");
474 reply.SendError("Not connected to any wifi network.");
  /external/iproute2/doc/
ip-tunnels.tex 52 ``network unreachable'' and after this I found a strange direct route
56 connected network has not any exceptions. You may tell kernel, that
203 collapse of routing or flooding network with exponentially
330 anyone on the Internet may inject to your network any packets with
390 tunnel is not quite appropriate in this case, it is rather virtual network).
397 This tunnel is true broadcast network and broadcast packets are
400 if multicast routing is supported in surrounding network, all GRE nodes
402 broadcast network. If multicast routing does not work, it is unpleasant
403 but not fatal flaw. The tunnel becomes NBMA rather than broadcast network.
416 to GRE virtual network or ask for informatio
    [all...]
  /external/ppp/pppd/
ipxcp.c 131 { "ipx-network", o_uint32, &ipxcp_wantoptions[0].our_network,
132 "Set our IPX network number", OPT_PRIO, &ipxcp_wantoptions[0].neg_nn },
134 { "ipxcp-accept-network", o_bool, &ipxcp_wantoptions[0].accept_network,
135 "Accept peer IPX network number", 1,
209 #define CILEN_NETN 6 /* network number length option */
247 * Make a string representation of a network IP address.
396 wo->network = 0;
1034 * The network number must match. Choose the larger of the two.
1037 /* if we wont negotiate the network number or the length is wrong
1045 /* If the network numbers match then acknowledge them. *
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
tray_network.cc 5 #include "ash/system/chromeos/network/tray_network.h"
9 #include "ash/system/chromeos/network/network_icon_animation.h"
10 #include "ash/system/chromeos/network/network_state_list_detailed_view.h"
11 #include "ash/system/chromeos/network/network_tray_delegate.h"
12 #include "ash/system/chromeos/network/tray_network_state_observer.h"
23 #include "chromeos/network/network_state.h"
24 #include "chromeos/network/network_state_handler.h"
263 const chromeos::NetworkState* network) OVERRIDE {
546 void TrayNetwork::NetworkServiceChanged(const chromeos::NetworkState* network) {
548 detailed_->NetworkServiceChanged(network);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.cc 14 #include "chromeos/network/network_state.h"
15 #include "chromeos/network/network_state_handler.h"
495 void BurnManager::DefaultNetworkChanged(const NetworkState* network) {
497 if (state_machine_->state() == StateMachine::INITIAL && network)
500 if (state_machine_->state() == StateMachine::DOWNLOADING && !network)
  /external/chromium_org/chrome/browser/chromeos/login/
webui_login_view.cc 29 #include "chromeos/network/network_state.h"
30 #include "chromeos/network/network_state_handler.h"
311 const NetworkState* network = local
313 if (!network) {
314 LOG(ERROR) << "No default network found!";
318 new ProxySettingsDialog(*network, NULL, GetNativeWindow());
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterTests/src/com/example/android/network/sync/basicsyncadapter/provider/
FeedProviderTest.java 1 package com.example.android.network.sync.basicsyncadapter.provider;
14 assertEquals(Uri.parse("content://com.example.android.network.sync.basicsyncadapter/entries"),
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 35 #include "talk/base/network.h"
126 // network (or a timeout occurs), we will start allocating ports.
137 void DisableEquivalentPhases(talk_base::Network* network,
socketmonitor.cc 141 info.est_quality = connection->port()->network()->quality();
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.h 19 #include "chromeos/network/network_state_handler_observer.h"
33 // Monitors changes in disk mounts, network connection state and preferences
87 const chromeos::NetworkState* network) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.h 79 // Callback to initialize fields from uncached network properties.
128 // Parses a VPN UI |property| from the given |network|. |key| is the property
130 void ParseVPNUIProperty(const NetworkState* network,
181 // Cached VPN properties, only set when configuring an existing network.
  /external/chromium_org/chromeos/dbus/
shill_manager_client_stub.h 88 const base::DictionaryValue& network) OVERRIDE;
  /external/chromium_org/content/test/
webrtc_audio_device_test.h 202 explicit WebRTCTransportImpl(webrtc::VoENetwork* network);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 123 Connection* GetBestConnectionOnNetwork(talk_base::Network* network);
  /external/iptables/iptables/
iptables-apply 14 DEFAULT_FILE=/etc/network/iptables
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 968 * @network: (out) the configured network this object path refers to, if any
970 * Returns: The object path of the network interface this path refers to
972 * For a given object path, decomposes the object path into object id, network,
977 char **network,
1007 if (network && net_part) {
1008 /* Deal with a request for a configured network */
1014 *network = NULL;
1016 *network = os_strdup(net_name);
  /packages/apps/Settings/src/com/android/settings/net/
ChartDataLoader.java 37 * Loader for historical chart data for both network and UID details.
82 throw new RuntimeException("problem reading network stats", e);
89 data.network = mSession.getHistoryForNetwork(template, fields);
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 106 // network
107 String network = tm.getNetworkOperatorName(); local
108 addResult(NETWORK, network.trim());
  /external/chromium/chrome/browser/chromeos/
customization_document.cc 68 // Maximum number of retries to fetch file if network is not available.
71 // Delay between file fetch retries if network is not available.
327 NetworkLibrary* network = CrosLibrary::Get()->GetNetworkLibrary(); local
328 if (!network->Connected() && num_retries_ < kMaxFetchRetries) {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 35 #include "talk/base/network.h"
79 talk_base::PacketSocketFactory* factory, talk_base::Network* network,
119 // Identifies network that this port was allocated on.
120 talk_base::Network* network() { return network_; } function in class:cricket::Port
243 talk_base::Network* network_;

Completed in 2027 milliseconds

<<11121314151617