Home
last modified time | relevance | path

Searched defs:expect_success (Results 1 – 10 of 10) sorted by relevance

/aosp12/art/tools/dexanalyze/
H A Ddexanalyze_test.cc28 void DexAnalyzeExec(const std::vector<std::string>& args, bool expect_success) { in DexAnalyzeExec()
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dfixed_channel_service_manager_test.cc39 void OnServiceRegistered(bool expect_success, FixedChannelManager::RegistrationResult result, in OnServiceRegistered()
H A Ddynamic_channel_service_manager_test.cc38 void OnServiceRegistered(bool expect_success, DynamicChannelManager::RegistrationResult result, in OnServiceRegistered()
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dfixed_channel_service_manager_test.cc39 void OnServiceRegistered(bool expect_success, FixedChannelManager::RegistrationResult result, in OnServiceRegistered()
H A Ddynamic_channel_service_manager_test.cc39 void OnServiceRegistered(bool expect_success, DynamicChannelManager::RegistrationResult result, in OnServiceRegistered()
/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer_unittest.cc282 bool expect_success) { in ApplyPayload()
289 bool expect_success) { in ApplyPayloadToData()
303 bool expect_success) { in ApplyPayloadToData()
/aosp12/system/core/fastboot/
H A Dsocket_test.cpp238 bool expect_success = true; in TEST() local
/aosp12/art/libdexfile/dex/
H A Ddex_file_loader_test.cc249 bool expect_success, in OpenDexFileInMemoryBase64()
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc112 bool expect_success = true,
133 bool expect_success, in GenerateOdexForTest()
640 bool expect_success = true) {
859 void RunTest(bool expect_success, const std::vector<std::string>& extra_args = {}) { in RunTest()
/aosp12/system/apex/apexd/
H A Dapexservice_test.cpp1648 const char* test_message, bool expect_success = true) { in RunPrePost()