HomeSort by relevance Sort by last modified time
    Searched full:_action (Results 26 - 50 of 62) sorted by null

12 3

  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/experimental/
any 139 enum class _Action
177 if (__other.__h) __other.__call(_Action::_Copy, this);
183 if (__other.__h) __other.__call(_Action::_Move, this);
225 if (__h) this->__call(_Action::_Destroy);
243 return *static_cast<type_info const *>(this->__call(_Action::_TypeInfo));
251 typedef __any_imp::_Action _Action;
253 typedef void* (*_HandleFuncPtr)(_Action, any const *, any *, const type_info *);
262 void * __call(_Action __a, any * __other = nullptr,
269 void * __call(_Action __a, any * __other = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
any 141 enum class _Action {
191 if (__other.__h) __other.__call(_Action::_Copy, this);
197 if (__other.__h) __other.__call(_Action::_Move, this);
276 void reset() _NOEXCEPT { if (__h) this->__call(_Action::_Destroy); }
289 return *static_cast<type_info const *>(this->__call(_Action::_TypeInfo));
297 typedef __any_imp::_Action _Action;
298 using _HandleFuncPtr = void* (*)(_Action, any const *, any *, const type_info *,
308 void * __call(_Action __a, any * __other = nullptr,
316 void * __call(_Action __a, any * __other = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/experimental/
any 139 enum class _Action
177 if (__other.__h) __other.__call(_Action::_Copy, this);
183 if (__other.__h) __other.__call(_Action::_Move, this);
225 if (__h) this->__call(_Action::_Destroy);
243 return *static_cast<type_info const *>(this->__call(_Action::_TypeInfo));
251 typedef __any_imp::_Action _Action;
253 typedef void* (*_HandleFuncPtr)(_Action, any const *, any *, const type_info *);
262 void * __call(_Action __a, any * __other = nullptr,
269 void * __call(_Action __a, any * __other = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
any 141 enum class _Action {
191 if (__other.__h) __other.__call(_Action::_Copy, this);
197 if (__other.__h) __other.__call(_Action::_Move, this);
276 void reset() _NOEXCEPT { if (__h) this->__call(_Action::_Destroy); }
289 return *static_cast<type_info const *>(this->__call(_Action::_TypeInfo));
297 typedef __any_imp::_Action _Action;
298 using _HandleFuncPtr = void* (*)(_Action, any const *, any *, const type_info *,
308 void * __call(_Action __a, any * __other = nullptr,
316 void * __call(_Action __a, any * __other = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/experimental/
any 139 enum class _Action
177 if (__other.__h) __other.__call(_Action::_Copy, this);
183 if (__other.__h) __other.__call(_Action::_Move, this);
225 if (__h) this->__call(_Action::_Destroy);
243 return *static_cast<type_info const *>(this->__call(_Action::_TypeInfo));
251 typedef __any_imp::_Action _Action;
253 typedef void* (*_HandleFuncPtr)(_Action, any const *, any *, const type_info *);
262 void * __call(_Action __a, any * __other = nullptr,
269 void * __call(_Action __a, any * __other = nullptr
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
any 141 enum class _Action {
191 if (__other.__h) __other.__call(_Action::_Copy, this);
197 if (__other.__h) __other.__call(_Action::_Move, this);
276 void reset() _NOEXCEPT { if (__h) this->__call(_Action::_Destroy); }
289 return *static_cast<type_info const *>(this->__call(_Action::_TypeInfo));
297 typedef __any_imp::_Action _Action;
298 using _HandleFuncPtr = void* (*)(_Action, any const *, any *, const type_info *,
308 void * __call(_Action __a, any * __other = nullptr,
316 void * __call(_Action __a, any * __other = nullptr
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/experimental/
any 139 enum class _Action
177 if (__other.__h) __other.__call(_Action::_Copy, this);
183 if (__other.__h) __other.__call(_Action::_Move, this);
225 if (__h) this->__call(_Action::_Destroy);
243 return *static_cast<type_info const *>(this->__call(_Action::_TypeInfo));
251 typedef __any_imp::_Action _Action;
253 typedef void* (*_HandleFuncPtr)(_Action, any const *, any *, const type_info *);
262 void * __call(_Action __a, any * __other = nullptr,
269 void * __call(_Action __a, any * __other = nullptr
    [all...]
  /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...]
  /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/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/
provision.py 41 _Action = collections.namedtuple('_Action', 'name, value')
51 @returns: _Action instance
56 return _Action(str_label, None)
58 return _Action(keyval_label.key, keyval_label.value)
  /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))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
process.h 60 _CRTIMP intptr_t __cdecl _cwait(int *_TermStat,intptr_t _ProcHandle,int _Action);
154 intptr_t __cdecl cwait(int *_TermStat,intptr_t _ProcHandle,int _Action) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
ntddstor.h 208 #define IsDsmActionNonDestructive(_Action) ((BOOLEAN)((_Action & DeviceDsmActionFlag_NonDestructive) != 0))
  /external/python/cpython3/Lib/multiprocessing/
synchronize.py 384 (self._parties, self._action, self._timeout,
389 return (self._parties, self._action, self._timeout,
  /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/pdfium/third_party/yasm/
yasm_assemble.gni 103 action_name = "${target_name}_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 );
  /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;}

Completed in 1516 milliseconds

12 3