Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/tests/
H A DDisplayedContentSampling_test.cpp39 bool shouldSkipTest() { in shouldSkipTest() function in android::DisplayedContentSamplingTest
63 if (shouldSkipTest()) return; in TEST_F()
75 if (shouldSkipTest()) return; in TEST_F()
83 if (shouldSkipTest()) return; in TEST_F()
95 if (shouldSkipTest()) return; in TEST_F()
109 if (shouldSkipTest()) return; in TEST_F()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGenerated.cpp66 bool shouldSkipTest();
403 bool GeneratedTests::shouldSkipTest() { in shouldSkipTest() function in android::nn::generated_tests::GeneratedTests
427 if (shouldSkipTest()) { in SetUp()
H A DSupportLibraryTestGenerated.cpp64 bool shouldSkipTest();
501 bool GeneratedTests::shouldSkipTest() { in shouldSkipTest() function in android::nn::generated_tests::GeneratedTests
525 if (shouldSkipTest()) { in SetUp()
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A DTestRandomGraph.cpp195 bool shouldSkipTest(int64_t featureLevel) { in shouldSkipTest() function in android::nn::fuzzing_test::RandomGraphTest
304 if (shouldSkipTest(featureLevel)) return; in computeAndVerifyResultsForDevice()
391 if (!shouldSkipTest(mStandardDevicesFeatureLevel)) { in testRandomGraph()