/ndk/build/tools/ |
rebuild-all-prebuilt.sh | 22 # - host ccache 184 #dump "Building host ccache binary..." 187 # dump "ERROR: Could not build host ccache binary!"
|
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
public_infoele.h | 38 DESCRIPTION: Contains information element defines/structures used by the FW and host. 194 uint8 wakeUpConditionBitmap; /* The host can set one bit only. */ 375 2. Tx-Result entries counter read by the host */ 429 /* transmitted to the AP. The host configures this information */ 476 uint32 mediumUsage; /* report to the host the value of medium usage registers*/ 477 uint32 period; /* report to the host the value of medium period registers*/ 506 match the SSID specified by the host in the START/JOIN command. 512 BSSID that does not match the BSSID specified by the host. 572 Desc: This information element enables the host to activate beacon filtering. 574 When activated, either the host is not notified about beacons whose [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/ |
public_infoele.h | 37 * \brief Contains information element defines/structures used by the FW and host. 179 uint8 wakeUpConditionBitmap; /* The host can set one bit only. */ 198 /* Host Bus/Memory Mode - The following table specifies the possible host bus modes and */ 462 /* transmitted to the AP. The host configures this information */ 595 uint32 mediumUsage; /* report to the host the value of medium usage registers*/ 596 uint32 period; /* report to the host the value of medium period registers*/ 625 match the SSID specified by the host in the START/JOIN command. 631 BSSID that does not match the BSSID specified by the host. 691 Desc: This information element enables the host to activate beacon filtering. [all...] |
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/ |
public_infoele.h | 38 DESCRIPTION: Contains information element defines/structures used by the FW and host. 195 uint8 wakeUpConditionBitmap; /* The host can set one bit only. */ 376 2. Tx-Result entries counter read by the host */ 430 /* transmitted to the AP. The host configures this information */ 477 uint32 mediumUsage; /* report to the host the value of medium usage registers*/ 478 uint32 period; /* report to the host the value of medium period registers*/ 507 match the SSID specified by the host in the START/JOIN command. 513 BSSID that does not match the BSSID specified by the host. 573 Desc: This information element enables the host to activate beacon filtering. 575 When activated, either the host is not notified about beacons whose [all...] |
/frameworks/base/core/java/android/view/ |
ViewRoot.java | 669 final View host = mView; local 674 host.debug(); 677 if (host == null || !mAdded) 726 mLastConfiguration.setTo(host.getResources().getConfiguration()); 727 host.dispatchAttachedToWindow(attachInfo, 0); 735 "View " + host + " resized to: " + frame); 744 host.dispatchWindowVisibilityChanged(viewVisibility); 765 host.fitSystemWindows(mAttachInfo.mContentInsets); 773 host.fitSystemWindows(mAttachInfo.mContentInsets); 797 // Ask host how big it wants to b [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
SocketPermissionTest.java | 209 "Any identical host should imply resolve regardless of the ports", 220 InetAddress host = null; local 222 host = InetAddress.getByName(Support_Configuration.UnresolvedIP); 271 "Any identical host should imply resolve regardless of the ports", 273 assertTrue("A different host should not imply resolve", !pc
|
URLStreamHandlerTest.java | 70 URL url2 = new URL("http://test:pwd@host/test?a=b&c=%D0+%D1"); 304 String host, 308 super.setURL(u, protocol, host, port, file, ref); 313 String host, 320 super.setURL(u, protocol, host, port, authority,
|
/development/pdk/docs/porting/ |
bluetooth.jd | 20 <p>Android's Bluetooth stack uses BlueZ version 3.36 for GAP, SDP, and RFCOMM profiles, and is a SIG-qualified Bluetooth 2.0 + EDR host stack.</p> 105 <li>Bluetooth 2.0+EDR host stack</li> 116 <li>QDID B014524: Host stack (SDP, L2CAP, GAP, RFCOMM, SPP)</li> 131 <li>Bluetooth 2.0+EDR host stack</li> 158 <li>QDID B015261: Host stack (SDP, L2CAP, GAP, RFCOMM, SPP, AVCTP, AVRCP, GAVDP, AVDTP, A2DP)</li>
|
/external/apache-http/src/org/apache/http/impl/conn/ |
ProxySelectorRoutePlanner.java | 138 ("Target host must not be null."); 189 ("Cannot convert host to URI: " + target, usx); 212 * Obtains a host from an {@link InetSocketAddress}. 216 * @return a host string, either as a symbolic name or 274 // The socket may make use of the SOCKS host though.
|
/external/bluetooth/hcidump/ |
ChangeLog | 45 Add decoding for AFH host channel classification command. 54 Add decoding for host controller to host flow control setting. 55 Add decoding for host number of completed packets. 56 Add decoding for host buffer size command.
|
/external/icu4c/config/ |
Makefile.inc.in | 12 # 3). Host information 158 # *3* Information about the host 162 # Information about the host that 'configure' was run on. 163 host = @host@
|
/external/icu4c/test/intltest/ |
idnaref.h | 47 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions 86 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions 130 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions 170 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions 211 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
|
/external/ipsec-tools/src/libipsec/ |
ipsec_dump_policy.c | 400 char host[NI_MAXHOST]; local 406 if (getnameinfo(sa, (socklen_t)sysdep_sa_len(sa), host, sizeof(host), 411 snprintf(buf, len, "%s[%s]", host, serv); 413 snprintf(buf, len, "%s", host);
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
UIDelegate.cpp | 575 BSTR host; local 579 origin->host(&host); 583 printf("UI DELEGATE DATABASE CALLBACK: exceededDatabaseQuotaForSecurityOrigin:{%S, %S, %i} database:%S\n", protocol, host, port, databaseIdentifier); 586 SysFreeString(host);
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetManager.java | 76 * Sent when it is time to configure your AppWidget while it is being added to a host. 92 * If you return {@link android.app.Activity#RESULT_CANCELED}, the host will cancel the add 158 * Sent when an instance of an AppWidget is deleted from its host. 165 * Sent when an instance of an AppWidget is removed from the last host. 172 * Sent when an instance of an AppWidget is added to a host for the first time.
|
/packages/apps/Email/src/com/android/exchange/ |
AbstractSyncService.java | 106 * @param host 114 public abstract void validateAccount(String host, String userName, String password, int port, 134 * @param host 142 static public void validate(Class<? extends AbstractSyncService> klass, String host, 149 svc.validateAccount(host, userName, password, port, ssl, trustCertificates, context);
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/Xtrans/ |
Xtransint.h | 233 char *, /* host */ 244 char *, /* host */ 255 char *, /* host */ 266 char *, /* host */ 321 char *, /* host */
|
/external/dbus/dbus/ |
dbus-transport-socket.c | 1281 const char *host = dbus_address_entry_get_value (entry, "host"); local [all...] |
/external/clearsilver/util/ |
neo_net.c | 149 NEOERR *ne_net_connect(NSOCK **sock, const char *host, int port, 167 php = gethostbyname(host); 170 return nerr_raise(NERR_IO, "Host not found: %s", hstrerror(h_errno)); 209 host, port); 221 return nerr_raise(NERR_IO, "Connection to %s:%d failed: Timeout", host, 227 return nerr_raise_errno(NERR_IO, "Connection to %s:%d failed", host, 244 return nerr_raise_errno(NERR_IO, "Connection to %s:%d failed", host,
|
/external/jpeg/ |
ltconfig | 86 host= 120 Usage: $progname [OPTION]... LTMAIN [HOST] 127 --no-verify do not verify that HOST is a valid host type 138 HOST is the canonical host system name [default=guessed]. 168 elif test -z "$host"; then 171 # echo "$progname: warning \`$option' is not a valid host type" 1>&2 173 host="$option" 274 echo $ac_n "checking host system type""... $ac_c" 1>& [all...] |
/frameworks/base/core/java/android/net/http/ |
Connection.java | 70 * The host this connection is connected to. If using proxy, 105 protected Connection(Context context, HttpHost host, 108 mHost = host; 124 Context context, HttpHost host, HttpHost proxy, 127 if (host.getSchemeName().equals("http")) { 128 return new HttpConnection(context, host, requestFeeder); 132 return new HttpsConnection(context, host, proxy, requestFeeder);
|
/dalvik/libcore/luni/src/main/java/java/net/ |
URLClassLoader.java | 117 //private URLClassLoader host; 535 String host = url.getHost(); local 537 if (host != null) { 538 hostLength = host.length(); 543 buf.append("//").append(host); //$NON-NLS-1$ 577 // Do not create a UNC path, i.e. \\host 753 String host = u.getHost(); local 754 if (host != null && host.length() > 0) { 755 path = "//" + host + path; //$NON-NLS-1 767 String host = u.getHost(); local [all...] |
/external/dnsmasq/ |
FAQ | 150 domain) return the address of a host at Versign which runs a web 155 host jlsdajkdalld.com 158 host returns an IP address, then the DNS is broken. (Try a few 184 network with all ones in the host part. For instance if the 203 A: By default, none of the DHCP clients send the host-name when asking 204 for a lease. For most of the clients, you can set the host-name to 207 you have to add something like "send host-name daisy" to 228 default client-id will be 01:<MAC address>, so change the dhcp-host 229 line from "dhcp-host=11:22:33:44:55:66,1.2.3.4" to 230 "dhcp-host=id:01:11:22:33:44:55:66,1.2.3.4" or (3) tell dnsmasq t [all...] |
/external/qemu/hw/ |
bt-hci.c | 635 return bt_hci_role_master(hci, handle) ? link->slave : link->host; 655 link->host->lmp_acl_resp; 691 link.host = &hci->device; 698 struct bt_device_s *host, uint8_t because) 702 .host = host, 706 host->reject_reason = because; 707 host->lmp_connection_complete(&link); 724 struct bt_device_s *host) 742 bt_hci_connection_reject(hci, host, HCI_REJECTED_LIMITED_RESOURCES) [all...] |
/external/libxml2/ |
nanohttp.c | 134 char *hostname; /* the host name */ 273 * the protocol host port and path it indicates. 328 * the protocol host port it indicates. 798 * the host to answer. 936 __xmlIOErr(XML_FROM_HTTP, 0, "Error connecting to remote host"); 953 * @host: the host name 956 * Attempt a connection to the given host:port endpoint. It tries 963 xmlNanoHTTPConnectHost(const char *host, int port) 1003 status = getaddrinfo (host, NULL, &hints, &result) [all...] |