/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/pkgconfig/ |
libpulse-browse.pc | 7 Description: PulseAudio Network Browsing API
|
/frameworks/base/core/java/android/webkit/ |
Network.java | 35 class Network { 37 private static final String LOGTAG = "network"; 40 * Static instance of a Network object. 42 private static Network sNetwork; 46 * when the Network object has not been constructed yet 51 * Reference count for platform notifications as the network class is a 68 * Network request queue (requests are added from the browser thread). 87 * True if the currently used network connection is a roaming phone 98 * @return The singleton instance of the network. 100 public static synchronized Network getInstance(Context context) [all...] |
/frameworks/base/core/java/android/net/ |
INetworkStatsService.aidl | 26 /** Return historical network layer stats for traffic that matches template. */ 28 /** Return historical network layer stats for specific UID traffic that matches template. */ 31 /** Return network layer usage summary for traffic that matches template. */ 33 /** Return network layer usage summary per UID for traffic that matches template. */ 36 /** Return data layer snapshot of UID network usage. */
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config_ssid.h | 2 * WPA Supplicant / Network configuration structures 35 * struct wpa_ssid - Network configuration data 37 * This structure includes all the configuration variables for a network. This 39 * the network list, struct wpa_config::ssid. Each network block in the 44 * next - Next network in global list 52 * pnext - Next network in per-priority list 61 * id - Unique id for the network 63 * This identifier is used as a unique identifier for each network 64 * block when using the control interface. Each network is allocated a [all...] |
/device/moto/wingray/overlay/frameworks/base/core/res/res/xml/ |
eri.xml | 65 EriText="Network Extender" 72 EriText="Extended Network" 79 EriText="Extended Network" 93 EriText="Extended Network" 107 EriText="Extended Network" 114 EriText="Extended Network" 128 EriText="Extended Network" 156 EriText="Network Extender" 163 EriText="Network Extender"
|
/external/chromium/chrome/browser/importer/ |
firefox_proxy_settings.cc | 16 const char* const kNetworkProxyTypeKey = "network.proxy.type"; 17 const char* const kHTTPProxyKey = "network.proxy.http"; 18 const char* const kHTTPProxyPortKey = "network.proxy.http_port"; 19 const char* const kSSLProxyKey = "network.proxy.ssl"; 20 const char* const kSSLProxyPortKey = "network.proxy.ssl_port"; 21 const char* const kFTPProxyKey = "network.proxy.ftp"; 22 const char* const kFTPProxyPortKey = "network.proxy.ftp_port"; 23 const char* const kGopherProxyKey = "network.proxy.gopher"; 24 const char* const kGopherProxyPortKey = "network.proxy.gopher_port"; 25 const char* const kSOCKSHostKey = "network.proxy.socks" [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
udpport.h | 37 class Network; 50 talk_base::Network* network, 52 UDPPort* port = new UDPPort(thread, factory, network, 71 talk_base::Network* network, uint32 ip, int min_port, int max_port);
|
/external/ipsec-tools/src/racoon/ |
isakmp_unity.c | 210 struct unity_network *network = (struct unity_network *)(attr + 1); local 223 &network[index], 237 &network[index], 269 struct unity_network * network; local 286 network = (struct unity_network *)(new + 1); 289 memcpy(&network[index], 290 &netentry->network, 293 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40); 294 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40); 303 int splitnet_list_add(list, network, count [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/chromium/chrome/browser/chromeos/cros/ |
network_library.cc | 32 // NetworkLibraryImpl manages a series of classes that describe network devices 38 // Network: a network service ("network"). 39 // network_map_: canonical map<path,Network*> for all visible networks. 41 // ethernet_: EthernetNetwork* to the active ethernet network in network_map_. 42 // WirelessNetwork: a Wifi or Cellular Network. 44 // active_wifi_: WifiNetwork* to the active wifi network in network_map_. 50 // network_unique_id_map_: map<unique_id,Network*> for visible networks. 51 // remembered_network_map_: a canonical map<path,Network*> for all network 2404 Network* network = FindNetworkByPath(path); local 2412 Network* network = FindNetworkByPath(path); local 2420 Network* network = FindNetworkByPath(path); local 2428 Network* network = FindNetworkByPath(path); local 2641 Network* network = networklib->FindNetworkByPath(path); local 2754 Network* network = local 2829 Network* network = local 3407 Network* network = found->second; local 3481 Network* network = FindNetworkFromRemembered(remembered_network); local 3580 Network* network = found->second; local 3629 Network* network = FindNetworkByPath(service_path); local 3671 Network* network; local [all...] |
network_library.h | 71 // Network enums (see flimflam/include/network.h) 176 // Cellular network is considered low data when less than 60 minues. 179 // Cellular network is considered low data when less than 30 minues. 182 // Cellular network is considered low data when less than 100MB. 185 // Cellular network is considered very low data when less than 50MB. 273 // Contains data common to all network service types. 274 class Network { 276 virtual ~Network() {} 295 // Is this network connectable. Currently, this is mainly used by 802.1 [all...] |
/external/chromium/chrome/browser/ui/webui/chromeos/ |
choose_mobile_network_ui.cc | 38 // Network properties. 49 // Called when the network layer has requested a resource underneath 170 // We need to remove duplicates from the list because same network with 173 // network in UI. 175 DictionaryValue* network = new DictionaryValue(); local 176 network->SetString(kNetworkIdProperty, it->network_id); 178 network->SetString(kOperatorNameProperty, it->long_name); 180 network->SetString(kOperatorNameProperty, it->short_name); 182 network->SetString(kOperatorNameProperty, it->network_id); 183 network->SetString(kStatusProperty, it->status) [all...] |
choose_mobile_network_ui.h | 13 // A custom WebUI that defines datasource for choosing cellular network dialog.
|
/external/bluetooth/bluez/network/ |
Android.mk | 3 # network plugin 38 LOCAL_MODULE := network
|
/external/chromium/net/udp/ |
datagram_socket.h | 22 // Copy the remote udp address into |address| and return a network error code. 25 // Copy the local udp address into |address| and return a network error code.
|
/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:
|
/external/iptables/include/net/netfilter/ |
nf_nat.h | 38 /* Inclusive: network order. */ 41 /* Inclusive: network order */
|
/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
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
offline-access-frame.html | 1 <html manifest="/resources/network-simulator.php?path=/appcache/resources/offline-access.manifest"> 14 <script src="/resources/network-simulator.php?path=/appcache/resources/offline-access.js"></script>
|
/frameworks/base/data/etc/ |
android.hardware.location.xml | 18 that network location is required for all devices. --> 21 <feature name="android.hardware.location.network" />
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_eql.h | 2 * Equalizer Load-balancer for serial network interfaces. 5 * NCM: Network and Communications Management, Inc.
|
/build/target/board/vbox_x86/ |
README.txt | 7 test applications that do not require network, phone or sound support.
|
/external/chromium/chrome/browser/ui/webui/options/ |
advanced_options_utils.h | 15 // Invoke UI for network proxy settings.
|
/external/chromium/chrome/common/extensions/docs/static/ |
experimental.webInspector.resources.html | 4 information about network resources displayed by DevTools' Network panel. 13 Network resource information is represented in HTTP Archive format 31 by <code>getHAR()</code> should match that displayed by the Network panel.
|