/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/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GSMPhone.java | 709 // Only look at the Network portion for mmi [all...] |
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/ui/view/ |
AndroidView.java | 26 import org.eclipse.sequoyah.vnc.vncviewer.network.VNCProtocolData;
|
/tools/motodev/src/plugins/snippets/ |
plugin.properties | 40 snippet.service.systemService04.description=Obtain a handle to the manager responsible for answering queries about the state of network connectivity 485 snippet.ui.moveout.description=Use AsyncTask to perform background operations, thus avoiding UI freezes and improving application responsiveness. This helps with Honeycomb (Android 3.0), which enforces the rule "don't do network access in the UI thread" (throws exception).
|
/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/opt/telephony/src/java/com/android/internal/telephony/ |
Phone.java | 116 // Used for preferred network type 136 static final int CDMA_RM_ANY = 2; // Roaming on Any Network, as defined in PRL 421 * its network activity and is in its final state. This may mean a state 481 * Register for Supplementary Service notifications from the network. [all...] |
PhoneProxy.java | 659 public void selectNetworkManually(OperatorInfo network, Message response) { 660 mActivePhone.selectNetworkManually(network, response);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhoneBase.java | 365 OperatorInfo network,
|
/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 | 342 // bind network switches 415 // selected network, and binds chart, cycles and detail list. 744 // kick off loader for network history 746 // network history when showing app detail. [all...] |
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/i18n/ |
emulatorNLS.properties | 161 PropertiesMainComposite_ProxySettings_CheckboxLabel=Use settings from Eclipse Network Settings 163 PropertiesMainComposite_ProxySettings_LinkToPreference=<a>Configure network settings</a>
|
/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/openssh/contrib/redhat/ |
openssh.spec | 138 untrusted hosts over an insecure network. X11 connections and
|
/external/wpa_supplicant_8/hostapd/ |
Android.mk | 19 # To ignore possible wrong network configurations
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CDMAPhone.java | 498 selectNetworkManually(OperatorInfo network, [all...] |
/external/libvorbis/doc/ |
01-introduction.tex | 67 transport) or RTP (for network multicast). For purposes of a few
|
/external/libmtp/ |
configure | [all...] |
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |