/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/elfutils/ |
D | .gitignore | 75 /tests/*.log 76 /tests/*.trs 77 /tests/addrcfi 78 /tests/addrscopes 79 /tests/aggregate_size 80 /tests/alldts 81 /tests/allfcts 82 /tests/allregs 83 /tests/arextract 84 /tests/arls [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 | 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 …]
|
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 …]
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context_embeddertest.cpp | 50 } tests[] = {{"123 + 456", 579}, in TEST_F() local 75 for (size_t i = 0; i < FX_ArraySize(tests); ++i) { in TEST_F() 76 EXPECT_TRUE(Execute(tests[i].program)); in TEST_F() 80 EXPECT_EQ(tests[i].result, value->ToInteger()) in TEST_F() 81 << "Program: " << tests[i].program; in TEST_F() 91 } tests[] = { in TEST_F() local 96 for (size_t i = 0; i < FX_ArraySize(tests); ++i) { in TEST_F() 97 EXPECT_TRUE(Execute(tests[i].program)); in TEST_F() 101 EXPECT_STREQ(tests[i].result, value->ToString().c_str()) in TEST_F() 102 << "Program: " << tests[i].program << " Result: '" << value->ToString() in TEST_F() [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/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 | 12 Misc.tests.cpp:<line number> 15 Misc.tests.cpp:<line number>: PASSED: 23 Decomposition.tests.cpp:<line number> 26 Decomposition.tests.cpp:<line number>: PASSED: 31 Decomposition.tests.cpp:<line number>: PASSED: 39 Compilation.tests.cpp:<line number> 42 Compilation.tests.cpp:<line number>: PASSED: 47 Compilation.tests.cpp:<line number>: PASSED: 55 Compilation.tests.cpp:<line number> 58 Compilation.tests.cpp:<line number>: PASSED: [all …]
|
D | console.std.approved.txt | 12 Message.tests.cpp:<line number> 15 Message.tests.cpp:<line number>: warning: 22 #1514: stderr/stdout is not captured in tests aborted by an exception 24 Tricky.tests.cpp:<line number> 27 Tricky.tests.cpp:<line number>: FAILED: 35 Exception.tests.cpp:<line number> 38 Exception.tests.cpp:<line number>: FAILED: 47 Exception.tests.cpp:<line number> 50 Exception.tests.cpp:<line number>: FAILED: 59 Misc.tests.cpp:<line number> [all …]
|
D | console.swa4.approved.txt | 12 Misc.tests.cpp:<line number> 15 Misc.tests.cpp:<line number>: PASSED: 23 Decomposition.tests.cpp:<line number> 26 Decomposition.tests.cpp:<line number>: PASSED: 31 Decomposition.tests.cpp:<line number>: PASSED: 39 Compilation.tests.cpp:<line number> 42 Compilation.tests.cpp:<line number>: PASSED: 47 Compilation.tests.cpp:<line number>: PASSED: 55 Compilation.tests.cpp:<line number> 58 Compilation.tests.cpp:<line number>: PASSED: [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 | 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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/ |
D | AllTests.java | 19 package org.apache.harmony.jpda.tests.share; 28 import org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase; 148 … suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnteredTest.class); 149 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnterTest.class); 150 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitedTest.class); 151 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitTest.class); 153 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.NestedTypesTest.class); 154 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.class); 155 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.VirtualMachine.ReleaseEventsTest.class); 157 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ThreadReference.StopTest.class); [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/harfbuzz_ng/test/subset/data/ |
D | Makefile.sources | 2 tests/basics.tests \ 3 tests/full-font.tests \ 4 tests/cff-full-font.tests \ 5 tests/japanese.tests \ 6 tests/cff-japanese.tests \ 7 tests/layout.tests \ 8 tests/layout.gpos.tests \ 9 tests/layout.gpos2.tests \ 10 tests/layout.gpos3.tests \ 11 tests/layout.gsub6.tests \ [all …]
|
/external/libdrm/ |
D | .gitignore | 80 tests/amdgpu/amdgpu_test 81 tests/auth 82 tests/dristat 83 tests/drmdevice 84 tests/drmsl 85 tests/drmstat 86 tests/etnaviv/etnaviv_2d_test 87 tests/etnaviv/etnaviv_bo_cache_test 88 tests/etnaviv/etnaviv_cmd_stream_test 89 tests/exynos/exynos_fimg2d_event [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/python/httplib2/tests/ |
D | test_https.py | 6 import tests 11 http = httplib2.Http(ca_certs=tests.CA_CERTS) 12 with tests.server_const_http(tls=True) as uri: 18 http = httplib2.Http(ca_certs=tests.CA_CERTS) 23 return tests.http_response_bytes(body=b"final") 24 return tests.http_response_bytes(status="301 goto", headers={"location": glocation[0]}) 26 with tests.server_request(handler, request_count=2, tls=True) as uri: 39 http = httplib2.Http(ca_certs=tests.CA_CERTS) 43 return tests.http_response_bytes(body=b"final") 44 return tests.http_response_bytes(status="301 goto", headers={"location": "/final"}) [all …]
|