/external/autotest/client/common_lib/cros/tendo/ |
D | privet_helper.py | 130 auth_token='Privet anonymous', argument 144 headers = {'Authorization': auth_token} 195 auth_token = '%s %s' % (auth['tokenType'], auth['accessToken']) 196 return auth_token 211 def setup_start(self, data, auth_token): argument 224 auth_token=auth_token, tolerate_failure=True) 227 def wifi_setup_was_successful(self, ssid, auth_token): argument 238 auth_token=auth_token)
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppauth.cc | 29 const std::string& auth_token) { in StartPreXmppAuth() argument 33 auth_token_ = auth_token; in StartPreXmppAuth()
|
D | xmppauth.h | 33 const std::string& auth_token);
|
D | prexmppauth.h | 56 const std::string& auth_token) = 0;
|
D | xmppclientsettings.h | 49 const std::string& auth_token() const { return auth_token_; } in auth_token() function
|
D | xmppclient.cc | 144 d_->auth_token_ = settings.auth_token(); in Connect()
|
/external/autotest/server/site_tests/buffet_PrivetSetupFlow/ |
D | buffet_PrivetSetupFlow.py | 134 auth_token = helper.privet_auth() 137 helper.setup_start(data, auth_token) 188 if not helper.wifi_setup_was_successful(ssid, auth_token):
|
/external/owasp/sanitizer/tools/ |
D | googlecode_upload.py | 91 auth_token = base64.b64encode('%s:%s'% (user_name, password)) 93 'Authorization': 'Basic %s' % auth_token,
|
/external/libweave/src/privet/ |
D | auth_manager.cc | 431 ClientAuthTokenCaveat auth_token; in GetRootClientAuthToken() local 440 &auth_token.GetCaveat(), &issued.GetCaveat(), &client.GetCaveat(), in GetRootClientAuthToken() 462 const std::vector<uint8_t>& auth_token, in CreateAccessTokenFromAuth() argument 472 if (!LoadMacaroon(auth_token, &buffer, &macaroon, error) || in CreateAccessTokenFromAuth()
|
D | auth_manager.h | 61 bool CreateAccessTokenFromAuth(const std::vector<uint8_t>& auth_token,
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | upload.py | 215 def _GetAuthCookie(self, auth_token): argument 226 args = {"continue": continue_location, "auth": auth_token} 257 auth_token = self._GetAuthToken(credentials[0], credentials[1]) 288 self._GetAuthCookie(auth_token)
|
/external/google-breakpad/src/testing/scripts/ |
D | upload.py | 215 def _GetAuthCookie(self, auth_token): argument 226 args = {"continue": continue_location, "auth": auth_token} 257 auth_token = self._GetAuthToken(credentials[0], credentials[1]) 288 self._GetAuthCookie(auth_token)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
D | upload-diffs.py | 276 def _GetAuthCookie(self, auth_token): argument 287 args = {"continue": continue_location, "auth": auth_token} 318 auth_token = self._GetAuthToken(credentials[0], credentials[1]) 356 self._GetAuthCookie(auth_token)
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 2849 def _GetAuthCookie(self, auth_token): argument 2860 args = {"continue": continue_location, "auth": auth_token} 2889 auth_token = self._GetAuthToken(credentials[0], credentials[1]) 2919 self._GetAuthCookie(auth_token)
|