Home
last modified time | relevance | path

Searched refs:resolve (Results 901 - 925 of 2361) sorted by relevance

1...<<31323334353637383940>>...95

/third_party/node/deps/undici/
H A Dundici.js1559 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 Dlima_draw.c128 /* 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 Dclient.js386 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 Durl.js710 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 Dcanvas_perf.js328 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 DVarString.java63 // 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 DStandardPluralRanges.java96 public StandardPlural resolve(StandardPlural first, StandardPlural second) { in resolve() method in StandardPluralRanges
/third_party/node/test/fixtures/wpt/streams/transform-streams/
H A Dlipfuzz.any.js148 let readerChain = Promise.resolve();
/third_party/node/test/node-api/test_make_callback_recurse/
H A Dtest.js31 Promise.resolve(1).then(common.mustCall(function() {
/third_party/node/test/parallel/
H A Dtest-http-autoselectfamily.js18 resolver.resolve(hostname, 'ANY', (err, replies) => {
H A Dtest-inspector-esm.js7 const { resolve: UrlResolve } = require('url');
H A Dtest-net-autoselectfamily-commandline-option.js19 resolver.resolve(hostname, 'ANY', (err, replies) => {
H A Dtest-net-autoselectfamily-ipv4first.js17 resolver.resolve(hostname, 'ANY', (err, replies) => {
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Ddifferential_script_mutator.js69 const fullPath = path.join(path.resolve(process.env.APP_DIR), name);
/third_party/node/test/abort/
H A Dtest-addon-uv-handle-leak.js11 const bindingPath = path.resolve(
/third_party/node/test/addons/make-callback-recurse/
H A Dtest.js30 Promise.resolve(1).then(common.mustCall(() => {
/third_party/node/test/async-hooks/
H A Dtest-async-local-storage-errors.js109 Promise.resolve().then(() => {
/third_party/node/benchmark/crypto/
H A Doneshot-verify.js7 const fixtures_keydir = path.resolve(__dirname, '../../test/fixtures/keys/');
H A Doneshot-sign.js7 const fixtures_keydir = path.resolve(__dirname, '../../test/fixtures/keys/');
/third_party/node/deps/npm/node_modules/libnpmteam/lib/
H A Dindex.js10 return Promise.resolve().then(() => {
/third_party/node/deps/npm/lib/utils/
H A Dread-user-info.js48 return Promise.resolve(username.trim())
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Ddep-valid.js20 // 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 Dnode-gyp.js181 'node-gyp@' + this.version + ' ' + path.resolve(__dirname, '..'),
/third_party/node/deps/npm/node_modules/sigstore/dist/
H A Dconfig.js83 return { getToken: () => Promise.resolve(token) };
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.h122 struct vk_subpass_attachment *resolve; member

Completed in 16 milliseconds

1...<<31323334353637383940>>...95