/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/icu/icu4c/source/i18n/ |
H A D | pluralranges.h | 38 StandardPlural::Form resolve(StandardPlural::Form first, StandardPlural::Form second) const;
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-promise-object.h | 54 ecma_value_t resolve; /**< the resolve function */ member 76 * The first two objects specify the resolve/reject functions of the promise
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | build_db.js | 38 const inputDir = path.resolve(program.input_dir);
|
/third_party/node/test/async-hooks/ |
H A D | test-querywrap.js | 15 dns.resolve('localhost', common.mustCall(onresolved));
|
/third_party/node/benchmark/http2/ |
H A D | compat.js | 6 const file = path.join(path.resolve(__dirname, '../fixtures'), 'alice.html');
|
H A D | respond-with-fd.js | 7 const file = path.join(path.resolve(__dirname, '../fixtures'), 'alice.html');
|
H A D | simple.js | 6 const file = path.join(path.resolve(__dirname, '../fixtures'), 'alice.html');
|
/third_party/node/benchmark/esm/ |
H A D | esm-loader-defaultResolve.js | 12 path.resolve(tmpdir.path, 'benchmark-import-meta-resolve'); 35 const { defaultResolve } = require('internal/modules/esm/resolve');
|
/third_party/node/benchmark/buffers/ |
H A D | buffer-indexof.js | 34 path.resolve(__dirname, '../fixtures/alice.html'),
|
/third_party/node/deps/npm/node_modules/cross-spawn/lib/util/ |
H A D | resolveCommand.js | 40 // Note that when a custom `cwd` was used, we need to resolve to an absolute path based on it 42 resolved = path.resolve(hasCustomCwd ? parsed.options.cwd : '', resolved);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | pluralranges.h | 38 StandardPlural::Form resolve(StandardPlural::Form first, StandardPlural::Form second) const;
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkFramebuffer.hpp | 37 void resolve(const RenderPass *renderPass, uint32_t subpassIndex);
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | Driver.hpp | 45 // resolve all the functions for the given VkInstance. 46 bool resolve(VkInstance);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | pluralranges.h | 38 StandardPlural::Form resolve(StandardPlural::Form first, StandardPlural::Form second) const;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | declarationEmitExportAliasVisibiilityMarking.js | 28 var lazyCard = function () { return Promise.resolve().then(function () { return require('./Card'); }).then(function (a) { return a["default"]; }); };
|
H A D | jsdocInTypeScript.js | 96 var v = (_a = String(), Promise.resolve().then(function () { return require(_a); }));
|
/third_party/skia/modules/skottie/src/text/ |
H A D | RangeSelector.h | 63 std::tuple<float, float> resolve(size_t domain_size) const;
|
/third_party/skia/include/pathops/ |
H A D | SkPathOps.h | 102 bool resolve(SkPath* result);
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuConverterConfig.java | 43 DEFAULT_ICU_DIR.map(d -> d.resolve("icu4c/source/data")).orElse(null); 45 DEFAULT_ICU_DIR.map(d -> d.resolve("icu4c/source/data/xml")).orElse(null);
|