Home
last modified time | relevance | path

Searched refs:_apply (Results 1 – 10 of 10) 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/tensorflow/tensorflow/python/eager/benchmarks/resnet50/
Dresnet50_test.py91 def _apply(self, defun=False, execution_mode=None): member in ResNet50Test
104 self._apply(defun=False)
107 self._apply(defun=False, execution_mode=context.ASYNC)
110 self._apply(defun=True)
113 self._apply(defun=True, execution_mode=context.ASYNC)
/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/python/setuptools/setuptools/config/
Dsetupcfg.py57 handlers = _apply(dist, filepath, filenames, ignore_option_errors)
65 _apply(dist, filepath)
70 def _apply( function
/external/python/absl-py/absl/testing/
Dparameterized.py417 def _apply(obj): function
442 return _apply
/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.py3721 (context._apply, [Decimal("100E-425000010")]),