Home
last modified time | relevance | path

Searched refs:use_cache (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_format.c82 unsigned use_cache) in add_fetch_rgba_test() argument
116 if (use_cache) { in add_fetch_rgba_test()
140 unsigned use_cache) in test_format_float() argument
156 lp_float32_vec4_type(), use_cache); in test_format_float()
185 fetch_ptr(unpacked, packed, j, i, use_cache ? cache_ptr : NULL); in test_format_float()
241 unsigned use_cache) in test_format_unorm8() argument
257 lp_unorm8_vec4_type(), use_cache); in test_format_unorm8()
286 fetch_ptr(unpacked, packed, j, i, use_cache ? cache_ptr : NULL); in test_format_unorm8()
342 unsigned use_cache) in test_one() argument
346 if (!test_format_float(verbose, fp, format_desc, use_cache)) { in test_one()
[all …]
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem_unittest.py92 use_cache: bool = True) -> Callable:
118 use_cache=use_cache) as p:
229 use_cache: bool = True) -> None:
255 use_cache=use_cache
410 use_cache: bool = True) -> None:
472 self.use_cache = use_cache
491 clear_cache = not use_cache
492 if use_cache:
683 if (self.use_cache and module in self.CACHED_MODULES or
691 if self.use_cache:
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-font.cc160 bool use_cache = font->num_coords; in hb_ot_get_glyph_h_advances() local
163 bool use_cache = false; in hb_ot_get_glyph_h_advances() local
167 if (use_cache) in hb_ot_get_glyph_h_advances()
176 use_cache = false; in hb_ot_get_glyph_h_advances()
191 if (!use_cache) in hb_ot_get_glyph_h_advances()
Dhb-ot-layout.cc1813 bool use_cache = accel.cache_enter (c); in apply_forward() local
1824 applied = accel.apply (c, use_cache); in apply_forward()
1833 if (use_cache) in apply_forward()
Dhb-ot-layout-gsubgpos.hh4042 bool apply (hb_ot_apply_context_t *c, bool use_cache) const in apply()
4045 if (use_cache) in apply()
/external/fsck_msdos/
Dfat.c177 bool use_cache; member
712 fat->use_cache = false; in _readfat()
737 fat->use_cache = true; in _readfat()
763 if (fat->use_cache) { in _readfat()
794 if (fat->use_cache) { in releasefat()
843 if (fat->is_mmapped || !fat->use_cache) { in readfat()
1202 if (fat->use_cache) { in writefat()
/external/python/cachetools/tests/
Dtest_func.py82 def __init__(self, use_cache): argument
83 self._use_cache = use_cache
/external/webp/src/enc/
Dvp8li_enc.h95 int use_cache);
Dvp8l_enc.c1118 int height, int quality, int low_effort, int use_cache, in EncodeImageInternal() argument
1169 if (use_cache) { in EncodeImageInternal()
1773 const int use_cache = params->use_cache_; in EncodeStreamHook() local
1869 if (use_cache && enc->palette_size_ < (1 << MAX_COLOR_CACHE_BITS)) { in EncodeStreamHook()
1913 height, quality, low_effort, use_cache, &crunch_configs[idx], in EncodeStreamHook()
1955 VP8LBitWriter* const bw_main, int use_cache) { in VP8LEncodeStream() argument
2013 param->use_cache_ = use_cache; in VP8LEncodeStream()
/external/python/pyfakefs/pyfakefs/tests/
Dperformance_test.py48 self.setUpPyfakefs(use_cache=False)
/external/ImageMagick/coders/
Ddjvu.c754 use_cache; in ReadDJVUImage() local
819 use_cache = 0; in ReadDJVUImage()
822 lc->document = ddjvu_document_create(lc->context, url, use_cache); /* don't cache */ in ReadDJVUImage()
/external/toolchain-utils/crosperf/
Dresults_cache.py1082 def ProcessResults(self, use_cache=False): argument
1099 if not use_cache:
1202 self.ProcessResults(use_cache=True)
/external/python/pyfakefs/docs/
Dusage.rst529 use_cache subsection
538 @patchfs(use_cache=False)
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc390 const bool use_cache = in Reshard() local
392 if (!replace_cache && use_cache) { in Reshard()
407 if (use_cache) { in Reshard()
/external/python/pyfakefs/
DCHANGES.md170 * Added `use_cache` option and `clear_cache` method to be able