Searched refs:checkView (Results 1 – 5 of 5) sorted by relevance
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/android/ |
D | AccessibilityUtilTest.java | 75 AccessibilityUtil.checkView(unlabeledView); in checkUnlabeledView_shouldThrow() 80 AccessibilityUtil.checkView(labeledView); in checkOKView_shouldNotThrow() 86 AccessibilityUtil.checkView(labeledView); in default_viewWithSiblingIssue_shouldNotThrow() 93 AccessibilityUtil.checkView(labeledView); in whenCheckingFromRoot_viewWithSiblingIssue_shouldThrow() 109 AccessibilityUtil.checkView(textViewWithClickableSpan); in framework2pt0Error_byDefault_shouldThrow() 115 AccessibilityUtil.checkView(textViewWithClickableSpan); in framework2pt0Error_whenCheckingForRL3pt0_shouldNotThrow() 121 AccessibilityUtil.checkView(textViewWithClickableSpan); in framework2pt0Error_annotationForRL3pt0_shouldNotThrow() 128 AccessibilityUtil.checkView(textViewWithClickableSpan); in framework2pt0Error_codeForcesRL3pt1_shouldThrow() 134 AccessibilityUtil.checkView(unlabeledView); in whenSuppressingResults_shouldNotThrow() 140 AccessibilityUtil.checkView(unlabeledView); in whenOnlyPrintingResults_shouldNotThrow() [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/ |
D | AccessibilityUtil.java | 65 return checkView(view); in checkViewIfCheckingEnabled() 75 public static List<AccessibilityViewCheckResult> checkView(View view) { in checkView() method in AccessibilityUtil 76 return checkView(view, getAnnotation()); in checkView() 175 private static List<AccessibilityViewCheckResult> checkView(View view, in checkView() method in AccessibilityUtil
|
/external/skia/tests/ |
D | GrThreadSafeCacheTest.cpp | 207 bool checkView(SkCanvas* canvas, int wh, in checkView() function in TestHelper 755 test_1(ctxInfo.directContext(), reporter, &TestHelper::addViewAccess, &TestHelper::checkView); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 793 test_2(ctxInfo.directContext(), reporter, &TestHelper::addViewAccess, &TestHelper::checkView); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 825 test_3(ctxInfo.directContext(), reporter, &TestHelper::addViewAccess, &TestHelper::checkView); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 859 test_4(ctxInfo.directContext(), reporter, &TestHelper::addViewAccess, &TestHelper::checkView); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 899 &TestHelper::addViewAccess, &TestHelper::checkView); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 939 &TestHelper::addViewAccess, &TestHelper::checkView); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 977 test_5(ctxInfo.directContext(), reporter, &TestHelper::addViewAccess, &TestHelper::checkView); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1020 test_6(ctxInfo.directContext(), reporter, &TestHelper::addViewAccess, &TestHelper::checkView); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1064 test_7(ctxInfo.directContext(), reporter, &TestHelper::addViewAccess, &TestHelper::checkView); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessQueriesTests.cpp | 1518 is_ok &= checkView(); in iterate() 1962 bool FunctionalTest::checkView() in checkView() function in gl4cts::DirectStateAccess::Queries::FunctionalTest
|
D | gl4cDirectStateAccessTests.hpp | 1065 bool checkView();
|