/external/autotest/client/common_lib/cros/tendo/ |
D | privet_helper.py | 128 auth_token='Privet anonymous', argument 142 headers = {'Authorization': auth_token} 193 auth_token = '%s %s' % (auth['tokenType'], auth['accessToken']) 194 return auth_token 209 def setup_start(self, data, auth_token): argument 222 auth_token=auth_token, tolerate_failure=True) 225 def wifi_setup_was_successful(self, ssid, auth_token): argument 236 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/tensorflow/tensorflow/core/platform/cloud/ |
D | http_request_fake.h | 88 void AddAuthBearerHeader(const string& auth_token) override { in AddAuthBearerHeader() argument 89 actual_request_ += "Auth Token: " + auth_token + "\n"; in AddAuthBearerHeader()
|
D | http_request.h | 115 virtual void AddAuthBearerHeader(const string& auth_token) = 0;
|
D | gcs_dns_cache_test.cc | 39 void AddAuthBearerHeader(const string& auth_token) override {} in AddAuthBearerHeader() argument
|
D | curl_http_request.cc | 204 void CurlHttpRequest::AddAuthBearerHeader(const string& auth_token) { in AddAuthBearerHeader() argument 206 if (!auth_token.empty()) { in AddAuthBearerHeader() 207 AddHeader("Authorization", strings::StrCat("Bearer ", auth_token)); in AddAuthBearerHeader()
|
D | curl_http_request.h | 77 void AddAuthBearerHeader(const string& auth_token) override;
|
D | gcs_file_system.cc | 1774 string auth_token; in CreateHttpRequest() local 1778 AuthProvider::GetToken(auth_provider_.get(), &auth_token)); in CreateHttpRequest() 1781 new_request->AddAuthBearerHeader(auth_token); in CreateHttpRequest()
|
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
D | keymaster.proto | 279 HardwareAuthToken auth_token = 4; field 294 HardwareAuthToken auth_token = 4; field 310 HardwareAuthToken auth_token = 5; field
|
/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/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/googletest/googletest/scripts/ |
D | upload.py | 230 def _GetAuthCookie(self, auth_token): argument 241 args = {"continue": continue_location, "auth": auth_token} 272 auth_token = self._GetAuthToken(credentials[0], credentials[1]) 303 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()
|
/external/cpuinfo/test/dmesg/ |
D | alcatel-revvl.log | 450 …og]MobiCore mcd: d01|[GF_TA][I][gf_tee_storage][gf_tee_open_object] so(auth_token.so) not exist, r… 452 …re mcd: d01|[GF_TA][E][gf_secure_object] [gf_so_load_persistent_object] so(auth_token.so) not exist
|