/third_party/skia/src/gpu/ops/ |
H A D | SmallPathAtlasMgr.cpp | 118 GrDeferredUploadTarget* target, in addToAtlas() 121 return fAtlas->addToAtlas(resourceProvider, target, width, height, image, locator); in addToAtlas() 117 addToAtlas(GrResourceProvider* resourceProvider, GrDeferredUploadTarget* target, int width, int height, const void* image, GrDrawOpAtlas::AtlasLocator* locator) addToAtlas() argument
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | GlyphGroup.java | 53 void copyTo(Collection<Integer> target) { in copyTo() argument 56 target.add(i); in copyTo()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | merge_return_pass.h | 202 // Adds an unconditional branch in |block| that branches to |target|. It also 205 void BranchToBlock(BasicBlock* block, uint32_t target); 222 // depending on the value in |return_flag_|. The continue target in 263 // Modifies existing OpPhi instruction in |target| block to account for the 266 // The CFG must not include the edge from |new_source| to |target| yet. 267 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target); 292 // target that simply branches back to the header, or a merge block containing
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | merge_return_pass.h | 202 // Adds an unconditional branch in |block| that branches to |target|. It also 205 void BranchToBlock(BasicBlock* block, uint32_t target); 222 // depending on the value in |return_flag_|. The continue target in 263 // Modifies existing OpPhi instruction in |target| block to account for the 266 // The CFG must not include the edge from |new_source| to |target| yet. 267 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target); 292 // target that simply branches back to the header, or a merge block containing
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
H A D | AudioLatencyTuner.java | 229 int target = numBlocks * mFramesPerBlock; in incrementThreshold() 230 int actual = setBufferSizeInFrames(target); in incrementThreshold()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLExpression.h | 176 virtual CoercionCost coercionCost(const Type& target) const { in coercionCost() 177 return this->type().coercionCost(target); in coercionCost()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | MultiviewTest.h | 46 // Attach multiview textures to the framebuffer denoted by target. If there are multiple color 48 void AttachMultiviewTextures(GLenum target, 55 void AttachMultiviewTextures(GLenum target,
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | verify_os2.cc | 119 bool VerifyOS_2(Table* original, Table* target) { in VerifyOS_2() argument 121 EXPECT_TRUE(VerifyOS_2(target)); in VerifyOS_2()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucnv_err.h | 200 char *target; /**< Pointer to the target buffer. @stable ICU 2.0 */ member 201 const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */ 216 UChar *target; /**< Pointer to the target buffer. @stable ICU 2.0 */ member 217 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
|
/third_party/unity/auto/ |
H A D | unity_test_summary.rb | 29 results = @targets.map { |target| target.tr('\\', '/') }
|
/third_party/typescript/tests/baselines/reference/ |
H A D | APISample_compile.js | 45 target: ts.ScriptTarget.ES5, module: ts.ModuleKind.CommonJS 79 target: ts.ScriptTarget.ES5, module: ts.ModuleKind.CommonJS
|
/third_party/skia/third_party/externals/freetype/builds/cmake/ |
H A D | testbuild.sh | 63 --target install) 69 --target install \
|
/third_party/python/Lib/test/ |
H A D | test_syslog.py | 72 threads = [threading.Thread(target=opener)] 73 threads += [threading.Thread(target=logger) for k in range(10)]
|
H A D | test_xml_etree.py | 500 target = ET.TreeBuilder() 501 parser = ET.XMLParser(target=target) 682 parser = ET.XMLParser(target=builder) 704 def pi(self, target, data): 705 self.append(("pi", target, data)) 713 parser = ET.XMLParser(target=builder) 736 parser = ET.XMLParser(target=builder) 754 parser = ET.XMLParser(target=None) 755 self.assertIsInstance(parser.target, E [all...] |
/third_party/python/Lib/importlib/ |
H A D | __init__.py | 165 target = module 166 spec = module.__spec__ = _bootstrap._find_spec(name, pkgpath, target)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | nonsecure_base.h | 114 auto target = absl::MakeSpan(reinterpret_cast<uint32_t*>(buffer.data()), in generate_impl() local 116 RandenPool<uint32_t>::Fill(target); in generate_impl()
|
/third_party/skia/modules/skottie/src/animator/ |
H A D | TextKeyframeAnimator.cpp | 66 explicit TextAnimatorBuilder(TextValue* target) in TextAnimatorBuilder() argument 68 , fTarget(target) {} in TextAnimatorBuilder()
|
H A D | ScalarKeyframeAnimator.cpp | 66 explicit ScalarAnimatorBuilder(ScalarValue* target) in ScalarAnimatorBuilder() argument 68 , fTarget(target) {} in ScalarAnimatorBuilder()
|
/third_party/rust/crates/proc-macro2/ |
H A D | build.rs | 164 if let Some(target) = env::var_os("TARGET") { in compile_probe() 165 cmd.arg("--target").arg(target); in compile_probe()
|
/third_party/spirv-tools/source/opt/ |
H A D | merge_return_pass.h | 200 // Adds an unconditional branch in |block| that branches to |target|. It also 203 void BranchToBlock(BasicBlock* block, uint32_t target); 220 // depending on the value in |return_flag_|. The continue target in 261 // Modifies existing OpPhi instruction in |target| block to account for the 264 // The CFG must not include the edge from |new_source| to |target| yet. 265 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target); 290 // target that simply branches back to the header, or a merge block containing
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 2202 * * Whose length differs from the target name by more than 0.34 of the length of the name. 4087 instantiatedType: (_e = referenceType.target) === null || _e === void 0 ? void 0 : _e.id, 5476 // In turn, we offer both a `NodeNext` moving resolution target, and a `Node16` version-anchored resolution target 8306 Jump_target_cannot_cross_function_boundary: diag(1107, ts.DiagnosticCategory.Error, "Jump_target_cannot_cross_function_boundary_1107", "Jump target cannot cross function boundary."), 8516 Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher: diag(1378, ts.DiagnosticCategory.Error, "Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_n_1378", "Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher."), 8561 Default_library_for_target_0: diag(1425, ts.DiagnosticCategory.Message, "Default_library_for_target_0_1425", "Default library for target '{0}'"), 8562 File_is_default_library_for_target_specified_here: diag(1426, ts.DiagnosticCategory.Message, "File_is_default_library_for_target_specified_here_1426", "File is default library for target specified here."), 8568 Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher: diag(1432, ts.DiagnosticCategory.Error, "Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_nod_1432", "Top-level 'for await' loops are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher."), 8653 Call_target_does_not_contain_any_signatures: diag(2346, ts.DiagnosticCategory.Error, "Call_target_does_not_contain_any_signatures_2346", "Call target doe [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ULocaleTest.java | 1554 String target = "German (Phonebook Sort Order)"; in TestDisplayWithKeyword() 1555 assertEquals("collation", target, name); in TestDisplayWithKeyword() 1558 target = "德文(電話簿排序)"; // \u5FB7\u6587\uFF08\u96FB\u8A71\u7C3F\u6392\u5E8F\uFF09 in TestDisplayWithKeyword() 1559 assertEquals("collation", target, name); in TestDisplayWithKeyword() 1562 target = "Japanese (Japanese Yen)"; in TestDisplayWithKeyword() 1563 assertEquals("currency (JPY)", target, name); in TestDisplayWithKeyword() 1566 target = "日文(日圓)"; // \u65E5\u6587\uFF08\u65E5\u5713\uFF09 in TestDisplayWithKeyword() 1567 assertEquals("currency (JPY)", target, name); in TestDisplayWithKeyword() 1570 target = "German (Currency: XYZ)"; in TestDisplayWithKeyword() 1571 assertEquals("currency (XYZ)", target, nam in TestDisplayWithKeyword() [all...] |
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 218 /* exact length of target text, without the terminator */ 715 char *target; in junction_getattr() local 719 target = ntfs_make_symlink(ni, ctx->abs_mnt_point); in junction_getattr() 725 if (target || (errno == EOPNOTSUPP)) { in junction_getattr() 726 if (target) in junction_getattr() 727 stbuf->st_size = strlen(target); in junction_getattr() 732 free(target); in junction_getattr() 866 char *target; in ntfs_fuse_getattr() 869 target = ntfs_make_symlink(ni, ctx->abs_mnt_point); in ntfs_fuse_getattr() 875 if (target || (errn in ntfs_fuse_getattr() 1003 char *target = NULL; ntfs_fuse_getattr() local 2059 ntfs_fuse_create(const char *org_path, mode_t typemode, dev_t dev, const char *target, struct fuse_file_info *fi) ntfs_fuse_create() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | mipmap.c | 56 GLenum target) in _mesa_compute_num_levels() 61 baseImage = _mesa_get_tex_image(ctx, texObj, target, texObj->Attrib.BaseLevel); in _mesa_compute_num_levels() 1725 _mesa_generate_mipmap_level(GLenum target, in _mesa_generate_mipmap_level() argument 1737 switch (target) { in _mesa_generate_mipmap_level() 1783 unreachable("bad tex target in _mesa_generate_mipmaps"); in _mesa_generate_mipmap_level() 1793 _mesa_next_mipmap_level_size(GLenum target, GLint border, in _mesa_next_mipmap_level_size() argument 1805 target != GL_TEXTURE_1D_ARRAY_EXT && in _mesa_next_mipmap_level_size() 1806 target != GL_PROXY_TEXTURE_1D_ARRAY_EXT) { in _mesa_next_mipmap_level_size() 1814 target != GL_TEXTURE_2D_ARRAY_EXT && in _mesa_next_mipmap_level_size() 1815 target ! in _mesa_next_mipmap_level_size() 54 _mesa_compute_num_levels(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target) _mesa_compute_num_levels() argument 1869 const GLenum target = _mesa_cube_face_target(texObj->Target, face); prepare_mipmap_level() local 1952 generate_mipmap_uncompressed(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, const struct gl_texture_image *srcImage, GLuint maxLevel) generate_mipmap_uncompressed() argument 2072 generate_mipmap_compressed(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *srcImage, GLuint maxLevel) generate_mipmap_compressed() argument 2239 _mesa_generate_mipmap(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj) _mesa_generate_mipmap() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_descriptors.c | 193 if (res->b.b.target == PIPE_BUFFER) in si_get_sampler_view_priority() 228 if (resource->target != PIPE_BUFFER && tex->is_depth && in si_sampler_view_add_buffer() 455 if (tex->buffer.b.b.target == PIPE_BUFFER) { in si_set_sampler_view_desc() 550 if (tex->buffer.b.b.target == PIPE_BUFFER) { in si_set_sampler_views() 660 if (res && res->target != PIPE_BUFFER) { in si_samplers_update_needs_color_decompress_mask() 740 if (res->b.b.target != PIPE_BUFFER) in si_mark_image_range_valid() 755 if (res->b.b.target == PIPE_BUFFER) { in si_set_shader_image_desc() 822 screen, tex, false, res->b.b.target, view->format, swizzle, hw_level, hw_level, in si_set_shader_image_desc() 850 if (res->b.b.target == PIPE_BUFFER) { in si_set_shader_image() 930 if (res && res->target ! in si_images_update_needs_color_decompress_mask() [all...] |