/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_format.c | 82 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/ |
D | fake_filesystem_unittest.py | 92 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/ |
D | hb-ot-font.cc | 160 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()
|
D | hb-ot-layout.cc | 1813 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()
|
D | hb-ot-layout-gsubgpos.hh | 4042 bool apply (hb_ot_apply_context_t *c, bool use_cache) const in apply() 4045 if (use_cache) in apply()
|
/external/fsck_msdos/ |
D | fat.c | 177 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/ |
D | test_func.py | 82 def __init__(self, use_cache): argument 83 self._use_cache = use_cache
|
/external/webp/src/enc/ |
D | vp8li_enc.h | 95 int use_cache);
|
D | vp8l_enc.c | 1118 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/ |
D | performance_test.py | 48 self.setUpPyfakefs(use_cache=False)
|
/external/ImageMagick/coders/ |
D | djvu.c | 754 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/ |
D | results_cache.py | 1082 def ProcessResults(self, use_cache=False): argument 1099 if not use_cache: 1202 self.ProcessResults(use_cache=True)
|
/external/python/pyfakefs/docs/ |
D | usage.rst | 529 use_cache subsection 538 @patchfs(use_cache=False)
|
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | spmd_partitioner.cc | 390 const bool use_cache = in Reshard() local 392 if (!replace_cache && use_cache) { in Reshard() 407 if (use_cache) { in Reshard()
|
/external/python/pyfakefs/ |
D | CHANGES.md | 170 * Added `use_cache` option and `clear_cache` method to be able
|