/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fnmatch.py | 17 _cache = {} variable 22 _cache.clear() 50 if not pat in _cache: 52 if len(_cache) >= _MAXCACHE: 53 _cache.clear() 54 _cache[pat] = re.compile(res) 55 match=_cache[pat].match 74 if not pat in _cache: 76 if len(_cache) >= _MAXCACHE: 77 _cache.clear( [all...] |
re.py | 194 _cache.clear() 219 _cache = {} variable 229 p = _cache.get(cachekey) 243 if len(_cache) >= _MAXCACHE: 244 _cache.clear() 245 _cache[cachekey] = p
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fnmatch.py | 17 _cache = {} variable 22 _cache.clear() 50 if not pat in _cache: 52 if len(_cache) >= _MAXCACHE: 53 _cache.clear() 54 _cache[pat] = re.compile(res) 55 match=_cache[pat].match 74 if not pat in _cache: 76 if len(_cache) >= _MAXCACHE: 77 _cache.clear( [all...] |
re.py | 194 _cache.clear() 219 _cache = {} variable 229 p = _cache.get(cachekey) 243 if len(_cache) >= _MAXCACHE: 244 _cache.clear() 245 _cache[cachekey] = p
|
/dalvik/vm/ |
AtomicCache.h | 81 * _cache is an AtomicCache* 82 * _cacheSize is _cache->cacheSize (can save a cycle avoiding the lookup) 95 #define ATOMIC_CACHE_LOOKUP(_cache, _cacheSize, _key1, _key2) ({ \ 103 pEntry = (_cache)->entries + hash; \ 124 (_cache)->fail++; \ 129 (_cache)->hits++; \ 141 firstVersion CACHE_XARG(_cache) ); \
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
strings_data_source.py | 16 self._cache = server_instance.compiled_fs_factory.ForJson( 20 return self._cache.GetFromFile('%s/strings.json' % JSON_TEMPLATES)
|
cache_chain_object_store.py | 77 self._cache = {} 80 self._cache.update(mapping) 88 if key in self._cache: 89 cached_items[key] = self._cache.get(key) 96 self._cache, object_store_futures, cached_items, missing_keys)) 100 self._cache.pop(k, None)
|
redirector.py | 14 self._cache = compiled_fs_factory.ForJson(file_system) 33 rules = self._cache.GetFromFile( 68 self._cache.GetFromFile(posixpath.join(root, 'redirects.json')))
|
api_categorizer.py | 16 self._cache = compiled_fs_factory.Create(file_system, 21 return self._cache.GetFromFileListing('%s/%s' % (PUBLIC_TEMPLATES,
|
intro_data_source.py | 26 self._cache = server_instance.compiled_fs_factory.Create( 45 return self._cache.GetFromFile('%s/%s' % (base_path, path)).Get()
|
sidenav_data_source.py | 47 self._cache = server_instance.compiled_fs_factory.Create( 81 futures = [self._cache.GetFromFile('%s/%s_sidenav.json' % 87 sidenav = copy.deepcopy(self._cache.GetFromFile(
|
/external/chromium_org/tools/json_schema_compiler/ |
json_schema.py | 40 _cache = {} variable 45 if filename not in _cache: 46 _cache[filename] = Load(filename) 49 return copy.deepcopy(_cache[filename])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fnmatch.py | 6 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache namespace 7 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache, _purge namespace 65 self.assertLessEqual(len(_cache), _MAXCACHE)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_fnmatch.py | 6 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache namespace 7 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache, _purge namespace 65 self.assertLessEqual(len(_cache), _MAXCACHE)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
visitor.py | 36 self._cache = {} 45 meth = self._cache.get(klass, None) 49 self._cache[klass] = meth 76 meth = self._cache.get(node.__class__, None) 80 self._cache[node.__class__] = meth
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
visitor.py | 36 self._cache = {} 45 meth = self._cache.get(klass, None) 49 self._cache[klass] = meth 76 meth = self._cache.get(node.__class__, None) 80 self._cache[node.__class__] = meth
|
/external/lzma/Java/SevenZip/Compression/RangeCoder/ |
Encoder.java | 17 int _cache;
field in class:Encoder 37 _cache = 0;
57 int temp = _cache;
64 _cache = (((int)Low) >>> 24);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
__init__.py | 35 _cache = {} variable 74 entry = _cache.get(encoding, _unknown) 116 _cache[encoding] = None 140 _cache[encoding] = entry
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
__init__.py | 35 _cache = {} variable 74 entry = _cache.get(encoding, _unknown) 116 _cache[encoding] = None 140 _cache[encoding] = entry
|
/external/valgrind/main/helgrind/ |
hg_wordset.c | 87 WCache* _cache = &(_zzcache); \ 88 tl_assert(_cache->dynMax >= 1); \ 89 tl_assert(_cache->dynMax <= N_WCACHE_STAT_MAX); \ 90 tl_assert(_cache->inUse >= 0); \ 91 tl_assert(_cache->inUse <= _cache->dynMax); \ 92 if (_cache->inUse > 0) { \ 93 if (_cache->ent[0].arg1 == _arg1 \ 94 && _cache->ent[0].arg2 == _arg2) \ 95 return (_retty)_cache->ent[0].res; [all...] |
/external/lzma/CPP/7zip/Compress/ |
RangeCoder.h | 19 Byte _cache;
member in class:NCompress::NRangeCoder::CEncoder 33 _cache = 0;
62 Byte temp = _cache;
69 _cache = (Byte)((UInt32)Low >> 24);
|
/external/chromium_org/third_party/freetype/src/cache/ |
ftccache.h | 213 FTC_Cache _cache = FTC_CACHE(cache); \ 223 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \ 234 _nodcomp( _node, query, _cache, &_list_changed ) ) \ 243 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \ 268 FTC_Manager _manager = _cache->manager; \ 279 error = FTC_Cache_NewNode( _cache, _hash, query, &_node ); \
|
/external/freetype/src/cache/ |
ftccache.h | 213 FTC_Cache _cache = FTC_CACHE(cache); \ 223 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \ 234 _nodcomp( _node, query, _cache, &_list_changed ) ) \ 243 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \ 268 FTC_Manager _manager = _cache->manager; \ 279 error = FTC_Cache_NewNode( _cache, _hash, query, &_node ); \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
reduction.py | 89 _cache = set() variable 92 global _lock, _listener, _cache 93 for h in _cache: 95 _cache.clear() 126 _cache.remove(handle_wanted) 146 _cache.add(dup_handle)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
reduction.py | 89 _cache = set() variable 92 global _lock, _listener, _cache 93 for h in _cache: 95 _cache.clear() 126 _cache.remove(handle_wanted) 146 _cache.add(dup_handle)
|