Home
last modified time | relevance | path

Searched refs:redirects (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DProgram.cpp31 const StringRef **redirects, unsigned secondsToWait, in ExecuteAndWait()
35 if (Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg)) { in ExecuteAndWait()
50 const char **envp, const StringRef **redirects, in ExecuteNoWait()
56 if (!Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg)) in ExecuteNoWait()
30 ExecuteAndWait(StringRef Program, const char **args, const char **envp, const StringRef **redirects, unsigned secondsToWait, unsigned memoryLimit, std::string *ErrMsg, bool *ExecutionFailed) ExecuteAndWait() argument
49 ExecuteNoWait(StringRef Program, const char **args, const char **envp, const StringRef **redirects, unsigned memoryLimit, std::string *ErrMsg, bool *ExecutionFailed) ExecuteNoWait() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DProgram.h100 const StringRef **redirects = nullptr, ///< An optional array of pointers
130 const StringRef **redirects = nullptr, unsigned memoryLimit = 0,
/third_party/node/lib/internal/modules/
H A Dhelpers.js119 * Use redirects to set up a mapping from a policy and restrict dependencies.
125 * @param {ReturnType<import('internal/policy/manifest.js').Manifest['getDependencyMapper']>} redirects
128 function makeRequireFunction(mod, redirects) {
137 if (redirects) {
140 const { resolve, reaction } = redirects;
/third_party/toybox/toys/pending/
H A Dwget.c84 long redirects;
283 for (;status != 200; TT.redirects--) { in wget_main()
284 if (TT.redirects < 0) error_exit("Too many redirects"); in wget_main()
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js260 let redirects;
264 redirects = manifest.getDependencyMapper(moduleURL);
266 setOwnProperty(this, 'require', makeRequireFunction(this, redirects));
268 setOwnProperty(this.__proto__, 'require', makeRequireFunction(this, redirects));
1320 let redirects;
1324 redirects = manifest.getDependencyMapper(moduleURL);
1354 const require = makeRequireFunction(this, redirects);
/third_party/node/lib/internal/modules/esm/
H A Dresolve.js1105 const redirects = policy.manifest.getDependencyMapper(parentURL);
1106 if (redirects) {
1107 const { resolve, reaction } = redirects;
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js148 File redirects to file 'plugin-one/node_modules/typescript-fsa/index.d.ts'
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js164 File redirects to file 'plugin-two/node_modules/typescript-fsa/index.d.ts'
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js164 File redirects to file 'plugin-two/node_modules/typescript-fsa/index.d.ts'
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package.js148 File redirects to file 'plugin-one/node_modules/typescript-fsa/index.d.ts'
/third_party/libwebsockets/lib/roles/http/client/
H A Dclient-http.c1610 wsi->redirects, address); in lws_client_reset()
1612 if (wsi->redirects == 4) { in lws_client_reset()
1613 lwsl_err("%s: Too many redirects\n", __func__); in lws_client_reset()
1616 wsi->redirects++; in lws_client_reset()
/third_party/toybox/generated/
H A Dglobals.h1160 long redirects; member
/third_party/ffmpeg/libavformat/
H A Dhttp.c356 int ret, attempts = 0, redirects = 0; in http_open_cnx() local
421 if (redirects++ >= MAX_REDIRECTS) in http_open_cnx()
/third_party/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h859 char redirects; member
/third_party/typescript/lib/
H A DtypingsInstaller.js8610 File_redirects_to_file_0: diag(1429, ts.DiagnosticCategory.Message, "File_redirects_to_file_0_1429", "File redirects to file '{0}'"),
[all...]
H A Dtsc.js5747 File_redirects_to_file_0: diag(1429, ts.DiagnosticCategory.Message, "File_redirects_to_file_0_1429", "File redirects to file '{0}'"),
[all...]
H A Dtsserverlibrary.js8629 File_redirects_to_file_0: diag(1429, ts.DiagnosticCategory.Message, "File_redirects_to_file_0_1429", "File redirects to file '{0}'"),
[all...]
H A Dtypescript.js8620 File_redirects_to_file_0: diag(1429, ts.DiagnosticCategory.Message, "File_redirects_to_file_0_1429", "File redirects to file '{0}'"),
[all...]
H A DtypescriptServices.js8620 File_redirects_to_file_0: diag(1429, ts.DiagnosticCategory.Message, "File_redirects_to_file_0_1429", "File redirects to file '{0}'"),
[all...]
H A Dtsserver.js8630 File_redirects_to_file_0: diag(1429, ts.DiagnosticCategory.Message, "File_redirects_to_file_0_1429", "File redirects to file '{0}'"),
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js8565 File_redirects_to_file_0: diag(1429, ts.DiagnosticCategory.Message, "File_redirects_to_file_0_1429", "File redirects to file '{0}'"),
[all...]

Completed in 230 milliseconds