/external/harfbuzz_ng/test/shaping/ |
D | Makefile.am | 29 run-tests.py \ 44 tests/arabic-fallback-shaping.tests \ 45 tests/arabic-feature-order.tests \ 46 tests/arabic-like-joining.tests \ 47 tests/arabic-mark-order.tests \ 48 tests/arabic-stch.tests \ 49 tests/automatic-fractions.tests \ 50 tests/cluster.tests \ 51 tests/color-fonts.tests \ 52 tests/context-matching.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/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/elfutils/ |
D | .gitignore | 78 /tests/*.log 79 /tests/*.trs 80 /tests/addrcfi 81 /tests/addrscopes 82 /tests/aggregate_size 83 /tests/alldts 84 /tests/allfcts 85 /tests/allregs 86 /tests/arextract 87 /tests/arls [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/annotation-tools/annotation-file-utilities/tests/system-test/ |
D | expected-annos-better-UNUSED.jaif | 1 package annotations.tests: 4 package annotations.tests: 7 package annotations.tests: 10 package annotations.tests: 13 package annotations.tests: 16 package annotations.tests: 19 package annotations.tests: 22 package annotations.tests: 25 package annotations.tests: 28 package annotations.tests: [all …]
|
D | expected-annos.jaif | 1 package annotations.tests: 4 package annotations.tests: 7 package annotations.tests: 10 package annotations.tests: 13 package annotations.tests: 16 package annotations.tests: 19 package annotations.tests: 22 package annotations.tests: 25 package annotations.tests: 28 package annotations.tests: [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/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/googletest/googletest/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/protobuf/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() 157 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case); in TEST() local 159 EXPECT_STREQ("DISABLED_Dummy1", tests[0]->name()); in TEST() 160 EXPECT_STREQ("ApiTest", tests[0]->test_case_name()); in TEST() 161 EXPECT_STREQ("", tests[0]->comment()); in TEST() 162 EXPECT_STREQ("", tests[0]->test_case_comment()); in TEST() 163 EXPECT_FALSE(tests[0]->should_run()); in TEST() [all …]
|
/external/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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/valgrind/memcheck/tests/ |
D | varinfo5.stderr.exp-ppc64 | 2 at 0x........: croak (memcheck/tests/varinfo5so.c:30) 3 by 0x........: varinfo1_main (memcheck/tests/varinfo5so.c:52) 4 by 0x........: varinfo5_main (memcheck/tests/varinfo5so.c:154) 5 by 0x........: main (memcheck/tests/varinfo5.c:5) 8 by 0x........: varinfo1_main (memcheck/tests/varinfo5so.c:50) 9 by 0x........: varinfo5_main (memcheck/tests/varinfo5so.c:154) 10 by 0x........: main (memcheck/tests/varinfo5.c:5) 13 at 0x........: croak (memcheck/tests/varinfo5so.c:30) 14 by 0x........: varinfo1_main (memcheck/tests/varinfo5so.c:55) 15 by 0x........: varinfo5_main (memcheck/tests/varinfo5so.c:154) [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/skqp/ |
D | Android.bp | 8 tags: ["tests", "optional"], 125 "tests/", 1152 "tests/AAClipTest.cpp", 1153 "tests/AndroidCodecTest.cpp", 1154 "tests/AnimatedImageTest.cpp", 1155 "tests/AnnotationTest.cpp", 1156 "tests/ApplyGammaTest.cpp", 1157 "tests/ArenaAllocTest.cpp", 1158 "tests/AsADashTest.cpp", 1159 "tests/BadIcoTest.cpp", [all …]
|
/external/annotation-tools/annotation-file-utilities/tests/source-extension/ |
D | FieldNewComplex.jaif | 6 package annotator.tests: 11 package annotator.tests: 16 package annotator.tests: 18 method m(Lannotator/tests/FieldNewComplex;Lannotator/tests/FieldNewComplex;Lannotator/tests/FieldNe… 22 package annotator.tests: 27 package annotator.tests: 32 package annotator.tests: 34 method m(Lannotator/tests/FieldNewComplex;Lannotator/tests/FieldNewComplex;Lannotator/tests/FieldNe… 37 package annotator.tests: 39 method m(Lannotator/tests/FieldNewComplex;Lannotator/tests/FieldNewComplex;Lannotator/tests/FieldNe… [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 …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/ |
D | StringResourcesTest.java | 24 Map<String, String> tests = new HashMap<>(); in escape_shouldEscapeCodePoints() local 25 tests.put("\\u0031", "1"); in escape_shouldEscapeCodePoints() 26 tests.put("1\\u0032", "12"); in escape_shouldEscapeCodePoints() 27 tests.put("\\u00312", "12"); in escape_shouldEscapeCodePoints() 28 tests.put("1\\u00323", "123"); in escape_shouldEscapeCodePoints() 29 tests.put("\\u005A", "Z"); in escape_shouldEscapeCodePoints() 30 tests.put("\\u005a", "Z"); in escape_shouldEscapeCodePoints() 32 for (Map.Entry<String, String> t : tests.entrySet()) { in escape_shouldEscapeCodePoints() 45 Map<String, String> tests = new HashMap<>(); in escape_shouldSupport() local 46 tests.put("\\\\", "\\"); in escape_shouldSupport() [all …]
|