/aosp_15_r20/development/vndk/tools/header-checker/src/utils/ |
H A D | config_file.h | 89 bool HasSection(const std::string §ion_name, in HasSection() 94 const ConfigSection &GetSection(const std::string §ion_name, in GetSection() 105 bool HasProperty(const std::string §ion_name, const std::string &version, in HasProperty() 114 bool GetProperty(const std::string §ion_name, const std::string &version, in GetProperty()
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | updater_utils.c | 72 const char *section_name, in load_firmware_version() 122 const char *section_name) in load_ecrw_version() 307 const char *section_name) in find_firmware_section() 325 const char *section_name) in firmware_section_exists() 334 const char *section_name) in preserve_firmware_section()
|
H A D | updater_manifest.c | 99 const char *section_name, in change_gbb_rootkey() 126 const char *section_name, in change_section() 154 struct u_archive *archive, const char *section_name, in apply_key_file()
|
H A D | updater.c | 314 const char *section_name, in has_valid_update() 511 const char *section_name) in section_needs_update() 617 const char *section_name) in get_keyblock() 698 const char *section_name, in get_key_versions()
|
/aosp_15_r20/external/toolchain-utils/cros_utils/ |
H A D | perf_diff.py | 178 def _GetHumanReadableName(self, section_name): argument 287 def _FindCommonFunctions(self, section_name): argument 299 def _GetTopFunctions(self, section_name, num_functions): argument
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | read_elf.cpp | 249 llvm::Expected<llvm::StringRef> section_name = GetSectionName(*section_it_or_err.get()); in ReadSymbolTable() local 307 llvm::Expected<llvm::StringRef> section_name = GetSectionName(section_ref); in AddSymbolForPltSection() local 334 llvm::Expected<llvm::StringRef> section_name = GetSectionName(section_ref); in CheckSymbolSections() local 461 ElfStatus ReadSection(const std::string& section_name, std::string* content) override { in ReadSection()
|
/aosp_15_r20/external/angle/build/chromeos/ |
H A D | embed_sections.py | 56 def parse_section_info(objdump_result, section_name): argument 101 def overwrite_variable(file, symbol_map, endianess, section_name, var_type, argument
|
/aosp_15_r20/external/arm-trusted-firmware/include/arch/aarch64/ |
H A D | asm_macros.S | 68 .macro vector_base label, section_name=.vectors 81 .macro vector_entry label, section_name=.vectors
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/arch/aarch64/ |
D | asm_macros.S | 106 .macro vector_base label, section_name=.vectors 119 .macro vector_entry label, section_name=.vectors
|
/aosp_15_r20/external/google-breakpad/src/common/dwarf/ |
H A D | elf_reader.cc | 746 const char* GetSectionContentsByName(const string& section_name, in GetSectionContentsByName() 769 const char* GetSectionInfoByName(const string& section_name, in GetSectionInfoByName() 1206 const char* ElfReader::GetSectionByName(const string& section_name, in GetSectionByName() 1217 const char* ElfReader::GetSectionInfoByName(const string& section_name, in GetSectionInfoByName()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/tests/ |
D | digest_tests.rs | 53 let section_name = &format!("L = {}", digest_alg.output_len()); in run_known_answer_test() localVariable 125 let section_name = &format!("L = {}", digest_alg.output_len()); in run_monte_carlo_test() localVariable
|
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/ |
H A D | help_window.py | 343 def add_custom_keybinds_help_text(self, section_name, key_bindings: dict): argument 347 def add_keybind_help_text(self, section_name, key_bindings: KeyBindings): argument
|
/aosp_15_r20/system/linkerconfig/contents/tests/configuration/include/ |
H A D | linkerconfigparser.h | 40 std::string section_name = match[1]; in ParseDirPath() local 228 std::string section_name = match[1]; in ParseConfiguration() local
|
/aosp_15_r20/external/google-breakpad/src/common/linux/ |
H A D | elfutils.cc | 47 const char* section_name, in FindElfClassSection() 130 const char* section_name, in FindElfSection()
|
H A D | elfutils-inl.h | 61 const char* section_name = section_names + sections[i].sh_name; in FindElfSectionByName() local
|
/aosp_15_r20/build/make/tools/fs_config/ |
H A D | fs_config_generator.py | 632 def _handle_aid(self, file_name, section_name, config): argument 683 def _handle_path(self, file_name, section_name, config): argument 845 def _handle_dup_and_add(name, file_name, section_name, seen): argument
|
/aosp_15_r20/external/autotest/client/cros/faft/utils/ |
H A D | saft_flashrom_util.py | 241 def get_section(self, base_image, section_name): argument 263 def put_section(self, base_image, section_name, data): argument
|
/aosp_15_r20/frameworks/native/cmds/dumpstate/tests/ |
H A D | dumpstate_smoke_test.cpp | 86 bool IsSectionStart(const std::string& line, std::string* section_name) { in IsSectionStart() 119 std::string section_name; in ParseSections() local 440 std::string section_name; in TEST_F() local
|
/aosp_15_r20/external/coreboot/util/cbfstool/ |
H A D | cbfs-mkstage.c | 46 static bool is_ignored_sections(const char *section_name, in is_ignored_sections() 79 const char *section_name; in find_ignored_sections_header() local
|
H A D | rmodule.c | 307 const char *section_name; in filter_relocation_sections() local 802 const char *section_name = ".program"; in rmodule_stage_to_elf() local
|
/aosp_15_r20/external/dynamic_depth/internal/xmpmeta/ |
H A D | xmp_parser.cc | 117 const string& section_name) { in GetExtendedXmpSections() 164 const string& section_name, XmpData* xmp_data) { in ParseExtendedXmpSections()
|
/aosp_15_r20/external/cronet/testing/libfuzzer/ |
H A D | gen_fuzzer_config.py | 21 def AddSectionOptions(config, section_name, options): argument
|
/aosp_15_r20/external/openscreen/testing/libfuzzer/ |
H A D | gen_fuzzer_config.py | 17 def AddSectionOptions(config, section_name, options): argument
|
/aosp_15_r20/hardware/google/camera/common/hal/utils/ |
D | vendor_tag_interface.h | 31 std::string section_name; member
|
/aosp_15_r20/external/pigweed/pw_preprocessor/ |
H A D | concat_test.cc | 52 #define _PW_OUTER_MACRO(section_name) \ argument
|