Home
last modified time | relevance | path

Searched refs:get_host (Results 1 – 15 of 15) sorted by relevance

/external/autotest/site_utils/admin_audit/
Dverifiers.py61 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 …]
Dbase.py39 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/
Dtest_urllib2.py872 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/
Dchameleon_audio_ids.py146 def get_host(port_id): function
Dchameleon_audio_helper.py48 self.host = ids.get_host(port_id)
/external/python/cpython2/Lib/
Durllib2.py286 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()
Dcookielib.py636 host = request.get_host()
/external/llvm-project/libc/benchmarks/
Drender.py390 def get_host(jsons):
155 axes.set_title(get_title(get_host(jsons)))
/external/grpc-grpc/test/cpp/qps/
Ddriver.cc54 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/
Djni-cache.cc237 TC3_GET_METHOD(uri, get_host, "getHost", "()Ljava/lang/String;"); in Create()
/external/python/cpython3/Doc/library/
Dhttp.cookiejar.rst163 must support the methods :meth:`get_full_url`, :meth:`get_host`,
189 must support the methods :meth:`get_full_url`, :meth:`get_host`,
Durllib.request.rst593 The request methods add_data, has_data, get_data, get_type, get_host,
/external/python/cpython2/Doc/library/
Dcookielib.rst163 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
Durllib2.rst407 .. method:: Request.get_host()
/external/python/cpython3/Doc/whatsnew/
D3.4.rst2197 ``add_data``, ``has_data``, ``get_data``, ``get_type``, ``get_host``,