OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cachekey
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py
228
cachekey
= (type(key[0]),) + key
229
p = _cache.get(
cachekey
)
245
_cache[
cachekey
] = p
urllib.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py
228
cachekey
= (type(key[0]),) + key
229
p = _cache.get(
cachekey
)
245
_cache[
cachekey
] = p
urllib.py
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py
361
def _updateCache(request_headers, response_headers, content, cache,
cachekey
):
362
if
cachekey
:
366
cache.delete(
cachekey
)
396
cache.set(
cachekey
, text)
[
all
...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py
361
def _updateCache(request_headers, response_headers, content, cache,
cachekey
):
362
if
cachekey
:
366
cache.delete(
cachekey
)
396
cache.set(
cachekey
, text)
[
all
...]
Completed in 3830 milliseconds