Home
last modified time | relevance | path

Searched refs:_expand (Results 1 – 11 of 11) sorted by relevance

/external/python/uritemplates/uritemplate/
Dtemplate.py92 def _expand(self, var_dict, replace): member in URITemplate
134 return self._expand(_merge(var_dict, kwargs), False)
152 return URITemplate(self._expand(_merge(var_dict, kwargs), True))
/external/compiler-rt/lib/asan/
Dasan_malloc_win.cc135 void *_expand(void *memblock, size_t size) { in _expand() function
143 return _expand(memblock, size); in _expand_dbg()
228 TryToOverrideFunction("_expand", (uptr)_expand); in ReplaceSystemMalloc()
229 TryToOverrideFunction("_expand_base", (uptr)_expand); in ReplaceSystemMalloc()
Dasan_win_dll_thunk.cc372 WRAP_W_W(_expand)
/external/python/cryptography/src/cryptography/hazmat/primitives/kdf/
Dhkdf.py86 def _expand(self, key_material): member in HKDFExpand
106 return self._expand(key_material)
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_win.cpp175 void *_expand(void *memblock, size_t size) { in _expand() function
183 return _expand(memblock, size); in _expand_dbg()
507 TryToOverrideFunction("_expand", (uptr)_expand); in ReplaceSystemMalloc()
508 TryToOverrideFunction("_expand_base", (uptr)_expand); in ReplaceSystemMalloc()
Dasan_win_dll_thunk.cpp51 INTERCEPT_WRAP_W_W(_expand)
/external/python/cpython2/Lib/
Dre.py279 def _expand(pattern, match, template): function
/external/python/cpython3/Doc/library/
Dmodulefinder.rst103 re: __module__,finditer,_expand
/external/python/cpython2/Doc/library/
Dmodulefinder.rst106 re: __module__,finditer,_expand
/external/python/cpython3/Lib/
Dre.py320 def _expand(pattern, match, template): function
/external/python/setuptools/setuptools/command/
Deasy_install.py274 self._expand(
1359 def _expand(self, *attrs): member in easy_install