/third_party/qrcodegen/c/ |
H A D | qrcodegen-test.c | 729 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 D | test_encode_basestring_ascii.py | 6 CASES = [ variable 23 for input_string, expect in CASES:
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | tokenizer_unittest.cc | 78 #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 D | coded_stream_unittest.cc | 89 #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 D | test_textwrap.py | 901 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 D | test_embed.py | 1522 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 D | gl4cEnhancedLayoutsTests.hpp | 2906 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 D | gl4cShadingLanguage420PackTests.hpp | 707 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 D | gl4cEnhancedLayoutsTests.cpp | 17217 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 D | gl4cShadingLanguage420PackTests.cpp | 2583 << " 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 D | optimization_test.py | 82 for gen in lower_jump_cases.CASES:
|
H A D | lower_jump_cases.py | 518 CASES = [ variable
|
/third_party/ltp/testcases/kernel/mce-test/drivers/simple/ |
H A D | driver.sh | 76 for case_sh in $CASES; do
|
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/ |
H A D | driver.sh | 244 for case_sh in ${CASES}; do
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 1578 #define CASE_DESC(FUNCTION, CASES) \ 1579 { FUNCTION, DE_ARRAY_BEGIN(CASES), DE_ARRAY_END(CASES) }
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 1563 #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 D | vktMemoryAddressBindingTests.cpp | 1539 #define CASE_DESC(FUNCTION, CASES) \ 1540 { FUNCTION, DE_ARRAY_BEGIN(CASES), DE_ARRAY_END(CASES) }
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 1557 #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 D | vktApiObjectManagementTests.cpp | 3337 #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 D | vktApiObjectManagementTests.cpp | 3337 #define CASE_DESC(FUNCTION, CASES, SUPPORT) \ 3338 { FUNCTION, DE_ARRAY_BEGIN(CASES), DE_ARRAY_END(CASES), SUPPORT }
|