/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Program.cpp | 31 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 D | Program.h | 100 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 D | helpers.js | 119 * 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 D | wget.c | 84 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 D | loader.js | 260 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 D | resolve.js | 1105 const redirects = policy.manifest.getDependencyMapper(parentURL); 1106 if (redirects) { 1107 const { resolve, reaction } = redirects;
|
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js | 148 File redirects to file 'plugin-one/node_modules/typescript-fsa/index.d.ts'
|
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js | 164 File redirects to file 'plugin-two/node_modules/typescript-fsa/index.d.ts'
|
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js | 164 File redirects to file 'plugin-two/node_modules/typescript-fsa/index.d.ts'
|
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package.js | 148 File redirects to file 'plugin-one/node_modules/typescript-fsa/index.d.ts'
|
/third_party/libwebsockets/lib/roles/http/client/ |
H A D | client-http.c | 1610 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 D | globals.h | 1160 long redirects; member
|
/third_party/ffmpeg/libavformat/ |
H A D | http.c | 356 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 D | private-lib-core-net.h | 859 char redirects; member
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 8610 File_redirects_to_file_0: diag(1429, ts.DiagnosticCategory.Message, "File_redirects_to_file_0_1429", "File redirects to file '{0}'"), [all...] |
H A D | tsc.js | 5747 File_redirects_to_file_0: diag(1429, ts.DiagnosticCategory.Message, "File_redirects_to_file_0_1429", "File redirects to file '{0}'"), [all...] |
H A D | tsserverlibrary.js | 8629 File_redirects_to_file_0: diag(1429, ts.DiagnosticCategory.Message, "File_redirects_to_file_0_1429", "File redirects to file '{0}'"), [all...] |
H A D | typescript.js | 8620 File_redirects_to_file_0: diag(1429, ts.DiagnosticCategory.Message, "File_redirects_to_file_0_1429", "File redirects to file '{0}'"), [all...] |
H A D | typescriptServices.js | 8620 File_redirects_to_file_0: diag(1429, ts.DiagnosticCategory.Message, "File_redirects_to_file_0_1429", "File redirects to file '{0}'"), [all...] |
H A D | tsserver.js | 8630 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 D | typescript.js | 8565 File_redirects_to_file_0: diag(1429, ts.DiagnosticCategory.Message, "File_redirects_to_file_0_1429", "File redirects to file '{0}'"), [all...] |