Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/power_LoadTest/
Dpower_LoadTest.py360 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/
Dtemplates_test.py50 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/
Dframework.h222 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/
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.py125 def test_instance(self): member in GCTests
Dtest_collections.py457 def test_instance(self): member in TestNamedTuple
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_squeezer.py21 def get_test_tk_root(test_instance): argument
30 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/pybind11/tests/
Dtest_class.py16 def test_instance(msg): function
/external/python/cpython3/Lib/test/support/
D__init__.py2654 def patch(test_instance, object_to_patch, attr_name, new_value): argument
2682 test_instance.addCleanup(cleanup)
/external/autotest/
Dglobal_config.ini369 test_instance: chromeos-autotest.cbf key
/external/python/cpython3/Doc/library/
Dtest.rst1236 .. function:: patch(test_instance, object_to_patch, attr_name, new_value)
1239 cleanup procedure to *test_instance* to restore *object_to_patch* for