Searched defs:_apply (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/util/
H A Dtuple.hpp55 struct _apply;
58 struct _apply<F, T, integral_sequence<Is...>> { struct in namespace:clover::tuple::detail
76 typename detail::_apply<F, T>::value_type
78 return detail::_apply<F, T>::eval(std::forward<F>(f),
/external/trappy/tests/trappy/plotter/
H A DConstraint.py109 self.result = self._apply()
112 def _apply(self): member in class:Constraint
/external/trappy/trappy/plotter/
H A DConstraint.py109 self.result = self._apply()
112 def _apply(self): member in class:Constraint
/external/python/cpython2/Lib/
H A 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)
H A Ddecimal.py3999 def _apply(self, a): member in class:Context

Completed in 221 milliseconds