Home
last modified time | relevance | path

Searched refs:_action (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
Djsmin.py121 def _action(self, action): member in JavascriptMinify
178 self._action(3)
183 self._action(1)
185 self._action(2)
188 self._action(1)
190 self._action(3)
193 self._action(1)
195 self._action(2)
199 self._action(1)
201 self._action(3)
[all …]
/external/eigen/bench/btl/generic_bench/timers/
Dportable_perf_analyzer.hh58 Action _action(size); in eval_mflops() local
59 std::cout << " " << _action.nb_op_base()*_nb_calc/(m_time_action*1e6) << " "; in eval_mflops()
60 _action.initialize(); in eval_mflops()
61 m_time_action = std::min(m_time_action, time_calculate(_action)); in eval_mflops()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeWizard.cs87 System.Action<object> _action; field in Antlr.Runtime.Tree.TreeWizard.ActionVisitor
91 _action = action; in ActionVisitor()
96 _action( t ); in Visit()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeWizard.cs81 System.Action<object> _action; field in Antlr.Runtime.Tree.TreeWizard.ActionVisitor
84 _action = action; in ActionVisitor()
88 _action(t); in Visit()
/external/valgrind/none/tests/arm64/
Dfp_and_simd.c239 #define DO50(_action) \ argument
241 Int _qq; for (_qq = 0; _qq < 50; _qq++) { _action ; } \