HomeSort by relevance Sort by last modified time
    Searched refs:_expand (Results 1 - 16 of 16) sorted by null

  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 135 void *_expand(void *memblock, size_t size) { function
136 // _expand is used in realloc-like functions to resize the buffer if possible.
143 return _expand(memblock, size);
228 TryToOverrideFunction("_expand", (uptr)_expand);
229 TryToOverrideFunction("_expand_base", (uptr)_expand);
asan_win_dll_thunk.cc 372 WRAP_W_W(_expand)
  /build/make/core/
node_fns.mk 147 define _expand-inherited-values
201 $(call _expand-inherited-values,$(1),$(2),$(3))
  /test/vti/dashboard/src/main/webapp/js/
search_header.js 106 function _expand( function
148 _expand(div, filters, checkboxes, onRefreshCallback, false);
154 _expand(div, filters, checkboxes, onRefreshCallback);
  /external/trappy/trappy/plotter/
Constraint.py 251 self._expand()
257 def _expand(self): member in class:ConstraintManager
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
re.py 279 def _expand(pattern, match, template): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
re.py 265 def _expand(pattern, match, template): function
  /external/python/cpython2/Lib/
re.py 279 def _expand(pattern, match, template): function
  /external/python/cpython3/Lib/
re.py 319 def _expand(pattern, match, template): function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
malloc.h 113 _CRTIMP void *__cdecl _expand(void *_Memory,size_t _NewSize);
crtdbg.h 146 #define _expand_dbg(p,s,t,f,l) _expand(p,s)
windowsx.h     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
re.py 263 def _expand(pattern, match, template): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
re.py 263 def _expand(pattern, match, template): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 263 def _expand(pattern, match, template): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 263 def _expand(pattern, match, template): function

Completed in 309 milliseconds