HomeSort by relevance Sort by last modified time
    Searched full:network (Results 326 - 350 of 3324) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant/
wpa_cli.c 108 " identity <network id> <identity> = configure identity for an SSID\n"
109 " password <network id> <password> = configure password for an SSID\n"
110 " new_password <network id> <password> = change password for an SSID\n"
111 " pin <network id> <pin> = configure pin for an SSID\n"
112 " otp <network id> <password> = configure one-time-password for an SSID\n"
113 " passphrase <network id> <passphrase> = configure private key passphrase\n"
115 " bssid <network id> <BSSID> = set preferred BSSID for an SSID\n"
120 " select_network <network id> = select a network (disable others)\n"
121 " enable_network <network id> = enable a network\n
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_cli.c 526 "(network id and identity)\n");
559 "(network id and password)\n");
593 "(network id and password)\n");
626 "(network id and pin)\n");
657 printf("Invalid OTP command: needs two arguments (network "
692 "(network id and passphrase)\n");
724 printf("Invalid BSSID command: needs two arguments (network "
839 "(network id)\n");
860 "(network id)\n");
881 "(network id)\n")
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestActivity.java 55 * provides network connectivity information and
75 * Track network connectivity information
109 * A wrapper of a broadcast receiver which provides network connectivity information
110 * for all kinds of network: wifi, mobile, etc.
260 // for each network type, initialize network states to UNKNOWN, and no verification flag is set
264 log("Initialize network state for " + networkType + ": " +
269 // deposit a network state
271 log("record network state for network " + networkType
    [all...]
  /external/apache-http/src/org/apache/commons/codec/
package.html 28 Binary Encoders, Language Encoders, and Network Encoders. </p>
83 <h4><a name="Network_Encoders">Network Encoders</a></h4>
85 <p> Codec contains network related encoders </p>
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_view.h 41 // Wifi login dialog for wifi network |wifi|. |wifi| must be a non NULL
44 // Wifi login dialog for "Joining other network..."
89 // Whether or not it is an 802.1x network.
  /external/chromium/net/base/
host_resolver_proc.h 31 // a list of socket addresses. Otherwise returns a network error code, and
71 // prevent hitting the network).
84 // network error code, and fills |os_error| with a more specific errir if it
  /external/chromium/net/ftp/
ftp_directory_listing_parser.cc 23 // Fills in |raw_name| for all |entries| using |encoding|. Returns network
39 // and |server_type| and returns network error code.
79 // Fills in |entries| and |server_type| and returns network error code.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
udpport.cc 40 talk_base::Network* network,
42 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port),
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAccessNetworkInfoParser.java 47 * P-Access-Network-Info header parser.
54 * P-Access-Network-Info = "P-Access-Network-Info" HCOLON access-net-spec
PVisitedNetworkIDParser.java 43 * P-Visited-Network-ID header parser.
46 * P-Visited-Network-ID = "P-Visited-Network-ID" HCOLON
  /external/qemu/android/protocol/
core-commands-api.h 29 /* Toggles the network in the Core.
43 /* Checks if network is disabled in the Core.
45 * 0 if network is enabled, 1 if it is disabled, or < 0 on failure.
  /external/tcpdump/
ppp.h 28 #define PPP_OSI 0x0023 /* OSI Network Layer */
44 #define PPP_SNS 0x0233 /* Sigma Network Systems */
49 #define PPP_OSICP 0x8023 /* OSI Network Layer Control Protocol */
  /external/webkit/Source/WebCore/inspector/front-end/
NetworkPanel.js 33 WebInspector.Panel.call(this, "network");
36 this.sidebarElement.className = "network-sidebar";
51 this.containerElement.id = "network-container";
55 this._viewsContainerElement.id = "network-views";
60 this._closeButtonElement.id = "network-close-button";
92 return WebInspector.UIString("Network");
140 this._timelineGrid.element.addStyleClass("network-timeline-grid");
194 subtitleDiv.className = "network-header-subtitle";
309 filterBarElement.id = "network-filter";
339 var tr = tfoot.createChild("tr", "revealed network-summary-bar")
    [all...]
  /frameworks/base/core/java/android/net/
LinkAddress.java 28 * Identifies an address of a network link
38 * Network prefix length
97 * Get network prefix length
TrafficStats.java 35 * Class that provides network traffic statistics. These statistics include
36 * bytes transmitted and received and network packets transmitted and received,
209 * Increment count of network operations performed under the accounting tag
221 * Increment count of network operations performed under the given
308 * Get the total number of packets sent through all network interfaces.
316 * Get the total number of packets received through all network interfaces.
324 * Get the total number of bytes sent through all network interfaces.
332 * Get the total number of bytes received through all network interfaces.
340 * Get the number of bytes sent through the network for this UID.
352 * Get the number of bytes received through the network for this UID
    [all...]
VpnService.java 42 * own VPN solutions. In general, it creates a virtual network interface,
53 * A VPN application can easily break the network. Besides, two of them may
64 * <li>The network is restored automatically when the file descriptor is
80 * <li>Create a tunnel to the remote server and negotiate the network
154 * current default network interface, so its traffic will not be forwarded
319 * Add a network address to the VPN interface. Both IPv4 and IPv6
337 * Convenience method to add a network address to the VPN interface
349 * Add a network route to the VPN interface. Both IPv4 and IPv6
372 * Convenience method to add a network route to the VPN interface
386 * the default network will be used
    [all...]
  /frameworks/base/docs/html/guide/practices/design/
seamlessness.jd 16 <li><a href="#network">Assume the Network is Slow</a></li>
190 <h2 id="network">Assume the Network is Slow</h2>
192 <p>Android devices will come with a variety of network-connectivity options. All
199 <p>That's why you should always code your applications to minimize network
200 accesses and bandwidth. You can't assume the network is fast, so you should
209 network connection. That's almost guaranteed to be much faster than a cell
210 network, so you'll want to change the settings on the emulator that simulate
211 slower network speeds. You can do this in Eclipse, in the "Emulator Settings
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
SettingsView.java 63 findViewById(R.id.network).setOnClickListener(this);
82 case R.id.network:
95 // Network
  /frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DataIdleTest.java 69 * Helper method that fetches all the network stats available and reports it
80 Log.w(LOG_TAG, "Failed to fetch network stats.");
85 * Print network data usage stats to instrumentation out
  /frameworks/ex/common/java/com/android/common/
GoogleLogTags.logtags 61 # (eventType << 24) + (connection state << 16) + (connection error << 8) + network state
78 # interval_and_nt contains both the heartbeat interval and the network type, It's represented as
80 # interval is in seconds; network type can be 0 (mobile) or 1 (wifi); ip is the host ip addr.
  /packages/apps/Settings/src/com/android/settings/net/
ChartDataLoader.java 34 * Loader for historical chart data for both network and UID details.
79 throw new RuntimeException("problem reading network stats", e);
86 data.network = mStatsService.getHistoryForNetwork(template, fields);
  /sdk/ide_common/src/com/android/ide/common/resources/configuration/
NetworkCodeQualifier.java 23 * Resource Qualifier for Mobile Network Code Pixel Density.
33 public final static String NAME = "Mobile Network Code";
93 return "Network Code";
  /external/chromium/chrome/browser/automation/
automation_resource_message_filter.h 24 // This class filters out incoming automation IPC messages for network
25 // requests and processes them on the IPC thread. As a result, network
28 // starting a network request will not interfere with browser UI.
51 // Indicates whether network requests issued by this render view need to
87 // The pending_view parameter should be true if network requests initiated by
96 // Resumes pending render views, i.e. network requests issued by this view
  /external/chromium/chrome/browser/sync/glue/
http_bridge.h 138 // Protected virtual so the unit test can override to shunt network requests.
144 // Called on the IO loop to issue the network request. The extra level
155 // the network.
157 // on network IO through curl_easy_perform.
170 // network request.
176 // Our hook into the network layer is a URLFetcher. USED ONLY ON THE IO
  /external/chromium/webkit/glue/media/
buffered_resource_loader.h 66 // The request has failed because of an error with the network.
87 // The read has failed because of an error with the network.
109 // Returns true if network is currently active.
161 // Returns true if a network event was fired.
205 // Calls |event_callback_| in terms of a network event.
239 // Callback method that listens to network events.

Completed in 627 milliseconds

<<11121314151617181920>>