/third_party/qrcodegen/c/ |
D | qrcodegen-test.c | 729 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/ |
D | test_textwrap.py | 901 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/ |
D | test_encode_basestring_ascii.py | 6 CASES = [ variable 23 for input_string, expect in CASES:
|
/third_party/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 | 89 #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/ |
D | simple_panic_noser.conf | 2 CASES="soft-inj/panic_noser/cases.sh"
|
D | simple_panic.conf | 2 CASES="soft-inj/panic/cases.sh"
|
D | simple_panic_npcc.conf | 2 CASES="soft-inj/panic_npcc/cases.sh"
|
D | simple_nopanic_ser.conf | 2 CASES="soft-inj/non-panic/cases.sh soft-inj/poll_ucr/cases.sh soft-inj/recoverable_ucr/cases.sh"
|
D | simple_panic_ucr.conf | 2 CASES="soft-inj/panic_ucr/cases.sh"
|
D | simple_nopanic_noser.conf | 2 CASES="soft-inj/non-panic/cases.sh soft-inj/poll_noser/cases.sh"
|
D | simple_poll_ucr.conf | 2 CASES="soft-inj/poll_ucr/cases.sh"
|
D | simple_non_panic.conf | 2 CASES="soft-inj/non-panic/cases.sh"
|
D | simple_recoverable_ucr.conf | 2 CASES="soft-inj/recoverable_ucr/cases.sh"
|
D | simple.conf | 2 CASES="soft-inj/non-panic/cases.sh soft-inj/panic/cases.sh soft-inj/panic_npcc/cases.sh"
|
D | simple_ser.conf | 2 CASES="soft-inj/non-panic/cases.sh soft-inj/panic/cases.sh soft-inj/panic_npcc/cases.sh soft-inj/po…
|
D | simple_noser.conf | 2 CASES="soft-inj/non-panic/cases.sh soft-inj/panic/cases.sh soft-inj/panic_npcc/cases.sh soft-inj/pa…
|
D | simple_poll_noser.conf | 2 CASES="soft-inj/poll_noser/cases.sh"
|
D | kdump_panic_noser.conf | 2 CASES="soft-inj/panic_noser/cases.sh"
|
D | kdump_ser.conf | 2 CASES="soft-inj/panic/cases.sh soft-inj/panic_npcc/cases.sh soft-inj/panic_ucr/cases.sh"
|
D | kdump.conf | 2 CASES="soft-inj/panic/cases.sh soft-inj/panic_npcc/cases.sh"
|
D | kdump_panic_ucr.conf | 2 CASES="soft-inj/panic_ucr/cases.sh"
|
D | kdump_noser.conf | 2 CASES="soft-inj/panic/cases.sh soft-inj/panic_npcc/cases.sh soft-inj/panic_noser/cases.sh"
|
D | kdump_panic.conf | 2 CASES="soft-inj/panic/cases.sh"
|
D | kdump_panic_npcc.conf | 2 CASES="soft-inj/panic_npcc/cases.sh"
|