Home
last modified time | relevance | path

Searched refs:CASES (Results 1 - 20 of 20) sorted by relevance

/third_party/qrcodegen/c/
H A Dqrcodegen-test.c729 const struct TestCase CASES[] = { in testCalcSegmentBitLength() local
752 for (size_t i = 0; i < ARRAY_LENGTH(CASES); i++) { in testCalcSegmentBitLength()
753 assert(calcSegmentBitLength(qrcodegen_Mode_NUMERIC, CASES[i].numChars) == CASES[i].result); in testCalcSegmentBitLength()
758 const struct TestCase CASES[] = { in testCalcSegmentBitLength() local
781 for (size_t i = 0; i < ARRAY_LENGTH(CASES); i++) { in testCalcSegmentBitLength()
782 assert(calcSegmentBitLength(qrcodegen_Mode_ALPHANUMERIC, CASES[i].numChars) == CASES[i].result); in testCalcSegmentBitLength()
787 const struct TestCase CASES[] = { in testCalcSegmentBitLength() local
807 for (size_t i = 0; i < ARRAY_LENGTH(CASES); in testCalcSegmentBitLength()
813 const struct TestCase CASES[] = { testCalcSegmentBitLength() local
[all...]
/third_party/python/Lib/test/test_json/
H A Dtest_encode_basestring_ascii.py6 CASES = [ variable
23 for input_string, expect in CASES:
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc78 #define TEST_1D(FIXTURE, NAME, CASES) \
82 void DoSingleCase(const CaseType& CASES##_case); \
86 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \
88 << #CASES " case #" << i << ": " << CASES[i]); \
89 DoSingleCase(CASES[i]); \
94 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case)
H A Dcoded_stream_unittest.cc89 #define TEST_1D(FIXTURE, NAME, CASES) \
93 void DoSingleCase(const CaseType& CASES##_case); \
97 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \
99 << #CASES " case #" << i << ": " << CASES[i]); \
100 DoSingleCase(CASES[i]); \
105 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case)
/third_party/python/Lib/test/
H A Dtest_textwrap.py901 CASES = ROUNDTRIP_CASES + ( variable in IndentTestCase
910 for text in self.CASES:
916 for text in self.CASES:
923 for text in self.CASES:
929 for text in self.CASES:
962 for text, expect in zip(self.CASES, expected):
980 for text, expect in zip(self.CASES, expected):
999 for text, expect in zip(self.CASES, expected):
1018 for text, expect in zip(self.CASES, expected):
H A Dtest_embed.py1522 CASES = [
1533 "PYTHONPATH": os.path.pathsep.join(c[0] for c in CASES)}
1542 for (_, expected), result in zip(CASES, results):
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp2906 enum CASES enum in gl4cts::EnhancedLayouts::VaryingComponentOfInvalidTypeTest
2920 CASES m_case;
3490 enum CASES enum in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListTest
3553 enum CASES enum in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListAndAPITest
3634 enum CASES enum in gl4cts::EnhancedLayouts::XFBTooSmallStrideTest
3648 CASES m_case;
3699 enum CASES enum in gl4cts::EnhancedLayouts::XFBVariableStrideTest
3711 CASES m_case;
3848 enum CASES enum in gl4cts::EnhancedLayouts::XFBDuplicatedStrideTest
3860 CASES m_cas
3926 enum CASES global() enum in gl4cts::EnhancedLayouts::XFBGetProgramResourceAPITest
4127 enum CASES global() enum in gl4cts::EnhancedLayouts::XFBExceedBufferLimitTest
4196 enum CASES global() enum in gl4cts::EnhancedLayouts::XFBExceedOffsetLimitTest
[all...]
H A Dgl4cShadingLanguage420PackTests.hpp707 enum CASES enum in gl4cts::GLSL420Pack::LineContinuationTest
753 const glw::GLchar* casesToStr(CASES cases) const;
864 enum CASES enum in gl4cts::GLSL420Pack::UTF8CharactersTest
877 CASES m_case;
H A Dgl4cEnhancedLayoutsTests.cpp17217 testCase test_case_in_arr = { (CASES)c, valid_components.back(), true, in test()
17219 testCase test_case_in_one = { (CASES)c, valid_components.back(), false, in test()
17221 testCase test_case_out_arr = { (CASES)c, valid_components.back(), true, in test()
17223 testCase test_case_out_one = { (CASES)c, valid_components.back(), false, in test()
21533 testCase test_case = { (CASES)c, (Utils::Shader::STAGES)stage }; in test()
21878 testCase test_case = { static_cast<CASES>(c), static_cast<Utils::Shader::STAGES>(stage), type }; in test()
22700 testCase test_case = { (CASES)c, (Utils::Shader::STAGES)stage }; in test()
24103 testCase test_case = { (CASES)c, (Utils::Shader::STAGES)stage }; in test()
24443 testCase test_case = { (CASES)c, (Utils::Shader::STAGES)stage }; in test()
H A Dgl4cShadingLanguage420PackTests.cpp2583 << " line endings, is placed " << casesToStr((CASES)m_test_case.m_case) in prepareNextTestCase()
3018 const GLchar* LineContinuationTest::casesToStr(CASES cases) const in casesToStr()
3196 /** Replace all CASES tokens
/third_party/mesa3d/src/compiler/glsl/tests/
H A Doptimization_test.py82 for gen in lower_jump_cases.CASES:
H A Dlower_jump_cases.py518 CASES = [ variable
/third_party/ltp/testcases/kernel/mce-test/drivers/simple/
H A Ddriver.sh76 for case_sh in $CASES; do
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
H A Ddriver.sh244 for case_sh in ${CASES}; do
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp1578 #define CASE_DESC(FUNCTION, CASES) \
1579 { FUNCTION, DE_ARRAY_BEGIN(CASES), DE_ARRAY_END(CASES) }
H A DvktMemoryDeviceMemoryReportTests.cpp1563 #define CASE_DESC(FUNCTION, CASES) \
1564 { FUNCTION, DE_ARRAY_BEGIN(CASES), DE_ARRAY_END(CASES) }
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp1539 #define CASE_DESC(FUNCTION, CASES) \
1540 { FUNCTION, DE_ARRAY_BEGIN(CASES), DE_ARRAY_END(CASES) }
H A DvktMemoryDeviceMemoryReportTests.cpp1557 #define CASE_DESC(FUNCTION, CASES) \
1558 { FUNCTION, DE_ARRAY_BEGIN(CASES), DE_ARRAY_END(CASES) }
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp3337 #define CASE_DESC(FUNCTION, CASES, SUPPORT) \
3338 { FUNCTION, DE_ARRAY_BEGIN(CASES), DE_ARRAY_END(CASES), SUPPORT }
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp3337 #define CASE_DESC(FUNCTION, CASES, SUPPORT) \
3338 { FUNCTION, DE_ARRAY_BEGIN(CASES), DE_ARRAY_END(CASES), SUPPORT }

Completed in 85 milliseconds