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

1 2 3 4 5 6 78 91011>>

  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_nat.h 35 /* Inclusive: network order. */
38 /* Inclusive: network order */
  /external/qemu/
shaper.h 36 /* a NetDelay object is used to simulate network connection latencies */
46 /* network traffic shaper and delayer */
  /external/webkit/LayoutTests/http/tests/appcache/
cyrillic-uri-expected.txt 9 PASS: resources/intercept/network-????????-PASS
10 PASS: resources/intercept/network-%D0%9F%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D0%BA%D0%B0-PASS
fallback.html 24 req.open("GET", "/resources/network-simulator.php?command=" + (state ? "connect" : "disconnect"), false);
27 log("Cannot access network simulator URL");
46 var testURL = "/resources/network-simulator.php?path=/appcache/resources/not-in-cache.txt";
58 log("FAIL: Cannot load an URL from fallback namespace when network is enabled");
140 log("FAIL: Loading an URL from fallback namespace when network is disabled returned unexpected response");
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-signals.py 16 WPAS_DBUS_NETWORK_INTERFACE = "fi.w1.wpa_supplicant1.Network"
105 def networkAdded(network, properties):
106 print "NetworkAdded(%s)" % (network)
108 def networkRemoved(network):
109 print "NetworkRemoved(%s)" % (network)
111 def networkSelected(network):
112 print "NetworkSelected(%s)" % (network)
124 print "PropertiesChanged(Network): %s=%s" % (i, properties[i])
  /frameworks/base/core/java/android/net/
INetworkPolicyManager.aidl 26 * Interface that creates and modifies network policy rules.
41 /** Control network policies atomically. */
  /frameworks/base/telephony/java/com/android/internal/telephony/ims/
IsimRecords.java 32 * Return the IMS home network domain name.
34 * @return the IMS home network domain name, or null if not available
  /frameworks/base/voip/java/android/net/rtp/
RtpStream.java 25 * RtpStream represents the base class of streams which send and receive network
66 * @param address The network address of the local host to bind to.
78 * Returns the network address of the local host.
85 * Returns the network port of the local host.
92 * Returns the network address of the remote host or {@code null} if the
100 * Returns the network port of the remote host or {@code -1} if the stream
146 * @param address The network address of the remote host.
147 * @param port The network port of the remote host.
  /frameworks/base/wifi/java/android/net/wifi/
package.html 5 with the lower-level wireless stack that provides Wi-Fi network access. Almost all
6 information from the device supplicant is available, including the connected network's
WifiManager.java 43 * <li>The currently active Wi-Fi network, if any. Connectivity can be
45 * the network can be queried.</li>
52 * perform operations that pertain to network connectivity at an abstract
245 * Wi-Fi network. Retrieve with
311 * This can be as a result of adding/updating/deleting a network
343 * Wi-Fi network. Retrieve with
351 * Wi-Fi network. Retrieve with
358 * The network IDs of the configured networks could have changed.
364 * Activity Action: Pick a Wi-Fi network to connect to.
495 * @return a list of network configurations in the form of a lis
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/
UnresolvedAddressException.java 21 * unresolved network address in a network operation.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
in_systm.h 29 * Network order versions of various data types. Unfortunately, BSD
31 * don't hold in general. As a consequence, the network order versions
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf.orig 19 # file whenever configuration is changed (e.g., new network block is added with
26 # global configuration (shared by all network blocks)
46 # possible to run wpa_supplicant as root (since it needs to change network
49 # change the network configuration, this access needs to be protected in many
93 # the currently enabled networks are found, a new network (IBSS or AP mode
103 # the network blocks in the configuration file are tried one by one until
104 # the driver reports successful association; each network block should have
107 # When using IBSS or AP mode, ap_scan=2 mode can force the new network to be
110 # networks are found, a new IBSS or AP mode network is created.
133 # loaded here before being used in the network blocks. By default, EAP method
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 75 static SkBitmap IconForDisplay(const Network* network);
114 // Show the config settings for the active network.
129 // If we are attempting to connect to a network that no longer exists,
131 LOG(WARNING) << "Wi-fi network does not exist to connect to: "
145 // Cellular network is connecting or connected,
146 // so we show the config settings for the cellular network.
150 // Clicked on a disconnected cellular network, so connect to it.
153 // If we are attempting to connect to a network that no longer exists,
155 LOG(WARNING) << "Cellular network does not exist to connect to:
    [all...]
network_dropdown_button.cc 69 // Show network that we will actually use. It could be another network than
70 // user selected. For example user selected WiFi network but we have Ethernet
78 // Always show the active network, if any
79 const Network* active_network = cros->active_network();
network_menu_button.cc 192 const Network* network) {
195 SetNetworkIcon(cros, network);
248 const Network* cellular =
314 const Network* network) {
358 // Only set the icon, if it is an active network that changed.
359 if (network && network->is_active()) {
364 if (network->type() == TYPE_ETHERNET)
394 const Network* network = cros->active_network(); local
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 30 * Class for monitoring network connectivity during monkey runs.
46 if (LDEBUG) System.out.println("Network state changed: "
50 if (LDEBUG) System.out.println("Network connected");
53 if (LDEBUG) System.out.println("Network not connected");
100 System.out.println("## Network stats: elapsed time=" + mElapsedTime + "ms ("
  /external/chromium/chrome/browser/chromeos/options/
network_config_view.h 38 explicit NetworkConfigView(Network* network);
120 explicit ChildNetworkConfigView(NetworkConfigView* parent, Network* network)
121 : service_path_(network->service_path()),
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunport.h 51 talk_base::Network* network,
54 StunPort* port = new StunPort(thread, factory, network,
87 talk_base::Network* network, uint32 ip, int min_port, int max_port,
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PVisitedNetworkID.java 40 * P-Visited-Network-ID SIP Private Header: RFC 3455.
53 * visited Network ID
102 * Set the visited network ID as a string. The value will be quoted in the header.
116 * Set the visited network ID as a token
130 * Get the visited network ID value of this header
  /packages/apps/Phone/src/com/android/phone/
Use2GOnlyCheckBoxPreference.java 57 Log.i(LOG_TAG, "set preferred network type="+networkType);
91 Log.i(LOG_TAG, "get preferred network type="+type);
97 Log.i(LOG_TAG, "get preferred network type, exception="+ar.exception);
109 Log.i(LOG_TAG, "set preferred network type, exception=" + ar.exception);
112 Log.i(LOG_TAG, "set preferred network type done");
  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 114 * Disable connectivity to a network
128 * Re-enable connectivity to a network after a {@link #teardown()}.
137 * Turn the wireless radio off for a network.
196 * Check if private DNS route is set for the network
210 * Fetch NetworkInfo for the network
217 * Fetch LinkProperties for the network
234 * Fetch default gateway address for the network
248 * Set a flag indicating default route is set for the network
256 * for this network.
306 // not supported on this network
    [all...]
  /frameworks/base/telephony/java/android/telephony/
NeighboringCellInfo.java 65 * Radio network type, value is one of following
74 * the radio network type at that moment. Its constructor needs radio network
92 * the radio network type at that moment. Its constructor needs radio network
206 * @return Radio network type while neighboring cell location is stored.
213 * means that Neighboring Cell information is stored for GSM network, in
222 * means that Neighboring Cell information is stored for UMTS network, in
233 * the radio network type at that moment. It shouldn't be changed after
248 * the radio network type at that moment. It shouldn't be changed afte
    [all...]
  /external/wpa_supplicant/
README 458 /etc/wpa_supplicant.conf, with network configuration for the networks
569 Configuration file can include one or more network blocks, e.g., one
571 betwork based on the order of network blocks in the configuration
572 file, network security level (WPA/WPA2 is preferred), and signal
577 1) WPA-Personal (PSK) as home network and WPA-Enterprise with EAP-TLS as work
578 network
584 # home network; allow all valid ciphers
585 network={
592 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers
593 network=
    [all...]
  /external/svox/pico/lib/
picopr.c 338 picokpr_Preproc network,
    [all...]

Completed in 2474 milliseconds

1 2 3 4 5 6 78 91011>>