Home
last modified time | relevance | path

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

/external/ltp/runtest/
Dquickhit10 # TEST CASES
22 # TEST CASES
42 # TEST CASES
46 # TEST CASES
50 # TEST CASES
54 # TEST CASES
58 # TEST CASES
62 # TEST CASES
66 # TEST CASES
112 # TEST CASES
[all …]
/external/tensorflow/tensorflow/contrib/stateless/python/kernel_tests/
Dstateless_random_ops_test.py30 CASES = [(stateless.stateless_random_uniform, random_ops.random_uniform), variable
63 for stateless_op, stateful_op in CASES:
75 for stateless_op, _ in CASES:
89 for stateless_op, _ in CASES:
/external/python/cpython3/Lib/test/
Dtest_textwrap.py802 CASES = ROUNDTRIP_CASES + ( variable in IndentTestCase
811 for text in self.CASES:
817 for text in self.CASES:
824 for text in self.CASES:
830 for text in self.CASES:
863 for text, expect in zip(self.CASES, expected):
881 for text, expect in zip(self.CASES, expected):
900 for text, expect in zip(self.CASES, expected):
919 for text, expect in zip(self.CASES, expected):
/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/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/tensorflow/tensorflow/core/framework/
Dtensor.cc709 #define CASES(TYPE_ENUM, STMTS) \ macro
718 CASES(type, buf_ = new Buffer<T>(a, shape.num_elements())); in Tensor()
732 CASES(type, buf_ = new Buffer<T>(a, shape.num_elements(), allocation_attr)); in Tensor()
798 CASES(dt, ret.buf_ = new SubBuffer<T>(buf_, delta, num_elems)); in Slice()
845 CASES(dtype(), ToProtoField<T>(*buf_, shape_.num_elements(), proto)); in AsProtoField()
854 CASES(dtype(), Helper<T>::Encode(buf_, shape_.num_elements(), in AsProtoTensorContent()
862 CASES(dtype(), return Helper<T>::TotalBytes(buf_, shape_.num_elements())); in TotalBytes()
879 CASES(dtype(), return is_simple_type<T>::value); in CanUseDMA()
883 #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.hpp706 enum CASES enum in gl4cts::GLSL420Pack::LineContinuationTest
752 const glw::GLchar* casesToStr(CASES cases) const;
863 enum CASES enum in gl4cts::GLSL420Pack::UTF8CharactersTest
876 CASES m_case;
Dgl4cEnhancedLayoutsTests.cpp16539 … testCase test_case_in_arr = { (CASES)c, valid_component, true, true, (Utils::Shader::STAGES)stage, in test()
16541 …testCase test_case_in_one = { (CASES)c, valid_component, false, true, (Utils::Shader::STAGES)stage, in test()
16543 …testCase test_case_out_arr = { (CASES)c, valid_component, true, false, (Utils::Shader::STAGES)stag… in test()
16546 (CASES)c, valid_component, false, false, (Utils::Shader::STAGES)stage, type in test()
20916 testCase test_case = { (CASES)c, (Utils::Shader::STAGES)stage }; in test()
21333 testCase test_case = { (CASES)VALID, (Utils::Shader::STAGES)stage, type }; in test()
22202 testCase test_case = { (CASES)c, (Utils::Shader::STAGES)stage }; in test()
23639 testCase test_case = { (CASES)c, (Utils::Shader::STAGES)stage }; in test()
24026 testCase test_case = { (CASES)c, (Utils::Shader::STAGES)stage }; in test()
Dgl4cShadingLanguage420PackTests.cpp2554 << " line endings, is placed " << casesToStr((CASES)m_test_case.m_case) in prepareNextTestCase()
2989 const GLchar* LineContinuationTest::casesToStr(CASES cases) const in casesToStr()
/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.cpp2788 #define CASE_DESC(FUNCTION, CASES) \ argument
2789 { FUNCTION, DE_ARRAY_BEGIN(CASES), DE_ARRAY_END(CASES) }