Searched refs:ExpectedResult (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | CompilationCachingTests.cpp | 1259 enum class ExpectedResult { GENERAL_FAILURE, NOT_CRASH }; enum in android::hardware::neuralnetworks::V1_3::vts::functional::CompilationCachingSecurityTest 1265 void testCorruptedCache(ExpectedResult expected, std::function<void(bool*)> modifier) { in testCorruptedCache() 1292 case ExpectedResult::GENERAL_FAILURE: in testCorruptedCache() 1296 case ExpectedResult::NOT_CRASH: in testCorruptedCache() 1312 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, in TEST_P() 1320 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, in TEST_P() 1328 testCorruptedCache(ExpectedResult::NOT_CRASH, in TEST_P() 1336 testCorruptedCache(ExpectedResult::NOT_CRASH, in TEST_P() 1343 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, [this](bool* skip) { in TEST_P()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | CompilationCachingTests.cpp | 1268 enum class ExpectedResult { GENERAL_FAILURE, NOT_CRASH }; enum in android::hardware::neuralnetworks::V1_2::vts::functional::CompilationCachingSecurityTest 1274 void testCorruptedCache(ExpectedResult expected, std::function<void(bool*)> modifier) { in testCorruptedCache() 1301 case ExpectedResult::GENERAL_FAILURE: in testCorruptedCache() 1305 case ExpectedResult::NOT_CRASH: in testCorruptedCache() 1321 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, in TEST_P() 1329 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, in TEST_P() 1337 testCorruptedCache(ExpectedResult::NOT_CRASH, in TEST_P() 1345 testCorruptedCache(ExpectedResult::NOT_CRASH, in TEST_P() 1352 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, [this](bool* skip) { in TEST_P()
|