Home
last modified time | relevance | path

Searched refs:resolve (Results 676 - 700 of 1126) sorted by relevance

1...<<21222324252627282930>>...46

/third_party/node/test/parallel/
H A Dtest-inspector-async-stack-traces-promise-then.js10 const p = Promise.resolve();
H A Dtest-policy-dependency-conditions.js90 const result = redirector.resolve('_', conditions).href;
H A Dtest-promise-hook-create-hook.js57 const parent = Promise.resolve(1);
58 // After calling `Promise.resolve(...)`, the returned promise should have
H A Dtest-tls-enable-keylog-cli.js18 const file = path.resolve(tmpdir.path, 'keylog.log');
/third_party/nghttp2/src/
H A Dshrpx_dns_tracker.h52 // DNSTracker::resolve().
91 DNSResolverStatus resolve(Address *result, DNSQuery *dnsq);
/third_party/node/benchmark/crypto/
H A Dcreate-keyobject.js7 const fixtures_keydir = path.resolve(__dirname, '../../test/fixtures/keys/');
/third_party/node/benchmark/fs/
H A Dread-stream-throughput.js11 const filename = path.resolve(tmpdir.path,
/third_party/node/benchmark/misc/
H A Dstartup.js60 script = path.resolve(__dirname, '../../', `${script}.js`);
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/
H A Dresponse.js31 trailer: Promise.resolve(opts.trailer || new Headers()),
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_nir.h148 uint32_t resolve : 1; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.h46 bool resolve; member
/third_party/python/Tools/peg_generator/scripts/
H A Dtest_pypi_packages.py19 HERE = pathlib.Path(__file__).resolve().parent
/third_party/protobuf/python/docs/
H A Dgenerate_docs.py66 DOCS_DIR = pathlib.Path(__file__).parent.resolve()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyEnum.java61 * Enum.resolve(name) => number
67 public static IRubyObject resolve(ThreadContext context, IRubyObject recv, IRubyObject name) { in resolve() method in RubyEnum
/third_party/skia/modules/svg/src/
H A DSkSVGFeDisplacementMap.cpp41 .resolve(SkSVGLength(scale, SkSVGLength::Unit::kPercentage), in onMakeImageFilter()
/third_party/python/Lib/test/
H A Dtest_pathlib.py1803 q = p.resolve(strict)
1814 p.resolve(strict=True)
1817 self.assertEqualNormCase(str(p.resolve(strict=False)),
1820 self.assertEqualNormCase(str(p.resolve(strict=False)),
1823 self.assertEqualNormCase(str(p.resolve(strict=False)),
1878 self.assertEqual(q.resolve(strict=True), p)
1880 self.assertRaises(FileNotFoundError, r.resolve, strict=True)
1882 self.assertEqual(r.resolve(strict=False), p / '3' / '4')
1890 self.assertEqual(p.resolve(), self.cls(BASE, p))
1908 p.resolve()
[all...]
/third_party/node/lib/
H A Ddiagnostics_channel.js333 function resolve(result) { function
348 return PromisePrototypeThen(promise, resolve, reject);
/third_party/node/lib/internal/
H A Dblob.js293 resolve,
300 resolve(ab);
/third_party/node/lib/internal/streams/
H A Dend-of-stream.js312 return new Promise((resolve, reject) => {
320 resolve();
H A Dpipeline.js113 const wait = () => new Promise((resolve, reject) => {
121 resolve();
/third_party/node/lib/internal/test_runner/mock/
H A Dmock_timers.js182 return new Promise((resolve, reject) => {
201 return resolve(result);
/third_party/node/test/fixtures/wpt/streams/transferable/
H A Dtransfer-with-messageport.window.js4 return new Promise(resolve => {
8 resolve(ev);
/third_party/node/test/sequential/
H A Dtest-inspector-port-cluster.js328 return new Promise((resolve) => {
337 resolve();
/third_party/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/
H A Daes.js283 return new Promise(function(resolve, reject) {
284 resolve(vector);
/third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/
H A Dhmac.js308 return new Promise(function(resolve, reject) {
309 resolve(vector);

Completed in 11 milliseconds

1...<<21222324252627282930>>...46