/external/autotest/client/common_lib/cros/tendo/ |
D | privet_helper.py | 130 auth_token='Privet anonymous', argument 137 @param auth_token: authorization token to be added as 'Authorization' 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 216 @param auth_token: string auth token returned from privet_auth() 224 auth_token=auth_token, tolerate_failure=True) 227 def wifi_setup_was_successful(self, ssid, auth_token): argument 231 @param auth_token: string auth token returned from prviet_auth() [all …]
|
/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/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/lz4/ |
D | appveyor.yml | 123 auth_token: 134 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/brotli/ |
D | appveyor.yml | 104 auth_token:
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
D | ParameterNamesIms.java | 60 public static final String AUTH_TOKEN = "auth-token"; field
|
/external/googletest/googlemock/scripts/ |
D | upload.py | 215 def _GetAuthCookie(self, auth_token): argument 219 auth_token: The authentication token returned by ClientLogin. 226 args = {"continue": continue_location, "auth": auth_token} 257 auth_token = self._GetAuthToken(credentials[0], credentials[1]) 288 self._GetAuthCookie(auth_token)
|
/external/googletest/googletest/scripts/ |
D | upload.py | 215 def _GetAuthCookie(self, auth_token): argument 219 auth_token: The authentication token returned by ClientLogin. 226 args = {"continue": continue_location, "auth": auth_token} 257 auth_token = self._GetAuthToken(credentials[0], credentials[1]) 288 self._GetAuthCookie(auth_token)
|
/external/v8/testing/gtest/scripts/ |
D | upload.py | 215 def _GetAuthCookie(self, auth_token): argument 219 auth_token: The authentication token returned by ClientLogin. 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 219 auth_token: The authentication token returned by ClientLogin. 226 args = {"continue": continue_location, "auth": auth_token} 257 auth_token = self._GetAuthToken(credentials[0], credentials[1]) 288 self._GetAuthCookie(auth_token)
|
/external/v8/testing/gmock/scripts/ |
D | upload.py | 215 def _GetAuthCookie(self, auth_token): argument 219 auth_token: The authentication token returned by ClientLogin. 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/gtest/scripts/ |
D | upload.py | 215 def _GetAuthCookie(self, auth_token): argument 219 auth_token: The authentication token returned by ClientLogin. 226 args = {"continue": continue_location, "auth": auth_token} 257 auth_token = self._GetAuthToken(credentials[0], credentials[1]) 288 self._GetAuthCookie(auth_token)
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 2849 def _GetAuthCookie(self, auth_token): argument 2853 auth_token: The authentication token returned by ClientLogin. 2860 args = {"continue": continue_location, "auth": auth_token} 2889 auth_token = self._GetAuthToken(credentials[0], credentials[1]) 2919 self._GetAuthCookie(auth_token)
|