Searched refs:get_host (Results 1 – 16 of 16) sorted by relevance
/external/autotest/scheduler/ |
D | rdb_hosts_unittest.py | 83 host = self.db_helper.get_host(hostname=hostname)[0] 138 self.db_helper.get_host(hostname=hostname)[0]).wire_format() 159 self.db_helper.get_host(hostname=hostname)[0].dirty == True and 164 self.db_helper.get_host(hostname=hostname)[0].status ==
|
D | host_scheduler_unittests.py | 90 host = self.db_helper.get_host(hostname='h1')[0] 110 host = self.db_helper.get_host(hostname='h1')[0] 133 host = self.db_helper.get_host(hostname='h1')[0] 140 self.assertTrue(self.db_helper.get_host(hostname='h1')[0].leased == 0) 188 self.assertTrue(self.db_helper.get_host(hostname='h')[0].leased == 1 and 189 self.db_helper.get_host(hostname='h1')[0].leased == 1) 271 host = self.db_helper.get_host(hostname='h1')[0]
|
D | rdb_testing_utils.py | 86 def get_host(cls, **kwargs): member in DBHelper 235 return cls.get_host(hostname=name)[0]
|
/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/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/autotest/client/cros/chameleon/ |
D | chameleon_audio_ids.py | 146 def get_host(port_id): function
|
D | chameleon_audio_helper.py | 43 self.host = ids.get_host(port_id)
|
/external/autotest/frontend/afe/feeds/ |
D | feed.py | 51 server_hostname = django.http.get_host(request)
|
/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/utils/java/ |
D | jni-cache.cc | 222 TC3_GET_METHOD(uri, get_host, "getHost", "()Ljava/lang/String;"); in Create()
|
/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/library/ |
D | http.cookiejar.rst | 157 must support the methods :meth:`get_full_url`, :meth:`get_host`, 183 must support the methods :meth:`get_full_url`, :meth:`get_host`,
|
D | urllib.request.rst | 594 The request methods add_data, has_data, get_data, get_type, get_host,
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.4.rst | 2197 ``add_data``, ``has_data``, ``get_data``, ``get_type``, ``get_host``,
|