Searched refs:TEST_TEMPLATE (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/test/test_peg_generator/ |
D | test_c_parser.py | 30 TEST_TEMPLATE = """ variable 100 TEST_TEMPLATE.format(extension_path=self.tmp_path, test_source=test_source),
|
/third_party/vixl/test/aarch64/ |
D | test-cpu-features-aarch64.cc | 145 #define TEST_TEMPLATE(FEATURES, NAME, ASM) \ macro 165 TEST_TEMPLATE(CPUFeatures::None(), NONE_##NAME, ASM) 530 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kFP), FP_##NAME, ASM) 725 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kFP, \ 739 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kBTI), BTI_##NAME, ASM) 746 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kRAS), RAS_##NAME, ASM) 750 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kRNG), RNG_##NAME, ASM) 755 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kNEON), NEON_##NAME, ASM) 2786 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kRCpc), RCpc_##NAME, ASM) 2793 TEST_TEMPLATE(CPUFeatures(CPUFeatures::kCRC32), CRC32_##NAME, ASM) [all …]
|