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

<<11121314151617

  /external/iproute2/doc/
ip-cref.tex 112 \item \verb|link| --- network device
225 \section{{\tt ip link} --- network device configuration}
228 \paragraph{Object:} A \verb|link| is a network device and the corresponding
242 --- \verb|NAME| specifies the network device on which to operate.
299 --- move the device to the network namespace associated with the process PID.
339 --- \verb|NAME| specifies the network device to show.
396 from other nodes on the network.
430 this mode exists only on broadcast links and is used by bridges and for network
437 no invariant value and its interpretation depends on the network protocols
551 to a network device. Each device must have at least one addres
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 110 "base/network.cc",
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 128 talk_base::PacketSocketFactory* factory, talk_base::Network* network,
133 network_(network),
694 // allow for changes in network conditions.
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
event_page.js 28 * network issue.
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnport.cc 177 talk_base::Network* network,
184 : Port(thread, RELAY_PORT_TYPE, factory, network, ip, min_port, max_port,
    [all...]
  /external/openssh/contrib/suse/
openssh.spec 56 two untrusted hosts over an insecure network. X11 connections and
70 two untrusted hosts over an insecure network. X11 connections and
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneProxy.java 782 public void selectNetworkManually(OperatorInfo network, Message response) {
783 mActivePhone.selectNetworkManually(network, response);
    [all...]
  /ndk/build/core/
definitions-host.mk 148 # //bar/foo -> top-level 'foo' on network share 'bar'
  /ndk/
ndk-gdb.py 708 # Setup network redirection
709 log('Setup network redirection')
714 error('''Could not setup network redirection to gdbserver?
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc     [all...]
  /frameworks/base/core/java/android/provider/
Settings.java 180 * monitoring of encrypted network traffic.
561 * Activity Action: Show settings for selecting the network operator.
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 347 // bind network switches
420 // selected network, and binds chart, cycles and detail list.
745 // kick off loader for network history
747 // network history when showing app detail.
    [all...]
  /external/chromium_org/remoting/webapp/
server_log_entry.js 94 return 'network-failure';
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspector.js 42 var network = new WebInspector.NetworkPanelDescriptor();
48 var allDescriptors = [elements, resources, network, scripts, timeline, profiles, audits, console];
520 this.networkWorkspaceProvider = new WebInspector.SimpleWorkspaceProvider(this.workspace, WebInspector.projectTypes.Network);
    [all...]
ExtensionAPI.js 64 NetworkRequestFinished: "network-request-finished",
183 this.network = new Network();
184 defineDeprecatedProperty(this, "webInspector", "resources", "network");
217 function Network()
226 defineDeprecatedProperty(this, "network", "onFinished", "onRequestFinished");
230 Network.prototype = {
  /external/chromium_org/chrome/browser/resources/file_manager/js/
volume_manager.js 125 NO_NETWORK: 'no_network', // Network connection is unavailable.
357 * @param {string} mountType 'device' | 'file' | 'network' | 'drive'.
  /external/chromium_org/third_party/libjingle/
libjingle.target.darwin-arm.mk 56 third_party/libjingle/source/talk/base/network.cc \
libjingle.target.darwin-mips.mk 56 third_party/libjingle/source/talk/base/network.cc \
libjingle.target.darwin-x86.mk 56 third_party/libjingle/source/talk/base/network.cc \
libjingle.target.linux-arm.mk 56 third_party/libjingle/source/talk/base/network.cc \
libjingle.target.linux-mips.mk 56 third_party/libjingle/source/talk/base/network.cc \
libjingle.target.linux-x86.mk 56 third_party/libjingle/source/talk/base/network.cc \
  /external/ppp/pppd/
sys-linux.c 1155 * netif_set_mtu - set the MTU on the PPP network interface.
1171 * netif_get_mtu - get the MTU on the PPP network interface.
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.cc 32 #include "chromeos/network/network_handler.h"
33 #include "chromeos/network/network_state_handler.h"
481 void EventRouter::DefaultNetworkChanged(const chromeos::NetworkState* network) {
613 // or network is unreachable. These two errors will be handled later.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.cpp 59 #include "core/platform/network/HTTPHeaderMap.h"
60 #include "core/platform/network/ResourceError.h"
61 #include "core/platform/network/ResourceRequest.h"
62 #include "core/platform/network/ResourceResponse.h"
183 m_frontend = frontend->network();
199 static PassRefPtr<TypeBuilder::Network::ResourceTiming> buildObjectForTiming(const ResourceLoadTiming& timing, DocumentLoader* loader)
201 return TypeBuilder::Network::ResourceTiming::create()
217 static PassRefPtr<TypeBuilder::Network::Request> buildObjectForResourceRequest(const ResourceRequest& request)
219 RefPtr<TypeBuilder::Network::Request> requestObject = TypeBuilder::Network::Request::create(
    [all...]

Completed in 880 milliseconds

<<11121314151617