Searched refs:_expand (Results 1 – 11 of 11) sorted by relevance
/external/python/uritemplates/uritemplate/ |
D | template.py | 92 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/ |
D | asan_malloc_win.cc | 135 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()
|
D | asan_win_dll_thunk.cc | 372 WRAP_W_W(_expand)
|
/external/python/cryptography/src/cryptography/hazmat/primitives/kdf/ |
D | hkdf.py | 86 def _expand(self, key_material): member in HKDFExpand 106 return self._expand(key_material)
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_malloc_win.cpp | 175 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()
|
D | asan_win_dll_thunk.cpp | 51 INTERCEPT_WRAP_W_W(_expand)
|
/external/python/cpython3/Doc/library/ |
D | modulefinder.rst | 103 re: __module__,finditer,_expand
|
/external/python/cpython2/Lib/ |
D | re.py | 279 def _expand(pattern, match, template): function
|
/external/python/cpython2/Doc/library/ |
D | modulefinder.rst | 106 re: __module__,finditer,_expand
|
/external/python/cpython3/Lib/ |
D | re.py | 320 def _expand(pattern, match, template): function
|
/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 274 self._expand( 1359 def _expand(self, *attrs): member in easy_install
|