HomeSort by relevance Sort by last modified time
    Searched refs:user_agent (Results 1 - 25 of 44) sorted by null

1 2

  /tools/acloud/internal/lib/
auth.py 92 def _RunAuthFlow(storage, client_id, client_secret, user_agent, scopes):
98 user_agent: The user agent for the credential, e.g. "acloud"
109 user_agent=user_agent)
116 user_agent, scopes):
125 user_agent: The user agent for the credential, e.g. "acloud"
139 user_agent=user_agent,
149 return _RunAuthFlow(storage, client_id, client_secret, user_agent, scopes)
175 user_agent=acloud_config.user_agent
    [all...]
  /external/webrtc/webrtc/p2p/client/
autoportallocator.h 25 const std::string& user_agent)
26 : cricket::HttpPortAllocator(network_manager, user_agent) {
httpportallocator.h 44 const std::string& user_agent);
47 const std::string& user_agent);
82 const std::string& user_agent() const { function in class:cricket::HttpPortAllocatorBase
113 const std::string& user_agent() const { function in class:cricket::HttpPortAllocatorSessionBase
httpportallocator.cc 82 const std::string &user_agent)
83 : BasicPortAllocator(network_manager, socket_factory), agent_(user_agent) {
91 const std::string &user_agent)
92 : BasicPortAllocator(network_manager), agent_(user_agent) {
112 const std::string& user_agent)
116 relay_token_(relay_token), agent_(user_agent), attempts_(0) {
  /external/webrtc/webrtc/p2p/base/
packetsocketfactory.h 41 // TODO: |proxy_info| and |user_agent| should be set
47 const std::string& user_agent,
basicpacketsocketfactory.h 39 const std::string& user_agent,
basicpacketsocketfactory.cc 109 const ProxyInfo& proxy_info, const std::string& user_agent, int opts) {
130 socket, user_agent, proxy_info.address,
port.h 246 void set_proxy(const std::string& user_agent,
248 user_agent_ = user_agent;
251 const std::string& user_agent() { return user_agent_; } function in class:cricket::Port
  /external/webrtc/webrtc/base/
autodetectproxy_unittest.cc 39 bool Create(const std::string& user_agent,
45 auto_detect_proxy_ = new AutoDetectProxy(user_agent);
httprequest.cc 51 HttpRequest::HttpRequest(const std::string& user_agent)
56 client_(user_agent.c_str(), NULL),
autodetectproxy.h 33 explicit AutoDetectProxy(const std::string& user_agent);
httprequest.h 32 HttpRequest(const std::string &user_agent);
sslsocketfactory.h 25 SslSocketFactory(SocketFactory* factory, const std::string& user_agent);
sslsocketfactory.cc 103 const std::string& user_agent)
105 agent_(user_agent),
autodetectproxy.cc 31 AutoDetectProxy::AutoDetectProxy(const std::string& user_agent)
32 : agent_(user_agent), resolver_(NULL), socket_(NULL), next_(0) {
  /external/libcups/cups/
usersys.c 487 cupsSetUserAgent(const char *user_agent)/* I - User-Agent string or @code NULL@ */
499 if (user_agent)
501 strlcpy(cg->user_agent, user_agent, sizeof(cg->user_agent));
510 snprintf(cg->user_agent, sizeof(cg->user_agent),
526 snprintf(cg->user_agent, sizeof(cg->user_agent),
567 if (!cg->user_agent[0]
    [all...]
cups-private.h 147 user_agent[256],/* User-Agent string */ member in struct:_cups_globals_s
  /external/libbrillo/brillo/http/
http_transport.h 55 const std::string& user_agent,
http_transport_fake.cc 39 const std::string& user_agent,
49 if (!user_agent.empty()) {
51 std::make_pair(http::request_header::kUserAgent, user_agent));
http_transport_curl.h 47 const std::string& user_agent,
http_transport_curl.cc 121 const std::string& user_agent,
148 if (code == CURLE_OK && !user_agent.empty()) {
150 curl_handle, CURLOPT_USERAGENT, user_agent);
http_request.cc 233 void Request::SetUserAgent(const std::string& user_agent) {
235 user_agent_ = user_agent;
  /tools/acloud/public/
config.py 78 self.user_agent = internal_cfg.user_agent
config_test.py 58 user_agent: "fake_user_agent"
128 self.assertEquals(cfg.user_agent, "fake_user_agent")
  /external/v8/samples/
process.cc 580 const string& user_agent);
596 const string& user_agent)
600 user_agent_(user_agent) { }

Completed in 371 milliseconds

1 2