Searched defs:test_items (Results 1 – 7 of 7) sorted by relevance
| /third_party/python/Lib/test/ | ||
| D | mapping_tests.py | 156 def test_items(self): member in BasicTestMappingProtocol |
| D | test_configparser.py | 928 def test_items(self): member in ConfigParserTestCase |
| D | test_dict.py | 100 def test_items(self): member in DictTest |
| D | test_mailbox.py | 329 def test_items(self): member in TestMailbox |
| D | test_os.py | 1031 def test_items(self): member in EnvironTests |
| /third_party/rust/rust/compiler/rustc_interface/src/ | ||
| D | tests.rs | 152 let mut test_items = cfg.iter().filter(|&&(name, _)| name == sym::test); in test_switch_implies_cfg_test_unless_cfg_test() localVariable |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ | ||
| D | gl3cCullDistanceTests.cpp | 2668 } test_items[] = { /* Use the basic outline to test the basic functionality of cull distances. */ in iterate() local |