Home
last modified time | relevance | path

Searched refs:shouldSkipTest (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestGenerated.cpp69 bool shouldSkipTest();
441 bool GeneratedTests::shouldSkipTest() { in shouldSkipTest() function in android::nn::generated_tests::GeneratedTests
472 if (shouldSkipTest()) { in SetUp()
DSupportLibraryTestGenerated.cpp74 bool shouldSkipTest();
518 bool GeneratedTests::shouldSkipTest() { in shouldSkipTest() function in android::nn::generated_tests::GeneratedTests
547 if (shouldSkipTest()) { in SetUp()
/packages/modules/StatsD/statsd/tests/
DMetricsManager_test.cpp262 if (shouldSkipTest()) { in SetUp()
267 bool shouldSkipTest() const { in shouldSkipTest() function in android::os::statsd::MetricsManagerTest_SPlus
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp199 bool shouldSkipTest(int64_t featureLevel) { in shouldSkipTest() function in android::nn::fuzzing_test::RandomGraphTest
308 if (shouldSkipTest(featureLevel)) return; in computeAndVerifyResultsForDevice()
395 if (!shouldSkipTest(mStandardDevicesFeatureLevel)) { in testRandomGraph()