Searched refs:_apply (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/ |
D | stringold.py | 133 _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)
|
D | decimal.py | 3999 def _apply(self, a): member in Context
|
/external/mesa3d/src/gallium/frontends/clover/util/ |
D | tuple.hpp | 55 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/ |
D | resnet50_test.py | 91 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/ |
D | objc-pointer-conv.mm | 10 - (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/ |
D | setupcfg.py | 57 handlers = _apply(dist, filepath, filenames, ignore_option_errors) 65 _apply(dist, filepath) 70 def _apply( function
|
/external/python/absl-py/absl/testing/ |
D | parameterized.py | 417 def _apply(obj): function 442 return _apply
|
/external/python/cpython2/Lib/test/ |
D | test_decimal.py | 2260 (context._apply, [Decimal("100E-1000000009")]),
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 4171 def _apply(self, a): member in Context
|
/external/python/cpython3/Lib/test/ |
D | test_decimal.py | 3721 (context._apply, [Decimal("100E-425000010")]),
|