HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 201 - 225 of 225) sorted by null

1 2 3 4 5 6 7 89

  /build/core/
user_tags.mk 411 network \
  /external/bluetooth/bluez/audio/
manager.c 357 sdp_data_t *network; local
363 network = sdp_data_alloc(SDP_UINT8, &netid);
364 if (!network) {
403 sdp_attr_add(record, SDP_ATTR_EXTERNAL_NETWORK, network);
  /external/opencv/ml/include/
ml.h     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ResourcesPanel.js 353 // Show XHRs in the network panel only.
354 if (WebInspector.panels.network && WebInspector.panels.network.canShowAnchorLocation(anchor)) {
355 WebInspector.currentPanel = WebInspector.panels.network;
356 WebInspector.panels.network.showAnchorLocation(anchor);
    [all...]
inspector.js 181 if (hiddenPanels.indexOf("network") === -1)
182 this.panels.network = new WebInspector.NetworkPanel();
346 return this.panels.network.resources;
351 return this.panels.network.resourceById(id);
    [all...]
inspector.css 323 .toolbar-item.network .toolbar-icon {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 712 // Only look at the Network portion for mmi
964 //class parameter in call waiting interrogation to network
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 355 OperatorInfo network,
  /external/ipsec-tools/src/racoon/
cfparse.y 671 yyerror("bad IPv4 network address.");
986 struct unity_network network;
987 memset(&network,0,sizeof(network));
989 if (inet_pton(AF_INET, $1->v, &network.addr4) != 1)
993 network.mask4.s_addr = ($2) ? htonl(~((1 << (32 - $2)) - 1)) : 0;
995 /* add the network to our list */
996 if (splitnet_list_add(&icc->splitnet_list, &network,&icc->splitnet_count))
997 yyerror("Unable to allocate split network");
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
Phone.java 73 * in 2G network</li>
206 // Used for preferred network type
226 static final int CDMA_RM_ANY = 2; // Roaming on Any Network, as defined in PRL
505 * its network activity and is in its final state. This may mean a state
565 * Register for Supplementary Service notifications from the network.
    [all...]
PhoneProxy.java 640 public void selectNetworkManually(OperatorInfo network, Message response) {
641 mActivePhone.selectNetworkManually(network, response);
  /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...]
api-ip6-flowlabels.tex 287 \item \verb|label| is flow label value in network byte order. If it is zero,
  /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/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
  /external/webkit/Source/WebCore/inspector/
InspectorResourceAgent.cpp 93 m_frontend = frontend->network();
361 // as there will be no calls to didReceiveContentLength from the network stack.
579 // Create mock frontend, so we can collect network events.
580 m_mockFrontend = new InspectorFrontend::Network(m_inspectorFrontendProxy.get());
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 341 // bind network switches
414 // selected network, and binds chart, cycles and detail list.
735 // kick off loader for network history
737 // network history when showing app detail.
    [all...]
  /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/wpa_supplicant_8/hostapd/
Android.mk 19 # To ignore possible wrong network configurations
  /external/openssh/contrib/redhat/
openssh.spec 138 untrusted hosts over an insecure network. X11 connections and
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 506 selectNetworkManually(OperatorInfo network,
    [all...]
  /external/bluetooth/bluez/src/
adapter.c 2023 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); local
2086 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); local
    [all...]
  /external/libmtp/
configure     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1934 milliseconds

1 2 3 4 5 6 7 89