Searched defs:EndSection (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/system/core/init/ | ||
H A D | parser.h | 57 virtual Result<void> EndSection() { return {}; }; in EndSection() function |
H A D | action_parser.cpp | 173 Result<void> ActionParser::EndSection() { in EndSection() function in android::init::ActionParser |
H A D | ueventd_parser.cpp | 254 Result<void> SubsystemParser::EndSection() { in EndSection() function in android::init::SubsystemParser |
H A D | service_parser.cpp | 667 Result<void> ServiceParser::EndSection() { in EndSection() function in android::init::ServiceParser |
/aosp_15_r20/external/deqp/framework/common/ | ||
H A D | tcuTestLog.hpp | 93 } EndSection; member in tcu::TestLog |
H A D | tcuTestLog.cpp | 683 const TestLog::EndSectionToken TestLog::EndSection = TestLog::EndSectionToken(); member in tcu::TestLog |