Searched defs:expected (Results 1 – 10 of 10) sorted by relevance
/bootable/recovery/tests/component/ |
D | bootloader_message_test.cpp | 67 std::string expected = "recovery\n" + android::base::Join(options, "\n") + "\n"; in TEST() local 107 std::string expected = "recovery\n" + android::base::Join(options, "\n") + "\n"; in TEST() local
|
D | uncrypt_test.cpp | 153 void VerifyBootloaderMessage(const std::string& expected) { in VerifyBootloaderMessage()
|
D | edify_test.cpp | 24 static void expect(const std::string& expr_str, const char* expected) { in expect()
|
D | verifier_test.cpp | 52 int expected) { in VerifyFile()
|
D | install_test.cpp | 127 std::vector<std::string> expected = { in TEST() local
|
D | updater_test.cpp | 62 static void expect(const char* expected, const std::string& expr_str, CauseCode cause_code, in expect()
|
/bootable/recovery/tests/unit/ |
D | applypatch_test.cpp | 259 std::vector<std::string> expected = { "last_log", "last_log.1" }; in TEST_F() local 274 std::vector<std::string> expected = { "last_log.1" }; in TEST_F() local 288 std::vector<std::string> expected = { "block.map", "command", "last_install" }; in TEST_F() local
|
D | screen_ui_test.cpp | 145 int expected = (i + 1) % 5; in TEST_F() local 157 int expected = (9 - i) % 5; in TEST_F() local 174 int expected = std::min(i + 1, 4); in TEST_F() local 186 int expected = std::max(3 - i, 0); in TEST_F() local
|
/bootable/recovery/minadbd/ |
D | minadbd_services_test.cpp | 69 std::vector<uint8_t> expected(kMinadbdMessageSize, '\0'); in ReadAndCheckCommandMessage() local
|
/bootable/recovery/updater/ |
D | blockimg.cpp | 648 static int VerifyBlocks(const std::string& expected, const std::vector<uint8_t>& buffer, in VerifyBlocks()
|