Searched refs:_fetch (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/unicode-normalization/scripts/ |
D | unicode.py | 91 def _fetch(self, filename): member in UnicodeData 102 for line in self._fetch("UnicodeData.txt").splitlines(): 124 for line in self._fetch("StandardizedVariants.txt").splitlines(): 161 for line in self._fetch("DerivedNormalizationProps.txt").splitlines(): 183 for line in self._fetch("NormalizationTest.txt").splitlines():
|
/external/icu/icu4c/source/common/ |
D | unifiedcache.cpp | 331 _fetch(element, value, status); in _putIfAbsentAndGet() 367 _fetch(element, value, status); in _poll() 436 void UnifiedCache::_fetch( in _fetch() function in UnifiedCache 455 _fetch(element, value, status); in _inProgress()
|
D | unifiedcache.h | 532 void _fetch(const UHashElement *element, const SharedObject *&value,
|
/external/icu/libicu/cts_headers/ |
D | unifiedcache.h | 532 void _fetch(const UHashElement *element, const SharedObject *&value,
|
/external/python/httplib2/python2/httplib2/ |
D | __init__.py | 1563 self._fetch = _new_fixed_fetch(not disable_ssl_certificate_validation)
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 3197 - nir/lower_input_attachments: lower nir_texop_fragment_{mask}_fetch 3198 - ac/nir: add support for nir_texop_fragment_{mask}_fetch 3199 - aco: add support for nir_texop_fragment_{mask}_fetch
|