/external/autotest/client/site_tests/power_LoadTest/ |
D | power_LoadTest.py | 360 handler_func=(lambda handler, forms, test_instance=self, 364 test_instance))) 369 handler_func=(lambda handler, forms, test_instance=self, 373 test_instance))) 873 test_instance): argument 918 test_instance._task_tracker.append((tagname, 922 test_instance._task_tracker.append((tagname, 928 test_instance._task_tracker.append((tagname, 938 if key in test_instance._tmp_keyvals: 939 test_instance._tmp_keyvals[key] += "_%.2f" % stats_vals[i] [all …]
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | templates_test.py | 50 def __init__(self, test_instance, expected_ctx): argument 52 self.test_instance = test_instance 57 self.test_instance.assertIsInstance(node.ctx, self.expected_ctx)
|
/external/pigweed/pw_unit_test/public/pw_unit_test/ |
D | framework.h | 222 TestInstance* test_instance = new (&framework.memory_pool_) TestInstance; in CreateAndRunTest() local 223 test_instance->PigweedTestRun(); in CreateAndRunTest() 227 test_instance->~TestInstance(); in CreateAndRunTest()
|
/external/python/cpython2/Lib/test/ |
D | test_repr.py | 113 def test_instance(self): member in ReprTests 287 def test_instance(self): member in LongReprTest
|
D | test_gc.py | 85 def test_instance(self): member in GCTests
|
D | test_collections.py | 112 def test_instance(self): member in TestNamedTuple
|
/external/python/cpython3/Lib/test/ |
D | test_reprlib.py | 130 def test_instance(self): member in ReprTests 315 def test_instance(self): member in LongReprTest
|
D | test_gc.py | 125 def test_instance(self): member in GCTests
|
D | test_collections.py | 457 def test_instance(self): member in TestNamedTuple
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_squeezer.py | 21 def get_test_tk_root(test_instance): argument 30 test_instance.addCleanup(cleanup_root)
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_prototypes.py | 148 def test_instance(self): member in CharPointersTestCase
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_prototypes.py | 151 def test_instance(self): member in CharPointersTestCase
|
/external/python/pybind11/tests/ |
D | test_class.py | 16 def test_instance(msg): function
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 2654 def patch(test_instance, object_to_patch, attr_name, new_value): argument 2682 test_instance.addCleanup(cleanup)
|
/external/autotest/ |
D | global_config.ini | 369 test_instance: chromeos-autotest.cbf key
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 1236 .. function:: patch(test_instance, object_to_patch, attr_name, new_value) 1239 cleanup procedure to *test_instance* to restore *object_to_patch* for
|