Home
last modified time | relevance | path

Searched refs:Host (Results 1 - 20 of 20) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A Dimport_var-referencing-an-imported-module-alias.js4 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 Dwasm_build.py328 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 Dtest-https-agent-session-injection.js41 'Host: nodejs.org. is not cert\'s CN: agent1');
56 'Host: nodejs.org. is not cert\'s CN: agent1');
H A Dtest-http-incoming-pipelined-socket-destroy.js68 `Host: localhost:${port}\r\n` +
/third_party/python/Modules/
H A Doverlapped.c1349 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 DxeCommandLineExecutor.cpp63 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 Dserver_tester.go150 // 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 Dnghttpx_http1_test.go229 // 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 Dnghttpx_http2_test.go565 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 Dhttp.rs158 Host: www.reddit.com
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp38 #include <llvm/Support/Host.h>
H A Dlp_bld_misc.cpp63 #include <llvm/Support/Host.h>
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c307 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 Dtls.js319 `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 Dindex.js105 headers.Host = `${host}:${opts.port}`;
/third_party/skia/third_party/externals/swiftshader/tests/regres/git/
H A Dgit.go106 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 Dvk_helpers.h713 // Host specific pipeline stage
714 Host = 13,
H A Dvk_helpers.cpp67 {PipelineStage::Host, VK_PIPELINE_STAGE_HOST_BIT}};
/third_party/rust/crates/libc/src/
H A Dpsp.rs1305 Host = 1,
/third_party/skia/src/core/
H A DSkVM.cpp30 #include <llvm/Support/Host.h>

Completed in 47 milliseconds