Searched refs:symbols (Results 1 – 14 of 14) sorted by relevance
/system/extras/simpleperf/ |
D | read_elf_test.cpp | 37 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 …]
|
D | read_apk_test.cpp | 60 std::map<std::string, ElfFileSymbol> symbols; in TEST() local 62 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST() 63 CheckElfFileSymbols(symbols); in TEST()
|
D | test_util.h | 27 void ParseSymbol(const ElfFileSymbol& symbol, std::map<std::string, ElfFileSymbol>* symbols); 28 void CheckElfFileSymbols(const std::map<std::string, ElfFileSymbol>& symbols);
|
/system/core/libbacktrace/ |
D | backtrace_offline_test.cpp | 131 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/ |
D | runtest.py | 355 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/ |
D | build_and_run.sh | 52 VENDOR_SYMBOLS_REL=/symbols/system/vendor/lib
|
/system/tools/aidl/ |
D | aidl_language_l.ll | 51 /* symbols */
|
/system/connectivity/shill/bin/ |
D | ff_debug | 121 # Check if exact tag is between + symbols, or at the ends of expression
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 377 # 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.
|
D | Doxyfile | 377 # 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/ |
D | raw_commands.txt | 929 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
|
D | raw_commands_fixed.txt | 929 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
|
D | raw_structures.txt | 1156 For the purposes of this document, the symbols and abbreviated terms given in part 1 apply.
|
D | raw_structures_fixed.txt | 1156 For the purposes of this document, the symbols and abbreviated terms given in part 1 apply.
|