/external/ltp/runtest/ |
D | quickhit | 8 # TEST CASES 20 # TEST CASES 40 # TEST CASES 44 # TEST CASES 48 # TEST CASES 52 # TEST CASES 56 # TEST CASES 60 # TEST CASES 64 # TEST CASES 110 # TEST CASES [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_textwrap.py | 829 CASES = ROUNDTRIP_CASES + ( variable in IndentTestCase 838 for text in self.CASES: 844 for text in self.CASES: 851 for text in self.CASES: 857 for text in self.CASES: 890 for text, expect in zip(self.CASES, expected): 908 for text, expect in zip(self.CASES, expected): 927 for text, expect in zip(self.CASES, expected): 946 for text, expect in zip(self.CASES, expected):
|
/external/python/cpython2/Lib/json/tests/ |
D | test_encode_basestring_ascii.py | 5 CASES = [ variable 27 for input_string, expect in CASES:
|
/external/python/cpython3/Lib/test/test_json/ |
D | test_encode_basestring_ascii.py | 6 CASES = [ variable 23 for input_string, expect in CASES:
|
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer_unittest.cc | 78 #define TEST_1D(FIXTURE, NAME, CASES) \ argument 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)
|
D | coded_stream_unittest.cc | 88 #define TEST_1D(FIXTURE, NAME, CASES) \ argument 92 void DoSingleCase(const CaseType& CASES##_case); \ 96 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \ 98 << #CASES " case #" << i << ": " << CASES[i]); \ 99 DoSingleCase(CASES[i]); \ 104 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case)
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor.cc | 729 #define CASES(TYPE_ENUM, STMTS) \ macro 738 CASES(type, buf_ = new Buffer<T>(a, shape.num_elements())); in Tensor() 752 CASES(type, buf_ = new Buffer<T>(a, shape.num_elements(), allocation_attr)); in Tensor() 826 CASES(dt, ret.buf_ = new SubBuffer<T>(buf_, delta, num_elems)); in Slice() 848 CASES(dt, ret.buf_ = new SubBuffer<T>(buf_, delta, num_elems)); in SubSlice() 895 CASES(dtype(), ToProtoField<T>(*buf_, shape_.num_elements(), proto)); in AsProtoField() 904 CASES(dtype(), Helper<T>::Encode(buf_, shape_.num_elements(), in AsProtoTensorContent() 912 CASES(dtype(), return Helper<T>::TotalBytes(buf_, shape_.num_elements())); in TotalBytes() 929 CASES(dtype(), return is_simple_type<T>::value); in CanUseDMA() 933 #undef CASES
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 2841 enum CASES enum in gl4cts::EnhancedLayouts::VaryingComponentOfInvalidTypeTest 2854 CASES m_case; 3431 enum CASES enum in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListTest 3494 enum CASES enum in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListAndAPITest 3575 enum CASES enum in gl4cts::EnhancedLayouts::XFBTooSmallStrideTest 3589 CASES m_case; 3636 enum CASES enum in gl4cts::EnhancedLayouts::XFBVariableStrideTest 3648 CASES m_case; 3785 enum CASES enum in gl4cts::EnhancedLayouts::XFBDuplicatedStrideTest 3797 CASES m_case; [all …]
|
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;
|
D | gl4cEnhancedLayoutsTests.cpp | 16624 … testCase test_case_in_arr = { (CASES)c, valid_component, true, true, (Utils::Shader::STAGES)stage, in test() 16626 …testCase test_case_in_one = { (CASES)c, valid_component, false, true, (Utils::Shader::STAGES)stage, in test() 16628 …testCase test_case_out_arr = { (CASES)c, valid_component, true, false, (Utils::Shader::STAGES)stag… in test() 16631 (CASES)c, valid_component, false, false, (Utils::Shader::STAGES)stage, type in test() 21005 testCase test_case = { (CASES)c, (Utils::Shader::STAGES)stage }; in test() 21422 testCase test_case = { (CASES)VALID, (Utils::Shader::STAGES)stage, type }; in test() 22292 testCase test_case = { (CASES)c, (Utils::Shader::STAGES)stage }; in test() 23735 testCase test_case = { (CASES)c, (Utils::Shader::STAGES)stage }; in test() 24122 testCase test_case = { (CASES)c, (Utils::Shader::STAGES)stage }; in test()
|
D | gl4cShadingLanguage420PackTests.cpp | 2586 << " line endings, is placed " << casesToStr((CASES)m_test_case.m_case) in prepareNextTestCase() 3021 const GLchar* LineContinuationTest::casesToStr(CASES cases) const in casesToStr()
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | idnaTestCases.txt | 1 #DEBUGGING CASES
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/creating-testcases/ |
D | AddingTestCases.txt | 5 ADDING TEST CASES
|
/external/icu/icu4c/source/data/translit/ |
D | Grek_Latn.txt | 13 # TEST CASES
|
/external/e2fsprogs/ext2ed/ |
D | README | 26 MACHINES) TO GENERATE TEST CASES BY SELECTIVELY CORRUPTING
|
/external/eigen/test/ |
D | CMakeLists.txt | 43 message(STATUS "REAL CASES CAN NOT BE CURRENTLY TESTED ON WIN32")
|
/external/fdlibm/ |
D | readme | 92 2. EXCEPTION CASES
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 2739 #define CASE_DESC(FUNCTION, CASES) \ argument 2740 { FUNCTION, DE_ARRAY_BEGIN(CASES), DE_ARRAY_END(CASES) }
|