/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/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
|
D | xmppclient.cc | 144 d_->auth_token_ = settings.auth_token(); in Connect()
|
/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/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/tensorflow/tensorflow/core/platform/cloud/ |
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 | http_request.h | 114 virtual void AddAuthBearerHeader(const string& auth_token) = 0;
|
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
|
D | curl_http_request.h | 76 void AddAuthBearerHeader(const string& auth_token) override;
|
D | gcs_file_system.cc | 1664 string auth_token; in CreateHttpRequest() local 1668 AuthProvider::GetToken(auth_provider_.get(), &auth_token)); in CreateHttpRequest() 1671 new_request->AddAuthBearerHeader(auth_token); in CreateHttpRequest()
|
/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/googletest/googlemock/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/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/googletest/googletest/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/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()
|