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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_timeout.py 121 _t1 = time.time()
125 _delta = abs(_t1 - _t2)
138 _t1 = time.time()
142 _delta = abs(_t1 - _t2)
155 _t1 = time.time()
159 _delta = abs(_t1 - _t2)
172 _t1 = time.time()
176 _delta = abs(_t1 - _t2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_timeout.py 121 _t1 = time.time()
125 _delta = abs(_t1 - _t2)
138 _t1 = time.time()
142 _delta = abs(_t1 - _t2)
155 _t1 = time.time()
159 _delta = abs(_t1 - _t2)
172 _t1 = time.time()
176 _delta = abs(_t1 - _t2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
timeit.py 86 _t1 = _timer()
87 return _t1 - _t0
101 _t1 = _timer()
102 return _t1 - _t0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
timeit.py 86 _t1 = _timer()
87 return _t1 - _t0
101 _t1 = _timer()
102 return _t1 - _t0
  /external/valgrind/VEX/priv/
guest_arm_toIR.c     [all...]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_sse2.asm 14 %define _t1 _t0 + 16
15 %define _p3 _t1 + 16
127 movdqa [rsp+_t1], xmm6 ; save to t1
154 movdqa xmm3, [rsp+_t1] ; get abs (p1 - p0)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
loopfilter_sse2.asm 14 %define _t1 _t0 + 16
15 %define _p3 _t1 + 16
127 movdqa [rsp+_t1], xmm6 ; save to t1
154 movdqa xmm3, [rsp+_t1] ; get abs (p1 - p0)
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 448 double _t1[3], _t2[3], _t3[3], _dxdR2[3*9], _dxdt1[3*3], _W3[3*3]; local
449 CvMat t1 = cvMat(3,1,CV_64F,_t1), t2 = cvMat(3,1,CV_64F,_t2);
    [all...]

Completed in 215 milliseconds