Home
last modified time | relevance | path

Searched defs:section (Results 76 - 100 of 513) sorted by relevance

12345678910>>...21

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DRoundingUtils.java59 getRoundingDirection( boolean isEven, boolean isNegative, int section, int roundingMode, Object reference) getRoundingDirection() argument
/third_party/libabigail/include/
H A Dabg-ini.h358 class config::section class in abigail::ini::config
[all...]
/third_party/rust/crates/clap/clap_mangen/src/
H A Dlib.rs67 pub fn section(mut self, section: impl Into<String>) -> Self { in section() functions
[all...]
/third_party/python/Tools/c-analyzer/cpython/
H A D__main__.py51 def section(name, groupitems): function
/third_party/openssl/ohos_lite/include/openssl/
H A Dconf.h25 char *section; member
80 const char *section); variable
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Daot_builder.cpp205 auto &section = roDatas_.at(i); in PrepareElfBuilder() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Ddwarf_builder.cpp42 ELFIO::section *section = self->GetElfBuilder()->sections.add(name); in CreateSectionCallback() local
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Dcode_info_producer.cpp35 void CodeInfoProducer::SetStackMap(const uint8_t *section, uintptr_t size) in SetStackMap() argument
47 void CodeInfoProducer::SetFaultMaps(const uint8_t *section, uintptr_t size) in SetFaultMaps() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Delf_file.h71 void SetLink(const Section &section) in SetLink() argument
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/
H A Dunique_stack_table.h51 } section; member
71 } section; member
/base/startup/init/ueventd/
H A Dueventd_read_cfg.c165 static SECTION GetSection(const char *section) in GetSection() argument
188 char *section = NULL; in ParseUeventConfig() local
[all...]
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_test.cpp1278 std::string section = "common"; in HWTEST_F() local
1312 std::string section = "permission"; in HWTEST_F() local
H A Dapp_spawn_sandbox_new_mount_test.cpp692 SandboxSection section = {}; in HWTEST_F() local
H A Dapp_spawn_sandboxmgr_test.cpp204 SandboxSection *section = CreateSandboxSection(inputName[i], inputDataLen[j], 0); in HWTEST_F() local
227 SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG_SYSTEM_CONST); HWTEST_F() local
257 SandboxSection *section = GetSandboxSection(nullptr, "system-const"); HWTEST_F() local
295 SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG_SYSTEM_CONST); HWTEST_F() local
330 SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG_SYSTEM_CONST); HWTEST_F() local
361 SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG_SYSTEM_CONST); HWTEST_F() local
409 SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG_SYSTEM_CONST); HWTEST_F() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_upg_file.h192 hi_upg_section_head section; /**< Head of code section.CNcomment:Code段头信息。CNend */ member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp154 const auto& section = sections->GetSectionInfo()[seg]; in GetUserDefHeight() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/directory/
H A Ddirectory_manager.cpp230 std::string section; in GenPath() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp37 xmlNodePtr XmlParse::impl::IntHasSection(const std::string &section, const std::string &subSection) in IntHasSection() argument
70 IntHasProperty( const std::string &section, const std::string &subSection, const std::string &property) IntHasProperty() argument
106 FindOrCreatePropertyNode( const std::string &section, const std::string &subSection, const std::string &property) FindOrCreatePropertyNode() argument
284 GetValue( const std::string &section, const std::string &subSection, const std::string &property, int &value) GetValue() argument
291 GetValue( const std::string &section, const std::string &subSection, const std::string &property, std::string &value) GetValue() argument
298 GetValue( const std::string &section, const std::string &subSection, const std::string &property, bool &value) GetValue() argument
305 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const int &value) SetValue() argument
319 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const std::string &value) SetValue() argument
327 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const bool &value) SetValue() argument
342 HasProperty(const std::string &section, const std::string &subSection, const std::string &property) HasProperty() argument
348 HasSection(const std::string &section, const std::string &subSection) HasSection() argument
378 GetSubSections(const std::string &section, std::vector<std::string> &subSections) GetSubSections() argument
410 RemoveSection(const std::string &section, const std::string &subSection) RemoveSection() argument
449 RemoveProperty(const std::string &section, const std::string &subSection, const std::string &property) RemoveProperty() argument
455 GetValue(const std::string &section, const std::string &property, int &value) GetValue() argument
461 GetValue(const std::string &section, const std::string &property, std::string &value) GetValue() argument
467 GetValue(const std::string &section, const std::string &property, bool &value) GetValue() argument
473 SetValue(const std::string &section, const std::string &property, const int &value) SetValue() argument
486 SetValue(const std::string &section, const std::string &property, const std::string &value) SetValue() argument
493 SetValue(const std::string &section, const std::string &property, const bool &value) SetValue() argument
507 HasProperty(const std::string &section, const std::string &property) HasProperty() argument
513 HasSection(const std::string &section) HasSection() argument
531 RemoveSection(const std::string &section) RemoveSection() argument
555 RemoveProperty(const std::string &section, const std::string &property) RemoveProperty() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dadf_ctl_drv.c139 struct adf_user_cfg_section section, *section_head; in adf_copy_key_value_data() local
107 adf_add_key_value_data(struct adf_accel_dev *accel_dev, const char *section, const struct adf_user_cfg_key_val *key_val) adf_add_key_value_data() argument
[all...]
H A Dadf_cfg.c223 struct adf_cfg_section *section = adf_cfg_sec_find(accel_dev, in adf_cfg_add_key_value_param() local
288 adf_cfg_get_param_value(struct adf_accel_dev *accel_dev, const char *section, const char *name, char *value) adf_cfg_get_param_value() argument
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/
H A Decc.c156 static int nand_ooblayout_ecc_sp(struct mtd_info *mtd, int section, in nand_ooblayout_ecc_sp() argument
182 static int nand_ooblayout_free_sp(struct mtd_info *mtd, int section, in nand_ooblayout_free_sp() argument
216 static int nand_ooblayout_ecc_lp(struct mtd_info *mtd, int section, in nand_ooblayout_ecc_lp() argument
231 static int nand_ooblayout_free_lp(struct mtd_info *mtd, int section, in nand_ooblayout_free_lp() argument
261 nand_ooblayout_ecc_lp_hamming(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) nand_ooblayout_ecc_lp_hamming() argument
288 nand_ooblayout_free_lp_hamming(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) nand_ooblayout_free_lp_hamming() argument
[all...]
/kernel/linux/linux-5.10/drivers/mtd/parsers/
H A Dsharpslpart.c73 int section = 0; in sharpsl_nand_check_ooblayout() local
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dmachine_kexec_file.c299 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, const Elf_Shdr *relsec, const Elf_Shdr *symtab) arch_kexec_apply_relocations_add() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu7_smumgr.c508 static void execute_pwr_dfy_table(struct pp_hwmgr *hwmgr, const PWR_DFY_Section *section) in execute_pwr_dfy_table() argument
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c91 static int iwl_nvm_write_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_chunk() argument
130 static int iwl_nvm_read_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_read_chunk() argument
203 static int iwl_nvm_write_section(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_section() argument
237 iwl_nvm_read_section(struct iwl_mvm *mvm, u16 section, u8 *data, u32 size_read) iwl_nvm_read_section() argument
358 int ret, section; iwl_nvm_init() local
[all...]

Completed in 18 milliseconds

12345678910>>...21