Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 3020) sorted by relevance

12345678910>>...121

/third_party/node/test/parallel/
Dtest-tls-check-server-identity.js36 host: false, property
41 host: null, property
46 host: undefined, property
52 { host: 'a.com', cert: { subject: { CN: 'a.com' } } }, property
53 { host: 'a.com', cert: { subject: { CN: 'A.COM' } } }, property
55 host: 'a.com', property
59 { host: 'a.com', cert: { subject: { CN: 'a.com.' } } }, property
61 host: 'a.com', property
71 host: '8.8.8.8', property
79 host: '8.8.8.8', property
[all …]
Dtest-url-parse-format.js20 host: 'evil-phisher', property
31 host: 'evil-phisher', property
44 host: 'evil-phisher', property
56 host: 'evil-phisher', property
67 host: 'www.example.com', property
77 host: 'www.example.com', property
87 host: 'www.example.com', property
98 host: 'www.example.com', property
109 host: 'www.example.com', property
120 host: 'www.example.com', property
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/
DconfigFileSearch.ts12 const host = createServerHost([f1, configFile]); constant
13 const service = createProjectService(host);
40 const host = createServerHost([f1, libFile, configFile, configFile2]); constant
41 const service = createProjectService(host);
45 checkWatchedFiles(host, [libFile.path, configFile.path]);
46 checkWatchedDirectories(host, [], /*recursive*/ false);
48 … checkWatchedDirectories(host, typeRootLocations.concat(configFileLocation), /*recursive*/ true);
51 host.deleteFile(configFile.path);
52 host.runQueuedTimeoutCallbacks();
54 …checkWatchedFiles(host, [libFile.path, configFile.path, `${configFileLocation}/jsconfig.json`, `${…
[all …]
DresolutionCache.ts2 function createHostModuleResolutionTrace(host: TestServerHost & ModuleResolutionHost) {
4 host.trace = resolutionTrace.push.bind(resolutionTrace);
18 const host: TestServerHost & ModuleResolutionHost = createServerHost([file1, lib]); constant
19 const resolutionTrace = createHostModuleResolutionTrace(host);
20 …ctService = createProjectService(host, { typingsInstaller: new TestTypingsInstaller("/a/cache", /*…
70 const host = createServerHost([f1, t1, tsconfig]); constant
71 const projectService = createProjectService(host);
78 host.deleteFile(t1.path);
80 host.runQueuedTimeoutCallbacks();
86 host.writeFile(t2.path, t2.content);
[all …]
DwatchEnvironment.ts44 const host = createServerHost(files, { environmentVariables }); constant
45 const projectService = createProjectService(host);
59 host.writeFile(file2.path, file2.content);
60 host.runQueuedTimeoutCallbacks();
68 checkWatchedDirectories(host, emptyArray, /*recursive*/ true);
70 checkWatchedFilesDetailed(host, expectedWatchedFiles);
71 … checkWatchedDirectoriesDetailed(host, expectedWatchedDirectories, /*recursive*/ false);
105 const host = createServerHost(files, { windowsStyleRoot: "c:/" }); constant
106 const projectService = createProjectService(host);
112 …checkWatchedFiles(host, mapDefined(files, f => f === libFile ? winsowsStyleLibFilePath : f === fil…
[all …]
DtypingsInstaller.ts12 constructor(host: server.ServerHost, p?: InstallerParams, log?: TI.Log) {
16 host,
27 …function executeCommand(self: Installer, host: TestServerHost, installedTypings: string[] | string…
30 host.ensureFileOrFolder(file);
72 const host = createServerHost([f1, f2, config, typesConfig]); constant
75 …super(host, { typesRegistry: createTypesRegistry("config"), globalTypingsCacheLocation: typesCache…
81 const service = createProjectService(host, { typingsInstaller: installer });
120 const host = createServerHost([file1, tsconfig, packageJson]); constant
123 super(host, { typesRegistry: createTypesRegistry("jquery") });
128 executeCommand(this, host, installedTypings, typingFiles, cb);
[all …]
DcancellationToken.ts19 const host = createServerHost([f1]); constant
32 const session = createSession(host, { cancellationToken });
53 host.runQueuedImmediateCallbacks();
55 host.runQueuedImmediateCallbacks();
71 const host = createServerHost([f1, config]); constant
72 const session = createSession(host, {
88 assert.equal(host.getOutput().length, 0, "expected 0 message");
89 host.checkTimeoutQueueLengthAndRun(1);
91 assert.equal(host.getOutput().length, 1, "expect 1 message");
102 assert.equal(host.getOutput().length, 0, "expect 0 messages");
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectUpdatedInBackground.ts31 …function verifyProjectsUpdatedInBackgroundEvent(createSession: (host: TestServerHost) => ProjectsU…
50 const host = createServerHost([commonFile1, libFile, configFile]); constant
51 … const { verifyProjectsUpdatedInBackgroundEventHandler, verifyInitialOpen } = createSession(host);
54 host.writeFile(commonFile2.path, commonFile2.content);
55 host.runQueuedTimeoutCallbacks();
63 host.writeFile(commonFile3.path, commonFile3.content);
64 host.runQueuedTimeoutCallbacks();
93 const host = createServerHost(files); constant
94 … const { verifyInitialOpen, verifyProjectsUpdatedInBackgroundEventHandler } = createSession(host);
97 host.writeFile(f2.path, f2.content);
[all …]
/third_party/node/deps/cares/src/lib/
Dares__addrinfo2hostent.c47 struct hostent **host) in ares__addrinfo2hostent() argument
55 if (ai == NULL || host == NULL) in ares__addrinfo2hostent()
58 *host = ares_malloc(sizeof(**host)); in ares__addrinfo2hostent()
59 if (!(*host)) in ares__addrinfo2hostent()
63 memset(*host, 0, sizeof(**host)); in ares__addrinfo2hostent()
94 (*host)->h_aliases = aliases; in ares__addrinfo2hostent()
114 (*host)->h_addr_list = ares_malloc((naddrs + 1) * sizeof(char *)); in ares__addrinfo2hostent()
115 if (!(*host)->h_addr_list) in ares__addrinfo2hostent()
120 memset((*host)->h_addr_list, 0, (naddrs + 1) * sizeof(char *)); in ares__addrinfo2hostent()
124 (*host)->h_name = ares_strdup(ai->cnames->name); in ares__addrinfo2hostent()
[all …]
/third_party/node/deps/npm/node_modules/forever-agent/
Dindex.js10 function getConnectionName(host, port) { argument
12 if (typeof host === 'string') {
13 name = host + ':' + port
16 name = host.host + ':' + host.port + ':' + (host.localAddress ? (host.localAddress + ':') : ':')
29 self.on('free', function(socket, host, port) { argument
30 var name = getConnectionName(host, port)
61 ForeverAgent.prototype.addRequest = function(req, host, port) { argument
62 var name = getConnectionName(host, port)
64 if (typeof host !== 'string') {
65 var options = host
[all …]
/third_party/typescript/src/testRunner/unittests/tscWatch/
DresolutionCache.ts15 const host = createWatchedSystem(files); constant
16 … const watch = createWatchOfFilesAndCompilerOptions([root.path], host, { module: ModuleKind.AMD });
22 checkOutputErrorsInitial(host, [f1IsNotModule, cannotFindFoo]);
24 const originalFileExists = host.fileExists;
29 host.writeFile(root.path, root.content);
32 host.fileExists = notImplemented;
35 host.runQueuedTimeoutCallbacks();
38 checkOutputErrorsIncremental(host, [
46 host.fileExists = (fileName): boolean => {
52 return originalFileExists.call(host, fileName);
[all …]
/third_party/grpc/src/core/lib/gprpp/
Dhost_port.cc30 std::string JoinHostPort(absl::string_view host, int port) { in JoinHostPort() argument
31 if (!host.empty() && host[0] != '[' && host.rfind(':') != host.npos) { in JoinHostPort()
33 return absl::StrFormat("[%s]:%d", host, port); in JoinHostPort()
36 return absl::StrFormat("%s:%d", host, port); in JoinHostPort()
40 bool DoSplitHostPort(absl::string_view name, absl::string_view* host, in DoSplitHostPort() argument
61 *host = name.substr(1, rbracket - 1); in DoSplitHostPort()
62 if (host->find(':') == absl::string_view::npos) { in DoSplitHostPort()
65 *host = absl::string_view(); in DoSplitHostPort()
73 *host = name.substr(0, colon); in DoSplitHostPort()
78 *host = name; in DoSplitHostPort()
[all …]
/third_party/typescript/tests/baselines/reference/
DAPISample_WatchWithDefaults.js35 const host = ts.createWatchCompilerHost(configPath, {}, ts.sys);
39 const origCreateProgram = host.createProgram;
40 host.createProgram = (rootNames, options, host, oldProgram) => { argument
42 return origCreateProgram(rootNames, options, host, oldProgram);
44 const origPostProgramCreate = host.afterProgramCreate;
46 host.afterProgramCreate = program => {
52 ts.createWatchProgram(host);
81 var host = ts.createWatchCompilerHost(configPath, {}, ts.sys);
84 var origCreateProgram = host.createProgram;
85 host.createProgram = function (rootNames, options, host, oldProgram) {
[all …]
Dimport_var-referencing-an-imported-module-alias.types2 import host = require("host");
3 >host : typeof host
5 var hostVar = host;
6 >hostVar : typeof host
7 >host : typeof host
10 >v : host.Host
11 >new hostVar.Host() : host.Host
12 >hostVar.Host : typeof host.Host
13 >hostVar : typeof host
14 >Host : typeof host.Host
[all …]
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/
DFlutterActivityAndFragmentDelegate.java74 private Host host; field in FlutterActivityAndFragmentDelegate
89 host.onFirstFrameRendered();
93 FlutterActivityAndFragmentDelegate(@NonNull Host host) { in FlutterActivityAndFragmentDelegate() argument
94 this.host = host; in FlutterActivityAndFragmentDelegate()
108 this.host = null; in release()
154 platformPlugin = host.providePlatformPlugin(host.getActivity(), flutterEngine); in onAttach()
156 if (host.shouldAttachEngineToActivity()) { in onAttach()
168 host.getActivity(), in onAttach()
169 host.getLifecycle() in onAttach()
173 host.configureFlutterEngine(flutterEngine); in onAttach()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/
Dgetnameinfo.c33 char host[NI_MAXHOST]; in getnameinfo_0100() local
39 …ret = getnameinfo((const struct sockaddr *)(&sa), sizeof(sa), host, sizeof(host), server, sizeof(s… in getnameinfo_0100()
41 EXPECT_NE("getnameinfo_0100", strlen(host), 0); in getnameinfo_0100()
60 char host[NI_MAXHOST]; in getnameinfo_0200() local
63 …res = getnameinfo(result->ai_addr, result->ai_addrlen, host, sizeof(host), server, sizeof(server),… in getnameinfo_0200()
66 EXPECT_NE("getnameinfo_0200", strlen(host), 0); in getnameinfo_0200()
80 char host[NI_MAXHOST]; in getnameinfo_0300() local
99 char host[NI_MAXHOST]; in getnameinfo_0400() local
105 ret = getnameinfo((const struct sockaddr *)(&sa), sizeof(sa), host, sizeof(host), 0, 0, 0); in getnameinfo_0400()
107 EXPECT_NE("getnameinfo_0400", strlen(host), 0); in getnameinfo_0400()
[all …]
/third_party/openssl/doc/man3/
DBIO_parse_hostserv.pod7 - utility routines to parse a standard host and service string
16 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
23 back via B<host> and B<service>. Those will need to be freed after
30 host + ':' + service
31 host + ':' + '*'
32 host + ':'
35 host
38 The host part can be a name or an IP address. If it's a IPv6
46 host + ':' + service => *host = "host", *service = "service"
47 host + ':' + '*' => *host = "host", *service = NULL
[all …]
/third_party/grpc/tools/interop_matrix/testcases/
Dphp__master5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
13 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
14 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
[all …]
Dphp__v1.0.13 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
4 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
[all …]
Dcxx__master5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
13 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
14 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
[all …]
Dcxx__v1.0.13 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
4 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
[all …]
Druby__v1.1.43 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
4 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
[all …]
Dnode__v1.1.43 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
4 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
[all …]
Druby__v1.0.13 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "source /usr/local/…
4 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "source /usr/local/…
5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "source /usr/local/…
6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "source /usr/local/…
7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "source /usr/local/…
8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "source /usr/local/…
9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "source /usr/local/…
10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "source /usr/local/…
11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "source /usr/local/…
12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "source /usr/local/…
[all …]
Druby__master5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
13 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
14 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "tools/run_tests/in…
[all …]

12345678910>>...121