Home
last modified time | relevance | path

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

/system/update_engine/common/
Dutils_unittest.cc440 TEST_AND_RETURN(i); in VoidMacroTestHelper()
441 TEST_AND_RETURN(ui); in VoidMacroTestHelper()
442 TEST_AND_RETURN(b); in VoidMacroTestHelper()
443 TEST_AND_RETURN(cptr); in VoidMacroTestHelper()
Dutils.h425 #define TEST_AND_RETURN(_x) \ macro
Dutils.cc453 TEST_AND_RETURN(r == 13); in HexDumpArray()
459 TEST_AND_RETURN(r == 3); in HexDumpArray()
/system/update_engine/
Domaha_response_handler_action.cc139 TEST_AND_RETURN(HasOutputPipe()); in PerformAction()
Dlibcurl_http_fetcher.cc393 TEST_AND_RETURN(header_line.find('\n') == string::npos); in SetHeader()
394 TEST_AND_RETURN(header_name.find(':') == string::npos); in SetHeader()
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc117 TEST_AND_RETURN(base::CreateNewTempDirectory("au_postint_mount", &temp_dir)); in PerformPartitionPostinstall()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc230 TEST_AND_RETURN(blob_file_ != nullptr); in Run()