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

1 2 3 4 5 6 78 91011>>

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
InternalCache.java 41 * with the headers from {@code network}. The cached response body is not
45 void update(Response cached, Response network) throws IOException;
  /external/ppp/pppd/
ipxcp.h 48 #define IPX_NETWORK_NUMBER 1 /* IPX Network Number */
64 bool neg_nn; /* Negotiate IPX network number? */
65 bool req_nn; /* Ask peer to send IPX network number */
73 bool accept_network; /* accept network number */
78 u_int32_t his_network; /* base network number */
79 u_int32_t our_network; /* our value for network number */
80 u_int32_t network; /* the final network number */ member in struct:ipxcp_options
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 67 * Class that answers queries about the state of network connectivity. It also
68 * notifies applications when network connectivity changes.
72 * <li>Monitor network connections (Wi-Fi, GPRS, UMTS, etc.)</li>
73 * <li>Send broadcast intents when network connectivity changes</li>
74 * <li>Attempt to "fail over" to another network when connectivity to a network
87 * A change in network connectivity has occurred. A default connection has either
88 * been established or lost. The NetworkInfo for the affected network is
100 * disconnected network, then the FAILOVER_CONNECTION boolean extra is
104 * to connect (or has already connected) to another network, th
2734 Network network = getObject(message, Network.class); local
    [all...]
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantIface.hal 22 * Interface exposed by the supplicant for each network interface (e.g wlan0)
38 * Retrieves the name of the network interface.
44 * @return name Name of the network interface, e.g., wlan0
49 * Retrieves the type of the network interface.
55 * @return type Type of the network interface, e.g., STA.
60 * Add a new network to the interface.
67 * @return network HIDL interface object representing the new network if
71 generates (SupplicantStatus status, ISupplicantNetwork network);
74 * Remove a network from the interface
    [all...]
  /packages/apps/Settings/src/com/android/settings/network/
NetworkScoreManagerWrapper.java 16 package com.android.settings.network;
45 * Obtain the package name of the current active network scorer.
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog_unix.go 20 for _, network := range logTypes {
22 conn, err := net.Dial(network, path)
  /prebuilts/go/darwin-x86/src/net/
interface_stub.go 10 // network interfaces. Otherwise it returns a mapping of a specific
17 // network interfaces. Otherwise it returns addresses for a specific
mockserver_test.go 31 func newLocalListener(network string) (Listener, error) {
32 switch network {
51 return Listen(network, testUnixAddr())
53 return nil, fmt.Errorf("%s is not supported", network)
58 network string
69 ln, err := ListenTCP(arg.network, &arg.TCPAddr)
104 network := ls.Listener.Addr().Network()
109 switch network {
118 func newLocalServer(network string) (*localServer, error)
    [all...]
dial.go 41 // network being dialed.
46 // when the network is "tcp" and the destination is a host name
57 // network connection.
58 // If zero, keep-alives are not enabled. Network protocols
169 func (r *Resolver) resolveAddrList(ctx context.Context, op, network, addr string, hint Addr) (addrList, error) {
170 afnet, _, err := parseNetwork(ctx, network)
183 if op == "dial" && hint != nil && addr.Network() != hint.Network() {
211 if addr.Network() != hint.Network() {
    [all...]
  /prebuilts/go/linux-x86/src/log/syslog/
syslog_unix.go 20 for _, network := range logTypes {
22 conn, err := net.Dial(network, path)
  /prebuilts/go/linux-x86/src/net/
interface_stub.go 10 // network interfaces. Otherwise it returns a mapping of a specific
17 // network interfaces. Otherwise it returns addresses for a specific
mockserver_test.go 31 func newLocalListener(network string) (Listener, error) {
32 switch network {
51 return Listen(network, testUnixAddr())
53 return nil, fmt.Errorf("%s is not supported", network)
58 network string
69 ln, err := ListenTCP(arg.network, &arg.TCPAddr)
104 network := ls.Listener.Addr().Network()
109 switch network {
118 func newLocalServer(network string) (*localServer, error)
    [all...]
dial.go 41 // network being dialed.
46 // when the network is "tcp" and the destination is a host name
57 // network connection.
58 // If zero, keep-alives are not enabled. Network protocols
169 func (r *Resolver) resolveAddrList(ctx context.Context, op, network, addr string, hint Addr) (addrList, error) {
170 afnet, _, err := parseNetwork(ctx, network)
183 if op == "dial" && hint != nil && addr.Network() != hint.Network() {
211 if addr.Network() != hint.Network() {
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUClient.java 16 import android.net.Network;
83 public void provision(PlatformAdapter platformAdapter, Network network, KeyManager km)
87 OSUFlowManager.FlowType.Provisioning, network, mURL, km, true))) {
152 if (!startUserInput(new URL(webURL), network)) {
176 getCommandData(), network, getOMADMAdapter(),
213 retrieveCerts(moData.getMOTree().getRoot(), certs, network, km, mKeyStore); local
214 platformAdapter.provisioningComplete(mOSUInfo, moData, certs, clientKey, network);
218 public void remediate(PlatformAdapter platformAdapter, Network network, KeyManager km
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigManagerTest.java 128 // store writes for network updates followed by network additions are in the expected order.
196 * Verifies that network retrieval via
208 * Verifies that network addition via
220 * Verifies the addition of a single network using
235 // Ensure that the newly added network is disabled.
240 * Verifies the modification of a single network using
253 // Now change BSSID for the network.
266 * Verifies the addition of a single ephemeral network using
268 * the {@link WifiConfigManager#getSavedNetworks()} does not return this network
899 WifiConfiguration network = WifiConfigurationTestUtil.createOpenNetwork(); local
944 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); local
973 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); local
1017 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); local
1680 WifiConfiguration network = WifiConfigurationTestUtil.createPskNetwork(); local
1706 WifiConfiguration network = WifiConfigurationTestUtil.createPskNetwork(); local
1735 WifiConfiguration network = WifiConfigurationTestUtil.createPskNetwork(); local
1778 WifiConfiguration network = WifiConfigurationTestUtil.createPskNetwork(); local
2687 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); local
2962 WifiConfiguration network = WifiConfigurationTestUtil.createOpenHiddenNetwork(); local
2988 WifiConfiguration network = WifiConfigurationTestUtil.createOpenHiddenNetwork(); local
3251 WifiConfiguration network; local
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
connect_cdma_machine.py 15 connecting to a network.
25 # Check here that the network is activated. The UI should prevent
28 network = self._modem.GetHomeNetwork()
29 if not network.activated:
  /external/autotest/client/site_tests/cellular_Smoke/
cellular_Smoke.py 7 from autotest_lib.client.cros import backchannel, network
33 # network devices on the host. Again, this is to ensure
36 # interact with the cell network.
42 network.ResetAllModems(flim)
  /external/autotest/client/site_tests/cellular_Throughput/
cellular_Throughput.py 8 from autotest_lib.client.cros import backchannel, http_speed, network
24 network.ResetAllModems(flim)
  /external/autotest/server/cros/network/
apmanager_service_provider.py 5 from autotest_lib.client.common_lib.cros.network import apmanager_constants
8 from autotest_lib.server.cros.network import hostap_config
  /external/autotest/server/site_tests/network_WiFi_ChromeEndToEnd/
network_WiFi_ChromeEndToEnd.py 7 from autotest_lib.server.cros.network import hostap_config
8 from autotest_lib.server.cros.network import wifi_cell_test_base
22 @param ssid: Name to be assigned to the Wifi network.
  /external/autotest/server/site_tests/network_WiFi_RoamSuspendSSID/
network_WiFi_RoamSuspendSSID.py 8 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
9 from autotest_lib.server.cros.network import wifi_cell_test_base
15 1) Connects the DUT to a network A
16 2) Connects the DUT to a network B while keeping network A around.
17 3) Suspend the DUT (while connected to network B).
18 4) Deconfigure (take down) network B.
19 5) Assert that the DUT automatically connects to network A on resume.
  /external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/
network_WiFi_RoamSuspendTimeout.py 8 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
9 from autotest_lib.server.cros.network import wifi_cell_test_base
53 logging.info("- Verify that we roam back to same network.")
  /external/dnsmasq/src/
Android.mk 7 netlink.c network.c option.c rfc1035.c rfc2131.c tftp.c util.c
  /external/libtextclassifier/tests/
embedding-network_test.cc 17 #include "common/embedding-network.h"
18 #include "common/embedding-network-params-from-proto.h"
19 #include "common/embedding-network.pb.h"
75 TestingEmbeddingNetwork network(&params);
79 network.FinishComputeFinalScoresInternal<SimpleAdder>(
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/
Makefile.inc 19 LIBRELDIR := testcases/network/rpc/rpc-tirpc/tests_pack/lib

Completed in 559 milliseconds

1 2 3 4 5 6 78 91011>>