/third_party/typescript/tests/baselines/reference/ |
H A D | import_var-referencing-an-imported-module-alias.js | 4 export class Host { } 9 var v = new hostVar.Host(); 16 exports.Host = void 0;
17 var Host = /** @class */ (function () {
18 function Host() {
20 return Host;
22 exports.Host = Host;
29 var v = new hostVar.Host();
|
/third_party/python/Tools/wasm/ |
H A D | wasm_build.py | 328 class Host(enum.Enum): class 358 """Host-specific os.environ["PATH"] entries. 375 """Host-specific port args (Emscripten).""" 386 """Host-specific embuilder args (Emscripten).""" 433 host: Host 471 cmd.append(f"--build={Host.build.value}") 487 if self.host != Host.build: 675 host=Host.build, 684 host=Host.wasm32_emscripten, 691 host=Host [all...] |
/third_party/node/test/parallel/ |
H A D | test-https-agent-session-injection.js | 41 'Host: nodejs.org. is not cert\'s CN: agent1'); 56 'Host: nodejs.org. is not cert\'s CN: agent1');
|
H A D | test-http-incoming-pipelined-socket-destroy.js | 68 `Host: localhost:${port}\r\n` +
|
/third_party/python/Modules/ |
H A D | overlapped.c | 1349 Py_UNICODE *Host; in parse_address() local 1362 Host = (wchar_t *)_PyUnicode_AsUnicode(Host_obj); in parse_address() 1364 Host = PyUnicode_AsWideCharString(Host_obj, NULL); in parse_address() 1366 if (Host == NULL) { in parse_address() 1370 if (WSAStringToAddressW(Host, AF_INET, NULL, Address, &Length) < 0) { in parse_address() 1378 PyMem_Free(Host); in parse_address() 1390 Host = (wchar_t *)_PyUnicode_AsUnicode(Host_obj); in parse_address() 1392 Host = PyUnicode_AsWideCharString(Host_obj, NULL); in parse_address() 1394 if (Host == NULL) { in parse_address() 1398 if (WSAStringToAddressW(Host, AF_INET in parse_address() [all...] |
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeCommandLineExecutor.cpp | 63 DE_DECLARE_COMMAND_LINE_OPT(Host, string); 99 << Option<Host> ("c", "connect", "Connect to host. Address of the execserver.") in registerOptions() 158 if (opts.hasOption<opt::StartServer>() && opts.hasOption<opt::Host>()) in parseCommandLine() 163 else if (!opts.hasOption<opt::StartServer>() && !opts.hasOption<opt::Host>()) in parseCommandLine() 183 cmdLine.serverBinOrAddress = opts.getOption<opt::Host>(); in parseCommandLine()
|
/third_party/nghttp2/integration-tests/ |
H A D | server_tester.go | 150 // URL.Host looks like "127.0.0.1:8080", but we want 154 b += fmt.Sprintf("%v;", strings.Replace(backendURL.Host, ":", ",", -1)) 156 sep := strings.LastIndex(backendURL.Host, ":") 158 t.Fatalf("backendURL.Host %v does not contain separator ':'", backendURL.Host) 161 b += fmt.Sprintf("%v.nip.io,%v;", backendURL.Host[:sep], backendURL.Host[sep+1:]) 206 backendHost: backendURL.Host,
|
H A D | nghttpx_http1_test.go | 229 // TestH1H1HostRewrite tests that server rewrites Host header field 234 w.Header().Add("request-host", r.Host) 333 // without Host header field 337 w.Header().Add("request-host", r.Host) 368 w.Header().Add("request-host", r.Host) 882 // TestH1H2NoHost tests that server rejects request without Host 894 // without Host header field, we expect 400 response 912 // without Host header field 917 w.Header().Add("request-host", r.Host) 949 w.Header().Add("request-host", r.Host) [all...] |
H A D | nghttpx_http2_test.go | 565 w.Header().Add("request-host", r.Host) 590 w.Header().Add("request-host", r.Host) 2734 w.Header().Add("request-host", r.Host) 2760 w.Header().Add("request-host", r.Host)
|
/third_party/rust/crates/nom/benchmarks/benches/ |
H A D | http.rs | 158 Host: www.reddit.com
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_debug.cpp | 38 #include <llvm/Support/Host.h>
|
H A D | lp_bld_misc.cpp | 63 #include <llvm/Support/Host.h>
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | doio.c | 307 char Host[16]; variable 773 gethostname(Host, sizeof(Host)); in doio() 774 if ((cp = strchr(Host, '.')) != NULL) in doio() 777 Pattern_Length = sprintf(Pattern, "-:%d:%s:%s*", getpid(), Host, Prog); in doio() 781 getpid(), Host, Prog); in doio() 1772 wrec.w_hostlen = strlen(Host); in do_write() 1773 memcpy(wrec.w_host, Host, wrec.w_hostlen); in do_write() 3290 wrec.w_hostlen = strlen(Host); in do_rw() 3291 memcpy(wrec.w_host, Host, wre in do_rw() [all...] |
/third_party/node/lib/ |
H A D | tls.js | 319 `Host: ${hostname}. is not in the cert's altnames: ${altNames}`; 330 reason = `Host: ${hostname}. is not cert's CN: ${cn}`;
|
/third_party/node/deps/npm/node_modules/https-proxy-agent/dist/ |
H A D | index.js | 105 headers.Host = `${host}:${opts.port}`;
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/git/ |
H A D | git.go | 106 f.WriteString(fmt.Sprintf("%v FALSE / TRUE 2147483647 o %v=%v\n", u.Host, flags.Username, flags.Password))
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.h | 713 // Host specific pipeline stage 714 Host = 13,
|
H A D | vk_helpers.cpp | 67 {PipelineStage::Host, VK_PIPELINE_STAGE_HOST_BIT}};
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 1305 Host = 1,
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 30 #include <llvm/Support/Host.h>
|