HomeSort by relevance Sort by last modified time
    Searched full:_cache (Results 26 - 50 of 121) sorted by null

12 3 4 5

  /prebuilts/gdb/linux-x86/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/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/valgrind/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/chromium-trace/catapult/devil/devil/android/
battery_utils.py 142 self._cache = device.GetClientCache(self.__class__.__name__)
159 return (self._cache['profile']['enable_command'] != None
160 and self._cache['profile']['charge_counter'] != None)
181 self._cache['profile']['charge_counter']))
199 if 'uids' not in self._cache:
200 self._cache['uids'] = {}
201 if package not in self._cache['uids']:
203 if package not in self._cache['uids']:
208 network_data_path = '/proc/uid_stat/%s/' % self._cache['uids'][package]
244 if 'uids' not in self._cache
    [all...]
battery_utils_test.py 109 self.battery._cache['profile'] = self._NEXUS_5
118 self.battery._cache['profile'] = self._NEXUS_5
127 self.battery._cache['profile'] = self._NEXUS_5
202 self.battery._cache['uids'] = {'test_package1': '1000'}
219 self.battery._cache['uids'] = {'test_package1': '1'}
234 self.battery._cache.clear()
434 self.battery._cache['uids'] = {'test_package1': '1000'}
448 self.battery._cache.clear()
456 self.battery._cache['profile'] = self._NEXUS_6
464 self.battery._cache['profile'] = self._NEXUS_
    [all...]
  /external/lzma/CPP/7zip/Compress/
RangeCoder.h 19 Byte _cache; member in class:NCompress::NRangeCoder::CEncoder
33 _cache = 0;
60 Byte temp = _cache;
67 _cache = (Byte)((UInt32)Low >> 24);
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 14 byte _cache; field in class:SevenZip.Compression.RangeCoder.Encoder
35 _cache = 0;
69 byte temp = _cache;
76 _cache = (byte)(((uint)Low) >> 24);
  /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);
  /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/gdb/darwin-x86/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)
pool.py 140 self._cache = {}
180 args=(self._outqueue, self._quick_get, self._cache)
190 self._result_handler, self._cache),
258 result = IMapIterator(self._cache)
265 result = IMapIterator(self._cache)
276 result = IMapUnorderedIterator(self._cache)
283 result = IMapUnorderedIterator(self._cache)
293 result = ApplyResult(self._cache, callback)
313 result = MapResult(self._cache, chunksize, len(iterable), callback)
324 while thread._state == RUN or (pool._cache and thread._state != TERMINATE)
    [all...]
  /prebuilts/gdb/linux-x86/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)
pool.py 140 self._cache = {}
180 args=(self._outqueue, self._quick_get, self._cache)
190 self._result_handler, self._cache),
258 result = IMapIterator(self._cache)
265 result = IMapIterator(self._cache)
276 result = IMapUnorderedIterator(self._cache)
283 result = IMapUnorderedIterator(self._cache)
293 result = ApplyResult(self._cache, callback)
313 result = MapResult(self._cache, chunksize, len(iterable), callback)
324 while thread._state == RUN or (pool._cache and thread._state != TERMINATE)
    [all...]
  /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)
pool.py 140 self._cache = {}
180 args=(self._outqueue, self._quick_get, self._cache)
190 self._result_handler, self._cache),
258 result = IMapIterator(self._cache)
265 result = IMapIterator(self._cache)
276 result = IMapUnorderedIterator(self._cache)
283 result = IMapUnorderedIterator(self._cache)
293 result = ApplyResult(self._cache, callback)
313 result = MapResult(self._cache, chunksize, len(iterable), callback)
324 while thread._state == RUN or (pool._cache and thread._state != TERMINATE)
    [all...]
  /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)
pool.py 140 self._cache = {}
180 args=(self._outqueue, self._quick_get, self._cache)
190 self._result_handler, self._cache),
258 result = IMapIterator(self._cache)
265 result = IMapIterator(self._cache)
276 result = IMapUnorderedIterator(self._cache)
283 result = IMapUnorderedIterator(self._cache)
293 result = ApplyResult(self._cache, callback)
313 result = MapResult(self._cache, chunksize, len(iterable), callback)
324 while thread._state == RUN or (pool._cache and thread._state != TERMINATE)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
__init__.py 35 _cache = {} variable
74 entry = _cache.get(encoding, _unknown)
116 _cache[encoding] = None
140 _cache[encoding] = entry
  /prebuilts/gdb/linux-x86/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/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/lzma/CPP/7zip/Common/
LimitedStreams.h 192 const Byte *_cache; member in class:CLimitedCachedInStream
204 _cache = Buffer;
  /external/libunwind/doc/
unw_flush_cache.man 13 .TH "UNW\\_FLUSH\\_CACHE" "3" "16 August 2007" "Programming Library " "Programming Library "
  /bionic/libc/dns/resolv/
res_state.c 186 if (!rt->_cache) {
187 rt->_cache = _resolv_cache_create();
189 return rt->_cache;

Completed in 691 milliseconds

12 3 4 5