| /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 | 301 static const struct TestCase { in testUseApproximateDoubleWhenAble() struct 302 double d; in testUseApproximateDoubleWhenAble() 303 int32_t maxFrac; in testUseApproximateDoubleWhenAble() 304 RoundingMode roundingMode; in testUseApproximateDoubleWhenAble() 305 bool usesExact; in testUseApproximateDoubleWhenAble() 333 static const struct TestCase { in testHardDoubleConversion() struct 334 double input; in testHardDoubleConversion() 335 const char16_t* expectedOutput; in testHardDoubleConversion() 401 static const struct TestCase { in testToDouble() struct 402 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 | 39 struct TestCase { in testGetUnitCategory() struct 40 const char *unit; in testGetUnitCategory() 41 const char *expectedCategory; in testGetUnitCategory() 100 struct TestCase { in testGetPreferencesFor() struct 101 const char *name; in testGetPreferencesFor() 102 const char *category; in testGetPreferencesFor() 103 const char *usage; in testGetPreferencesFor() 104 const char *region; in testGetPreferencesFor() 105 const char *expectedBiggest; in testGetPreferencesFor() 106 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 | 323 static struct TestCase { in flexibleSeparators() struct 324 const char16_t* skeleton; in flexibleSeparators() 325 const char16_t* expected; in flexibleSeparators() 348 struct TestCase { in wildcardCharacters() struct 349 const char16_t* star; in wildcardCharacters() 350 const char16_t* plus; in wildcardCharacters() 383 struct TestCase { in perUnitInArabic() struct 384 const char16_t* type; in perUnitInArabic() 385 const char16_t* subtype; in perUnitInArabic() 455 struct TestCase { in perUnitToSkeleton() struct [all …]
|
| D | numbertest_affixutils.cpp | 85 static struct TestCase { in testUnescape() struct 86 const char16_t *input; in testUnescape() 87 bool currency; in testUnescape() 88 int32_t expectedLength; in testUnescape() 89 const char16_t *output; in testUnescape() 148 static struct TestCase { in testContainsReplaceType() struct 149 const char16_t *input; in testContainsReplaceType() 150 bool hasMinusSign; in testContainsReplaceType() 151 const char16_t *output; in testContainsReplaceType()
|
| D | listformattertest.cpp | 646 struct TestCase { in TestCreateStyled() struct 647 const char* locale; in TestCreateStyled() 648 UListFormatterType type; in TestCreateStyled() 649 UListFormatterWidth width; in TestCreateStyled() 650 const char16_t* expected3; in TestCreateStyled() 651 const char16_t* expected2; in TestCreateStyled() 652 const char16_t* expected1; in TestCreateStyled() 712 struct TestCase { in TestContextual() struct 713 std::vector<std::string> locales; in TestContextual() 714 UListFormatterType type; in TestContextual() [all …]
|
| D | numbertest_api.cpp | 1252 const struct TestCase { in unitSkeletons() struct 1253 const char *msg; in unitSkeletons() 1254 const char16_t *inputSkeleton; in unitSkeletons() 1255 const char16_t *normalizedSkeleton; in unitSkeletons() 2288 const struct TestCase { in unitGender() struct 2289 const char *locale; in unitGender() 2290 const char *unitIdentifier; in unitGender() 2291 const char *expectedGender; in unitGender() 4282 const struct TestCase { in signNearZero() struct 4283 UNumberSignDisplay sign; in signNearZero() [all …]
|
| D | plurults.cpp | 790 struct TestCase { in testScientificPluralKeyword() struct 791 const char16_t* skeleton; in testScientificPluralKeyword() 792 const int input; in testScientificPluralKeyword() 793 const char16_t* expectedFormattedOutput; in testScientificPluralKeyword() 794 const char16_t* expectedPluralRuleKeyword; in testScientificPluralKeyword() 852 struct TestCase { in testCompactDecimalPluralKeyword() struct 853 const char16_t* skeleton; in testCompactDecimalPluralKeyword() 854 const int input; in testCompactDecimalPluralKeyword() 855 const char16_t* expectedFormattedOutput; in testCompactDecimalPluralKeyword() 856 const char16_t* expectedPluralRuleKeyword; in testCompactDecimalPluralKeyword() [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/flutter/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/flutter/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()
|
| /third_party/benchmark/test/ |
| D | register_benchmark_test.cc | 21 struct TestCase { struct 22 std::string name; 23 const char* label; 25 TestCase(const char* xname) : TestCase(xname, nullptr) {} in TestCase() function 26 TestCase(const char* xname, const char* 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 | 182 typedef struct TestCase { struct 193 } 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/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 anonymousFunction3111fe950300.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/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
|
| /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/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
|