| /third_party/skia/tests/ |
| H A D | RectTest.cpp | 13 #include "tests/Test.h" 181 Expectation tests[] = { in DEF_TEST() local 224 for (const Expectation& e : tests) { in DEF_TEST() 230 // Generate equivalent tests for the SkRect case by moving the input rects by 0.5px in DEF_TEST()
|
| H A D | PathOpsTigerTest.cpp | 7 #include "tests/PathOpsDebug.h" 8 #include "tests/PathOpsExtendedTest.h" 9 #include "tests/PathOpsThreadedCommon.h" 254 for (int tests = 0; tests < testCount; ++tests) { in tiger_threaded() 329 static TestDesc tests[] = { variable 338 static const size_t testCount = SK_ARRAY_COUNT(tests); 342 RunTestSet(reporter, tests, testCount, firstTest, skipTest, stopTest, runReverse); in DEF_TEST()
|
| /third_party/skia/gm/ |
| H A D | hsl.cpp | 170 } tests[] = { in DEF_SIMPLE_GM() local 178 for (auto test : tests) { in DEF_SIMPLE_GM()
|
| /third_party/skia/modules/sksg/tests/ |
| H A D | SGTest.cpp | 23 #include "tests/Test.h" 65 const std::vector<HitTest>& tests) { in check_hittest() 66 for (const auto& tst : tests) { in check_hittest() 64 check_hittest(skiatest::Reporter* reporter, const sk_sp<sksg::RenderNode>& root, const std::vector<HitTest>& tests) check_hittest() argument
|
| /third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/ |
| H A D | to_toml.py | 276 # Process the tests. 278 for key, tests in data.items(): 280 for test in tests:
|
| /third_party/libinput/test/ |
| H A D | litest.c | 257 struct list tests; member 282 /* Note: in some tests we create multiple devices for the same path. in grab_device() 372 list_insert(&suite->tests, &t->node); in litest_add_tcase_for_device() 398 list_insert(&suite->tests, &t->node); in litest_add_tcase_no_device() 425 list_insert(&suite->tests, &t->node); in litest_add_tcase_deviceless() 441 list_init(&s->tests); in get_suite() 898 litest_free_test_list(struct list *tests) in litest_free_test_list() argument 902 list_for_each_safe(s, tests, node) { in litest_free_test_list() 905 list_for_each_safe(t, &s->tests, node) { in litest_free_test_list() 961 dprintf(fd, "<testsuites id=\"%s\" tests in litest_export_xml() 994 litest_run_suite(struct list *tests, int which, int max, int error_fd) litest_run_suite() argument 1132 litest_fork_subtests(struct list *tests, int max_forks) litest_fork_subtests() argument 4772 litest_list_tests(struct list *tests) litest_list_tests() argument [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_codecs.py | 763 tests = [ 772 for raw, expected in tests: 807 tests = [ 816 for raw, expected in tests: 990 tests = [ 1013 for raw, expected in tests: 1035 tests = [ 1050 for raw, expected in tests: 2592 tests = [ 2602 for data, output in tests [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | LocaleMatcherTest.java | 269 // Add tests for better code coverage in TestLocaleMatcherCoverage() 915 List<TestCase> tests = new ArrayList<>(); in readTestCases() 975 uniqueTests.put(inputs, tests.size()); in readTestCases() 978 + " is a duplicate of line " + tests.get(prevIndex).lineNr); in readTestCases() 980 tests.add(test.clone()); in readTestCases() 988 System.out.println("Number of duplicate locale matcher test cases: " + (tests.size() - uniqueTests.size())); in readTestCases() 989 return tests; in readTestCases()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | DateTimeGeneratorTest.java | 63 String[][] tests = { in TestC() 85 for (String[] test : tests) { in TestC() 190 String[][] tests = { in TestSimple() 212 for (int i = 0; i < tests.length; ++i) { in TestSimple() 213 final String testSkeleton = tests[i][0]; in TestSimple() 217 assertEquals("Testing skeleton '" + testSkeleton + "' with " + sampleDate, tests[i][1], formattedDate); in TestSimple() 645 // skip the country locales unless we are doing exhaustive tests in TestReplacingZoneString() 1582 * Coverage for methods otherwise not covered by other tests.
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| H A D | LocaleMatcherTest.java | 290 // Add tests for better code coverage in TestLocaleMatcherCoverage() 957 List<TestCase> tests = new ArrayList<>(); in readTestCases() 1017 uniqueTests.put(inputs, tests.size()); in readTestCases() 1020 + " is a duplicate of line " + tests.get(prevIndex).lineNr); in readTestCases() 1022 tests.add(test.clone()); in readTestCases() 1030 System.out.println("Number of duplicate locale matcher test cases: " + (tests.size() - uniqueTests.size())); in readTestCases() 1031 return tests; in readTestCases()
|
| H A D | ULocaleTest.java | 800 final String[][] tests = new String[][]{ in TestObsoleteNames() 842 for(int i=0;i<tests.length;i++){ in TestObsoleteNames() 843 String locale = tests[i][0]; in TestObsoleteNames() 849 if(buff.compareTo(tests[i][1])!=0){ in TestObsoleteNames() 851 buff+",\t expected "+tests[i][1]); in TestObsoleteNames() 857 if(buff1.compareTo(tests[i][1])!=0){ in TestObsoleteNames() 859 buff+",\t expected "+tests[i][1]); in TestObsoleteNames() 865 if(buff.compareTo(tests[i][2])!=0){ in TestObsoleteNames() 867 buff+",\t expected "+tests[i][2]); in TestObsoleteNames() 873 if(buff.compareTo(tests[ in TestObsoleteNames() [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fDrawElementsBaseVertexTests.cpp | 21 * \brief GL_EXT_draw_elements_base_vertex tests. 506 const IndexTest tests[] = in init() local 519 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(tests); ++testNdx) in init() 521 const IndexTest& indexTest = tests[testNdx]; in init() 571 const IndexTest tests[] = in init() local 587 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(tests); ++testNdx) in init() 589 const IndexTest& indexTest = tests[testNdx]; in init() 899 // Index-tests in init() 900 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init() 901 this->addChild(new BaseVertexGroup(m_context, "base_vertex", "Base vertex tests", m_metho in init() [all...] |
| /base/request/request/services/src/manage/config/ |
| H A D | cert_manager.rs | 121 use crate::tests::test_init;
|
| /base/startup/appspawn/test/unittest/ |
| H A D | gencoverage.sh | 90 hdc file send ${ohos_root}/out/${product_name}/tests/unittest/appspawn/appspawn_l2/AppSpawn_ut ${ut_target_path}/
|
| /base/startup/init/test/unittest/tools/ |
| H A D | prepare_testdata.sh | 79 hdc file send ${ohos_root}/out/${product_name}/tests/unittest/startup/init/init_unittest /data/init_ut/init_unittest
|
| /foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/ |
| H A D | case08_once003.py | 29 self.tests = [
|
| H A D | case07_once002.py | 29 self.tests = [
|
| /third_party/elfutils/tests/ |
| H A D | run-compress-test.sh | 76 testrun ${abs_top_builddir}/tests/elfstrmerge -o ${mergedfile} ${testfile}
|
| H A D | test-subr.sh | 96 echo >&2 installcheck not possible with --enable-tests-rpath
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | api.mak | 22 fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test$(EXESUF) $(TARGET_PATH)/tests/data/lavf/lavf.flv 0 720
|
| H A D | lavf-audio.mak | 27 $(FATE_LAVF_AUDIO): REF = $(SRC_PATH)/tests/ref/lavf/$(@:fate-lavf-%=%)
|
| H A D | lavf-video.mak | 19 $(FATE_LAVF_VIDEO): REF = $(SRC_PATH)/tests/ref/lavf/$(@:fate-lavf-%=%)
|
| /third_party/ltp/testcases/kernel/fs/fs_readonly/ |
| H A D | test_robind.sh | 20 # Readme_ROBind has more details on the tests running for ROBIND. 23 # FUNCTIONALITY: File system tests for normal mount, bind mount and RO mount 25 # DESCRIPTION: Performs filesystems tests for RO mount. 32 # It verifies the tests on a) and b) works correctly. 33 # For the c) option it checks that the tests are not able to write 60 executing the filesystem tests. 112 tst_brkm TCONF "tests need a big block device(>=500MB)" 135 # the core function where it runs the tests 136 # $1 - directory where to run tests 195 # Executes the tests fo [all...] |
| /third_party/node/test/parallel/ |
| H A D | test-tls-client-verify.js | 142 console.log(`successful tests: ${successfulTests}`);
|
| /third_party/icu/icu4c/source/tools/genren/ |
| H A D | Makefile | 65 ( cd $(ICUDIR) ; CPPFLAGS="-DU_DISABLE_RENAMING=1 -DUCONFIG_ENABLE_PLUGINS" $(GENREN_CONFIGURE_ENV) $(top_srcdir)/../configure --with-data-packaging=archive --enable-tests=no --prefix=`pwd` $(GENREN_CONFIGURE_OPTS) )
|