| /third_party/icu/icu4c/source/test/intltest/ |
| D | calcasts.h | 29 struct TestCase { struct 44 void doTestCases(const TestCase *cases, Calendar *cal); argument
|
| D | numbertest_decimalquantity.cpp | 305 static const struct TestCase { in testUseApproximateDoubleWhenAble() struct 306 double d; in testUseApproximateDoubleWhenAble() 307 int32_t maxFrac; in testUseApproximateDoubleWhenAble() 308 RoundingMode roundingMode; in testUseApproximateDoubleWhenAble() 309 bool usesExact; in testUseApproximateDoubleWhenAble() 337 static const struct TestCase { in testHardDoubleConversion() struct 338 double input; in testHardDoubleConversion() 339 const char16_t* expectedOutput; in testHardDoubleConversion() 405 static const struct TestCase { in testToDouble() struct 406 const char* input; // char* for the decNumber constructor in testToDouble() [all …]
|
| D | numbertest_parse.cpp | 34 static const struct TestCase { in testBasic() struct 35 int32_t flags; in testBasic() 36 const char16_t* inputString; in testBasic() 37 const char16_t* patternString; in testBasic() 38 int32_t expectedCharsConsumed; in testBasic() 39 double expectedResultDouble; in testBasic() 212 static const struct TestCase { in testSeriesMatcher() struct 213 const char16_t* input; in testSeriesMatcher() 214 int32_t expectedOffset; in testSeriesMatcher() 215 bool expectedMaybeMore; in testSeriesMatcher() [all …]
|
| D | units_data_test.cpp | 42 struct TestCase { in testGetUnitCategory() struct 43 const char *unit; in testGetUnitCategory() 44 const char *expectedCategory; in testGetUnitCategory() 106 struct TestCase { in testGetPreferencesFor() struct 107 const char *name; in testGetPreferencesFor() 108 const char *category; in testGetPreferencesFor() 109 const char *usage; in testGetPreferencesFor() 110 const char *region; in testGetPreferencesFor() 111 const char *expectedBiggest; in testGetPreferencesFor() 112 const char *expectedSmallest; in testGetPreferencesFor()
|
| D | units_test.cpp | 126 struct TestCase { in testExtractConvertibility() struct 127 const char *const source; in testExtractConvertibility() 128 const char *const target; in testExtractConvertibility() 129 const Convertibility expectedState; in testExtractConvertibility() 181 struct TestCase { in testConversionInfo() struct 182 const char *source; in testConversionInfo() 183 const char *target; in testConversionInfo() 184 const ConversionInfo expectedConversionInfo; in testConversionInfo() 270 struct TestCase { in testConverter() struct 271 const char *source; in testConverter() [all …]
|
| D | numbertest_skeletons.cpp | 325 static struct TestCase { in flexibleSeparators() struct 326 const char16_t* skeleton; in flexibleSeparators() 327 const char16_t* expected; in flexibleSeparators() 350 struct TestCase { in wildcardCharacters() struct 351 const char16_t* star; in wildcardCharacters() 352 const char16_t* plus; in wildcardCharacters() 385 struct TestCase { in perUnitInArabic() struct 386 const char16_t* type; in perUnitInArabic() 387 const char16_t* subtype; in perUnitInArabic() 457 struct TestCase { in perUnitToSkeleton() struct [all …]
|
| D | numbertest_affixutils.cpp | 87 static struct TestCase { in testUnescape() struct 88 const char16_t *input; in testUnescape() 89 bool currency; in testUnescape() 90 int32_t expectedLength; in testUnescape() 91 const char16_t *output; in testUnescape() 151 static struct TestCase { in testContainsReplaceType() struct 152 const char16_t *input; in testContainsReplaceType() 153 bool hasMinusSign; in testContainsReplaceType() 154 const char16_t *output; in testContainsReplaceType()
|
| D | numbertest_api.cpp | 1287 const struct TestCase { in unitSkeletons() struct 1288 const char *msg; in unitSkeletons() 1289 const char16_t *inputSkeleton; in unitSkeletons() 1290 const char16_t *normalizedSkeleton; in unitSkeletons() 2492 const struct TestCase { in unitNounClass() struct 2493 const char *locale; in unitNounClass() 2494 const char *unitIdentifier; in unitNounClass() 2495 const UDisplayOptionsNounClass expectedNounClass; in unitNounClass() 2955 const struct TestCase { in unitLocaleTags() struct 2956 const UnicodeString message; in unitLocaleTags() [all …]
|
| D | localematchertest.cpp | 28 struct TestCase { struct 29 int32_t lineNr = 0; 31 CharString supported; 32 CharString def; 33 UnicodeString favor; 34 UnicodeString threshold; 35 CharString desired; 36 CharString expMatch; 37 CharString expDesired; 38 CharString expCombined; [all …]
|
| D | listformattertest.cpp | 647 struct TestCase { in TestCreateStyled() struct 648 const char* locale; in TestCreateStyled() 649 UListFormatterType type; in TestCreateStyled() 650 UListFormatterWidth width; in TestCreateStyled() 651 const char16_t* expected3; in TestCreateStyled() 652 const char16_t* expected2; in TestCreateStyled() 653 const char16_t* expected1; in TestCreateStyled() 713 struct TestCase { in TestContextual() struct 714 std::vector<std::string> locales; in TestContextual() 715 UListFormatterType type; in TestContextual() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | DXTSRGBCompressedTextureTestData.inl | 13 struct TestCase struct 22 static const std::map<GLenum, TestCase> kTests = { argument
|
| /third_party/skia/tests/ |
| D | SkShaperJSONWriterTest.cpp | 23 struct TestCase { in DEF_TEST() struct 24 size_t utf8Len; in DEF_TEST() 25 std::vector<uint32_t> clusters; in DEF_TEST() 26 std::vector<Answer> answers; in DEF_TEST() 79 struct TestCase { in DEF_TEST() struct 80 std::string utf8; in DEF_TEST() 81 std::vector<SkGlyphID> glyphIDs; in DEF_TEST() 82 std::vector<uint32_t> clusters; in DEF_TEST() 83 std::vector<Answer> answers; in DEF_TEST()
|
| D | ResourceAllocatorTest.cpp | 208 struct TestCase { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() struct 209 ProxyParams fP1; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 210 ProxyParams fP2; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 211 bool fExpectation; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 352 struct TestCase { struct 363 const TestCase& test) { in memory_budget_test() argument
|
| D | BlendTest.cpp | 100 struct TestCase { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() struct 101 RectAndSamplePoint fRectAndPoints; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 102 SkRect fClip; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 103 int fSampleCnt; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 104 GrSurfaceOrigin fOrigin; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
| /third_party/skia/modules/skparagraph/tests/ |
| D | SkShaperJSONWriterTest.cpp | 23 struct TestCase { in DEF_TEST() struct 24 size_t utf8Len; in DEF_TEST() 25 std::vector<uint32_t> clusters; in DEF_TEST() 26 std::vector<Answer> answers; in DEF_TEST() 79 struct TestCase { in DEF_TEST() struct 80 std::string utf8; in DEF_TEST() 81 std::vector<SkGlyphID> glyphIDs; in DEF_TEST() 82 std::vector<uint32_t> clusters; in DEF_TEST() 83 std::vector<Answer> answers; in DEF_TEST()
|
| /third_party/benchmark/test/ |
| D | register_benchmark_test.cc | 21 struct TestCase { struct 22 const std::string name; 23 const std::string label; 25 TestCase(const std::string& xname) : TestCase(xname, "") {} in TestCase() argument 26 TestCase(const std::string& xname, const std::string& xlabel) in TestCase() argument 29 typedef benchmark::BenchmarkReporter::Run Run; 31 void CheckRun(Run const& run) const { in CheckRun()
|
| D | skip_with_error_test.cc | 28 struct TestCase { struct 29 std::string name; 30 bool error_occurred; 31 std::string error_message; 33 typedef benchmark::BenchmarkReporter::Run Run; 35 void CheckRun(Run const& run) const { in CheckRun()
|
| /third_party/ffmpeg/libavformat/tests/ |
| D | fifo_muxer.c | 181 typedef struct TestCase { struct 192 } TestCase; argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| D | pow10_helper_test.cc | 28 struct TestCase { struct 29 int power; // Testing Pow10(power) 30 uint64_t significand; // Raw bits of the expected value 31 int radix; // significand is adjusted by 2^radix
|
| /third_party/gn/src/gn/ |
| D | bundle_data_unittest.cc | 8 struct TestCase { in TEST() struct 9 SourceFile source_file; in TEST() 10 SourceFile catalog_dir; in TEST()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | duplicateLocalVariable2.js | 2 export class TestCase { class 43 var TestCase = /** @class */ (function () { class 44 function TestCase(name, test, errorMessageRegEx) { class in anonymousFunctione6c1d9960300.TestCase
|
| /third_party/vk-gl-cts/modules/gles3/ |
| D | tes3TestCase.hpp | 48 class TestCase : public tcu::TestCase class 71 inline TestCase::TestCase (Context& context, const char* name, const char* description) in TestCase() function in deqp::gles3::TestCase 77 inline TestCase::TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const ch… in TestCase() function in deqp::gles3::TestCase
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcTestCase.hpp | 53 class TestCase : public tcu::TestCase class 77 inline TestCase::TestCase(Context& context, const char* name, const char* description) in TestCase() function in deqp::TestCase 82 inline TestCase::TestCase(Context& context, tcu::TestNodeType nodeType, const char* name, const cha… in TestCase() function in deqp::TestCase
|
| /third_party/vk-gl-cts/modules/gles2/ |
| D | tes2TestCase.hpp | 48 class TestCase : public tcu::TestCase class 71 inline TestCase::TestCase (Context& context, const char* name, const char* description) in TestCase() function in deqp::gles2::TestCase 77 inline TestCase::TestCase (Context& context, tcu::TestNodeType type, const char* name, const char* … in TestCase() function in deqp::gles2::TestCase
|
| /third_party/vk-gl-cts/modules/gles31/ |
| D | tes31TestCase.hpp | 48 class TestCase : public tcu::TestCase class 71 inline TestCase::TestCase (Context& context, const char* name, const char* description) in TestCase() function in deqp::gles31::TestCase 77 inline TestCase::TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const ch… in TestCase() function in deqp::gles31::TestCase
|