HomeSort by relevance Sort by last modified time
    Searched refs:_ts (Results 1 - 12 of 12) sorted by null

  /device/linaro/hikey/hifi/xaf/hifi-dpf/core/
xf-sched.c 54 u32 _ts; local
63 _ts = xf_task_timestamp((xf_task_t *)p_idx);
66 if (xf_timestamp_before(ts, _ts))
  /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;
  /external/python/cpython3/Include/
pystate.h 19 struct _ts; /* Forward */
116 struct _ts *tstate_head;
195 typedef struct _ts PyThreadState;
212 typedef struct _ts { struct
215 struct _ts *prev;
216 struct _ts *next;
  /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/
power_suspend.py 43 _ts: Returns a timestamp from /run/power_manager/last_resume_timings
225 def _ts(self, name, retries=11): member in class:Suspender
561 start_resume = self._ts('start_resume_time')
562 kernel_down = (self._ts('end_suspend_time') -
563 self._ts('start_suspend_time'))
564 kernel_up = self._ts('end_resume_time') - start_resume
570 cpu_up = self._ts('cpu_ready_time', 0) - start_resume
  /external/u-boot/arch/powerpc/include/asm/
mmu.h 522 #define SET_TLB_ENTRY(_tlb, _epn, _rpn, _perms, _wimge, _ts, _esel, _sz, _iprot) \
524 .mas1 = FSL_BOOKE_MAS1(1, _iprot, 0, _ts, _sz), \
  /external/autotest/client/deps/lansim/src/py/
simulator.py 128 for _ts, ev_list in self._events.iteritems():
  /external/caliper/lib/
jersey-core-1.11.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 818 milliseconds