/third_party/nghttp2/src/ |
H A D | shrpx_dual_dns_resolver.h | 41 // wrapper around 2 DNSResolver inside. resolve(), get_status(), and 52 int resolve(const StringRef &host);
|
/third_party/node/benchmark/fs/ |
H A D | bench-readdirSync.js | 16 const fullPath = path.resolve(__dirname, '../../', dir);
|
H A D | bench-readdir.js | 15 const fullPath = path.resolve(__dirname, '../../', dir);
|
H A D | bench-realpath.js | 6 const resolved_path = path.resolve(__dirname, '../../lib/');
|
/third_party/node/benchmark/buffers/ |
H A D | buffer-indexof-number.js | 13 path.resolve(__dirname, '../fixtures/alice.html'),
|
/third_party/typescript/tests/baselines/reference/ |
H A D | importCallExpressionInCJS3.js | 35 foo(Promise.resolve().then(() => require("./0")));
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | LdmlConverter.java | 340 Path outDir = baseDir.resolve(dir.getOutputDir()); in processLdml() 367 Path outDir = baseDir.resolve(dir.getOutputDir()); in processLdml() 527 Path transformDir = createDirectory(config.getOutputDir().resolve("translit")); in processSupplemental() 589 Path miscDir = config.getOutputDir().resolve("misc"); in writeIcuVersionInfo() 606 write(icuData, config.getOutputDir().resolve(dir), false); in write() 625 try (BufferedWriter w = Files.newBufferedWriter(dir.resolve("LOCALE_DEPS.json"), UTF_8); in writeDependencyGraph()
|
/third_party/node/lib/ |
H A D | events.js | 970 return new Promise((resolve, reject) => { 985 resolve(args); 1075 // If the iterator is finished, resolve to done 1081 return new Promise(function(resolve, reject) { 1082 unconsumedPromises.push({ resolve, reject }); 1101 promise.resolve(createIterResult(undefined, true)); 1143 promise.resolve(createIterResult(args, false));
|
/third_party/node/lib/internal/modules/esm/ |
H A D | resolve.js | 34 const { sep, relative, resolve, toNamespacedPath } = require('path'); 141 } else if (resolve(pkgPath, main) !== path) { 252 const pkgJsonPath = resolve(dirPath, 'package.json'); 258 const mainUrl = pathToFileURL(resolve(dirPath, main)); 416 * @param {string} target - The target string to resolve. 420 * @param {string} base - The base URL to resolve the target against. 523 * @param {import('internal/modules/esm/package_config.js').PackageTarget} target - The target to resolve. 524 * @param {string} subpath - The subpath to resolve. 525 * @param {string} packageSubpath - The subpath of the package to resolve. 526 * @param {string} base - The base path to resolve [all...] |
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | check.rs | 551 let resolve = match cx.types.try_resolve(&receiver.ty) { in check_mut_return_restriction() 552 Some(resolve) => resolve, in check_mut_return_restriction() 555 if !resolve.generics.lifetimes.is_empty() { in check_mut_return_restriction() 572 Some(resolve) => !resolve.generics.lifetimes.is_empty(), in visit_type()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | check.rs | 551 let resolve = match cx.types.try_resolve(&receiver.ty) { in check_mut_return_restriction() 552 Some(resolve) => resolve, in check_mut_return_restriction() 555 if !resolve.generics.lifetimes.is_empty() { in check_mut_return_restriction() 572 Some(resolve) => !resolve.generics.lifetimes.is_empty(), in visit_type()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | check.rs | 551 let resolve = match cx.types.try_resolve(&receiver.ty) { in check_mut_return_restriction() 552 Some(resolve) => resolve, in check_mut_return_restriction() 555 if !resolve.generics.lifetimes.is_empty() { in check_mut_return_restriction() 572 Some(resolve) => !resolve.generics.lifetimes.is_empty(), in visit_type()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | check.rs | 551 let resolve = match cx.types.try_resolve(&receiver.ty) { in check_mut_return_restriction() 552 Some(resolve) => resolve, in check_mut_return_restriction() 555 if !resolve.generics.lifetimes.is_empty() { in check_mut_return_restriction() 572 Some(resolve) => !resolve.generics.lifetimes.is_empty(), in visit_type()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | check.rs | 551 let resolve = match cx.types.try_resolve(&receiver.ty) { in check_mut_return_restriction() 552 Some(resolve) => resolve, in check_mut_return_restriction() 555 if !resolve.generics.lifetimes.is_empty() { in check_mut_return_restriction() 572 Some(resolve) => !resolve.generics.lifetimes.is_empty(), in visit_type()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_job.c | 146 if (job->key.cbuf && (job->resolve & PIPE_CLEAR_COLOR0)) in lima_job_free() 148 if (job->key.zsbuf && (job->resolve & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL))) in lima_job_free() 316 if (!(job->key.cbuf && (job->resolve & PIPE_CLEAR_COLOR0))) in lima_job_get_damage() 846 if (cbuf && (job->resolve & PIPE_CLEAR_COLOR0)) in lima_pack_pp_frame_reg() 850 (job->resolve & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL))) in lima_pack_pp_frame_reg() 1001 if (job->key.cbuf && (job->resolve & PIPE_CLEAR_COLOR0)) { in lima_do_job() 1006 if (job->key.zsbuf && (job->resolve & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL))) { in lima_do_job() 1008 surf->reload = (job->resolve & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL)); in lima_do_job()
|
/third_party/python/Modules/ |
H A D | _xxsubinterpretersmodule.c | 1420 int resolve; member 1454 int force, int resolve) in newchannelid() 1462 self->resolve = resolve; in newchannelid() 1488 int resolve = 0; in channelid_new() local 1491 channel_id_converter, &cid, &send, &recv, &force, &resolve)) in channelid_new() 1512 force, resolve); in channelid_new() 1686 int resolve; member 1693 // Note that we do not preserve the "resolve" flag. in _channelid_from_xid() 1699 if (!xid->resolve) { in _channelid_from_xid() 1453 newchannelid(PyTypeObject *cls, int64_t cid, int end, _channels *channels, int force, int resolve) newchannelid() argument [all...] |
/third_party/jerryscript/tests/jerry-test-suite/es2015/25/25.04/25.04.04/ |
H A D | 25.04.04-004.js | 16 var a = Promise.resolve('a');
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | regression-test-issue-3409.js | 19 var a = Promise.resolve('a');
|
H A D | regression-test-issue-3390.js | 15 var a = Promise.resolve( 'a' );
|
/third_party/node/test/parallel/ |
H A D | test-microtask-queue-integration.js | 28 Promise.resolve().then(fn);
|
H A D | test-promise-hook-exceptions.js | 31 Promise.resolve().then(stop);
|
/third_party/node/test/async-hooks/ |
H A D | test-graph.statwatcher.js | 4 const commonPath = require.resolve('../common');
|
/third_party/node/benchmark/process/ |
H A D | coverage.js | 19 require.resolve('../fixtures/coverage-many-branches'),
|
/third_party/node/benchmark/module/ |
H A D | module-loader-circular.js | 8 path.resolve(tmpdir.path, 'benchmark-module-circular');
|
/third_party/node/benchmark/es/ |
H A D | error-stack.js | 4 const modPath = require.resolve('../fixtures/simple-error-stack.js');
|