HomeSort by relevance Sort by last modified time
    Searched refs:_cache (Results 1 - 25 of 49) sorted by null

1 2

  /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/tools/json_schema_compiler/
json_schema.py 41 _cache = {} variable
45 if filename not in _cache:
46 _cache[filename] = Load(filename)
49 return copy.deepcopy(_cache[filename])
  /external/chromium_org/chrome/common/extensions/docs/server2/
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)
sidenav_data_source.py 15 self._cache = compiled_fs_factory.Create(self._CreateSidenavDict,
24 return SidenavDataSource(self._cache, self._json_path, path)
41 self._cache = cache
69 sidenav = copy.deepcopy(self._cache.GetFromFile(
redirector.py 15 self._cache = compiled_fs_factory.Create(
35 rules = self._cache.GetFromFile(
68 self._cache.GetFromFile('%s/redirects.json' % posixpath.join(
intro_data_source.py 67 self._cache = compiled_fs_factory.Create(self._MakeIntroDict,
100 return IntroDataSource(self._cache, self._base_paths)
103 self._cache = cache
109 return self._cache.GetFromFile('%s/%s' % (base_path, path))
template_data_source.py 57 self._cache = compiled_fs_factory.Create(self._CreateTemplate,
77 self._cache,
99 self._cache = cache
107 the partial templates needed from |self._cache|. Partials are retrieved
139 return self._cache.GetFromFile(
  /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/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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py 235 _cache = {} variable
252 selector = _cache[path]
254 if len(_cache) > 100:
255 _cache.clear()
272 _cache[path] = selector
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py 235 _cache = {} variable
252 selector = _cache[path]
254 if len(_cache) > 100:
255 _cache.clear()
272 _cache[path] = selector

Completed in 938 milliseconds

1 2