/system/extras/tests/bionic/libc/common/ |
test_pthread_rwlock.c | 39 #ifdef HOST 193 #ifdef HOST 194 /* The host implementation (GLibc) does not support recursive
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 21 HOST = test_support.HOST 373 d.connect((HOST, port)) 474 def __init__(self, handler=BaseTestHandler, host=HOST, port=0): 478 self.bind((host, port)) 541 self.bind((HOST, 0)) 680 s1.bind((HOST, 0)) 687 self.assertRaises(socket.error, s2.bind, (HOST, port))
|
test_ssl.py | 25 HOST = test_support.HOST 381 self.skipTest("remote host needs SNI, only available on Python 3.2+") 382 # NOTE: https://sha2.hboeck.de is another possible test host 777 (HOST, 0), self.RootedHTTPRequestHandler, certfile) [all...] |
test_imaplib.py | 143 server, thread = self.make_server((support.HOST, 0), hdlr) 182 host = 'cyrus.andrew.cmu.edu' variable in class:RemoteIMAPTest 189 with transient_internet(self.host): 190 self.server = self.imap_class(self.host, self.port)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 21 HOST = test_support.HOST 373 d.connect((HOST, port)) 474 def __init__(self, handler=BaseTestHandler, host=HOST, port=0): 478 self.bind((host, port)) 541 self.bind((HOST, 0)) 680 s1.bind((HOST, 0)) 687 self.assertRaises(socket.error, s2.bind, (HOST, port))
|
test_ssl.py | 25 HOST = test_support.HOST 381 self.skipTest("remote host needs SNI, only available on Python 3.2+") 382 # NOTE: https://sha2.hboeck.de is another possible test host 777 (HOST, 0), self.RootedHTTPRequestHandler, certfile) [all...] |
test_imaplib.py | 143 server, thread = self.make_server((support.HOST, 0), hdlr) 182 host = 'cyrus.andrew.cmu.edu' variable in class:RemoteIMAPTest 189 with transient_internet(self.host): 190 self.server = self.imap_class(self.host, self.port)
|
/cts/tests/tests/content/src/android/content/cts/ |
IntentFilterTest.java | 65 private static final String HOST = "testHost"; 433 mIntentFilter.addDataAuthority(HOST + i, String.valueOf(PORT + i)); 442 assertEquals(HOST + i, actual.getHost()); 444 AuthorityEntry ae = new AuthorityEntry(HOST + i, String.valueOf(PORT + i)); 447 Uri uri = Uri.parse("http://" + HOST + i + ":" + String.valueOf(PORT + i)); 449 Uri uri2 = Uri.parse("http://" + HOST + i + 10 + ":" + PORT + i + 10); 535 mIntentFilter.addDataAuthority(HOST, String.valueOf(PORT)); 538 final Uri uri = Uri.parse("http://" + HOST + ":" + PORT); 585 mIntentFilter.addDataAuthority(HOST, String.valueOf(PORT)); [all...] |
/external/chromium/googleurl/src/ |
url_parse_unittest.cc | 80 const char* host; member in struct:__anon2621::URLParseCase 139 "http://user:pass@host:99/foo?bar#baz", 143 "http://user:pass@host:99/foo?bar#", 144 "http://user:pass@host:99/foo?bar", 145 "http://user:pass@host:99/foo?", 146 "http://user:pass@host:99/foo", 147 "http://user:pass@host:99/", 148 "http://user:pass@host:99", 149 "http://user:pass@host:", 150 "http://user:pass@host", [all...] |
/external/chromium_org/url/third_party/mozilla/ |
url_parse.h | 90 HOST, 132 // HOST: 7 7 147 // Username. Specified in URLs with an @ sign before the host. See |password| 151 // Not all URLs with a username have a password, as in "http://me@host/". 153 // "http://me:secret@host/" 156 // Host name. 157 Component host; member in struct:url_parse::Parsed 162 // Path, this is everything following the host name, stopping at the query of 166 // be -1 in cases like "http://host?foo". 228 // authority (host) like "http". This function will not handle weird one [all...] |
/external/libselinux/src/ |
procattr.c | 11 #ifdef HOST
|
/system/extras/ext4_utils/ |
make_ext4fs_main.c | 152 #if !defined(HOST)
|
/build/core/ |
envsetup.mk | 35 # Set up configuration for host machine. We don't do cross- 36 # compiles except for arm/mips, so the HOST is whatever we are 55 # BUILD_OS is the real host doing the build. 86 # the host build defaults to release, and it must be release or debug 97 # This is the standard way to name a directory containing prebuilt host 150 # Move the host or target under the debug/ directory 156 HOST_OUT_ROOT_release := $(OUT_DIR)/host 157 HOST_OUT_ROOT_debug := $(DEBUG_OUT_DIR)/host 164 BUILD_OUT := $(OUT_DIR)/host/$(BUILD_OS)-$(BUILD_ARCH) 254 COMMON_MODULE_CLASSES := TARGET-NOTICE_FILES HOST-NOTICE_FILES HOST-JAVA_LIBRARIE [all...] |
/bootable/recovery/minadbd/ |
adb.h | 381 /* usb host/client interface */ 408 extern int HOST;
|
/cts/tests/tests/os/src/android/os/cts/ |
BuildTest.java | 180 assertNotEmpty(Build.HOST);
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetworkVars.java | 69 VAR_MAP.put("build.host", new StaticVarGetter(Build.HOST));
|
/device/generic/goldfish/opengl/ |
common.mk | 98 # $3: "HOST" for a host module, empty for a target one. 103 $(error There is already a $(if $3,host,) module named $1!)\ 168 $(info . HOST=$(_emugl_HOST))\ 205 # <basename> is the emugen basename (see host/tools/emugen/README)
|
/external/chromium_org/url/ |
url_parse_unittest.cc | 58 const char* host; member in struct:url_parse::__anon15217::URLParseCase 129 "http://user:pass@host:99/foo?bar#baz", 133 "http://user:pass@host:99/foo?bar#", 134 "http://user:pass@host:99/foo?bar", 135 "http://user:pass@host:99/foo?", 136 "http://user:pass@host:99/foo", 137 "http://user:pass@host:99/", 138 "http://user:pass@host:99", 139 "http://user:pass@host:", 140 "http://user:pass@host", [all...] |
/system/core/adb/ |
adb.h | 442 /* usb host/client interface */ 470 extern int HOST;
|
adb.c | 50 int HOST = 0; 291 return snprintf(buf, bufsize, "host::") + 1; 515 if(HOST) send_connect(t); 532 if (HOST || !auth_enabled) { 534 if(!HOST) send_connect(t); 724 // It's non-sensical to support the "reserved" space on the adb host side [all...] |
/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...] |
/external/libpcap/ |
grammar.c | 69 HOST = 260, 173 #define HOST 260 782 "$end", "error", "$undefined", "DST", "SRC", "HOST", "GATEWAY", "NET", [all...] |
grammar.y | 169 %token DST SRC HOST GATEWAY 330 aqual: HOST { $$ = Q_HOST; }
|
/external/qemu/distrib/jpeg-6b/ |
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/services/java/com/android/server/firewall/ |
StringFilter.java | 315 public static final ValueProvider HOST = new ValueProvider("host") {
|