/external/webkit/WebKitTools/Scripts/webkitpy/commands/ |
queues_unittest.py | 61 expected_run_args = ["echo", "--status-host=example.com"] + map(str, run_args)
|
/external/webkit/WebKitTools/WebKitLauncher/ |
WebKitLauncherURLProtocol.m | 56 NSString *mainDocumentHost = [mainDocumentURL host];
|
/frameworks/base/common/java/com/android/common/ |
GoogleLogTags.logtags | 79 # interval is in seconds; network type can be 0 (mobile) or 1 (wifi); ip is the host ip addr.
|
/frameworks/base/opengl/libs/ |
Android.mk | 136 # Build the ETC1 host static library
|
/hardware/broadcom/wlan/bcm4329/src/ |
Makerules.env | 13 # Figure what type of host we are in.
|
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd_dbg.h | 2 * Debug/trace/assert driver definitions for Dongle Host Driver.
|
/hardware/ti/omap3/dspbridge/inc/ |
getsection.h | 50 * syms Host-side malloc/free and error reporting functions.
|
/hardware/ti/wlan/wl1271/platforms/hw/linux/ |
host_platform.h | 37 Purpose: This module defines unified interface to the host platform specific
|
/ndk/build/core/ |
ndk-common.sh | 212 # define HOST_TAG as a unique tag used to identify both the host OS and CPU 236 # Compute the number of host CPU cores an HOST_NUM_CPUS 265 ## HOST TOOLCHAIN SUPPORT 274 log2 "Forcing generation of 32-bit host binaries on $HOST_ARCH"
|
/packages/apps/Email/src/com/android/email/ |
ExchangeUtils.java | 130 public int validate(String protocol, String host, String userName, String password,
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/ |
mkheaders | 68 # Directory in which to put host dependent programs and libraries
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/ |
mkheaders | 68 # Directory in which to put host dependent programs and libraries
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/ |
mkheaders | 67 # Directory in which to put host dependent programs and libraries
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/ |
mkheaders | 68 # Directory in which to put host dependent programs and libraries
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/ |
mkheaders | 68 # Directory in which to put host dependent programs and libraries
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/ |
mkheaders | 67 # Directory in which to put host dependent programs and libraries
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/ |
mkheaders | 68 # Directory in which to put host dependent programs and libraries
|
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/ |
mkheaders | 68 # Directory in which to put host dependent programs and libraries
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
AdtTestData.java | 89 * use path separators appropriate to host OS
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
ISettingsPage.java | 33 * Java system setting picked up by {@link URL} for http proxy host.
|
/system/wlan/ti/wilink_6_1/platforms/hw/linux/ |
host_platform.h | 37 Purpose: This module defines unified interface to the host platform specific
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 151 @BrokenTest("Different behavior between cts host and run-core-test") 206 @BrokenTest("Different behavior between cts host and run-core-test") 428 @BrokenTest("Different behavior between cts host and run-core-test") 474 @BrokenTest("Different behavior between cts host and run-core-test") 541 URL url = new URL("https://requested.host:55556/requested.data"); 602 URL url = new URL("https://requested.host:55555/requested.data"); 657 URL url = new URL("https://requested.host:55555/requested.data"); 733 URL url = new URL("https://requested.host:55554/requested.data"); [all...] |
/external/openssl/apps/ |
s_client.c | 195 BIO_printf(bio_err," -host host - use -connect instead\n"); 197 BIO_printf(bio_err," -connect host:port - who to connect to (default is %s:%s)\n",SSL_HOST_NAME,PORT_STR); 247 BIO_printf(bio_err," -servername host - Set TLS extension servername in ClientHello\n"); 301 char *host=SSL_HOST_NAME; local 390 if (strcmp(*argv,"-host") == 0) 393 host= *(++argv); 404 if (!extract_host_port(*(++argv),&host,NULL,&port)) 815 kssl_ctx_setstring(con->kssl_ctx, KSSL_SERVER, host); 822 if (init_client(&s,host,port,sock_type) == 0 [all...] |
/external/libpng/ |
ltmain.sh | 63 # host-triplet: $host 531 s*\$host*'"$host"'* 639 $ECHO "host: $host" 807 case $host in [all...] |
/bionic/libc/include/sys/ |
_errdefs.h | 148 __BIONIC_ERRDEF( EHOSTDOWN , 112, "Host is down" ) 149 __BIONIC_ERRDEF( EHOSTUNREACH , 113, "No route to host" )
|