Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 14 of 14) sorted by relevance

/system/extras/simpleperf/
Dread_elf_test.cpp37 void ParseSymbol(const ElfFileSymbol& symbol, std::map<std::string, ElfFileSymbol>* symbols) { in ParseSymbol() argument
38 (*symbols)[symbol.name] = symbol; in ParseSymbol()
41 void CheckElfFileSymbols(const std::map<std::string, ElfFileSymbol>& symbols) { in CheckElfFileSymbols() argument
42 auto pos = symbols.find("GlobalVar"); in CheckElfFileSymbols()
43 ASSERT_NE(pos, symbols.end()); in CheckElfFileSymbols()
45 pos = symbols.find("GlobalFunc"); in CheckElfFileSymbols()
46 ASSERT_NE(pos, symbols.end()); in CheckElfFileSymbols()
52 std::map<std::string, ElfFileSymbol> symbols; in TEST() local
54 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
55 CheckElfFileSymbols(symbols); in TEST()
[all …]
Dread_apk_test.cpp60 std::map<std::string, ElfFileSymbol> symbols; in TEST() local
62 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
63 CheckElfFileSymbols(symbols); in TEST()
Dtest_util.h27 void ParseSymbol(const ElfFileSymbol& symbol, std::map<std::string, ElfFileSymbol>* symbols);
28 void CheckElfFileSymbols(const std::map<std::string, ElfFileSymbol>& symbols);
/system/core/libbacktrace/
Dbacktrace_offline_test.cpp131 static std::vector<FunctionSymbol> symbols; in FunctionNameForAddress() local
132 if (symbols.empty()) { in FunctionNameForAddress()
133 symbols = std::vector<FunctionSymbol>{ in FunctionNameForAddress()
144 symbols.begin(), symbols.end(), in FunctionNameForAddress()
146 for (size_t i = 0; i + 1 < symbols.size(); ++i) { in FunctionNameForAddress()
147 symbols[i].end = symbols[i + 1].start; in FunctionNameForAddress()
150 for (auto& symbol : symbols) { in FunctionNameForAddress()
/system/extras/simpleperf/runtest/
Druntest.py355 symbols = []
373 symbols.append(cur_symbol)
380 symbols.append(cur_symbol)
422 return symbols
425 symbols = self._read_report_file(report_file, has_callgraph)
426 if not self._check_symbol_overhead_requirements(test, symbols):
429 if not self._check_symbol_children_overhead_requirements(test, symbols):
431 if not self._check_symbol_relation_requirements(test, symbols):
435 def _check_symbol_overhead_requirements(self, test, symbols): argument
439 for symbol in symbols:
[all …]
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dbuild_and_run.sh52 VENDOR_SYMBOLS_REL=/symbols/system/vendor/lib
/system/tools/aidl/
Daidl_language_l.ll51 /* symbols */
/system/connectivity/shill/bin/
Dff_debug121 # Check if exact tag is between + symbols, or at the ends of expression
/system/media/audio_utils/
DDoxyfile.orig377 # cache is used to resolve symbols given their name and scope. Since this can be
379 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
383 # symbols. At the end of a run doxygen will report the cache usage and suggest
1375 # external symbols imported via tag files in a separate window.
DDoxyfile377 # cache is used to resolve symbols given their name and scope. Since this can be
379 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
383 # symbols. At the end of a run doxygen will report the cache usage and suggest
1375 # external symbols imported via tag files in a separate window.
/system/tpm/trunks/generator/
Draw_commands.txt929 For the purposes of this document, the symbols and abbreviated terms given in part 1 apply.
943 The symbols and terms in the Notation column of Table 1 are used in the tables for the command
Draw_commands_fixed.txt929 For the purposes of this document, the symbols and abbreviated terms given in part 1 apply.
943 The symbols and terms in the Notation column of Table 1 are used in the tables for the command
Draw_structures.txt1156 For the purposes of this document, the symbols and abbreviated terms given in part 1 apply.
Draw_structures_fixed.txt1156 For the purposes of this document, the symbols and abbreviated terms given in part 1 apply.