Searched refs:_expand (Results 1 – 9 of 9) sorted by relevance
/external/python/uritemplates/uritemplate/ |
D | template.py | 90 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/ |
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/cpython2/Lib/ |
D | re.py | 279 def _expand(pattern, match, template): function
|
/external/python/cpython3/Doc/library/ |
D | modulefinder.rst | 103 re: __module__,finditer,_expand
|
/external/python/cpython3/Lib/ |
D | re.py | 302 def _expand(pattern, match, template): function
|
/external/python/cpython2/Doc/library/ |
D | modulefinder.rst | 106 re: __module__,finditer,_expand
|
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
D | rnn_cell.py | 3575 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/ |
D | easy_install.py | 274 self._expand( 1359 def _expand(self, *attrs): member in easy_install
|