/external/harfbuzz_ng/test/shaping/data/aots/ |
D | Makefile.sources | 2 tests/classdef1_empty.tests \ 3 tests/classdef1_multiple.tests \ 4 tests/classdef1_single.tests \ 5 tests/classdef1.tests \ 6 tests/classdef2_empty.tests \ 7 tests/classdef2_multiple.tests \ 8 tests/classdef2_single.tests \ 9 tests/classdef2.tests \ 10 tests/gpos_chaining1_boundary.tests \ 11 tests/gpos_chaining1_lookupflag.tests \ [all …]
|
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/ |
D | Makefile.sources | 2 tests/AVAR-1.tests \ 3 tests/CFF-1.tests \ 4 tests/CFF2-1.tests \ 5 tests/CFF-2.tests \ 6 tests/CMAP-1.tests \ 7 tests/CMAP-2.tests \ 8 tests/CVAR-1.tests \ 9 tests/CVAR-2.tests \ 10 tests/GLYF-1.tests \ 11 tests/GPOS-1.tests \ [all …]
|
/external/harfbuzz_ng/test/shaping/data/in-house/ |
D | Makefile.sources | 2 tests/aat-trak.tests \ 3 tests/aat-morx.tests \ 4 tests/arabic-fallback-shaping.tests \ 5 tests/arabic-feature-order.tests \ 6 tests/arabic-like-joining.tests \ 7 tests/arabic-mark-attach.tests \ 8 tests/arabic-mark-order.tests \ 9 tests/arabic-stch.tests \ 10 tests/automatic-fractions.tests \ 11 tests/cluster.tests \ [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/ |
D | MANIFEST | 58 tests 59 tests/main/atgroup_00.css 60 tests/main/atgroup_01.css 61 tests/main/atgroup_02.css 62 tests/main/atgroup_03.css 63 tests/main/atgroup_04.css 64 tests/main/atgroup_05.css 65 tests/main/atgroup_06.css 66 tests/main/atgroup_07.css 67 tests/main/atgroup_08.css [all …]
|
/external/elfutils/ |
D | .gitignore | 74 /tests/*.log 75 /tests/*.trs 76 /tests/addrcfi 77 /tests/addrscopes 78 /tests/aggregate_size 79 /tests/alldts 80 /tests/allfcts 81 /tests/allregs 82 /tests/arextract 83 /tests/arls [all …]
|
/external/shflags/test_results/1.0.1/ |
D | Linux-Ubuntu_Hardy-8.04.txt | 7 tests=" shflags_test_defines.sh shflags_test_parsing.sh shflags_test_private.sh shflags_test_public… 22 # Performing tests 34 tests passed: 65 100% 35 tests failed: 0 0% 36 tests skipped: 0 0% 37 tests total: 65 100% 41 # Performing tests 58 tests passed: 179 100% 59 tests failed: 0 0% 60 tests skipped: 0 0% [all …]
|
D | Linux-Ubuntu_Dapper-6.06.txt | 7 tests=" shflags_test_defines.sh shflags_test_parsing.sh shflags_test_private.sh shflags_test_public… 22 # Performing tests 34 tests passed: 65 100% 35 tests failed: 0 0% 36 tests skipped: 0 0% 37 tests total: 65 100% 41 # Performing tests 58 tests passed: 179 100% 59 tests failed: 0 0% 60 tests skipped: 0 0% [all …]
|
D | Solaris-nv-77-x86.txt | 7 tests=" shflags_test_defines.sh shflags_test_parsing.sh shflags_test_private.sh shflags_test_public… 22 # Performing tests 34 tests passed: 65 100% 35 tests failed: 0 0% 36 tests skipped: 0 0% 37 tests total: 65 100% 40 test:WARN Standard version of getopt found. Some tests will be skipped. 42 # Performing tests 62 tests passed: 89 50% 63 tests failed: 2 1% [all …]
|
D | Mac_OS_X-10.5.4.txt | 7 tests=" shflags_test_defines.sh shflags_test_parsing.sh shflags_test_private.sh shflags_test_public… 22 # Performing tests 34 tests passed: 65 100% 35 tests failed: 0 0% 36 tests skipped: 0 0% 37 tests total: 65 100% 40 test:WARN Standard version of getopt found. Some tests will be skipped. 42 # Performing tests 62 tests passed: 89 50% 63 tests failed: 2 1% [all …]
|
D | Solaris-9-U6-x86.txt | 7 tests=" shflags_test_defines.sh shflags_test_parsing.sh shflags_test_private.sh shflags_test_public… 22 # Performing tests 34 tests passed: 65 100% 35 tests failed: 0 0% 36 tests skipped: 0 0% 37 tests total: 65 100% 40 test:WARN Standard version of getopt found. Some tests will be skipped. 42 # Performing tests 62 tests passed: 89 50% 63 tests failed: 2 1% [all …]
|
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context_embeddertest.cpp | 38 } tests[] = {{"123 + 456", 579}, in TEST_F() local 63 for (size_t i = 0; i < FX_ArraySize(tests); ++i) { in TEST_F() 64 EXPECT_TRUE(Execute(tests[i].program)); in TEST_F() 68 EXPECT_EQ(tests[i].result, value->ToInteger()) in TEST_F() 69 << "Program: " << tests[i].program; in TEST_F() 79 } tests[] = { in TEST_F() local 84 for (size_t i = 0; i < FX_ArraySize(tests); ++i) { in TEST_F() 85 EXPECT_TRUE(Execute(tests[i].program)); in TEST_F() 89 EXPECT_STREQ(tests[i].result, value->ToString().c_str()) in TEST_F() 90 << "Program: " << tests[i].program << " Result: '" in TEST_F() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/ |
D | AllTests.java | 19 package org.apache.harmony.jpda.tests.share; 68 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ArrayReference.GetValuesTest.class); in suite() 69 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ArrayReference.LengthTest.class); in suite() 70 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ArrayReference.SetValues002Test.class); in suite() 71 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ArrayReference.SetValues003Test.class); in suite() 72 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ArrayReference.SetValuesTest.class); in suite() 73 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ArrayType.NewInstanceTest.class); in suite() 74 …suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassLoaderReference.VisibleClassesTest.clas… in suite() 75 …suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassObjectReference.ReflectedType002Test.cl… in suite() 76 …suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ClassObjectReference.ReflectedTypeTest.class… in suite() [all …]
|
/external/catch2/projects/SelfTest/Baselines/ |
D | compact.sw.approved.txt | 1 Misc.tests.cpp:<line number>: passed: with 1 message: 'yay' 2 Decomposition.tests.cpp:<line number>: passed: fptr == 0 for: 0 == 0 3 Decomposition.tests.cpp:<line number>: passed: fptr == 0l for: 0 == 0 4 Compilation.tests.cpp:<line number>: passed: y.v == 0 for: 0 == 0 5 Compilation.tests.cpp:<line number>: passed: 0 == y.v for: 0 == 0 6 Compilation.tests.cpp:<line number>: passed: t1 == t2 for: {?} == {?} 7 Compilation.tests.cpp:<line number>: passed: t1 != t2 for: {?} != {?} 8 Compilation.tests.cpp:<line number>: passed: t1 < t2 for: {?} < {?} 9 Compilation.tests.cpp:<line number>: passed: t1 > t2 for: {?} > {?} 10 Compilation.tests.cpp:<line number>: passed: t1 <= t2 for: {?} <= {?} [all …]
|
D | console.sw.approved.txt | 11 Misc.tests.cpp:<line number> 14 Misc.tests.cpp:<line number>: PASSED: 22 Decomposition.tests.cpp:<line number> 25 Decomposition.tests.cpp:<line number>: PASSED: 30 Decomposition.tests.cpp:<line number>: PASSED: 38 Compilation.tests.cpp:<line number> 41 Compilation.tests.cpp:<line number>: PASSED: 46 Compilation.tests.cpp:<line number>: PASSED: 54 Compilation.tests.cpp:<line number> 57 Compilation.tests.cpp:<line number>: PASSED: [all …]
|
D | console.std.approved.txt | 11 #1514: stderr/stdout is not captured in tests aborted by an exception 13 Tricky.tests.cpp:<line number> 16 Tricky.tests.cpp:<line number>: FAILED: 24 Exception.tests.cpp:<line number> 27 Exception.tests.cpp:<line number>: FAILED: 36 Exception.tests.cpp:<line number> 39 Exception.tests.cpp:<line number>: FAILED: 48 Misc.tests.cpp:<line number> 51 Misc.tests.cpp:<line number>: FAILED: 59 Condition.tests.cpp:<line number> [all …]
|
D | console.swa4.approved.txt | 11 Misc.tests.cpp:<line number> 14 Misc.tests.cpp:<line number>: PASSED: 22 Decomposition.tests.cpp:<line number> 25 Decomposition.tests.cpp:<line number>: PASSED: 30 Decomposition.tests.cpp:<line number>: PASSED: 38 Compilation.tests.cpp:<line number> 41 Compilation.tests.cpp:<line number>: PASSED: 46 Compilation.tests.cpp:<line number>: PASSED: 54 Compilation.tests.cpp:<line number> 57 Compilation.tests.cpp:<line number>: PASSED: [all …]
|
/external/googletest/googletest/test/ |
D | gtest-unittest-api_test.cc | 86 TestInfo const** const tests = in GetSortedTests() local 90 tests[i] = test_suite->GetTestInfo(i); in GetSortedTests() 92 std::sort(tests, tests + test_suite->total_test_count(), in GetSortedTests() 94 return tests; in GetSortedTests() 157 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_suite); in TEST() local 159 EXPECT_STREQ("DISABLED_Dummy1", tests[0]->name()); in TEST() 160 EXPECT_STREQ("ApiTest", tests[0]->test_suite_name()); in TEST() 161 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST() 162 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST() 163 EXPECT_FALSE(tests[0]->should_run()); in TEST() [all …]
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-unittest-api_test.cc | 87 TestInfo const** const tests = in GetSortedTests() local 91 tests[i] = test_case->GetTestInfo(i); in GetSortedTests() 93 std::sort(tests, tests + test_case->total_test_count(), in GetSortedTests() 95 return tests; in GetSortedTests() 158 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case); in TEST() local 160 EXPECT_STREQ("DISABLED_Dummy1", tests[0]->name()); in TEST() 161 EXPECT_STREQ("ApiTest", tests[0]->test_case_name()); in TEST() 162 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST() 163 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST() 164 EXPECT_FALSE(tests[0]->should_run()); in TEST() [all …]
|
/external/libunwind/ |
D | .gitignore | 33 tests/[GL]test-bt 34 tests/[GL]test-concurrent 35 tests/[GL]test-dyn1 36 tests/[GL]test-exc 37 tests/[GL]test-init 38 tests/[GL]test-resume-sig 39 tests/[GL]test-resume-sig-rt 40 tests/[GL]perf-simple 41 tests/Ltest-nomalloc 42 tests/Ltest-nocalloc [all …]
|
/external/apache-harmony/jdwp/ |
D | jarjar-rules.txt | 1 rule org.apache.harmony.jpda.tests.jdwp.A*.* org.apache.harmony.jpda.tests.jdwp.A@1_@2 2 rule org.apache.harmony.jpda.tests.jdwp.B*.* org.apache.harmony.jpda.tests.jdwp.B@1_@2 3 rule org.apache.harmony.jpda.tests.jdwp.C*.* org.apache.harmony.jpda.tests.jdwp.C@1_@2 4 rule org.apache.harmony.jpda.tests.jdwp.D*.* org.apache.harmony.jpda.tests.jdwp.D@1_@2 5 rule org.apache.harmony.jpda.tests.jdwp.E*.* org.apache.harmony.jpda.tests.jdwp.E@1_@2 6 rule org.apache.harmony.jpda.tests.jdwp.F*.* org.apache.harmony.jpda.tests.jdwp.F@1_@2 7 rule org.apache.harmony.jpda.tests.jdwp.G*.* org.apache.harmony.jpda.tests.jdwp.G@1_@2 8 rule org.apache.harmony.jpda.tests.jdwp.H*.* org.apache.harmony.jpda.tests.jdwp.H@1_@2 9 rule org.apache.harmony.jpda.tests.jdwp.I*.* org.apache.harmony.jpda.tests.jdwp.I@1_@2 10 rule org.apache.harmony.jpda.tests.jdwp.J*.* org.apache.harmony.jpda.tests.jdwp.J@1_@2 [all …]
|
/external/ImageMagick/tests/ |
D | Makefile.am | 19 tests/validate \ 20 tests/drawtest \ 21 tests/wandtest 23 tests_validate_SOURCES = tests/validate.c tests/validate.h 28 tests_drawtest_SOURCES = tests/drawtest.c 33 tests_wandtest_SOURCES = tests/wandtest.c 41 tests/cli-colorspace.tap \ 42 tests/cli-pipe.tap \ 43 tests/validate-colorspace.tap \ 44 tests/validate-compare.tap \ [all …]
|
/external/libdrm/ |
D | .gitignore | 78 tests/auth 79 tests/amdgpu/amdgpu_test 80 tests/dristat 81 tests/drmdevice 82 tests/drmsl 83 tests/drmstat 84 tests/getclient 85 tests/getstats 86 tests/getversion 87 tests/hash [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/ |
D | StringResourcesTest.java | 31 Map<String, String> tests = new HashMap<>(); in escape_shouldEscapeCodePoints() local 32 tests.put("\\u0031", "1"); in escape_shouldEscapeCodePoints() 33 tests.put("1\\u0032", "12"); in escape_shouldEscapeCodePoints() 34 tests.put("\\u00312", "12"); in escape_shouldEscapeCodePoints() 35 tests.put("1\\u00323", "123"); in escape_shouldEscapeCodePoints() 36 tests.put("\\u005A", "Z"); in escape_shouldEscapeCodePoints() 37 tests.put("\\u005a", "Z"); in escape_shouldEscapeCodePoints() 39 for (Map.Entry<String, String> t : tests.entrySet()) { in escape_shouldEscapeCodePoints() 59 Map<String, String> tests = new HashMap<>(); in escape_shouldRemoveUnescapedDoubleQuotes() local 60 tests.put("a\\\"b", "a\"b"); in escape_shouldRemoveUnescapedDoubleQuotes() [all …]
|
/external/skqp/ |
D | Android.bp | 127 "tests/", 1211 "tests/AAClipTest.cpp", 1212 "tests/AdvancedBlendTest.cpp", 1213 "tests/AndroidCodecTest.cpp", 1214 "tests/AnimatedImageTest.cpp", 1215 "tests/AnnotationTest.cpp", 1216 "tests/ApplyGammaTest.cpp", 1217 "tests/ArenaAllocTest.cpp", 1218 "tests/AsADashTest.cpp", 1219 "tests/BadIcoTest.cpp", [all …]
|
/external/vboot_reference/ |
D | Makefile | 239 RUNTEST = tests/test_using_qemu.sh 642 TESTLIB = ${BUILD}/tests/test.a 645 tests/test_common.c \ 646 tests/timer_utils.c \ 647 tests/crc32_test.c 655 tests/cgptlib_test \ 656 tests/rollback_index2_tests \ 657 tests/rollback_index3_tests \ 658 tests/rsa_padding_test \ 659 tests/rsa_utility_tests \ [all …]
|