/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DumbTextComponent.java | 648 int target = p.x - xInset; in point2Offset() 649 if (target <= 0) { in point2Offset() 658 if (target >= highWidth) { in point2Offset() 666 if (width <= target) { in point2Offset() 669 if (width == target) break; in point2Offset() 675 // at end, either lowWidth < target < width(low+1), or lowWidth = target in point2Offset() 684 if (target - lowWidth < highWidth - target) { in point2Offset()
|
/third_party/littlefs/scripts/ |
H A D | stack.py | 249 for target in targets: 250 if target in seen: 253 limit_ = find_limit(target, seen | {target}) 260 for target in targets: 261 if target in callgraph: 262 t_file, t_function, _, _ = callgraph[target]
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_blit.c | 564 if ((dst->target == PIPE_BUFFER && src->target == PIPE_BUFFER) || in r300_resource_copy_region() 587 (!screen->is_format_supported(screen, src_templ.format, src->target, in r300_resource_copy_region() 590 !screen->is_format_supported(screen, dst_templ.format, dst->target, in r300_resource_copy_region() 657 dst->target, dst->nr_samples, in r300_resource_copy_region() 661 src->target, src->nr_samples, in r300_resource_copy_region() 789 templ.target = PIPE_TEXTURE_2D; in r300_msaa_resolve()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | environment.py | 686 target, 695 and stores them in `target`. If `zip` is `None`, instead of in a 701 Each template returned will be compiled to the target folder or 710 target instead of standard .py files. This flag does not do anything 753 with open(os.path.join(target, filename), "wb") as f: 760 target, "w", dict(deflated=ZIP_DEFLATED, stored=ZIP_STORED)[zip] 762 log_function('Compiling into Zip archive "%s"' % target) 764 if not os.path.isdir(target): 765 os.makedirs(target) 766 log_function('Compiling into folder "%s"' % target) [all...] |
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | anim_util.c | 455 // Returns true if frame 'target' completely covers 'covered'. 456 static int CoversFrameGIF(const GifImageDesc* const target, in CoversFrameGIF() argument 458 return target->Left <= covered->Left && in CoversFrameGIF() 459 covered->Left + covered->Width <= target->Left + target->Width && in CoversFrameGIF() 460 target->Top <= covered->Top && in CoversFrameGIF() 461 covered->Top + covered->Height <= target->Top + target->Height; in CoversFrameGIF()
|
/third_party/skia/third_party/externals/tint/src/writer/ |
H A D | append_vector_test.cc | 88 EXPECT_TRUE(u32_to_i32->target.type->Is<ast::I32>()); in TEST_F() 132 ASSERT_TRUE(v2u32_to_v2i32->target.type->Is<ast::Vector>()); in TEST_F() 133 EXPECT_EQ(v2u32_to_v2i32->target.type->As<ast::Vector>()->width, 2u); in TEST_F() 135 v2u32_to_v2i32->target.type->As<ast::Vector>()->type->Is<ast::I32>()); in TEST_F() 141 EXPECT_TRUE(u32_to_i32->target.type->Is<ast::I32>()); in TEST_F() 183 EXPECT_TRUE(f32_to_i32->target.type->Is<ast::I32>()); in TEST_F() 384 EXPECT_TRUE(f32_to_i32->target.type->Is<ast::I32>()); in TEST_F()
|
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | aachba.c | 1523 int bus, target; in aac_construct_hbacmd() local 1546 target = scmd_id(cmd); in aac_construct_hbacmd() 1547 hbacmd->it_nexus = dev->hba_map[bus][target].rmw_nexus; in aac_construct_hbacmd() 1744 static void aac_set_safw_target_qd(struct aac_dev *dev, int bus, int target) in aac_set_safw_target_qd() argument 1749 if (dev->hba_map[bus][target].devtype != AAC_DEVTYPE_NATIVE_RAW) in aac_set_safw_target_qd() 1752 identify_resp = dev->hba_map[bus][target].safw_identify_resp; in aac_set_safw_target_qd() 1754 dev->hba_map[bus][target].qd_limit = 32; in aac_set_safw_target_qd() 1760 dev->hba_map[bus][target].qd_limit = 32; in aac_set_safw_target_qd() 1762 dev->hba_map[bus][target].qd_limit = in aac_set_safw_target_qd() 1767 struct aac_ciss_identify_pd **identify_resp, u32 bus, u32 target) in aac_issue_safw_bmic_identify() 1766 aac_issue_safw_bmic_identify(struct aac_dev *dev, struct aac_ciss_identify_pd **identify_resp, u32 bus, u32 target) aac_issue_safw_bmic_identify() argument 1890 aac_free_safw_identify_resp(struct aac_dev *dev, int bus, int target) aac_free_safw_identify_resp() argument 1903 u32 target; aac_free_safw_all_identify_resp() local 1926 u32 target; aac_get_safw_attr_all_targets() local 1962 u32 i, bus, target; aac_set_safw_attr_all_targets() local 2035 u32 tmp, bus, target; aac_get_adapter_info() local [all...] |
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_tex_sample.c | 680 switch (view->target) { in softpipe_get_lambda_from_grad_func() 3062 switch (sp_sview->base.target) { in get_img_filter() 3239 direction target sc tc ma in convert_cube() 3304 if (view->target == PIPE_BUFFER) { in sp_get_dims() 3321 switch (view->target) { in sp_get_dims() 3344 assert(!"unexpected texture target in sp_get_dims()"); in sp_get_dims() 3370 sp_sview->base.target == PIPE_BUFFER ? 0 : in sp_get_texels() 3382 switch (sp_sview->base.target) { in sp_get_texels() 3562 switch (view->target) { in softpipe_get_lambda_func() 3605 if (view->target ! in softpipe_create_sampler_view() 3674 prepare_compare_values(enum pipe_texture_target target, const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], const float c1[TGSI_QUAD_SIZE], float pc[TGSI_QUAD_SIZE]) prepare_compare_values() argument [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/compat/ |
H A D | hi_drv_compat.h | 25 hi_s32 klad_encrypt_key(hi_u32 keysel, hi_u32 target, hi_u8 *clear, hi_u8 *encrypt, hi_u32 key_len);
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/task/ |
H A D | ability_start_task.h | 29 const AbilityInfo *target, const BundleInfo *bundleInfo);
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | render_boundary_manager.h | 37 bool target = false; member
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_navigator_ffi.h | 24 CJ_EXPORT void FfiOHOSAceFrameworkNavigatorCreate(const char* target, int32_t type);
|
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_scope.h | 35 static bool CloseScope(ARKTS_Scope target);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_effect_render_params.h | 26 void OnSync(const std::unique_ptr<RSRenderParams>& target) override;
|
/foundation/resourceschedule/ffrt/src/util/ |
H A D | spmc_queue.h | 51 * @param target 目标元素。 54 bool FindElement(void* target);
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | jump_label.h | 60 jump_label_t target; member
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | jump_label.c | 17 patch_branch(addr, entry->target, 0); in arch_jump_label_transform()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | jump_label.h | 47 jump_label_t target; member
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | jump_label.h | 44 jump_label_t target; member
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | jump_label.h | 47 jump_label_t target; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_shrinker.h | 16 unsigned long target,
|
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/ |
H A D | Makefile | 4 ccflags-y += -I $(srctree)/drivers/target/iscsi
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_iblock.h | 7 #include <target/target_core_base.h>
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | ipc.h | 34 int aa_may_signal(struct aa_label *sender, struct aa_label *target, int sig);
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
H A D | asciidoctor-extensions.rb | 11 def process(parent, target, attrs) 13 %(<a href="#{target}.html">#{target}(#{attrs[1]})</a>\n) 15 "#{target}(#{attrs[1]})" 18 "<refentrytitle>#{target}</refentrytitle>" \
|