Home
last modified time | relevance | path

Searched refs:CreateForTesting (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/libchrome_tools/patches/
DRefactor-AlarmTimer-to-report-error-to-the-caller.patch18 without capability CAP_WAKE_ALARM, this CL also introduces CreateForTesting().
68 +std::unique_ptr<SimpleAlarmTimer> SimpleAlarmTimer::CreateForTesting() {
154 + static std::unique_ptr<SimpleAlarmTimer> CreateForTesting();
163 + // Shared implementation of Create and CreateForTesting.
/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.h29 static std::unique_ptr<CPDF_SyntaxParser> CreateForTesting(
Dcpdf_parser_unittest.cpp53 m_pSyntax = CPDF_SyntaxParser::CreateForTesting( in InitTestFromBufferWithOffset()
Dcpdf_syntax_parser.cpp76 std::unique_ptr<CPDF_SyntaxParser> CPDF_SyntaxParser::CreateForTesting( in CreateForTesting() function in CPDF_SyntaxParser