Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/openssh/
Dbuild.sh80 CASES="$SRC/openssh-fuzz-cases"
81 (set -e ; cd ${CASES}/key ; zip -r $OUT/pubkey_fuzz_seed_corpus.zip .)
82 (set -e ; cd ${CASES}/privkey ; zip -r $OUT/privkey_fuzz_seed_corpus.zip .)
83 (set -e ; cd ${CASES}/sig ; zip -r $OUT/sig_fuzz_seed_corpus.zip .)
84 (set -e ; cd ${CASES}/authopt ; zip -r $OUT/authopt_fuzz_seed_corpus.zip .)
85 (set -e ; cd ${CASES}/sshsig ; zip -r $OUT/sshsig_fuzz_seed_corpus.zip .)
86 (set -e ; cd ${CASES}/sshsigopt ; zip -r $OUT/sshsigopt_fuzz_seed_corpus.zip .)
87 (set -e ; cd ${CASES}/kex ; zip -r $OUT/kex_fuzz_seed_corpus.zip .)
88 (set -e ; cd ${CASES}/agent ; zip -r $OUT/agent_fuzz_seed_corpus.zip .)
/external/ltp/runtest/
Dquickhit8 # TEST CASES
20 # TEST CASES
25 # TEST CASES
29 # TEST CASES
33 # TEST CASES
37 # TEST CASES
41 # TEST CASES
45 # TEST CASES
49 # TEST CASES
95 # TEST CASES
[all …]
/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/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/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.cc89 #define TEST_1D(FIXTURE, NAME, CASES) \ argument
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)
/external/tensorflow/tensorflow/core/framework/
Dtensor.cc759 #define CASES(TYPE_ENUM, STMTS) \ macro
769 CASES(type, buf_ = new Buffer<T>(a, shape.num_elements())); in Tensor()
783 CASES(type, buf_ = new Buffer<T>(a, shape.num_elements(), allocation_attr)); in Tensor()
880 CASES(dt, ret.buf_ = new SubBuffer<T>(buf_, delta, num_elems)); in Slice()
902 CASES(dt, ret.buf_ = new SubBuffer<T>(buf_, delta, num_elems)); in SubSlice()
949 CASES(dtype(), ToProtoField<T>(*buf_, shape_.num_elements(), proto)); in AsProtoField()
958 CASES(dtype(), Helper<T>::Encode(buf_, shape_.num_elements(), in AsProtoTensorContent()
966 CASES(dtype(), return Helper<T>::TotalBytes(buf_, shape_.num_elements())); in TotalBytes()
981 CASES(dtype(), return is_simple_type<T>::value); in CanUseDMA()
985 #undef CASES
/external/mesa3d/src/compiler/glsl/tests/
Doptimization_test.py83 for gen in lower_jump_cases.CASES:
Dlower_jump_cases.py634 CASES = [ variable
/external/deqp/external/openglcts/modules/gl/
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_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.cpp17223 testCase test_case_in_arr = { (CASES)c, valid_components.back(), true, in test()
17225 testCase test_case_in_one = { (CASES)c, valid_components.back(), false, in test()
17227 testCase test_case_out_arr = { (CASES)c, valid_components.back(), true, in test()
17229 testCase test_case_out_one = { (CASES)c, valid_components.back(), false, in test()
21537 testCase test_case = { (CASES)c, (Utils::Shader::STAGES)stage }; in test()
21883 testCase test_case = { static_cast<CASES>(c), static_cast<Utils::Shader::STAGES>(stage), type }; in test()
22707 testCase test_case = { (CASES)c, (Utils::Shader::STAGES)stage }; in test()
24110 testCase test_case = { (CASES)c, (Utils::Shader::STAGES)stage }; in test()
24451 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/rust/crates/ring/src/
Dlimb.rs584 static CASES: &[(&[Limb], usize)] = &[ in test_limbs_minimal_bits() variable
600 for (limbs, bits) in CASES { in test_limbs_minimal_bits()
/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.txt14 # 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/memory/
DvktMemoryDeviceMemoryReportTests.cpp1549 #define CASE_DESC(FUNCTION, CASES) \ argument
1550 { FUNCTION, DE_ARRAY_BEGIN(CASES), DE_ARRAY_END(CASES) }
/external/llvm-project/polly/lib/External/isl/doc/
Disl.bib311 … on {C}ompilers, {A}rchitectures, and {S}ynthesis for {E}mbedded Systems, CASES 2006, {S}eoul, {K}…
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp3054 #define CASE_DESC(FUNCTION, CASES) \ argument
3055 { FUNCTION, DE_ARRAY_BEGIN(CASES), DE_ARRAY_END(CASES) }