HomeSort by relevance Sort by last modified time
    Searched refs:_CACHE_MAX_SIZE (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_strptime.py 271 _CACHE_MAX_SIZE = 5 # Max number of regexes stored in _regex_cache
302 if len(_regex_cache) > _CACHE_MAX_SIZE:
  /external/python/cpython2/Lib/
_strptime.py 275 _CACHE_MAX_SIZE = 5 # Max number of regexes stored in _regex_cache
310 if len(_regex_cache) > _CACHE_MAX_SIZE:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_strptime.py 271 _CACHE_MAX_SIZE = 5 # Max number of regexes stored in _regex_cache
302 if len(_regex_cache) > _CACHE_MAX_SIZE:
  /prebuilts/gdb/linux-x86/lib/python2.7/
_strptime.py 271 _CACHE_MAX_SIZE = 5 # Max number of regexes stored in _regex_cache
302 if len(_regex_cache) > _CACHE_MAX_SIZE:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 271 _CACHE_MAX_SIZE = 5 # Max number of regexes stored in _regex_cache
302 if len(_regex_cache) > _CACHE_MAX_SIZE:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 271 _CACHE_MAX_SIZE = 5 # Max number of regexes stored in _regex_cache
302 if len(_regex_cache) > _CACHE_MAX_SIZE:
  /external/python/cpython3/Lib/
_strptime.py 281 _CACHE_MAX_SIZE = 5 # Max number of regexes stored in _regex_cache
340 if len(_regex_cache) > _CACHE_MAX_SIZE:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_strptime.py 504 while len(_strptime._regex_cache) <= _strptime._CACHE_MAX_SIZE:
  /external/python/cpython2/Lib/test/
test_strptime.py 540 while len(_strptime._regex_cache) <= _strptime._CACHE_MAX_SIZE:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strptime.py 509 while len(_strptime._regex_cache) <= _strptime._CACHE_MAX_SIZE:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_strptime.py 509 while len(_strptime._regex_cache) <= _strptime._CACHE_MAX_SIZE:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 509 while len(_strptime._regex_cache) <= _strptime._CACHE_MAX_SIZE:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 509 while len(_strptime._regex_cache) <= _strptime._CACHE_MAX_SIZE:
  /external/python/cpython3/Lib/test/
test_strptime.py 601 while len(_strptime._regex_cache) <= _strptime._CACHE_MAX_SIZE:

Completed in 957 milliseconds