OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_cred
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
auth_unix.h
81
struct opaque_auth
new_cred
;
member in struct:short_hand_verf
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
auth_unix.h
81
struct opaque_auth
new_cred
;
member in struct:short_hand_verf
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_file.py
131
new_cred
= copy.copy(credentials)
132
new_cred
.access_token = 'bar'
133
s.put(
new_cred
)
153
new_cred
= copy.copy(credentials)
154
new_cred
.access_token = 'bar'
155
s.put(
new_cred
)
179
new_cred
= copy.copy(credentials)
180
new_cred
.access_token = 'bar'
181
s.put(
new_cred
)
193
new_cred
= copy.copy(credentials
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
client.py
773
new_cred
= self.store.locked_get()
775
if (
new_cred
and not
new_cred
.invalid and
776
new_cred
.access_token != self.access_token and
777
not
new_cred
.access_token_expired):
779
self._updateFromCredential(
new_cred
)
[
all
...]
Completed in 343 milliseconds