Home
last modified time | relevance | path

Searched defs:child (Results 876 - 900 of 2429) sorted by relevance

1...<<31323334353637383940>>...98

/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dstaggered_animation_state.cpp145 auto& child = children_[fromIndex]; in ChildMoved() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dcontainer_base.cpp134 IObject::Ptr child; in Remove() local
163 bool ContainerBase::Remove(const IObject::Ptr& child) in Remove() argument
210 const IObject::Ptr child = children_[fromIndex]; MoveInternal() local
242 Move(const IObject::Ptr& child, SizeType toIndex) Move() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_three_test.cpp277 auto child = std::make_shared<RSSurfaceRenderNode>(id + 1); in HWTEST_F() local
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Deffect_json_helper.cpp289 cJSON *child = cJSON_CreateNumber(value); in Put() local
295 cJSON *child = cJSON_CreateBool(value); in Put() local
301 cJSON *child = cJSON_CreateString(value.c_str()); in Put() local
308 cJSON *child = cJSON_CreateString(value); in Put() local
353 cJSON *child = cJSON_CreateNumber(value); in Add() local
361 cJSON *child = cJSON_CreateBool(value); Add() local
369 cJSON *child = cJSON_CreateString(value.c_str()); Add() local
378 cJSON *child = cJSON_CreateString(value); Add() local
422 cJSON *child = cJSON_CreateNumber(value); Replace() local
428 cJSON *child = cJSON_CreateBool(value); Replace() local
434 cJSON *child = cJSON_CreateString(value.c_str()); Replace() local
441 cJSON *child = cJSON_CreateString(value); Replace() local
[all...]
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dipc_test_helper.cpp172 pid_t child = std::stoi(ptr->d_name); in GetChildPids() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Ddb_config.cpp140 JsonObject child = config.GetChild(); in IsDbconfigValid() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_field_node.cpp115 JsFieldNode* child = nullptr; in AppendChild() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_field_node.cpp112 JsFieldNode* child = nullptr; in AppendChild() local
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_xml_utils.cpp300 Element child; in ParseArrayNodeElement() local
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_helper.cpp166 shared_ptr<CloudDiskInode> child = make_shared<CloudDiskInode>(); local
[all...]
/foundation/window/window_manager/wmserver/test/unittest/
H A Ddisplay_group_controller_test.cpp172 sptr<WindowNode> child = new WindowNode(); in HWTEST_F() local
193 sptr<WindowNode> child = new WindowNode(); in HWTEST_F() local
214 sptr<WindowNode> child = new WindowNode(); in HWTEST_F() local
236 sptr<WindowNode> child = new WindowNode(); HWTEST_F() local
255 sptr<WindowNode> child = new WindowNode(); HWTEST_F() local
276 sptr<WindowNode> child = new WindowNode(); HWTEST_F() local
298 sptr<WindowNode> child = new WindowNode(); HWTEST_F() local
454 sptr<WindowNode> child = new WindowNode(); HWTEST_F() local
542 sptr<WindowNode> child = new WindowNode(); HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dpcrypt.c32 struct crypto_aead *child; member
H A Dxts.c24 struct crypto_skcipher *child; member
44 struct crypto_skcipher *child; in xts_setkey() local
299 struct crypto_skcipher *child; in xts_init_tfm() local
[all...]
H A Dlrw.c31 struct crypto_skcipher *child; member
72 struct crypto_skcipher *child = ctx->child; in lrw_setkey() local
H A Dsimd.c54 struct crypto_skcipher *child = &ctx->cryptd_tfm->base; in simd_skcipher_setkey() local
67 struct crypto_skcipher *child; in simd_skcipher_encrypt() local
88 struct crypto_skcipher *child; in simd_skcipher_decrypt() local
294 struct crypto_aead *child = &ctx->cryptd_tfm->base; simd_aead_setkey() local
305 struct crypto_aead *child = &ctx->cryptd_tfm->base; simd_aead_setauthsize() local
315 struct crypto_aead *child; simd_aead_encrypt() local
336 struct crypto_aead *child; simd_aead_decrypt() local
[all...]
/kernel/linux/linux-5.10/drivers/dma/dw-edma/
H A Ddw-edma-v0-core.c194 struct dw_edma_burst *child; in dw_edma_v0_core_write_chunk() local
/kernel/linux/linux-5.10/drivers/dma/qcom/
H A Dhidma_mgmt.c351 struct device_node *child; in hidma_mgmt_of_populate_channels() local
414 struct device_node *child; hidma_mgmt_init() local
[all...]
/kernel/linux/linux-5.10/drivers/bus/
H A Dqcom-ebi2.c295 struct device_node *child; in qcom_ebi2_probe() local
H A Dtegra-gmi.c91 struct device_node *child; in tegra_gmi_parse_dt() local
[all...]
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-scpi.c252 struct device_node *child, *np = dev->of_node; in scpi_clocks_remove() local
268 struct device_node *child, *np = dev->of_node; in scpi_clocks_probe() local
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-sifive.c141 sifive_gpio_child_to_parent_hwirq(struct gpio_chip *gc, unsigned int child, unsigned int child_type, unsigned int *parent, unsigned int *parent_type) sifive_gpio_child_to_parent_hwirq() argument
H A Dgpio-ixp4xx.c164 ixp4xx_gpio_child_to_parent_hwirq(struct gpio_chip *gc, unsigned int child, unsigned int child_type, unsigned int *parent, unsigned int *parent_type) ixp4xx_gpio_child_to_parent_hwirq() argument
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dmte.c315 int mte_ptrace_copy_tags(struct task_struct *child, long request, in mte_ptrace_copy_tags() argument
/kernel/linux/linux-5.10/drivers/ata/
H A Dlibahci_platform.c391 struct device_node *child; in ahci_platform_get_resources() local
[all...]
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dbios32.c519 struct pci_bus *child; in pci_common_init_dev() local

Completed in 18 milliseconds

1...<<31323334353637383940>>...98