Searched refs:test_object (Results 1 – 9 of 9) sorted by relevance
/external/autotest/frontend/afe/ |
D | rpc_interface.py | 2481 test_object = {} 2483 test_object[key] = getattr(control_obj, key) if hasattr( 2492 test_object['id'] = _id 2493 test_object['run_reset'] = True 2494 test_object['description'] = test_object.get('doc', '') 2495 test_object['test_time'] = test_object.get('time', 0) 2496 test_object['test_retry'] = test_object.get('retries', 0) 2506 test_object['name'] = testname 2509 test_object['path'] = control_file_path 2512 test_objects.append(test_object)
|
/external/python/cpython2/Lib/test/ |
D | test_httpservers.py | 52 def __init__(self, test_object, request_handler): argument 55 self.test_object = test_object 59 self.test_object.PORT = self.server.socket.getsockname()[1] 60 self.test_object.server_started.set() 61 self.test_object = None
|
D | test_repr.py | 272 def test_object(self): member in LongReprTest
|
/external/autotest/client/cros/networking/ |
D | shill_proxy.py | 623 test_object = self.get_dbus_object(dbus_type, path) 624 object_properties = test_object.GetProperties(utf8_strings=True) 630 return test_object
|
/external/python/cpython3/Lib/test/ |
D | test_httpservers.py | 38 def __init__(self, test_object, request_handler): argument 41 self.test_object = test_object 45 self.test_object.HOST, self.test_object.PORT = self.server.socket.getsockname() 46 self.test_object.server_started.set() 47 self.test_object = None
|
D | test_reprlib.py | 299 def test_object(self): member in LongReprTest
|
/external/tensorflow/tensorflow/python/estimator/canned/ |
D | optimizers_test.py | 68 def test_object(self): member in GetOptimizerInstance
|
/external/harfbuzz_ng/test/api/ |
D | test-object.c | 227 test_object (void) in test_object() function 372 hb_test_add (test_object); in main()
|
/external/python/cpython3/Lib/test/test_importlib/import_/ |
D | test_fromlist.py | 52 def test_object(self): member in HandlingFromlist
|