Searched refs:ExpectedResult (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | CompilationCachingTests.cpp | 1077 enum class ExpectedResult { GENERAL_FAILURE, NOT_CRASH }; enum in aidl::android::hardware::neuralnetworks::vts::functional::CompilationCachingSecurityTest 1083 void testCorruptedCache(ExpectedResult expected, std::function<void(bool*)> modifier) { in testCorruptedCache() 1110 case ExpectedResult::GENERAL_FAILURE: in testCorruptedCache() 1114 case ExpectedResult::NOT_CRASH: in testCorruptedCache() 1130 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, in TEST_P() 1138 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, in TEST_P() 1146 testCorruptedCache(ExpectedResult::NOT_CRASH, in TEST_P() 1154 testCorruptedCache(ExpectedResult::NOT_CRASH, in TEST_P() 1161 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, [this](bool* skip) { in TEST_P()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | CompilationCachingTests.cpp | 1271 enum class ExpectedResult { GENERAL_FAILURE, NOT_CRASH }; enum in android::hardware::neuralnetworks::V1_2::vts::functional::CompilationCachingSecurityTest 1277 void testCorruptedCache(ExpectedResult expected, std::function<void(bool*)> modifier) { in testCorruptedCache() 1304 case ExpectedResult::GENERAL_FAILURE: in testCorruptedCache() 1308 case ExpectedResult::NOT_CRASH: in testCorruptedCache() 1324 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, in TEST_P() 1332 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, in TEST_P() 1340 testCorruptedCache(ExpectedResult::NOT_CRASH, in TEST_P() 1348 testCorruptedCache(ExpectedResult::NOT_CRASH, in TEST_P() 1355 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, [this](bool* skip) { in TEST_P()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | CompilationCachingTests.cpp | 1262 enum class ExpectedResult { GENERAL_FAILURE, NOT_CRASH }; enum in android::hardware::neuralnetworks::V1_3::vts::functional::CompilationCachingSecurityTest 1268 void testCorruptedCache(ExpectedResult expected, std::function<void(bool*)> modifier) { in testCorruptedCache() 1295 case ExpectedResult::GENERAL_FAILURE: in testCorruptedCache() 1299 case ExpectedResult::NOT_CRASH: in testCorruptedCache() 1315 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, in TEST_P() 1323 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, in TEST_P() 1331 testCorruptedCache(ExpectedResult::NOT_CRASH, in TEST_P() 1339 testCorruptedCache(ExpectedResult::NOT_CRASH, in TEST_P() 1346 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, [this](bool* skip) { in TEST_P()
|