Searched refs:_apply (Results 1 – 6 of 6) 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/state_trackers/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/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/trappy/trappy/plotter/ |
D | Constraint.py | 109 self.result = self._apply() 112 def _apply(self): member in Constraint
|
/external/python/cpython2/Lib/test/ |
D | test_decimal.py | 2260 (context._apply, [Decimal("100E-1000000009")]),
|