Home
last modified time | relevance | path

Searched refs:resolve (Results 301 - 325 of 2331) sorted by relevance

1...<<11121314151617181920>>...94

/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs418 let resolve = types.resolve(ident); in expand_cxx_type_assert_pinned()
419 let lifetimes = resolve.generics.to_underscore_lifetimes(); in expand_cxx_type_assert_pinned()
748 let resolve = types.resolve(&receiver.ty); in expand_cxx_function_shim()
753 lt_token: resolve.generics.lt_token, in expand_cxx_function_shim()
754 lifetimes: resolve in expand_cxx_function_shim()
764 gt_token: resolve.generics.gt_token, in expand_cxx_function_shim()
863 let resolve = types.resolve(iden in expand_rust_type_assert_unpin()
[all...]
/third_party/node/deps/undici/src/lib/cache/
H A Dcache.js243 responsePromise.resolve(response)
295 cacheJobPromise.resolve(undefined)
382 readAllBytes(reader).then(bodyReadPromise.resolve, bodyReadPromise.reject)
384 bodyReadPromise.resolve(undefined)
426 cacheJobPromise.resolve()
484 cacheJobPromise.resolve(!!requestResponses?.length)
567 promise.resolve(Object.freeze(requestList))
/third_party/node/test/parallel/
H A Dtest-dns-lookup-promises.js18 req.resolve = common.mustNotCall();
26 const originalResolve = req.resolve;
28 req.resolve = common.mustCall(originalResolve);
H A Dtest-primordials-promise.js68 SafePromiseAllReturnArrayLike([Promise.resolve(val1), { then(resolve) { resolve(val2); } }]),
H A Dtest-fs-readfilesync-enoent.js19 assert.strictEqual(result.toLowerCase(), path.resolve(p).toLowerCase());
22 assert.strictEqual(result.toLowerCase(), path.resolve(p).toLowerCase());
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dcompile_commands_json.py67 def resolve(filename): function
73 includes = ["-I" + resolve(s) for s in include_dirs]
82 file = resolve(source)
/third_party/node/tools/
H A Dtest-npm-package.js27 const projectDir = path.resolve(__dirname, '..');
126 srcDir = path.resolve(projectDir, arg);
128 logfile = path.resolve(projectDir, arg.slice('--logfile='.length));
/third_party/node/test/fixtures/wpt/FileAPI/support/
H A Dsend-file-form-helper.js151 await new Promise(resolve => addEventListener('load', resolve));
208 await new Promise(resolve => {
222 formTargetFrame.onload = resolve;
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dcompile_commands_json.py67 def resolve(filename): function
73 includes = ["-I" + resolve(s) for s in include_dirs]
82 file = resolve(source)
/third_party/node/deps/npm/node_modules/read-package-json-fast/lib/
H A Dindex.js4 const { resolve, dirname, join, relative } = require('path')
33 const entries = await readdir(resolve(root, dir)).catch(() => [])
38 const f = resolve(root, dir, entry)
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dprocessor.js53 return new Promise(function (resolve, reject) {
56 Promise.resolve(_this.func(root)).then(function (transform) {
67 }).then(resolve, reject);
/third_party/ltp/testcases/kernel/syscalls/openat2/
H A Dopenat201.c23 uint64_t resolve; member
69 myhow->resolve = tc->resolve; in run()
H A Dopenat203.c21 uint64_t resolve; member
30 {"invalid-resolve", AT_FDCWD, TEST_FILE, O_RDWR | O_CREAT, S_IRWXU, -1, &how, sizeof(*how), EINVAL},
50 myhow->resolve = tc->resolve; in run()
/third_party/jerryscript/tests/jerry-test-suite/es2015/25/25.04/25.04.04/
H A D25.04.04-005.js16 var a = Promise.resolve('a');
17 var b = Promise.resolve('b');
/third_party/node/lib/internal/modules/esm/
H A Dinitialize_import_meta.js4 const experimentalImportMetaResolve = getOptionValue('--experimental-import-meta-resolve');
7 * Generate a function to be used as import.meta.resolve for a particular module.
11 * @returns {(specifier: string) => string} Function to assign to import.meta.resolve
16 * @param {URL['href']} [parentURL] When `--experimental-import-meta-resolve` is specified, a
19 return function resolve(specifier, parentURL = defaultParentURL) {
48 * @returns {{url: string, resolve?: Function}}
55 meta.resolve = createImportMetaResolve(url, loader, experimentalImportMetaResolve);
/third_party/node/lib/stream/
H A Dpromises.js20 return new Promise((resolve, reject) => {
35 resolve(value);
/third_party/node/test/fixtures/wpt/user-timing/
H A Dsupported-usertiming-types.any.js25 await new Promise((resolve) => {
28 resolve();
/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/
H A Dstructured-clone-battery-of-tests-harness.js32 return new Promise(resolve => {
39 resolve();
/third_party/node/test/fixtures/wpt/dom/events/non-cancelable-when-passive/resources/
H A Dtouching.js2 return new Promise((resolve) => {
5 window.requestAnimationFrame(resolve);
H A Dscrolling.js2 return new Promise((resolve) => {
5 window.requestAnimationFrame(resolve);
/third_party/node/benchmark/path/
H A Dresolve-win32.js24 win32.resolve(...copy);
26 win32.resolve(...args);
H A Dresolve-posix.js24 posix.resolve(...copy);
26 posix.resolve(...args);
/third_party/typescript/tests/baselines/reference/
H A DpromiseVoidErrorCallback.js15 return Promise.resolve({ __t1: "foo_t1" });
32 return Promise.resolve({ __t1: "foo_t1" });
H A DimportCallExpressionInCJS2.js37 j = await Promise.resolve().then(() => require("./1"));
42 compute(Promise.resolve().then(() => require("./0")));
/third_party/rust/crates/rustix/src/fs/
H A Dopenat2.rs6 /// `openat2(dirfd, path, OpenHow { oflags, mode, resolve }, sizeof(OpenHow))`
18 resolve: ResolveFlags, in openat2()
21 backend::fs::syscalls::openat2(dirfd.as_fd(), path, oflags, mode, resolve) in openat2()

Completed in 10 milliseconds

1...<<11121314151617181920>>...94