HomeSort by relevance Sort by last modified time
    Searched full:_ts (Results 1 - 25 of 29) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pystate.h 13 struct _ts; /* Forward */
19 struct _ts *tstate_head;
56 typedef struct _ts { struct
59 struct _ts *next;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pystate.h 13 struct _ts; /* Forward */
19 struct _ts *tstate_head;
56 typedef struct _ts { struct
59 struct _ts *next;
  /external/python/cpython2/Include/
pystate.h 13 struct _ts; /* Forward */
19 struct _ts *tstate_head;
56 typedef struct _ts { struct
59 struct _ts *next;
  /prebuilts/gdb/darwin-x86/include/python2.7/
pystate.h 13 struct _ts; /* Forward */
19 struct _ts *tstate_head;
56 typedef struct _ts { struct
59 struct _ts *next;
  /prebuilts/gdb/linux-x86/include/python2.7/
pystate.h 13 struct _ts; /* Forward */
19 struct _ts *tstate_head;
56 typedef struct _ts { struct
59 struct _ts *next;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h 13 struct _ts; /* Forward */
19 struct _ts *tstate_head;
56 typedef struct _ts { struct
59 struct _ts *next;
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h 13 struct _ts; /* Forward */
19 struct _ts *tstate_head;
56 typedef struct _ts { struct
59 struct _ts *next;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/experimental/
type_traits 303 template <class _Tp, class ..._Ts> _LIBCPP_CONSTEXPR bool is_constructible_v
304 = is_constructible<_Tp, _Ts...>::value;
327 template <class _Tp, class ..._Ts> _LIBCPP_CONSTEXPR bool is_trivially_constructible_v
328 = is_trivially_constructible<_Tp, _Ts...>::value;
351 template <class _Tp, class ..._Ts> _LIBCPP_CONSTEXPR bool is_nothrow_constructible_v
352 = is_nothrow_constructible<_Tp, _Ts...>::value;
memory_resource 201 template <class _Tp, class ..._Ts>
203 void construct(_Tp* __p, _Ts &&... __args)
206 __p, resource(), _VSTD::forward<_Ts>(__args)...
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
AParser.h 306 #define zzsetmatch(_ts,_tokclassErrset) \
307 if ( !_setmatch(_ts, &zzMissText, &zzMissTok, \
310 #define zzsetmatch_wsig(_ts, handler) \
311 if ( !_setmatch_wsig(_ts) ) if ( guessing ) zzGUESS_FAIL else {_signal=MismatchedToken; goto handler;}
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
AParser.h 300 #define zzsetmatch(_ts) \
301 if ( !_setmatch(_ts, &zzMissText, &zzMissTok, \
304 #define zzsetmatch_wsig(_ts, handler) \
305 if ( !_setmatch_wsig(_ts) ) if ( guessing ) zzGUESS_FAIL else {_signal=MismatchedToken; goto handler;}
  /external/autotest/client/cros/
power_suspend.py 42 _ts: Returns a timestamp from /var/run/power_manager/last_resume_timings
215 def _ts(self, name, retries=11): member in class:Suspender
508 start_resume = self._ts('start_resume_time')
509 kernel_down = (self._ts('end_suspend_time') -
510 self._ts('start_suspend_time'))
511 kernel_up = self._ts('end_resume_time') - start_resume
517 cpu_up = self._ts('cpu_ready_time', 0) - start_resume
  /external/libcxx/include/experimental/
memory_resource 201 template <class _Tp, class ..._Ts>
203 void construct(_Tp* __p, _Ts &&... __args)
206 __p, resource(), _VSTD::forward<_Ts>(__args)...
type_traits 342 template <class _Tp, class ..._Ts> _LIBCPP_CONSTEXPR bool is_constructible_v
343 = is_constructible<_Tp, _Ts...>::value;
366 template <class _Tp, class ..._Ts> _LIBCPP_CONSTEXPR bool is_trivially_constructible_v
367 = is_trivially_constructible<_Tp, _Ts...>::value;
390 template <class _Tp, class ..._Ts> _LIBCPP_CONSTEXPR bool is_nothrow_constructible_v
391 = is_nothrow_constructible<_Tp, _Ts...>::value;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/experimental/
memory_resource 201 template <class _Tp, class ..._Ts>
203 void construct(_Tp* __p, _Ts &&... __args)
206 __p, resource(), _VSTD::forward<_Ts>(__args)...
type_traits 342 template <class _Tp, class ..._Ts> _LIBCPP_CONSTEXPR bool is_constructible_v
343 = is_constructible<_Tp, _Ts...>::value;
366 template <class _Tp, class ..._Ts> _LIBCPP_CONSTEXPR bool is_trivially_constructible_v
367 = is_trivially_constructible<_Tp, _Ts...>::value;
390 template <class _Tp, class ..._Ts> _LIBCPP_CONSTEXPR bool is_nothrow_constructible_v
391 = is_nothrow_constructible<_Tp, _Ts...>::value;
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/experimental/
memory_resource 201 template <class _Tp, class ..._Ts>
203 void construct(_Tp* __p, _Ts &&... __args)
206 __p, resource(), _VSTD::forward<_Ts>(__args)...
type_traits 342 template <class _Tp, class ..._Ts> _LIBCPP_CONSTEXPR bool is_constructible_v
343 = is_constructible<_Tp, _Ts...>::value;
366 template <class _Tp, class ..._Ts> _LIBCPP_CONSTEXPR bool is_trivially_constructible_v
367 = is_trivially_constructible<_Tp, _Ts...>::value;
390 template <class _Tp, class ..._Ts> _LIBCPP_CONSTEXPR bool is_nothrow_constructible_v
391 = is_nothrow_constructible<_Tp, _Ts...>::value;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
tuple 955 template<typename... _Ts>
956 struct __combine_tuples<tuple<_Ts...>>
958 typedef tuple<_Ts...> __type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
tuple 955 template<typename... _Ts>
956 struct __combine_tuples<tuple<_Ts...>>
958 typedef tuple<_Ts...> __type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
tuple 955 template<typename... _Ts>
956 struct __combine_tuples<tuple<_Ts...>>
958 typedef tuple<_Ts...> __type;
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/
tuple 966 template<typename... _Ts>
967 struct __combine_tuples<tuple<_Ts...>>
969 typedef tuple<_Ts...> __type;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/
tuple 971 template<typename... _Ts>
972 struct __combine_tuples<tuple<_Ts...>>
974 typedef tuple<_Ts...> __type;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/
tuple 971 template<typename... _Ts>
972 struct __combine_tuples<tuple<_Ts...>>
974 typedef tuple<_Ts...> __type;
    [all...]
  /external/autotest/client/deps/lansim/src/py/
simulator.py 128 for _ts, ev_list in self._events.iteritems():

Completed in 1340 milliseconds

1 2