Home
last modified time | relevance | path

Searched defs:child (Results 401 - 425 of 576) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/vk-gl-cts/executor/
H A DxeBatchExecutor.cpp324 const TestNode* child = group->getChild(ndx); in writeCaseListNode() local
H A DxeTestCase.cpp331 const TestNode* child = group->getChild(ndx); in addChildren() local
343 const TestNode* child = group->getChild(ndx); in removeChildren() local
/third_party/skia/src/core/
H A DSkColorFilter.cpp426 sk_sp<SkColorFilter> child = buffer.readColorFilter(); in CreateProc() local
445 sk_sp<SkColorFilter> SkColorFilterPriv::WithWorkingFormat(sk_sp<SkColorFilter> child, in WithWorkingFormat() argument
/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.cpp270 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(std::unique_ptr<GrFragmentProcessor> child, in GrMatrixConvolutionEffect() argument
349 auto child = GrTextureEffect::MakeSubset(std::move(srcView), kPremul_SkAlphaType, SkMatrix::I(), in Make() local
H A DGrSkSLFP.cpp136 const GrFragmentProcessor* child = fArgs.fFp.childProcessor(index); variable
322 addChild(std::unique_ptr<GrFragmentProcessor> child, bool mergeOptFlags) addChild() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregion.cpp343 UnicodeString child = ures_getUnicodeStringByIndex(mapping.getAlias(),j,&status); in loadRegionData() local
/third_party/skia/src/pdf/
H A DSkPDFTag.cpp258 SkPDFTagNode* child = &children[i]; in PrepareTagTreeToEmit() local
/third_party/skia/src/ports/
H A DSkFontMgr_config_parser.cpp422 const TagHandler* child = parent->tag ? parent->tag(self, tag, attributes) : nullptr; in start_element_handler() local
445 const TagHandler* child = self->fHandler.top(); in end_element_handler() local
/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp72 MergeSampleUsageVisitor(const Context& context, const Variable& child, bool writesToSampleCoords) MergeSampleUsageVisitor() argument
309 GetSampleUsage(const Program& program, const Variable& child, bool writesToSampleCoords, int* elidedSampleCoordCount) GetSampleUsage() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-serialize.hh447 const object_t* child = packed[link.objidx]; in resolve_links() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp902 const TiXmlNode* child = this->FirstChild(); in GetText() local
[all...]
/third_party/skia/tools/
H A Dremote_demo.cpp305 pid_t child = fork(); in main() local
/third_party/toybox/kconfig/
H A Dmconf.c429 struct menu *child; in build_conf() local
719 struct menu *child; conf_choice() local
[all...]
/third_party/toybox/lib/
H A Dlib.h88 struct dirtree *next, *parent, *child; member
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h88 struct dirtree *next, *parent, *child; member
/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.cc340 Node*& child = node->children[node_name]; in AddPath() local
460 const Node* child = it->second; in MergeMessage() local
560 Node*& child = node->children[node_name]; in AddRequiredFieldPath() local
579 Node* child = it->second; AddRequiredFieldPath() local
611 Node* child = it->second; TrimMessage() local
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.cc224 Node* child = children_[i]; in FindChild() local
269 Node* child = children_[i]; in WriteChildren() local
500 Node* child = current_->FindChild(name); StartObject() local
550 Node* child = current_->FindChild(name); StartList() local
611 Node* child = current_->FindChild(name); RenderDataPiece() local
[all...]
/third_party/selinux/libsepol/src/
H A Dhierarchy.c352 uint32_t child; member
281 bounds_check_rule(sepol_handle_t *handle, policydb_t *p, avtab_t *global_avtab, avtab_t *cur_avtab, uint32_t child, uint32_t parent, uint32_t src, uint32_t tgt, uint32_t class, uint32_t data, avtab_ptr_t *bad, int *numbad) bounds_check_rule() argument
322 bounds_check_cond_rules(sepol_handle_t *handle, policydb_t *p, avtab_t *global_avtab, avtab_t *cond_avtab, cond_av_list_t *rules, uint32_t child, uint32_t parent, avtab_ptr_t *bad, int *numbad) bounds_check_cond_rules() argument
371 bounds_check_child_rules(sepol_handle_t *handle, policydb_t *p, avtab_t *global_avtab, struct bounds_cond_info *cond_info, uint32_t child, uint32_t parent, avtab_ptr_t *bad, int *numbad) bounds_check_child_rules() argument
413 bounds_check_type(sepol_handle_t *handle, policydb_t *p, uint32_t child, uint32_t parent, avtab_ptr_t *bad, int *numbad) bounds_check_type() argument
439 bounds_report(sepol_handle_t *handle, policydb_t *p, uint32_t child, uint32_t parent, avtab_ptr_t cur) bounds_report() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dxml_libxml2.c251 xml_node_add_child(struct xml_node_ctx *ctx, xml_node_t *parent, xml_node_t *child) xml_node_add_child() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dspp_client.c603 xml_node_t *child; in process_spp_post_dev_data_response() local
[all...]
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdeMemPool.c400 deMemPool* child; in deMemPool_getNumAllocatedBytes() local
418 deMemPool* child; deMemPool_getCapacity() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dxml_libxml2.c251 xml_node_add_child(struct xml_node_ctx *ctx, xml_node_t *parent, xml_node_t *child) xml_node_add_child() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dspp_client.c603 xml_node_t *child; in process_spp_post_dev_data_response() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_group.c122 struct mali_group *child; in mali_group_delete() local
264 struct mali_group *child; in mali_group_activate() local
346 struct mali_group *child; mali_group_set_active() local
387 struct mali_group *child; mali_group_deactivate() local
572 mali_group_add_group(struct mali_group *parent, struct mali_group *child) mali_group_add_group() argument
701 mali_group_remove_group(struct mali_group *parent, struct mali_group *child) mali_group_remove_group() argument
745 struct mali_group *child = NULL; mali_group_acquire_group() local
911 struct mali_group *child; mali_group_start_pp_job() local
935 struct mali_group *child; mali_group_start_pp_job() local
1040 struct mali_group *child; mali_group_reset_mmu() local
1065 struct mali_group *child; mali_group_reset_pp() local
1104 struct mali_group *child; mali_group_complete_pp() local
1326 struct mali_group *child, *temp; mali_group_recovery_reset() local
1360 struct mali_group *child; mali_group_dump_state() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/
H A Dclk.c221 rockchip_clk_register_frac_branch(struct rockchip_clk_provider *ctx, const char *name, const char *const *parent_names, u8 num_parents, void __iomem *base, int muxdiv_offset, u8 div_flags, int gate_offset, u8 gate_shift, u8 gate_flags, unsigned long flags, struct rockchip_clk_branch *child, unsigned long max_prate, spinlock_t *lock) rockchip_clk_register_frac_branch() argument
[all...]

Completed in 23 milliseconds

1...<<11121314151617181920>>...24