Home
last modified time | relevance | path

Searched refs:TEST_AND_RETURN (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/
Dchrome_browser_proxy_resolver.cc135 TEST_AND_RETURN(DeleteUrlState(source_url, true, &callback)); in OnProxyResolvedSignal()
145 TEST_AND_RETURN(DeleteUrlState(source_url, false, &callback)); in HandleTimeout()
Domaha_response_handler_action.cc126 TEST_AND_RETURN(HasOutputPipe()); in PerformAction()
Dlibcurl_http_fetcher.cc335 TEST_AND_RETURN(header_line.find('\n') == string::npos); in SetHeader()
336 TEST_AND_RETURN(header_name.find(':') == string::npos); in SetHeader()
/system/update_engine/common/
Dutils_unittest.cc529 TEST_AND_RETURN(i); in VoidMacroTestHelper()
530 TEST_AND_RETURN(ui); in VoidMacroTestHelper()
531 TEST_AND_RETURN(b); in VoidMacroTestHelper()
532 TEST_AND_RETURN(cptr); in VoidMacroTestHelper()
Dutils.h490 #define TEST_AND_RETURN(_x) \ macro
Dutils.cc460 TEST_AND_RETURN(r == 13); in HexDumpArray()
466 TEST_AND_RETURN(r == 3); in HexDumpArray()
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc114 TEST_AND_RETURN( in PerformPartitionPostinstall()