Home
last modified time | relevance | path

Searched refs:test_instance (Results 1 – 13 of 13) sorted by relevance

/external/autotest/client/site_tests/power_LoadTest/
Dpower_LoadTest.py341 handler_func=(lambda handler, forms, test_instance=self,
345 test_instance)))
797 test_instance): argument
845 test_instance._task_tracker.append((tagname,
849 test_instance._task_tracker.append((tagname,
855 test_instance._task_tracker.append((tagname,
865 if key in test_instance._tmp_keyvals:
866 test_instance._tmp_keyvals[key] += "_%.2f" % stats_vals[i]
868 test_instance._tmp_keyvals[key] = "%.2f" % stats_vals[i]
/external/python/cpython2/Lib/test/
Dtest_repr.py113 def test_instance(self): member in ReprTests
287 def test_instance(self): member in LongReprTest
Dtest_gc.py85 def test_instance(self): member in GCTests
Dtest_collections.py112 def test_instance(self): member in TestNamedTuple
/external/python/cpython3/Lib/test/
Dtest_reprlib.py130 def test_instance(self): member in ReprTests
315 def test_instance(self): member in LongReprTest
Dtest_gc.py108 def test_instance(self): member in GCTests
Dtest_collections.py330 def test_instance(self): member in TestNamedTuple
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_squeezer.py22 def get_test_tk_root(test_instance): argument
31 test_instance.addCleanup(cleanup_root)
/external/python/cpython2/Lib/ctypes/test/
Dtest_prototypes.py148 def test_instance(self): member in CharPointersTestCase
/external/python/cpython3/Lib/ctypes/test/
Dtest_prototypes.py151 def test_instance(self): member in CharPointersTestCase
/external/python/cpython3/Lib/test/support/
D__init__.py2658 def patch(test_instance, object_to_patch, attr_name, new_value): argument
2686 test_instance.addCleanup(cleanup)
/external/autotest/
Dglobal_config.ini360 test_instance: chromeos-autotest.cbf key
/external/python/cpython3/Doc/library/
Dtest.rst1124 .. function:: patch(test_instance, object_to_patch, attr_name, new_value)
1127 cleanup procedure to *test_instance* to restore *object_to_patch* for