Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 12 of 12) sorted by relevance

/bootable/recovery/tests/unit/
Dbootloader_message_test.cpp67 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
Dapplypatch_test.cpp259 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
Dfuse_provider_test.cpp102 std::string expected = content.substr(16384, 4096) + content.substr(24576, 15904); in TEST() local
Dscreen_ui_test.cpp145 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
Duncrypt_test.cpp153 void VerifyBootloaderMessage(const std::string& expected) { in VerifyBootloaderMessage()
Dedify_test.cpp24 static void expect(const std::string& expr_str, const char* expected) { in expect()
Dverifier_test.cpp52 int expected) { in VerifyFile()
Dinstall_test.cpp105 std::vector<std::string> expected = { in TEST() local
Dupdater_test.cpp61 static void expect(const char* expected, const std::string& expr_str, CauseCode cause_code, in expect()
87 static void expect(const char* expected, const std::string& expr_str, CauseCode cause_code) { in expect()
/bootable/recovery/tests/unit/host/
Dupdate_simulator_test.cpp79 static void RunSimulation(std::string_view src_tf, std::string_view ota_package, bool expected) { in RunSimulation()
186 std::vector<std::vector<string>> expected = { in TEST_F() local
/bootable/recovery/minadbd/
Dminadbd_services_test.cpp69 std::vector<uint8_t> expected(kMinadbdMessageSize, '\0'); in ReadAndCheckCommandMessage() local
/bootable/recovery/updater/
Dblockimg.cpp653 static int VerifyBlocks(const std::string& expected, const std::vector<uint8_t>& buffer, in VerifyBlocks()