Home
last modified time | relevance | path

Searched refs:ProcessSection (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/linux/
Delf_symbols_to_module_unittest.cc66 bool ProcessSection() { in ProcessSection() function in ELFSymbolsToModuleTestFixture
110 ProcessSection(); in TEST_P()
125 ProcessSection(); in TEST_P()
149 ProcessSection(); in TEST_P()
178 ProcessSection(); in TEST_P()
210 ProcessSection(); in TEST_P()
242 ProcessSection(); in TEST_P()
280 ProcessSection(); in TEST_P()
295 ProcessSection(); in TEST_P()
327 ProcessSection(); in TEST_P()
[all …]
/external/deqp-deps/amber/src/vkscript/
Dparser.h48 Result ProcessSection(const SectionParser::Section& section);
Dparser.cc59 r = ProcessSection(section); in Parse()
111 Result Parser::ProcessSection(const SectionParser::Section& section) { in ProcessSection() function in amber::vkscript::Parser