Home
last modified time | relevance | path

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

1234567

/third_party/icu/icu4c/source/test/intltest/
Dcalcasts.h29 struct TestCase { struct
44 void doTestCases(const TestCase *cases, Calendar *cal); argument
Dnumbertest_decimalquantity.cpp301 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 …]
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()
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 …]
Dunits_data_test.cpp39 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()
Dunits_test.cpp126 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 …]
Dnumbertest_skeletons.cpp323 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 …]
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()
Dlistformattertest.cpp646 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 …]
/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()
/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() argument
/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.c182 typedef struct TestCase { struct
193 } 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 anonymousFunctiond2ff6e370300.TestCase
/third_party/vk-gl-cts/modules/gles3/
Dtes3TestCase.hpp48 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/
DglcTestCase.hpp53 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/
Dtes2TestCase.hpp48 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/
Dtes31TestCase.hpp48 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

1234567