Home
last modified time | relevance | path

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

/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/trappy/trappy/plotter/
DConstraint.py251 self._expand()
257 def _expand(self): member in ConstraintManager
/external/python/cpython2/Lib/
Dre.py279 def _expand(pattern, match, template): function
/external/python/cpython2/Doc/library/
Dmodulefinder.rst106 re: __module__,finditer,_expand