Home
last modified time | relevance | path

Searched refs:tokenMap (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccountManager.java94 Map<String, String> tokenMap = authTokens.get(account); in setAuthToken() local
95 if(tokenMap == null) { in setAuthToken()
96 tokenMap = new HashMap<>(); in setAuthToken()
97 authTokens.put(account, tokenMap); in setAuthToken()
99 tokenMap.put(tokenType, authToken); in setAuthToken()
105 Map<String, String> tokenMap = authTokens.get(account); in peekAuthToken() local
106 if(tokenMap != null) { in peekAuthToken()
107 return tokenMap.get(tokenType); in peekAuthToken()
291 Map<String, String> tokenMap = authTokens.get(account);
292 if (tokenMap != null) {
[all …]
/external/dokka/maven/org/jetbrains/dokka/dokka-gradle-plugin/0.9.17-g20190326/
Ddokka-gradle-plugin-0.9.17-g20190326.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/gradle-plugin. ...
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py4784 def tokenMap(func, *args): function
4828 upcaseTokens = tokenMap(lambda t: _ustr(t).upper())
4831 downcaseTokens = tokenMap(lambda t: _ustr(t).lower())
5489 convertToInteger = tokenMap(int)
5494 convertToFloat = tokenMap(float)
5502 hex_integer = Word(hexnums).setName("hex integer").setParseAction(tokenMap(int,16))
5620 upcaseTokens = staticmethod(tokenMap(lambda t: _ustr(t).upper()))
5623 downcaseTokens = staticmethod(tokenMap(lambda t: _ustr(t).lower()))
5693 pyparsing_common.uuid.setParseAction(tokenMap(uuid.UUID))
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py4784 def tokenMap(func, *args): function
4828 upcaseTokens = tokenMap(lambda t: _ustr(t).upper())
4831 downcaseTokens = tokenMap(lambda t: _ustr(t).lower())
5489 convertToInteger = tokenMap(int)
5494 convertToFloat = tokenMap(float)
5502 hex_integer = Word(hexnums).setName("hex integer").setParseAction(tokenMap(int,16))
5620 upcaseTokens = staticmethod(tokenMap(lambda t: _ustr(t).upper()))
5623 downcaseTokens = staticmethod(tokenMap(lambda t: _ustr(t).lower()))
5693 pyparsing_common.uuid.setParseAction(tokenMap(uuid.UUID))
/external/mockito/lib/
Dbyte-buddy-1.8.15.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...