Searched refs:_cache (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/tools/gyp/test/lib/
H A DTestMac.py40 self._cache = {}
49 if 'Version' not in self._cache:
50 self._cache['Version'], self._cache['Build'] = self._XcodeVersion()
51 return self._cache['Version']
54 if 'Build' not in self._cache:
55 self._cache['Version'], self._cache['Build'] = self._XcodeVersion()
56 return self._cache['Build']
59 if 'SDKBuild' not in self._cache
[all...]
/external/chromium_org/tools/json_schema_compiler/
H A Djson_schema.py47 _cache = {} variable
52 if filename not in _cache:
53 _cache[filename] = Load(filename)
56 return copy.deepcopy(_cache[filename])
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcache_chain_object_store.py28 self._cache = {}
31 self._cache.update(mapping)
39 if key in self._cache:
40 cached_items[key] = self._cache.get(key)
64 self._cache[k] = v
79 self._cache.pop(k, None)
H A Dstrings_data_source.py16 self._cache = server_instance.compiled_fs_factory.ForJson(
20 return self._cache.GetFromFile('%sstrings.json' % JSON_TEMPLATES)
H A Dsamples_model_test.py23 self._cache = obj
27 getter.Get = lambda: self._cache
H A Dsidenav_data_source.py61 self._cache = server_instance.compiled_fs_factory.Create(
96 return self._cache.GetFromFile(
102 sidenav = self._cache.GetFromFile(
H A Dredirector.py15 self._cache = compiled_fs_factory.ForJson(file_system)
40 rules = self._cache.GetFromFile(
69 redirects = self._cache.GetFromFile(posixpath.normpath(
111 futures.append(self._cache.GetFromFile(Join(root, 'redirects.json')))
H A Dapi_categorizer.py18 self._cache = compiled_fs_factory.Create(file_system,
24 return self._cache.GetFromFileListing(
H A Dcontent_providers.py54 self._cache = None
70 self._cache = compiled_fs_factory.ForJson(local_fs)
72 if not self._cache:
73 self._cache = compiled_fs_factory.ForJson(host_file_system)
113 return self._cache.GetFromFile(CONTENT_PROVIDERS).Get()
H A Downers_data_source.py49 self._cache = server_instance.object_store_creator.Create(OwnersDataSource)
95 self._cache.Set('api_owners', api_owners)
98 return self._cache.Get('api_owners').Then(collect)
H A Dpath_canonicalizer.py35 self._cache = object_store_creator.Create(
68 self._cache.SetMulti({
76 return self._cache.GetMulti(('canonical_paths',
H A Drietveld_patcher.py36 self._cache = None
H A Dsidenav_data_source_test.py155 sidenav_data_source._cache._file_object_store.Get(
/external/libunwind/doc/
H A Dunw_flush_cache.tex8 \begin{Name}{3}{unw\_flush\_cache}{David Mosberger-Tang}{Programming Library}{unw\_flush\_cache}unw\_flush\_cache -- flush cached info
15 \Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_word\_t} \Var{lo}, \Type{unw\_word\_t} \Var{hi});\\
19 The \Func{unw\_flush\_cache}() routine flushes all cached info as it
27 \Func{unw\_flush\_cache}() may flush more information than requested,
28 but \emph{never} less. In other words, \Func{unw\_flush\_cache}() may
36 The \Func{unw\_flush\_cache}() routine cannot fail and does not
41 The \Func{unw\_flush\_cache}() routine is thread-safe as well as safe to
H A Dunw_set_caching_policy.tex26 \Func{unw\_flush\_cache}() had been called.
38 appropriate calls to \Func{unw\_flush\_cache}() whenever the target
41 \Func{unw\_flush\_cache}() would have to be called (at least) for the
70 \SeeAlso{unw\_flush\_cache(3)}
/external/chromium_org/third_party/closure_compiler/
H A Dprocessor_test.py20 FileCache._cache["/debug.js"] = """
25 FileCache._cache["/global.js"] = """
31 FileCache._cache["/checked.js"] = """
89 FileCache._cache["/century.js"] = """
H A Dprocessor.py31 _cache = defaultdict(str) variable in class:FileCache
44 self._cache[abs_file] = self._cache[abs_file] or open(abs_file, "r").read()
45 return self._cache[abs_file]
H A Dcompile_modules.py43 _cache = {} variable in class:ModuleParser
49 if file_path in self._cache:
51 return self._cache[file_path]
61 self._cache[file_path] = [Module.from_dict(m) for m in data]
62 return self._cache[file_path]
/external/lzma/Java/SevenZip/Compression/RangeCoder/
H A DEncoder.java17 int _cache; field in class:Encoder
37 _cache = 0;
57 int temp = _cache;
64 _cache = (((int)Low) >>> 24);
/external/valgrind/main/helgrind/
H A Dhg_wordset.c87 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
[all...]
/external/lzma/CPP/7zip/Compress/
H A DRangeCoder.h19 Byte _cache; member in class:NCompress::NRangeCoder::CEncoder
33 _cache = 0;
62 Byte temp = _cache;
69 _cache = (Byte)((UInt32)Low >> 24);
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoder.cs14 byte _cache; field in class:SevenZip.Compression.RangeCoder.Encoder
35 _cache = 0;
69 byte temp = _cache;
76 _cache = (byte)(((uint)Low) >> 24);
/external/chromium_org/third_party/freetype/src/cache/
H A Dftccache.h213 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/
H A Dftccache.h213 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/chromium_org/tools/valgrind/
H A Dscan-build.py103 return self._waterfall._cache.FetchData(local_build_file,
128 self._cache = Cache(cache_dir)
134 self._cache.Update("builders", self._root_url)
141 html = self._cache.FetchData("builders", self._root_url)

Completed in 438 milliseconds

12