/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/tensorflow/tensorflow/contrib/cloud/kernels/ |
D | bigquery_table_accessor.cc | 160 string auth_token; in ReadRow() local 162 AuthProvider::GetToken(auth_provider_.get(), &auth_token)); in ReadRow() 180 request->AddAuthBearerHeader(auth_token); in ReadRow() 250 string auth_token; in ReadSchema() local 251 TF_RETURN_IF_ERROR(AuthProvider::GetToken(auth_provider_.get(), &auth_token)); in ReadSchema() 258 request->AddAuthBearerHeader(auth_token); in ReadSchema()
|
/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
|
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
D | keymaster.proto | 256 HardwareAuthToken auth_token = 4; field 271 HardwareAuthToken auth_token = 4; field 287 HardwareAuthToken auth_token = 5; field
|
/external/nos/host/android/hals/keymaster/ |
D | proto_utils.cpp | 407 ErrorCode translate_auth_token(const HardwareAuthToken& auth_token, in translate_auth_token() argument 410 out->set_challenge(auth_token.challenge); in translate_auth_token() 411 out->set_user_id(auth_token.userId); in translate_auth_token() 412 out->set_authenticator_id(auth_token.authenticatorId); in translate_auth_token() 413 out->set_authenticator_type((uint32_t)auth_token.authenticatorType); in translate_auth_token() 414 out->set_timestamp(auth_token.timestamp); in translate_auth_token() 415 out->set_mac(&auth_token.mac[0], auth_token.mac.size()); in translate_auth_token()
|
D | proto_utils.h | 65 ErrorCode translate_auth_token(const HardwareAuthToken& auth_token,
|
/external/lz4/ |
D | appveyor.yml | 123 auth_token: 134 auth_token:
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | http_request.h | 113 /// Sets the 'Authorization' header to the value of 'Bearer ' + auth_token. 114 virtual void AddAuthBearerHeader(const string& auth_token) = 0;
|
D | http_request_fake.h | 87 void AddAuthBearerHeader(const string& auth_token) override { in AddAuthBearerHeader() argument 88 actual_request_ += "Auth Token: " + auth_token + "\n"; in AddAuthBearerHeader()
|
D | curl_http_request.h | 75 /// Sets the 'Authorization' header to the value of 'Bearer ' + auth_token. 76 void AddAuthBearerHeader(const string& auth_token) override;
|
D | curl_http_request.cc | 202 void CurlHttpRequest::AddAuthBearerHeader(const string& auth_token) { in AddAuthBearerHeader() argument 204 if (!auth_token.empty()) { in AddAuthBearerHeader() 205 AddHeader("Authorization", strings::StrCat("Bearer ", auth_token)); in AddAuthBearerHeader()
|
D | gcs_dns_cache_test.cc | 38 void AddAuthBearerHeader(const string& auth_token) override {} in AddAuthBearerHeader() argument
|
/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/deqp-deps/glslang/ |
D | .appveyor.yml | 84 auth_token:
|
/external/deqp-deps/SPIRV-Tools/ |
D | .appveyor.yml | 79 auth_token:
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | .appveyor.yml | 79 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/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/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/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/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/grpc-grpc/test/core/end2end/fuzzers/ |
D | api_fuzzer.cc | 272 const char* auth_token = read_cred_artifact(&ctx, inp, nullptr, 0); in read_call_creds() local 275 auth_token == nullptr || auth_selector == nullptr in read_call_creds() 277 : grpc_google_iam_credentials_create(auth_token, auth_selector, in read_call_creds()
|