Home
last modified time | relevance | path

Searched refs:resolve (Results 926 - 950 of 1126) sorted by relevance

1...<<31323334353637383940>>...46

/third_party/node/test/parallel/
H A Dtest-util-promisify.js160 await Promise.resolve();
H A Dtest-cli-eval.js92 // Module path resolve bug regression test.
94 { cwd: path.resolve(__dirname, '../../') },
/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_info.py116 def resolve(self, kind, data, name, parent=None): member in SourceInfo
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dmain.py137 files = (str(Path(f).resolve()) for f in args.file)
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.hpp148 void resolve(const vk::Image *src, vk::Image *dst, VkImageResolve2KHR region);
/third_party/skia/modules/svg/src/
H A DSkSVGFeLighting.cpp80 .resolve(SkSVGLength(z * 100.f, SkSVGLength::Unit::kPercentage), in resolveXYZ()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp372 // Calculate the transformation offset for blit/resolve. See BlitResolve.frag for details on how
388 // There's no stretching in resolve. in CalculateResolveOffset()
2250 // Possible ways to resolve color are: in blitResolveImpl()
2253 // images during resolve. in blitResolveImpl()
2254 // - Manual resolve: A shader can read all samples from input, average them and output. in blitResolveImpl()
2255 // - Using subpass resolve attachment: A shader can transform the sample colors from source to in blitResolveImpl()
2256 // destination coordinates and the subpass resolve would finish the job. in blitResolveImpl()
2263 // Possible ways to resolve depth/stencil are: in blitResolveImpl()
2265 // - Manual resolve: A shader can read a samples from input and choose that for output. in blitResolveImpl()
2266 // - Using subpass resolve attachmen in blitResolveImpl()
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c1965 VkFilter filter, bool resolve) in dzn_cmd_buffer_blit_set_pipeline()
1990 .resolve = resolve, in dzn_cmd_buffer_blit_set_pipeline()
3419 struct dzn_image_view *dst = att->resolve.iview; in dzn_cmd_buffer_resolve_rendering_attachment()
3425 VkImageLayout dst_layout = att->resolve.layout; in dzn_cmd_buffer_resolve_rendering_attachment()
3540 cmdbuf->state.render.attachments.colors[i].resolve.mode = att->resolveMode; in dzn_CmdBeginRendering()
3541 cmdbuf->state.render.attachments.colors[i].resolve.iview = in dzn_CmdBeginRendering()
3543 cmdbuf->state.render.attachments.colors[i].resolve.layout = in dzn_CmdBeginRendering()
3564 cmdbuf->state.render.attachments.depth.resolve.mode = att->resolveMode; in dzn_CmdBeginRendering()
3565 cmdbuf->state.render.attachments.depth.resolve in dzn_CmdBeginRendering()
1961 dzn_cmd_buffer_blit_set_pipeline(struct dzn_cmd_buffer *cmdbuf, const struct dzn_image *src, const struct dzn_image *dst, VkImageAspectFlagBits aspect, VkFilter filter, bool resolve) dzn_cmd_buffer_blit_set_pipeline() argument
[all...]
/third_party/PyYAML/yaml/
H A D_yaml.pyx757 tag = self.resolve(ScalarNode, value, (plain_implicit, quoted_implicit))
790 tag = self.resolve(SequenceNode, None, implicit)
829 tag = self.resolve(MappingNode, None, implicit)
1291 if self.resolve(ScalarNode, node.value, (True, False)) == tag_object:
1293 if self.resolve(ScalarNode, node.value, (False, True)) == tag_object:
1328 if self.resolve(SequenceNode, node.value, True) == tag_object:
1357 if self.resolve(MappingNode, node.value, True) == tag_object:
/third_party/node/lib/
H A Dchild_process.js241 const { promise, resolve, reject } = createDeferredPromise();
249 resolve({ stdout, stderr });
/third_party/node/deps/npm/lib/commands/
H A Dview.js6 const { resolve } = require('path')
92 const manifest = await readJson(resolve(dir, 'package.json'))
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_draw.c192 batch->resolve |= buffers;
410 batch->resolve |= buffers;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSurface.cpp386 void Surface::setMultisampleResolve(EGLenum resolve) in setMultisampleResolve() argument
390 mMultisampleResolve = resolve; in setMultisampleResolve()
/third_party/typescript/tests/baselines/reference/
H A DgenericFunctionInference1.js196 const promise = Promise.resolve(1);
340 const promise = Promise.resolve(1);
H A DuniqueSymbolsDeclarations.js113 const promiseForConstCall = Promise.resolve(constCall);
318 const promiseForConstCall = Promise.resolve(constCall);
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbtf.c125 * The main focus is to resolve a btf_type that is referring
142 * The needs_resolve type implements the "resolve()" ops which
145 * During resolve (or DFS), different C types have different
148 * When resolving a BTF_KIND_STRUCT, we need to resolve all its
371 int (*resolve)(struct btf_verifier_env *env, member
827 * We also want to get typedef name while proceeding to resolve in btf_show_name()
1082 * The logic here is that as we resolve types we will in btf_show_obj_safe()
1805 btf_verifier_log_basic(env, v->t, "Unsupported resolve"); in btf_df_resolve()
2168 .resolve = btf_df_resolve,
2365 /* We must resolve t in btf_var_resolve()
[all...]
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/
H A Dhvigor-wrapper.js71 e.HVIGOR_ENGINE_PACKAGE_NAME = "@ohos/hvigor", e.PNPM_TOOL = (0, i.isWindows)() ? "pnpm.cmd" : "pnpm", e.NPM_TOOL = (0, i.isWindows)() ? "npm.cmd" : "npm", e.HVIGOR = "hvigor", e.PNPM = "pnpm", e.DEFAULT_HVIGOR_CONFIG_JSON_FILE_NAME = "hvigor-config.json5", e.DEFAULT_PACKAGE_JSON = "package.json", e.HVIGOR_USER_HOME = u.resolve(o.homedir(), ".hvigor"), e.HVIGOR_WRAPPER_TOOLS_HOME = u.resolve(e.HVIGOR_USER_HOME, "wrapper", "tools"), e.HVIGOR_WRAPPER_PNPM_SCRIPT_PATH = u.resolve(e.HVIGOR_WRAPPER_TOOLS_HOME, "node_modules", ".bin", e.PNPM_TOOL), e.HVIGOR_PNPM_STORE_PATH = u.resolve(e.HVIGOR_USER_HOME, "caches"), e.HVIGOR_PROJECT_CACHES_HOME = u.resolve(e.HVIGOR_USER_HOME, "project_caches"), e.HVIGOR_PROJECT_ROOT_DIR = process.cwd(), e.HVIGOR_PROJECT_NAME = u.basename((0, s.hash)(e.HVIGOR_PROJECT_ROOT_DIR)), e.HVIGOR_PROJECT_WRAPPER_HOME = u.resolve(e.HVIGOR_PROJECT_ROOT_DIR, e.HVIGOR), e.HVIGOR_PROJECT_DEPENDENCIES_HOME = u.resolve(e.HVIGOR_PROJECT_CACHES_HOME, e.HVIGOR_PROJECT_NAME, "workspace"), e.HVIGOR_PROJECT_DEPENDENCY_PACKAGE_JSON_PATH = u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME, e.DEFAULT_PACKAGE_JSON), e.HVIGOR_BOOT_JS_FILE_PATH = u.resolve(e.HVIGOR_PROJECT_DEPENDENCIES_HOME, "node_modules", "@ohos", "hvigor", "bin", "hvigor.js")
107 return require.resolve(
[all...]
/third_party/node/src/
H A Denv.cc69 Local<Function> resolve) { in ResetPromiseHooks()
73 js_promise_hooks_[3].Reset(env()->isolate(), resolve); in ResetPromiseHooks()
79 Local<Function> resolve) { in ResetPromiseHooks()
80 async_hooks()->ResetPromiseHooks(init, before, after, resolve); in ResetPromiseHooks()
88 ->SetPromiseHooks(init, before, after, resolve); in ResetPromiseHooks()
66 ResetPromiseHooks(Local<Function> init, Local<Function> before, Local<Function> after, Local<Function> resolve) ResetPromiseHooks() argument
76 ResetPromiseHooks(Local<Function> init, Local<Function> before, Local<Function> after, Local<Function> resolve) ResetPromiseHooks() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c1280 /* blit event can only do resolve for simple cases: in blit_can_resolve()
1294 /* for unknown reasons blit event can't msaa resolve these formats when tiled in blit_can_resolve()
1345 /* if we need to resolve, but cannot with BLIT event, we instead need
1349 * for depth, but we can still resolve stencil with a BLIT event
1354 * resolve to packed z/s, but we would need a corresponding ability in the
1355 * !resolve case below, so batch_draw_tracking_for_dirty_bits() has us
1401 if (batch->resolve & (FD_BUFFER_DEPTH | FD_BUFFER_STENCIL)) {
1404 if (!rsc->stencil || (batch->resolve & FD_BUFFER_DEPTH)) {
1408 if (rsc->stencil && (batch->resolve & FD_BUFFER_STENCIL)) {
1414 if (batch->resolve
[all...]
/kernel/linux/linux-6.6/io_uring/
H A Dopenclose.c122 resolve_nonblock = open->how.resolve & RESOLVE_CACHED; in io_openat2()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DCleanOutputDirectoryTask.java154 Path dirPath = root.resolve(dirInfo.name); in execute()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DTransformsMapper.java92 Path file = ruleFileOutputDir.resolve(p); in process()
/third_party/mesa3d/bin/pick/
H A Dui.py243 You can either cancel, or resolve the conflicts (`git mergetool`), finish the
254 ok_btn, 'click', lambda _: asyncio.ensure_future(commit.commit.resolve(self)))
/third_party/node/lib/internal/
H A Dabort_controller.js452 signal.addEventListener('abort', abortPromise.resolve, opts);
/third_party/node/lib/internal/process/
H A Dpre_execution.js198 mainEntry = path.resolve(process.argv[1]);

Completed in 38 milliseconds

1...<<31323334353637383940>>...46