Home
last modified time | relevance | path

Searched defs:TestCase (Results 1 – 25 of 126) sorted by relevance

123456

/third_party/icu/icu4c/source/test/intltest/
Dcalcasts.h29 struct TestCase { struct
44 void doTestCases(const TestCase *cases, Calendar *cal); argument
Dnumbertest_decimalquantity.cpp300 static const struct TestCase { in testUseApproximateDoubleWhenAble() struct
301 double d; in testUseApproximateDoubleWhenAble()
302 int32_t maxFrac; in testUseApproximateDoubleWhenAble()
303 RoundingMode roundingMode; in testUseApproximateDoubleWhenAble()
304 bool usesExact; in testUseApproximateDoubleWhenAble()
332 static const struct TestCase { in testHardDoubleConversion() struct
333 double input; in testHardDoubleConversion()
334 const char16_t* expectedOutput; in testHardDoubleConversion()
362 static const struct TestCase { in testToDouble() struct
363 const char* input; // char* for the decNumber constructor in testToDouble()
[all …]
Dnumbertest_parse.cpp34 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()
211 static const struct TestCase { in testSeriesMatcher() struct
212 const char16_t* input; in testSeriesMatcher()
213 int32_t expectedOffset; in testSeriesMatcher()
214 bool expectedMaybeMore; in testSeriesMatcher()
[all …]
Dnumbertest_affixutils.cpp85 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()
Dnumbertest_skeletons.cpp308 static struct TestCase { in flexibleSeparators() struct
309 const char16_t* skeleton; in flexibleSeparators()
310 const char16_t* expected; in flexibleSeparators()
333 struct TestCase { in wildcardCharacters() struct
334 const char16_t* star; in wildcardCharacters()
335 const char16_t* plus; in wildcardCharacters()
369 struct TestCase { in perUnitInArabic() struct
370 const char16_t* type; in perUnitInArabic()
371 const char16_t* subtype; in perUnitInArabic()
Dlistformattertest.cpp568 struct TestCase { in TestCreateStyled() struct
569 const char* locale; in TestCreateStyled()
570 UListFormatterType type; in TestCreateStyled()
571 UListFormatterWidth width; in TestCreateStyled()
572 const char16_t* expected3; in TestCreateStyled()
573 const char16_t* expected2; in TestCreateStyled()
574 const char16_t* expected1; in TestCreateStyled()
634 struct TestCase { in TestContextual() struct
635 std::vector<std::string> locales; in TestContextual()
636 UListFormatterType type; in TestContextual()
[all …]
Dlocalematchertest.cpp28 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 …]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DDXTSRGBCompressedTextureTestData.inl13 struct TestCase struct
22 static const std::map<GLenum, TestCase> kTests = { argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DDXTSRGBCompressedTextureTestData.inl13 struct TestCase struct
22 static const std::map<GLenum, TestCase> kTests = { argument
/third_party/skia/tests/
DSkShaperJSONWriterTest.cpp23 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()
DResourceAllocatorTest.cpp208 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
DBlendTest.cpp100 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()
DExtendedSkColorTypeTests.cpp49 struct TestCase { struct
56 static const TestCase gTests[] = { argument
/third_party/flutter/skia/tests/
DSkShaperJSONWriterTest.cpp23 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/boost/libs/hana/test/_include/auto/
Dtest_case.hpp8 struct TestCase { struct
10 explicit TestCase(F const& f) { f(); } in TestCase() function
/third_party/benchmark/test/
Dregister_benchmark_test.cc21 struct TestCase { struct
22 std::string name;
23 const char* label;
25 TestCase(const char* xname) : TestCase(xname, nullptr) {} in TestCase() argument
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()
Dskip_with_error_test.cc28 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/abseil-cpp/absl/strings/internal/
Dpow10_helper_test.cc28 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/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dpow10_helper_test.cc28 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/ffmpeg/libavformat/tests/
Dfifo_muxer.c187 typedef struct TestCase { struct
197 } TestCase; argument
/third_party/typescript/tests/baselines/reference/
DduplicateLocalVariable2.js2 export class TestCase { class
43 var TestCase = /** @class */ (function () { class
44 function TestCase(name, test, errorMessageRegEx) { class in anonymousFunctionfa70595b0300.TestCase
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DTestCase.java31 public class TestCase { class
94 public TestCase(double julian, in TestCase() method in TestCase
128 public TestCase(int gregYear, int gregMonth, int gregDay, in TestCase() method in TestCase
151 protected TestCase() {} in TestCase() method in TestCase
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dset_spec_const_default_value_test.cpp38 TEST_P(DefaultValuesStringParsingTest, TestCase) { in TEST_P() argument
143 TEST_P(SetSpecConstantDefaultValueInStringFormParamTest, TestCase) { in TEST_P() argument
597 TEST_P(SetSpecConstantDefaultValueInBitPatternFormParamTest, TestCase) { in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dset_spec_const_default_value_test.cpp39 TEST_P(DefaultValuesStringParsingTest, TestCase) { in TEST_P() argument
145 TEST_P(SetSpecConstantDefaultValueInStringFormParamTest, TestCase) { in TEST_P() argument
607 TEST_P(SetSpecConstantDefaultValueInBitPatternFormParamTest, TestCase) { in TEST_P() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dset_spec_const_default_value_test.cpp39 TEST_P(DefaultValuesStringParsingTest, TestCase) { in TEST_P() argument
145 TEST_P(SetSpecConstantDefaultValueInStringFormParamTest, TestCase) { in TEST_P() argument
607 TEST_P(SetSpecConstantDefaultValueInBitPatternFormParamTest, TestCase) { in TEST_P() argument

123456