Searched defs:get_host (Results 1 – 5 of 5) sorted by relevance
| /external/autotest/site_utils/admin_audit/ | ||
| D | base.py | 39     def get_host(self):  member in _BaseVerifier | 
| /external/autotest/client/cros/chameleon/ | ||
| D | chameleon_audio_ids.py | 146 def get_host(port_id):  function | 
| /external/curl/lib/ | ||
| D | cfilters.h | 173   Curl_cft_get_host *get_host;            /* host filter talks to */  member | 
| /external/grpc-grpc/test/cpp/qps/ | ||
| D | driver.cc | 54 static std::string get_host(const std::string& worker) {  in get_host()  function | 
| /external/python/cpython2/Lib/ | ||
| D | urllib2.py | 286     def get_host(self):  member in Request |