Home
last modified time | relevance | path

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

/external/python/uritemplates/uritemplate/
Dtemplate.py90 def _expand(self, var_dict, replace): member in URITemplate
132 return self._expand(_merge(var_dict, kwargs), False)
150 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/cpython2/Lib/
Dre.py279 def _expand(pattern, match, template): function
/external/python/cpython3/Doc/library/
Dmodulefinder.rst103 re: __module__,finditer,_expand
/external/python/cpython3/Lib/
Dre.py302 def _expand(pattern, match, template): function
/external/python/cpython2/Doc/library/
Dmodulefinder.rst106 re: __module__,finditer,_expand
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Drnn_cell.py3575 self._expand(
3611 self._expand(
3629 math_ops.equal(prev_state.time, 0), lambda: self._expand(
3680 def _expand(self, x, dim, N): member in NTMCell
/external/python/setuptools/setuptools/command/
Deasy_install.py274 self._expand(
1359 def _expand(self, *attrs): member in easy_install