OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TokenCache
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Lex/
PreprocessorOptions.h
90
std::string
TokenCache
;
176
TokenCache
.clear();
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
oauth2_client.py
101
class
TokenCache
(object):
111
class NoopTokenCache(
TokenCache
):
112
"""A stub implementation of
TokenCache
that does nothing."""
121
class InMemoryTokenCache(
TokenCache
):
143
class FileSystemTokenCache(
TokenCache
):
165
<tmpdir>/oauth2client-
tokencache
.%(uid)s.%(key)s
173
tempfile.gettempdir(), 'oauth2_client-
tokencache
.%(uid)s.%(key)s')
353
access_token_cache: An optional instance of a
TokenCache
. If omitted or
549
access_token_cache: An optional instance of a
TokenCache
. If omitted or
/frameworks/base/services/core/java/com/android/server/accounts/
TokenCache.java
34
/* default */ class
TokenCache
{
AccountManagerService.java
278
private final
TokenCache
accountTokenCaches = new
TokenCache
();
[
all
...]
/external/clang/lib/Frontend/
CompilerInstance.cpp
301
if (!PPOpts.
TokenCache
.empty())
302
PTHMgr = PTHManager::Create(PPOpts.
TokenCache
, getDiagnostics());
[
all
...]
CompilerInvocation.cpp
[
all
...]
Completed in 7346 milliseconds