/third_party/node/deps/undici/ |
H A D | undici.js | 1559 const promise = new Promise((resolve, reject) => { 1560 res = resolve; 1563 return { promise, resolve: res, reject: rej }; 5497 const busboyResolve = new Promise((resolve, reject) => { 5498 busboy.on("finish", resolve); 5529 await Promise.resolve(); 5555 promise.resolve(convertBytesToJSValue(data)); 6758 return new Promise((resolve, reject) => { 6760 return err ? reject(err) : resolve(data); 6798 return new Promise((resolve, rejec [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_draw.c | 128 /* add to job when the buffer is dirty and resolve is clear (not added before) */ in lima_update_job_wb() 130 !(job->resolve & PIPE_CLEAR_COLOR0)) { in lima_update_job_wb() 137 /* add to job when the buffer is dirty and resolve is clear (not added before) */ in lima_update_job_wb() 139 !(job->resolve & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL))) { in lima_update_job_wb() 146 job->resolve |= buffers; in lima_update_job_wb() 1203 unsigned resolve = job->resolve; in lima_draw_vbo() local 1205 /* Subsequent job will need to resolve the same buffers */ in lima_draw_vbo() 1206 lima_update_job_wb(ctx, resolve); in lima_draw_vbo()
|
/third_party/node/deps/undici/src/lib/ |
H A D | client.js | 386 return new Promise((resolve) => { 388 resolve(null) 390 this[kClosedResolve] = resolve 396 return new Promise((resolve) => { 409 resolve() 1198 const socket = await new Promise((resolve, reject) => { 1210 resolve(socket) 2071 const waitForDrain = () => new Promise((resolve, reject) => { 2077 callback = resolve
|
/third_party/node/lib/ |
H A D | url.js | 710 return urlParse(source, false, true).resolve(relative); 713 Url.prototype.resolve = function resolve(relative) { 925 // Strip single dots, resolve double dots to parent dir 1025 resolve: urlResolve,
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
H A D | canvas_perf.js | 328 htmlImageElementLoadPromise = new Promise((resolve) => 329 htmlImageElement.addEventListener('load', resolve)); 348 const promise = new Promise((resolve) => image.addEventListener('load', resolve));
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | VarString.java | 63 // Allowed to return null if the function cannot resolve a variable. in apply() 74 Optional<String> resolve() { in resolve() method in VarString
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/ |
H A D | StandardPluralRanges.java | 96 public StandardPlural resolve(StandardPlural first, StandardPlural second) { in resolve() method in StandardPluralRanges
|
/third_party/node/test/fixtures/wpt/streams/transform-streams/ |
H A D | lipfuzz.any.js | 148 let readerChain = Promise.resolve();
|
/third_party/node/test/node-api/test_make_callback_recurse/ |
H A D | test.js | 31 Promise.resolve(1).then(common.mustCall(function() {
|
/third_party/node/test/parallel/ |
H A D | test-http-autoselectfamily.js | 18 resolver.resolve(hostname, 'ANY', (err, replies) => {
|
H A D | test-inspector-esm.js | 7 const { resolve: UrlResolve } = require('url');
|
H A D | test-net-autoselectfamily-commandline-option.js | 19 resolver.resolve(hostname, 'ANY', (err, replies) => {
|
H A D | test-net-autoselectfamily-ipv4first.js | 17 resolver.resolve(hostname, 'ANY', (err, replies) => {
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | differential_script_mutator.js | 69 const fullPath = path.join(path.resolve(process.env.APP_DIR), name);
|
/third_party/node/test/abort/ |
H A D | test-addon-uv-handle-leak.js | 11 const bindingPath = path.resolve(
|
/third_party/node/test/addons/make-callback-recurse/ |
H A D | test.js | 30 Promise.resolve(1).then(common.mustCall(() => {
|
/third_party/node/test/async-hooks/ |
H A D | test-async-local-storage-errors.js | 109 Promise.resolve().then(() => {
|
/third_party/node/benchmark/crypto/ |
H A D | oneshot-verify.js | 7 const fixtures_keydir = path.resolve(__dirname, '../../test/fixtures/keys/');
|
H A D | oneshot-sign.js | 7 const fixtures_keydir = path.resolve(__dirname, '../../test/fixtures/keys/');
|
/third_party/node/deps/npm/node_modules/libnpmteam/lib/ |
H A D | index.js | 10 return Promise.resolve().then(() => {
|
/third_party/node/deps/npm/lib/utils/ |
H A D | read-user-info.js | 48 return Promise.resolve(username.trim())
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | dep-valid.js | 20 // file: deps that depend on other files/dirs, we must resolve the 23 requested = npa.resolve(child.name, requested || '*', fromPath(requestor, requestor.edgesOut.get(child.name)))
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | node-gyp.js | 181 'node-gyp@' + this.version + ' ' + path.resolve(__dirname, '..'),
|
/third_party/node/deps/npm/node_modules/sigstore/dist/ |
H A D | config.js | 83 return { getToken: () => Promise.resolve(token) };
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_render_pass.h | 122 struct vk_subpass_attachment *resolve; member
|