OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_AND_RETURN
(Results
1 - 7
of
7
) sorted by null
/system/update_engine/common/
utils_unittest.cc
440
TEST_AND_RETURN
(i);
441
TEST_AND_RETURN
(ui);
442
TEST_AND_RETURN
(b);
443
TEST_AND_RETURN
(cptr);
utils.h
425
#define
TEST_AND_RETURN
(_x) \
utils.cc
453
TEST_AND_RETURN
(r == 13);
459
TEST_AND_RETURN
(r == 3);
[
all
...]
/system/update_engine/
omaha_response_handler_action.cc
139
TEST_AND_RETURN
(HasOutputPipe());
libcurl_http_fetcher.cc
393
TEST_AND_RETURN
(header_line.find('\n') == string::npos);
394
TEST_AND_RETURN
(header_name.find(':') == string::npos);
/system/update_engine/payload_consumer/
postinstall_runner_action.cc
117
TEST_AND_RETURN
(base::CreateNewTempDirectory("au_postint_mount", &temp_dir));
/system/update_engine/payload_generator/
delta_diff_utils.cc
230
TEST_AND_RETURN
(blob_file_ != nullptr);
[
all
...]
Completed in 90 milliseconds