Home
last modified time | relevance | path

Searched refs:CASES (Results 1 – 18 of 18) sorted by relevance

/external/ltp/runtest/
Dquickhit8 # 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/
Dtest_textwrap.py829 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/
Dtest_encode_basestring_ascii.py5 CASES = [ variable
27 for input_string, expect in CASES:
/external/python/cpython3/Lib/test/test_json/
Dtest_encode_basestring_ascii.py6 CASES = [ variable
23 for input_string, expect in CASES:
/external/protobuf/src/google/protobuf/io/
Dtokenizer_unittest.cc78 #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)
Dcoded_stream_unittest.cc88 #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/
Dtensor.cc729 #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/
Dgl4cEnhancedLayoutsTests.hpp2841 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 …]
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;
Dgl4cEnhancedLayoutsTests.cpp16624 … 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()
Dgl4cShadingLanguage420PackTests.cpp2586 << " 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/
DidnaTestCases.txt1 #DEBUGGING CASES
/external/linux-kselftest/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt5 ADDING TEST CASES
/external/icu/icu4c/source/data/translit/
DGrek_Latn.txt13 # TEST CASES
/external/e2fsprogs/ext2ed/
DREADME26 MACHINES) TO GENERATE TEST CASES BY SELECTIVELY CORRUPTING
/external/eigen/test/
DCMakeLists.txt43 message(STATUS "REAL CASES CAN NOT BE CURRENTLY TESTED ON WIN32")
/external/fdlibm/
Dreadme92 2. EXCEPTION CASES
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2739 #define CASE_DESC(FUNCTION, CASES) \ argument
2740 { FUNCTION, DE_ARRAY_BEGIN(CASES), DE_ARRAY_END(CASES) }