HomeSort by relevance Sort by last modified time
    Searched full:network (Results 76 - 100 of 4662) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
NetworkConfiguration.java 24 * Provide unified interface for network configuration that works for both Wi-Fi and Ethernet.
43 * Save current network configuration to system
50 * Get printable name for this network.
71 * Get network type for this configuration defined in ConnectivityManager
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbxbufstr.h 3 * Copyright 1988, 1989, 1990, 1994 Network Computing Devices, Inc.
9 * documentation, and that the name Network Computing Devices, Inc. not be
13 * THIS SOFTWARE IS PROVIDED `AS-IS'. NETWORK COMPUTING DEVICES, INC.,
16 * PARTICULAR PURPOSE, OR NONINFRINGEMENT. IN NO EVENT SHALL NETWORK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
netdb.h 24 /* Description of data base entry for a single network. NOTE: here a
25 poor assumption is made. The network number is expected to fit
29 char *n_name; /* Official name of network. */
32 uint32_t n_net; /* Network number. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
netdb.h 24 /* Description of data base entry for a single network. NOTE: here a
25 poor assumption is made. The network number is expected to fit
29 char *n_name; /* Official name of network. */
32 uint32_t n_net; /* Network number. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
netdb.h 24 /* Description of data base entry for a single network. NOTE: here a
25 poor assumption is made. The network number is expected to fit
29 char *n_name; /* Official name of network. */
32 uint32_t n_net; /* Network number. */
  /system/extras/tests/net_test/
ping6_test.sh 3 # Minimal network initialization.
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestRemoteCall.java 33 package jme3test.network;
37 import com.jme3.network.Client;
38 import com.jme3.network.Network;
39 import com.jme3.network.Server;
40 import com.jme3.network.rmi.ObjectStore;
41 import com.jme3.network.serializing.Serializer;
42 import com.jme3.network.serializing.serializers.SavableSerializer;
94 Server server = Network.createServer(5110);
109 Client client = Network.connectToServer("localhost", 5110)
    [all...]
  /frameworks/base/core/java/android/net/
NetworkKey.java 26 * Information which identifies a specific network.
31 // NOTE: Ideally, we would abstract away the details of what identifies a network of a specific
32 // type, so that all networks appear the same and can be scored without concern to the network type
35 // devices, we need to provide identifying details about each specific network type (wifi, cell,
36 // etc.) so that clients can pull out these details depending on the type of network.
39 /** A wifi network, for which {@link #wifiKey} will be populated. */
43 * The type of this network.
49 * Information identifying a Wi-Fi network. Only set when {@link #type} equals
55 * Construct a new {@link NetworkKey} for a Wi-Fi network.
56 * @param wifiKey the {@link WifiKey} identifying this Wi-Fi network
    [all...]
NetworkCapabilities.java 25 * This class represents the capabilities of a network. This is used both to specify
26 * needs to {@link ConnectivityManager} and when inspecting a network.
29 * of network selection. Rather than indicate a need for Wi-Fi because an application
30 * needs high bandwidth and risk obsolescence when a new, fast network appears (like LTE),
32 * needs an unmetered network for a bulk transfer it can specify that rather than assuming
66 * Represents the network's capabilities. If any are specified they will be satisfied
67 * by any Network that matches all of them.
72 * Indicates this is a network that has the ability to reach the
78 * Indicates this is a network that has the ability to reach the carrier's
84 * Indicates this is a network that has the ability to reach the carrier'
    [all...]
ScoredNetwork.java 26 * A network identifier along with a score for the quality of that network.
33 /** A {@link NetworkKey} uniquely identifying this network. */
37 * The {@link RssiCurve} representing the scores for this network based on the RSSI.
40 * this network at this time. Such networks, along with networks for which the scorer has not
48 * @param networkKey the {@link NetworkKey} uniquely identifying this network.
49 * @param rssiCurve the {@link RssiCurve} representing the scores for this network based on the
50 * RSSI. This field is optional, and may be skipped to represent a network which the scorer
53 * indicates to the system not to request scores for this network in the future, although
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
index.jd 2 page.tags=wifi,network,wireless
29 <p>DevBytes: Network Service Discovery</p>
35 enable communication with other devices on the same local network, and even
36 devices which are not on a network, but are physically nearby. The addition of
37 Network Service Discovery (NSD) takes this further by allowing an application to
42 other machines on the same network.</p>
49 device when neither device is connected to a network.
54 <dt><strong><a href="nsd.html">Using Network Service Discovery</a></strong></dt>
56 services offered on the local network, and use NSD to determine the connection
65 on the same network, using Wi-Fi P2P.</dd
    [all...]
  /developers/samples/android/connectivity/network/NetworkConnect/
template-params.xml 31 This sample demonstrates how to connect to the network and fetch raw HTML using
57 This sample demonstrates how to connect to the network and fetch raw HTML using
64 This sample application demonstrates how to connect to the network and fetch raw
65 HTML. It uses AsyncTask, a background task manager, to perform the network fetch
68 network connection, the sample uses HttpURLConnection.
  /system/netd/server/
Network.h 25 // A Network represents a collection of interfaces participating as a single administrative unit.
26 class Network {
35 // You MUST ensure that no interfaces are still assigned to this network, say by calling
38 virtual ~Network();
52 explicit Network(unsigned netId);
  /frameworks/volley/src/main/java/com/android/volley/
RequestQueue.java 37 * resolving from either cache or network on a worker thread, and then delivering
75 /** The queue of requests that are actually going out to the network. */
79 /** Number of network request dispatcher threads to start. */
85 /** Network interface for performing requests. */
86 private final Network mNetwork;
91 /** The network dispatchers. */
104 * @param network A Network interface for performing HTTP requests
105 * @param threadPoolSize Number of network dispatcher threads to create
108 public RequestQueue(Cache cache, Network network, int threadPoolSize
    [all...]
  /device/moto/shamu/overlay/frameworks/base/core/res/res/xml-mcc204-mnc04/
eri.xml 69 EriText="Network Extender"
77 EriText="Extended Network"
85 EriText="Extended Network"
101 EriText="Extended Network"
117 EriText="Extended Network"
125 EriText="Extended Network"
141 EriText="Extended Network"
173 EriText="Network Extender"
181 EriText="Network Extender"
  /device/moto/shamu/overlay/frameworks/base/core/res/res/xml-mcc310-mnc004/
eri.xml 69 EriText="Network Extender"
77 EriText="Extended Network"
85 EriText="Extended Network"
101 EriText="Extended Network"
117 EriText="Extended Network"
125 EriText="Extended Network"
141 EriText="Extended Network"
173 EriText="Network Extender"
181 EriText="Network Extender"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
nodeconquery.py 39 network The IPv4/IPv6 address or IPv4/IPv6 network address
43 the nodecon's network instead of equality.
87 def network(self): member in class:NodeconQuery
90 @network.setter
91 def network(self, value): member in class:NodeconQuery
96 raise RuntimeError("Nodecon IP address/network functions require Python 3.3+.")
103 self.log.debug("Network: {0.network!r}, overlap: {0.network_overlap}".format(self))
113 if self.network
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/
nodeconquery.py 39 network The IPv4/IPv6 address or IPv4/IPv6 network address
43 the nodecon's network instead of equality.
87 def network(self): member in class:NodeconQuery
90 @network.setter
91 def network(self, value): member in class:NodeconQuery
96 raise RuntimeError("Nodecon IP address/network functions require Python 3.3+.")
103 self.log.debug("Network: {0.network!r}, overlap: {0.network_overlap}".format(self))
113 if self.network
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 57 import android.net.Network;
169 // TODO: create better separation between radio types and network types
171 // how long to wait before switching back to a radio's default network
177 // How long to wait before putting up a "This network doesn't have an Internet connection,
178 // connect anyway?" dialog after the user selects a network that doesn't validate.
199 /** Currently active network rules by UID. */
225 // the highest scoring network satisfying a NetworkRequest. This should be passed when
241 * network - EVENT_EXPIRE_NET_TRANSITION_WAKELOCK happens
242 * after a timeout if no network is found (typically 1 min).
274 * used to add a network reques
831 Network network = null; local
887 Network network = null; local
    [all...]
  /external/libpng/
png.5 3 png \- Portable Network Graphics (PNG) format
5 PNG (Portable Network Graphics) is an extensible file format for the
46 Portable Network Graphics (PNG) Specification (Second Edition)
48 Portable Network Graphics (PNG): Functional specification.
51 Portable Network Graphics (PNG) Specification Version 1.2 (July 8, 1999):
54 Portable Network Graphics (PNG) Specification Version 1.0 (October 1, 1996):
  /external/selinux/libsemanage/man/man3/
semanage_node.3 4 semanage_node \- SELinux Network Nodes Management API
14 This object contains properties associated with a network node.
76 return the IP address of this node as a byte array in network byte order
81 set the IP address of this node from the provided byte array in network byte order
96 return the IP mask of this node as a byte array in network byte order
101 set the IP mask of this node from the provided byte array in network byte order
  /frameworks/base/docs/html/training/basics/network-ops/
managing.jd 1 page.title=Managing Network Usage
2 parent.title=Performing Network Operations
7 previous.title=Connecting to the Network
19 <li><a href="#check-connection">Check a Device's Network Connection</a></li>
20 <li><a href="#manage-usage">Manage Network Usage</a></li>
44 control over their usage of network resources. If your application performs a
45 lot of network operations, you should provide user settings that allow users
54 impact of downloads and network connections, see
58 <h2 id="check-connection">Check a Device's Network Connection</h2>
60 <p>A device can have various types of network connections. This lesson
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
README-HS20 22 The core Interworking functionality (network selection, GAS/ANQP) were
27 wpa_supplicant network selection
32 network blocks (e.g., per-SSID parameters). When requested to perform
33 network selection, wpa_supplicant picks the highest priority enabled
34 network block or credential. If a credential is picked (based on ANQP
35 information from APs), a temporary network block is created
36 automatically for the matching network. This temporary network block is
37 used similarly to the network blocks that can be configured by the user,
42 By default, wpa_supplicant is not using automatic network selectio
    [all...]
  /external/iproute2/man/man8/
rtacct.8 4 nstat, rtacct - network statistics tools.
15 are simple tools to monitor kernel snmp counters and network interface statistics.
  /external/iptables/extensions/
libxt_TEE.man 2 machine on the \fBlocal\fP network segment. In other words, the nexthop
10 To forward all incoming traffic on eth0 to an Network Layer logging box:

Completed in 644 milliseconds

1 2 34 5 6 7 8 91011>>