HomeSort by relevance Sort by last modified time
    Searched defs:get_host (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/cros/chameleon/
chameleon_audio_ids.py 146 def get_host(port_id): function
  /external/autotest/scheduler/
rdb_testing_utils.py 86 def get_host(cls, **kwargs): member in class:DBHelper
235 return cls.get_host(hostname=name)[0]
  /external/grpc-grpc/test/cpp/qps/
driver.cc 54 static std::string get_host(const std::string& worker) { function in namespace:grpc::testing
314 host = get_host(workers[i]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 251 def get_host(self): member in class:Request
898 authority = req.get_host()
    [all...]
  /external/python/cpython2/Lib/
urllib2.py 286 def get_host(self): member in class:Request
922 authority = req.get_host()
    [all...]

Completed in 1055 milliseconds