Home
last modified time | relevance | path

Searched refs:tests (Results 701 - 725 of 1092) sorted by relevance

1...<<21222324252627282930>>...44

/third_party/skia/tests/
H A DRectTest.cpp13 #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 DPathOpsTigerTest.cpp7 #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 Dhsl.cpp170 } tests[] = { in DEF_SIMPLE_GM() local
178 for (auto test : tests) { in DEF_SIMPLE_GM()
/third_party/skia/modules/sksg/tests/
H A DSGTest.cpp23 #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 Dto_toml.py276 # Process the tests.
278 for key, tests in data.items():
280 for test in tests:
/third_party/libinput/test/
H A Dlitest.c257 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 Dtest_codecs.py763 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 DLocaleMatcherTest.java269 // 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 DDateTimeGeneratorTest.java63 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 DLocaleMatcherTest.java290 // 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 DULocaleTest.java800 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 Des31fDrawElementsBaseVertexTests.cpp21 * \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 Dcert_manager.rs121 use crate::tests::test_init;
/base/startup/appspawn/test/unittest/
H A Dgencoverage.sh90 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 Dprepare_testdata.sh79 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 Dcase08_once003.py29 self.tests = [
H A Dcase07_once002.py29 self.tests = [
/third_party/elfutils/tests/
H A Drun-compress-test.sh76 testrun ${abs_top_builddir}/tests/elfstrmerge -o ${mergedfile} ${testfile}
H A Dtest-subr.sh96 echo >&2 installcheck not possible with --enable-tests-rpath
/third_party/ffmpeg/tests/fate/
H A Dapi.mak22 fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test$(EXESUF) $(TARGET_PATH)/tests/data/lavf/lavf.flv 0 720
H A Dlavf-audio.mak27 $(FATE_LAVF_AUDIO): REF = $(SRC_PATH)/tests/ref/lavf/$(@:fate-lavf-%=%)
H A Dlavf-video.mak19 $(FATE_LAVF_VIDEO): REF = $(SRC_PATH)/tests/ref/lavf/$(@:fate-lavf-%=%)
/third_party/ltp/testcases/kernel/fs/fs_readonly/
H A Dtest_robind.sh20 # 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 Dtest-tls-client-verify.js142 console.log(`successful tests: ${successfulTests}`);
/third_party/icu/icu4c/source/tools/genren/
H A DMakefile65 ( 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) )

Completed in 25 milliseconds

1...<<21222324252627282930>>...44