Home
last modified time | relevance | path

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

12

/third_party/qrcodegen/c/
Dqrcodegen-test.c729 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); i++) { in testCalcSegmentBitLength()
808 assert(calcSegmentBitLength(qrcodegen_Mode_BYTE, CASES[i].numChars) == CASES[i].result); in testCalcSegmentBitLength()
813 const struct TestCase CASES[] = { in testCalcSegmentBitLength() local
[all …]
/third_party/python/Lib/test/
Dtest_textwrap.py901 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):
/third_party/python/Lib/test/test_json/
Dtest_encode_basestring_ascii.py6 CASES = [ variable
23 for input_string, expect in CASES:
/third_party/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)
/third_party/ltp/testcases/kernel/mce-test/config/
Dsimple_panic_noser.conf2 CASES="soft-inj/panic_noser/cases.sh"
Dsimple_panic.conf2 CASES="soft-inj/panic/cases.sh"
Dsimple_panic_npcc.conf2 CASES="soft-inj/panic_npcc/cases.sh"
Dsimple_nopanic_ser.conf2 CASES="soft-inj/non-panic/cases.sh soft-inj/poll_ucr/cases.sh soft-inj/recoverable_ucr/cases.sh"
Dsimple_panic_ucr.conf2 CASES="soft-inj/panic_ucr/cases.sh"
Dsimple_nopanic_noser.conf2 CASES="soft-inj/non-panic/cases.sh soft-inj/poll_noser/cases.sh"
Dsimple_poll_ucr.conf2 CASES="soft-inj/poll_ucr/cases.sh"
Dsimple_non_panic.conf2 CASES="soft-inj/non-panic/cases.sh"
Dsimple_recoverable_ucr.conf2 CASES="soft-inj/recoverable_ucr/cases.sh"
Dsimple.conf2 CASES="soft-inj/non-panic/cases.sh soft-inj/panic/cases.sh soft-inj/panic_npcc/cases.sh"
Dsimple_ser.conf2 CASES="soft-inj/non-panic/cases.sh soft-inj/panic/cases.sh soft-inj/panic_npcc/cases.sh soft-inj/po…
Dsimple_noser.conf2 CASES="soft-inj/non-panic/cases.sh soft-inj/panic/cases.sh soft-inj/panic_npcc/cases.sh soft-inj/pa…
Dsimple_poll_noser.conf2 CASES="soft-inj/poll_noser/cases.sh"
Dkdump_panic_noser.conf2 CASES="soft-inj/panic_noser/cases.sh"
Dkdump_ser.conf2 CASES="soft-inj/panic/cases.sh soft-inj/panic_npcc/cases.sh soft-inj/panic_ucr/cases.sh"
Dkdump.conf2 CASES="soft-inj/panic/cases.sh soft-inj/panic_npcc/cases.sh"
Dkdump_panic_ucr.conf2 CASES="soft-inj/panic_ucr/cases.sh"
Dkdump_noser.conf2 CASES="soft-inj/panic/cases.sh soft-inj/panic_npcc/cases.sh soft-inj/panic_noser/cases.sh"
Dkdump_panic.conf2 CASES="soft-inj/panic/cases.sh"
Dkdump_panic_npcc.conf2 CASES="soft-inj/panic_npcc/cases.sh"

12