Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dstringold.py133 _apply = apply variable
142 return _apply(s.index, args)
151 return _apply(s.rindex, args)
162 return _apply(s.count, args)
175 return _apply(s.find, args)
188 return _apply(s.rfind, args)
230 return _apply(_int, args)
258 return _apply(_long, args)
Ddecimal.py3999 def _apply(self, a): member in Context
/external/mesa3d/src/gallium/frontends/clover/util/
Dtuple.hpp55 struct _apply;
58 struct _apply<F, T, integral_sequence<Is...>> { struct
76 typename detail::_apply<F, T>::value_type
78 return detail::_apply<F, T>::eval(std::forward<F>(f), in apply()
/external/clang/test/SemaObjCXX/
Dobjc-pointer-conv.mm10 - (void)_apply:(void (*)(const void *, const void *, void *))func context:(void *)context;
15 - (void)_apply:(void (*)(const void *, const void *, void *))func context:(void *)context {
/external/llvm-project/clang/test/SemaObjCXX/
Dobjc-pointer-conv.mm10 - (void)_apply:(void (*)(const void *, const void *, void *))func context:(void *)context;
15 - (void)_apply:(void (*)(const void *, const void *, void *))func context:(void *)context {
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/
Dresnet50_test.py96 def _apply(self, defun=False, execution_mode=None): member in ResNet50Test
109 self._apply(defun=False)
112 self._apply(defun=False, execution_mode=context.ASYNC)
115 self._apply(defun=True)
118 self._apply(defun=True, execution_mode=context.ASYNC)
/external/python/cpython2/Lib/test/
Dtest_decimal.py2260 (context._apply, [Decimal("100E-1000000009")]),
/external/python/cpython3/Lib/
D_pydecimal.py4171 def _apply(self, a): member in Context
/external/python/cpython3/Lib/test/
Dtest_decimal.py3702 (context._apply, [Decimal("100E-425000010")]),