/external/fonttools/Lib/fonttools.egg-info/ |
D | SOURCES.txt | 332 Tests/agl_test.py 333 Tests/merge_test.py 334 Tests/unicodedata_test.py 335 Tests/afmLib/afmLib_test.py 336 Tests/afmLib/data/TestAFM.afm 337 Tests/cffLib/cffLib_test.py 338 Tests/cffLib/specializer_test.py 339 Tests/cffLib/data/TestOTF.otf 340 Tests/designspaceLib/designspace_test.py 341 Tests/designspaceLib/data/test.designspace [all …]
|
/external/libxml2/xstc/ |
D | Makefile.am | 5 TESTDIR=Tests 31 $(TESTDIRS) Tests/Metadata/$(NISTTESTDEF_2) Tests/Metadata/$(MSTTESTDEF) Tests/Metadata/$(SUNTESTDE… 32 -@(if [ ! -d Tests ] ; then \ 33 mkdir Tests ; \ 56 …$(TAR) -C Tests -xzf $(TARBALL) --wildcards '*/suntest' '*/msxsdtest' '*/$(MSTESTDEF)' '*/$(SUNTES… 57 if [ -d Tests/suntest ] ; then rm -r Tests/suntest ; fi ; \ 58 if [ -d Tests/msxsdtest ] ; then rm -r Tests/msxsdtest ; fi ; \ 59 mv Tests/xmlschema2002-01-16/* Tests ; \ 60 mv Tests/*.testSet Tests/Metadata ; \ 61 rm -r Tests/xmlschema2002-01-16 ; \ [all …]
|
/external/antlr/runtime/Perl5/t/classes/Test/ANTLR/Runtime/ |
D | BitSet.pm | 9 sub constructor : Tests(3) { 18 sub constructor_bits : Tests(5) { 28 sub constructor_number : Tests(2) { 35 sub constructor_words64 : Tests(2) { 42 sub of : Tests(2) { 49 sub operator_to_string : Tests(1) { 55 sub add : Tests(1) { 63 sub remove : Tests(2) { 73 sub operator_or : Tests(1) {
|
/external/grpc-grpc/src/objective-c/tests/ |
D | run_tests.sh | 54 -workspace Tests.xcworkspace \ 84 -workspace Tests.xcworkspace \ 94 -workspace Tests.xcworkspace \ 104 -workspace Tests.xcworkspace \ 114 -workspace Tests.xcworkspace \ 124 -workspace Tests.xcworkspace \ 135 -workspace Tests.xcworkspace \ 146 -workspace Tests.xcworkspace \ 157 -workspace Tests.xcworkspace \
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | TestDriver.dpr | 22 Antlr.Runtime.Tools.Tests in 'Antlr.Runtime.Tools.Tests.pas', 23 Antlr.Runtime.Collections.Tests in 'Antlr.Runtime.Collections.Tests.pas', 24 Antlr.Runtime.Tree.Tests in 'Antlr.Runtime.Tree.Tests.pas', 25 Antlr.Runtime.Tests in 'Antlr.Runtime.Tests.pas';
|
/external/fonttools/ |
D | MANIFEST.in | 27 recursive-include Tests *.py *.ttx *.otx *.fea *.feax 28 recursive-include Tests *.ttc *.ttf *.dfont *.woff *.woff2 29 recursive-include Tests *.otf *.ttx.* 30 recursive-include Tests *.glif *.plist 31 recursive-include Tests *.txt README 32 recursive-include Tests *.lwfn *.pfa *.pfb 33 recursive-include Tests *.xml *.designspace *.bin 34 recursive-include Tests *.afm
|
/external/parameter-framework/upstream/test/functional-tests/ |
D | EnumParameter.cpp | 50 const auto &invalidEnumParameterParameters = Tests<string>{ 81 for (auto &vec : Tests<string>{ 88 for (auto &vec : Tests<string>{ 104 for (auto &vec : Tests<string>{{"(too high)", "7"}, {"(too low)", "-1"}}) { 109 for (auto &vec : Tests<string>{ 122 for (auto &vec : Tests<string>{{"(too high)", "0x7"}, {"(too low)", "0xFF"}}) { 127 for (auto &vec : Tests<string>{ 145 for (auto &vec : Tests<int32_t>{ 155 for (auto &vec : Tests<int32_t>{
|
D | Integer.cpp | 65 const auto &invalidIntegerParameters = Tests<string>{ 114 for (auto &vec : Tests<string>{ 121 for (auto &vec : Tests<string>{ 137 for (auto &vec : Tests<string>{ 144 for (auto &vec : Tests<string>{ 164 for (auto &vec : Tests<int32_t>{ 174 for (auto &vec : Tests<int32_t>{ 189 for (auto &vec : Tests<double>{ 198 for (auto &vec : Tests<double>{
|
D | Boolean.cpp | 65 for (auto &vec : Tests<string>{ 72 for (auto &vec : Tests<string>{ 90 for (auto &vec : Tests<bool>{ 108 for (auto &vec : Tests<uint32_t>{ 118 for (auto &vec : Tests<uint32_t>{ 131 for (auto &vec : Tests<string>{ 141 for (auto &vec : Tests<string>{ 151 for (auto &vec : Tests<string>{
|
D | BitParameter.cpp | 51 Tests<string>{{"Too much bits", "<BitParameterBlock Name='toomuchbits' Size='8'><BitParameter " 85 for (auto &vec : Tests<string>{ 92 for (auto &vec : Tests<string>{ 109 for (auto &vec : Tests<string>{ 116 for (auto &vec : Tests<string>{ 134 for (auto &vec : Tests<bool>{ 150 for (auto &vec : Tests<bool>{
|
D | FixedPoint.cpp | 50 Tests<string>{{"U8 Dec + Fractional > 7", 83 for (auto &vec : Tests<string>{ 92 for (auto &vec : Tests<string>{ 108 for (auto &vec : Tests<string>{ 120 for (auto &vec : Tests<string>{ 127 for (auto &vec : Tests<string>{
|
D | FloatingPoint.cpp | 54 Tests<string>{{"invalid Size(64)", "<FloatingPointParameter Name='error' Size='64'/>"}, 85 for (auto &vec : Tests<string>{ 94 for (auto &vec : Tests<string>{ 114 for (auto &vec : Tests<string>{ 130 for (auto &vec : Tests<string>{ 156 for (auto &vec : Tests<float>{ 168 for (auto &vec : Tests<float>{
|
D | Linear.cpp | 51 const auto &invalidLinearParameters = Tests<string>{ 89 for (auto &vec : Tests<string>{ 98 for (auto &vec : Tests<string>{ 121 for (auto &vec : Tests<double>{ 133 for (auto &vec : Tests<double>{
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cSyncTests.hpp | 45 class Tests : public deqp::TestCaseGroup class 49 Tests(deqp::Context& context); 55 Tests(const Tests& other); 56 Tests& operator=(const Tests& other);
|
D | gl4cIncompleteTextureAccessTests.hpp | 45 class Tests : public deqp::TestCaseGroup class 49 Tests(deqp::Context& context); 55 Tests(const Tests& other); 56 Tests& operator=(const Tests& other);
|
D | gl4cContextFlushControlTests.hpp | 67 class Tests : public deqp::TestCaseGroup class 71 Tests(deqp::Context& context); 77 Tests(const Tests& other); 78 Tests& operator=(const Tests& other);
|
D | gl4cConditionalRenderInvertedTests.hpp | 51 class Tests : public deqp::TestCaseGroup class 55 Tests(deqp::Context& context); 61 Tests(const Tests& other); 62 Tests& operator=(const Tests& other);
|
D | gl4cES31CompatibilityTests.hpp | 53 class Tests : public deqp::TestCaseGroup class 57 Tests(deqp::Context& context); 63 Tests(const Tests& other); 64 Tests& operator=(const Tests& other);
|
D | gl4cGetTextureSubImageTests.hpp | 53 class Tests : public deqp::TestCaseGroup class 56 Tests(deqp::Context& context); 57 ~Tests(void); 62 Tests(const Tests& other); 63 Tests& operator=(const Tests& other);
|
D | gl3cTextureSizePromotion.hpp | 43 class Tests : public deqp::TestCaseGroup class 47 Tests(deqp::Context& context); //!< Constructor. 48 virtual ~Tests() in ~Tests() 56 Tests(const Tests&); //!< Default copy constructor. 57 Tests& operator=(const Tests&); //!< Default assign constructor.
|
/external/chromium-libpac/test/js-unittest/ |
D | pac_library_unittest.js | 12 for (var test in Tests) { 16 Tests[test](t); 33 var Tests = {}; variable 35 Tests.testDnsDomainIs = function(t) { 42 Tests.testDnsDomainLevels = function(t) { 48 Tests.testIsInNet = function(t) { 61 Tests.testIsPlainHostName = function(t) { 66 Tests.testLocalHostOrDomainIs = function(t) { 72 Tests.testShExpMatch = function(t) { 79 Tests.testSortIpAddressList = function(t) { [all …]
|
/external/icu/icu4c/source/test/perf/DateFmtPerf/ |
D | ReadMe.txt | 17 DateFmt250: Tests date formatting with 250 dates 18 DateFmt10000: Tests date formatting with 10,000 dates 19 DateFmt100000: Tests date formatting with 100,000 dates 20 BreakItWord250: Tests word break iteration with 250 iterations. 21 BreakItWord10000: Tests word break iteration with 10000 iterations. 22 BreakItChar250: Tests character break iteration with 250 iterations. 23 BreakItChar10000: Tests character break iteration with 10000 iterations.
|
/external/boringssl/src/util/testresult/ |
D | testresult.go | 32 Tests map[string]Result `json:"tests"` member 41 Tests: make(map[string]Result), 46 if _, found := t.Tests[name]; found { 49 t.Tests[name] = Result{ 69 for _, r := range t.Tests {
|
/external/protobuf/objectivec/DevTools/ |
D | compile_testing_protos.sh | 44 objectivec/Tests/*.proto \ 115 objectivec/Tests/unittest_cycle.proto 116 objectivec/Tests/unittest_runtime_proto2.proto 117 objectivec/Tests/unittest_runtime_proto3.proto 118 objectivec/Tests/unittest_objc.proto 119 objectivec/Tests/unittest_objc_startup.proto
|
/external/protobuf/ |
D | Makefile.am | 474 objectivec/Tests/golden_message \ 475 objectivec/Tests/golden_packed_fields_message \ 476 objectivec/Tests/GPBARCUnittestProtos.m \ 477 objectivec/Tests/GPBArrayTests.m \ 478 objectivec/Tests/GPBCodedInputStreamTests.m \ 479 objectivec/Tests/GPBCodedOuputStreamTests.m \ 480 objectivec/Tests/GPBConcurrencyTests.m \ 481 objectivec/Tests/GPBDescriptorTests.m \ 482 objectivec/Tests/GPBDictionaryTests+Bool.m \ 483 objectivec/Tests/GPBDictionaryTests+Int32.m \ [all …]
|