Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_fnmatch.py6 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache
7 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache, _purge
62 for i in range(_MAXCACHE + 1):
65 self.assertLessEqual(len(_cache), _MAXCACHE)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfnmatch.py18 _MAXCACHE = 100 variable
52 if len(_cache) >= _MAXCACHE:
76 if len(_cache) >= _MAXCACHE:
Dre.py226 _MAXCACHE = 100 variable
245 if len(_cache) >= _MAXCACHE:
260 if len(_cache_repl) >= _MAXCACHE:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dfnmatch.py18 _MAXCACHE = 100 variable
54 if len(_cache) >= _MAXCACHE:
80 if len(_cache) >= _MAXCACHE:
Dre.py228 _MAXCACHE = 100 variable
253 if len(_cache) >= _MAXCACHE:
274 if len(_cache_repl) >= _MAXCACHE: