HomeSort by relevance Sort by last modified time
    Searched refs:set_host (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/base/
httprequest.h 46 void set_host(const std::string& host) { host_ = host; } function in class:rtc::HttpRequest
httpcommon_unittest.cc 58 url.set_host(TEST_HOST);
httpcommon.h 244 void set_host(const string& val) { host_ = val; } function in class:rtc::Url
  /external/webrtc/webrtc/libjingle/xmpp/
xmppclientsettings.h 28 void set_host(const std::string& host) { host_ = host; } function in class:buzz::XmppUserSettings
  /external/autotest/scheduler/
host_scheduler.py 238 queue_entry.set_host(host)
scheduler_models.py 563 def set_host(self, host): member in class:HostQueueEntry
790 self.set_host(None)
    [all...]
  /external/v8/src/
type-info.cc 533 info->set_host(new_code);
assembler.h 487 void set_host(Code* host) { host_ = host; } function in class:v8::internal::RelocInfo
    [all...]

Completed in 1673 milliseconds