HomeSort by relevance Sort by last modified time
    Searched refs:_action (Results 1 - 25 of 33) sorted by null

1 2

  /art/tools/dmtracedump/
profile.h 41 #define METHOD_COMBINE(_method, _action) ((_method) | (_action))
  /external/eigen/bench/btl/generic_bench/timers/
portable_perf_analyzer.hh 58 Action _action(size);
59 std::cout << " " << _action.nb_op_base()*_nb_calc/(m_time_action*1e6) << " ";
60 _action.initialize();
61 m_time_action = std::min(m_time_action, time_calculate(_action));
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
jsmin.py 121 def _action(self, action): member in class: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/chromium-trace/catapult/devil/devil/android/sdk/
intent.py 47 self._action = action
66 return self._action
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
intent.py 47 self._action = action
66 return self._action
  /external/autotest/server/cros/cfm/configurable_test/
actions.py 345 self._action = action
352 self._action.execute(context)
360 self._action,
368 % (self._action, self._num_tries, self._retry_delay_seconds))
  /cts/tools/dasm/src/java_cup/
production.java 112 _action = new action_part(action_str);
197 protected action_part _action; field in class:production
202 public action_part action() {return _action;}
  /external/valgrind/none/tests/arm/
v8crypto_a.c 106 #define DO50(_action) \
108 Int _qq; for (_qq = 0; _qq < 50; _qq++) { _action ; } \
v8crypto_t.c 106 #define DO50(_action) \
108 Int _qq; for (_qq = 0; _qq < 50; _qq++) { _action ; } \
v8fpsimd_a.c 140 #define DO50(_action) \
142 Int _qq; for (_qq = 0; _qq < 50; _qq++) { _action ; } \
v8fpsimd_t.c 140 #define DO50(_action) \
142 Int _qq; for (_qq = 0; _qq < 50; _qq++) { _action ; } \
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 81 System.Action<object> _action; field in class:Antlr.Runtime.Tree.TreeWizard.ActionVisitor
84 _action = action;
88 _action(t);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 87 System.Action<object> _action; field in class:Antlr.Runtime.Tree.TreeWizard.ActionVisitor
91 _action = action;
96 _action( t );
  /external/python/cpython3/Lib/multiprocessing/
synchronize.py 384 (self._parties, self._action, self._timeout,
389 return (self._parties, self._action, self._timeout,
  /external/python/cpython3/Lib/
threading.py 585 self._action = action
634 if self._action:
635 self._action()
640 #an exception during the _action handler. Break and reraise
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/curl/tests/python_dependencies/impacket/
smb.py     [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java     [all...]
  /external/valgrind/none/tests/arm64/
fp_and_simd.c 230 #define DO50(_action) \
232 Int _qq; for (_qq = 0; _qq < 50; _qq++) { _action ; } \
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
vtd-xml-2.11.jar 

Completed in 566 milliseconds

1 2