Home
last modified time | relevance | path

Searched refs:TEST_ALL (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvsrc_mptestsrc.c49 TEST_ALL, enumerator
70 { "test", "set test to perform", OFFSET(test), AV_OPT_TYPE_INT, {.i64=TEST_ALL}, 0, INT_MAX, FLAGS, "test" },
71 { "t", "set test to perform", OFFSET(test), AV_OPT_TYPE_INT, {.i64=TEST_ALL}, 0, INT_MAX, FLAGS, "test" },
82 { "all", "", 0, AV_OPT_TYPE_CONST, {.i64=TEST_ALL}, INT_MIN, INT_MAX, FLAGS, "test" },
320 if (tt == TEST_ALL && mod) /* draw a black frame at the beginning of each test */ in request_frame()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp247 TEST_ALL = 1u << 5, enumerator
609 , m_depthClearTestEnabled (flags & TEST_DEPTH_CLEAR || flags & TEST_ALL) in OcclusionQueryTest()
610 , m_stencilClearTestEnabled (flags & TEST_STENCIL_CLEAR || flags & TEST_ALL) in OcclusionQueryTest()
611 , m_depthWriteTestEnabled (flags & TEST_DEPTH_WRITE || flags & TEST_ALL) in OcclusionQueryTest()
612 , m_stencilWriteTestEnabled (flags & TEST_STENCIL_WRITE || flags & TEST_ALL) in OcclusionQueryTest()
722 { "_test_scissors_test_all", TEST_SCISSOR | TEST_ALL }, in createOcclusionQueryTests()
738 { "_test_test_all", TEST_ALL } in createOcclusionQueryTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp247 TEST_ALL = 1u << 5, enumerator
609 , m_depthClearTestEnabled (flags & TEST_DEPTH_CLEAR || flags & TEST_ALL) in OcclusionQueryTest()
610 , m_stencilClearTestEnabled (flags & TEST_STENCIL_CLEAR || flags & TEST_ALL) in OcclusionQueryTest()
611 , m_depthWriteTestEnabled (flags & TEST_DEPTH_WRITE || flags & TEST_ALL) in OcclusionQueryTest()
612 , m_stencilWriteTestEnabled (flags & TEST_STENCIL_WRITE || flags & TEST_ALL) in OcclusionQueryTest()
722 { "_test_scissors_test_all", TEST_SCISSOR | TEST_ALL }, in createOcclusionQueryTests()
738 { "_test_test_all", TEST_ALL } in createOcclusionQueryTests()
/third_party/toybox/scripts/
H A Dtest.sh58 [ -z "$TEST_ALL" ] && [ ! -x "$i" ] && continue
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeZoneFormatTest.java93 boolean TEST_ALL = getBooleanProperty("TimeZoneRoundTripAll", false); in TestTimeZoneRoundTrip()
128 if (TEST_ALL || TestFmwk.getExhaustiveness() > 5) { in TestTimeZoneRoundTrip()
311 boolean TEST_ALL = getBooleanProperty("TimeZoneRoundTripAll", false); in TestTimeRoundTrip()
315 if (TEST_ALL || TestFmwk.getExhaustiveness() > 5) { in TestTimeRoundTrip()
350 if (TEST_ALL) { in TestTimeRoundTrip()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTimeZoneFormatTest.java96 boolean TEST_ALL = getBooleanProperty("TimeZoneRoundTripAll", false); in TestTimeZoneRoundTrip()
131 if (TEST_ALL || TestFmwk.getExhaustiveness() > 5) { in TestTimeZoneRoundTrip()
314 boolean TEST_ALL = getBooleanProperty("TimeZoneRoundTripAll", false); in TestTimeRoundTrip()
318 if (TEST_ALL || TestFmwk.getExhaustiveness() > 5) { in TestTimeRoundTrip()
353 if (TEST_ALL) { in TestTimeRoundTrip()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DRoundTripTest.java178 boolean TEST_ALL = getBooleanProperty("HangulRoundTripAll", false); in TestHangul()
179 if (TEST_ALL && TestFmwk.getExhaustiveness() == 10) { in TestHangul()
180 t.setPairLimit(Integer.MAX_VALUE); // only go to the limit if we have TEST_ALL and getInclusion in TestHangul()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRoundTripTest.java163 boolean TEST_ALL = getBooleanProperty("HangulRoundTripAll", false); in TestHangul()
164 if (TEST_ALL && TestFmwk.getExhaustiveness() == 10) { in TestHangul()
165 t.setPairLimit(Integer.MAX_VALUE); // only go to the limit if we have TEST_ALL and getInclusion in TestHangul()
/third_party/python/Lib/test/
H A Dtest_decimal.py342 if not TEST_ALL and random.random() < 0.90:
5839 global TEST_ALL, DEBUG
5840 TEST_ALL = arith if arith is not None else is_resource_enabled('decimal')

Completed in 20 milliseconds