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

<<11121314151617181920>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TooManyListenersExceptionTest.java 52 * Sets up the fixture, for example, open a network connection. This method
59 * Tears down the fixture, for example, close a network connection. This
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_options.html 3 <div id="locked-network-banner">
4 <span id="locked-network-icon"></span>
  /external/chromium/net/proxy/
proxy_script_fetcher.h 35 // an empty string, and the result code is a network error. Some special
36 // network errors that may occur are:
  /external/chromium/net/websockets/
websocket_frame_handler.h 35 // For receiving, this is data from network.
46 // For sending, this is data to network.
  /external/iproute2/man/man8/
rtmon.8 18 can be started before the first network configuration command is issued.
38 and 'all'. 'link' specifies the network device, 'address' the protocol
  /external/webkit/LayoutTests/http/tests/appcache/
online-whitelist.html 52 log("FAIL: Online whitelist resource wasn't reloaded from network.");
57 log("FAIL: Online whitelist resource wasn't reloaded from network (prefix matching).");
  /external/webkit/Source/WebCore/websockets/
WebSocket.cpp 115 LOG(Network, "WebSocket %p connect to %s protocol=%s", this, url.string().utf8().data(), protocol.utf8().data());
158 LOG(Network, "WebSocket %p send %s", this, message.utf8().data());
175 LOG(Network, "WebSocket %p close", this);
210 LOG(Network, "WebSocket %p scriptExecutionContext destroyed", this);
247 LOG(Network, "WebSocket %p didConnect", this);
259 LOG(Network, "WebSocket %p didReceiveMessage %s", this, msg.utf8().data());
270 LOG(Network, "WebSocket %p didReceiveErrorMessage", this);
279 LOG(Network, "WebSocket %p didClose", this);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-getall.py 51 props = net_obj.GetAll("fi.w1.wpa_supplicant1.Network",
54 print "GetAll(fi.w1.wpa_supplicant1.Network, %s):" % (res[0])
  /frameworks/base/voip/java/android/net/rtp/
package.html 6 over any available network.</p>
12 <li>{@link android.net.rtp.AudioStream} specifies a remote endpoint and consists of network mapping
  /libcore/luni/src/test/java/tests/api/java/util/
EmptyStackExceptionTest.java 43 * Sets up the fixture, for example, open a network connection. This method
58 * Tears down the fixture, for example, close a network connection. This
NoSuchElementExceptionTest.java 61 * Sets up the fixture, for example, open a network connection. This method
68 * Tears down the fixture, for example, close a network connection. This
TooManyListenersExceptionTest.java 52 * Sets up the fixture, for example, open a network connection. This method
59 * Tears down the fixture, for example, close a network connection. This
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nbd.h 42 /* These are sent over the network in the request/reply magic fields */
50 * server. All data are in network byte order.
  /system/core/include/cutils/
qtaguid.h 29 * Set tags (and owning UIDs) for network sockets.
34 * Untag a network socket before closing.
  /external/bluetooth/bluez/network/
manager.c 146 .name = "network-panu",
153 .name = "network-gn",
160 .name = "network-nap",
167 .name = "network-server",
174 read_config(CONFIGDIR "/network.conf");
191 /* Register network server if it doesn't exist */
  /external/bluetooth/glib/gio/tests/
g-icon.c 103 icon = g_themed_icon_new ("network-server");
105 g_assert_cmpstr (data, ==, "network-server");
114 icon = g_icon_new_for_string ("network-server%", &error);
116 icon2 = g_themed_icon_new ("network-server%");
180 icon = g_themed_icon_new ("network-server");
200 icon = g_themed_icon_new_with_default_fallbacks ("network-server-xyz");
  /external/chromium/chrome/browser/automation/
automation_provider_observers_chromeos.cc 26 // If cros library fails to load, don't wait for the network
134 // The network was not found, and we assume it no longer exists.
135 // This could be because the SSID is invalid, or the network went away.
137 return_value->SetString("error_string", "Network not found.");
155 // The network is in the NetworkLibrary's list, but there's no failure or
156 // success condition, so just continue waiting for more network events.
  /external/chromium/chrome/browser/chromeos/
network_login_observer.cc 73 // Check to see if we have any newly failed wifi network.
80 // If the network did not previously exist, then don't do anything.
86 // If this network was in a failed state previously, then it's not new.
98 // There should only be one wifi network that failed to connect.
105 // Check to see if we have any newly failed virtual network.
115 continue; // New network.
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAccessNetworkInfoHeader.java 40 * <p>P-Access-Network-Info SIP P-Header </p>
41 * <p>This header carries information relating to the access network between
42 * the UAC and its serving proxy in the home network.</p>
47 * P-Access-Network-Info = "P-Access-Network-Info": access-type *(; access-info)
71 public final static String NAME = "P-Access-Network-Info";
  /external/wpa_supplicant/
defs.h 59 * network and external interaction (e.g., ctrl_iface call to add or
60 * enable a network) is needed to start association.
65 * WPA_SCANNING - Scanning for a network
68 * network.
79 * with a network using the configured SSID and security policy.
136 * from the current network, but it also stops trying to associate
  /external/wpa_supplicant_8/src/common/
defs.h 148 * This stat eis entered if the network interface is disabled, e.g.,
159 * network and external interaction (e.g., ctrl_iface call to add or
160 * enable a network) is needed to start association.
165 * WPA_SCANNING - Scanning for a network
168 * network.
189 * with a network using the configured SSID and security policy.
  /frameworks/base/core/java/android/net/
DummyDataStateTracker.java 26 * connection. useful when bringing up a board or when you have network
52 * @param netType the ConnectivityManager network type
53 * @param tag the name of this network
105 * for this network.
123 * Record the detailed state of a network, and if it is a
199 // not supported on this network
NetworkTemplate.java 180 throw new IllegalArgumentException("unknown network template");
185 * Check if mobile network with matching IMSI.
198 * Check if mobile network classified 3G or lower with matching IMSI.
215 * Check if mobile network classified 4G with matching IMSI.
231 * Check if matches Wi-Fi network template.
241 * Check if matches Ethernet network template.
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pGroup.java 34 /** The network name */
64 * bssid=fa:7b:7a:42:82:13 unknown-network
120 * Get the network name (SSID) of the group. Legacy Wi-Fi clients will discover
121 * the p2p group using the network name.
188 * network name obtained from {@link #getNetworkName()} to join the group
206 sbuf.append("network: ").append(mNetworkName);
  /external/wpa_supplicant_8/wpa_supplicant/
README-WPS 14 wireless network. It allows automated generation of random keys (WPA
21 wireless network, it should be noted that the use of the PIN and
24 environments that require secure network access without chance for
28 network setup:
30 - Registrar: a device that control a network and can authorize
34 - Enrollee: a device that is being authorized to use the network
49 an Enrollee to enroll new network credential or as a Registrar to
79 The network configuration blocks needed for WPS are added
83 WPS registration will generate new network blocks for the acquired
97 network. wpa_supplicant uses the control interface as an input channe
    [all...]

Completed in 2252 milliseconds

<<11121314151617181920>>