/external/autotest/site_utils/admin_audit/ |
D | verifiers.py | 61 validator = storage.StorageStateValidator(self.get_host()) 71 self.get_host().set_device_needs_replacement( 114 usb = self.get_host()._probe_and_validate_usb_dev() 136 servo = self.get_host().get_servo() 138 state = self._run_check_on_host(self.get_host(), servo_usb) 158 servo = self.get_host().get_servo() 214 self.get_host().get_servo().image_to_servo_usb(image_path, 239 self.get_host(), 253 rpm_validator.verify_unsafe(self.get_host()) 273 host = self.get_host() [all …]
|
D | base.py | 39 def get_host(self): member in _BaseVerifier 87 def get_host(self): member in _BaseDUTVerifier 103 def get_host(self): member in _BaseServoVerifier
|
/external/python/cpython2/Lib/test/ |
D | test_urllib2.py | 872 self.assertEqual(newreq.get_host(),'www.python.org') 878 self.assertEqual(newreq.get_host(),'www.python.org') 1067 self.assertEqual(req.get_host(), "acme.example.com") 1069 self.assertEqual(req.get_host(), "proxy.example.com:3128") 1080 self.assertEqual(req.get_host(), "www.perl.org") 1082 self.assertEqual(req.get_host(), "proxy.example.com") 1084 self.assertEqual(req.get_host(), "www.python.org") 1086 self.assertEqual(req.get_host(), "www.python.org") 1099 self.assertEqual(req.get_host(), "www.example.com") 1101 self.assertEqual(req.get_host(), "proxy.example.com:3128") [all …]
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_audio_ids.py | 146 def get_host(port_id): function
|
D | chameleon_audio_helper.py | 48 self.host = ids.get_host(port_id)
|
/external/python/cpython2/Lib/ |
D | urllib2.py | 286 def get_host(self): member in Request 922 authority = req.get_host() 1109 host = req.get_host() 1124 host = request.get_host() 1162 host = req.get_host() 1354 host = req.get_host() 1383 host = req.get_host()
|
D | cookielib.py | 636 host = request.get_host()
|
/external/llvm-project/libc/benchmarks/ |
D | render.py3 | 90 def get_host(jsons): 155 axes.set_title(get_title(get_host(jsons)))
|
/external/grpc-grpc/test/cpp/qps/ |
D | driver.cc | 54 static std::string get_host(const std::string& worker) { in get_host() function 314 host = get_host(workers[i]); in RunScenario()
|
/external/libtextclassifier/native/utils/java/ |
D | jni-cache.cc | 237 TC3_GET_METHOD(uri, get_host, "getHost", "()Ljava/lang/String;"); in Create()
|
/external/python/cpython3/Doc/library/ |
D | http.cookiejar.rst | 163 must support the methods :meth:`get_full_url`, :meth:`get_host`, 189 must support the methods :meth:`get_full_url`, :meth:`get_host`,
|
D | urllib.request.rst | 593 The request methods add_data, has_data, get_data, get_type, get_host,
|
/external/python/cpython2/Doc/library/ |
D | cookielib.rst | 163 the methods :meth:`get_full_url`, :meth:`get_host`, :meth:`get_type`, 184 the methods :meth:`get_full_url`, :meth:`get_host`, :meth:`unverifiable`, and
|
D | urllib2.rst | 407 .. method:: Request.get_host()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.4.rst | 2197 ``add_data``, ``has_data``, ``get_data``, ``get_type``, ``get_host``,
|