Home
last modified time | relevance | path

Searched refs:test_items (Results 1 – 11 of 11) sorted by relevance

/external/toolchain-utils/binary_search_tool/test/
Dbinary_search_tool_tester.py233 test_items = [1, 2, 3, 4, 5]
236 bss.all_items = test_items
244 self.assertEquals(bss2.all_items, test_items)
/external/deqp/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp2649 } test_items[] = { /* Use the basic outline to test the basic functionality of cull distances. */ in iterate() local
2759 const glw::GLuint n_test_items = sizeof(test_items) / sizeof(test_items[0]); in iterate()
2770 if (test_items[n_test_item].use_passthrough_ts) in iterate()
2779 const _test_item& current_test_item = test_items[n_test_item]; in iterate()
3114 } test_items[] = { /* Negative Test 1 */ in iterate() local
3123 const unsigned int n_test_items = sizeof(test_items) / sizeof(test_items[0]); in iterate()
3127 const _test_item& current_test_item = test_items[n_test_item]; in iterate()
/external/python/cpython3/Lib/test/
Dmapping_tests.py155 def test_items(self): member in BasicTestMappingProtocol
332 def test_items(self): member in TestMappingProtocol
333 BasicTestMappingProtocol.test_items(self)
Dtest_configparser.py897 def test_items(self): member in ConfigParserTestCase
1066 def test_items(self): member in RawConfigParserTestCase
Dtest_dict.py67 def test_items(self): member in DictTest
Dtest_mailbox.py323 def test_items(self): member in TestMailbox
Dtest_os.py728 def test_items(self): member in EnvironTests
/external/python/cpython2/Lib/test/
Dmapping_tests.py159 def test_items(self): member in BasicTestMappingProtocol
339 def test_items(self): member in TestMappingProtocol
340 BasicTestMappingProtocol.test_items(self)
Dtest_cfgparser.py390 def test_items(self): member in ConfigParserTestCase
464 def test_items(self): member in RawConfigParserTestCase
Dtest_dict.py51 def test_items(self): member in DictTest
Dtest_mailbox.py225 def test_items(self): member in TestMailbox