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

  /build/make/core/
node_fns.mk 147 define _expand-inherited-values
201 $(call _expand-inherited-values,$(1),$(2),$(3))
  /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/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);
  /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 727 milliseconds