HomeSort by relevance Sort by last modified time
    Searched refs:t1 (Results 851 - 875 of 1329) sorted by null

<<31323334353637383940>>

  /hardware/qcom/display/msm8960/libcopybit/
software_converter.cpp 66 unsigned char * t1 = newChroma; local
74 :"+r"(t2), "+r"(t3), "+r"(t1)
  /hardware/qcom/display/msm8974/libcopybit/
software_converter.cpp 66 unsigned char * t1 = newChroma; local
74 :"+r"(t2), "+r"(t3), "+r"(t1)
  /hardware/qcom/display/msm8x26/libcopybit/
software_converter.cpp 66 unsigned char * t1 = newChroma; local
74 :"+r"(t2), "+r"(t3), "+r"(t1)
  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h 94 #define SCX_MAKE_PARAM_TYPES(t0, t1, t2, t3) ((t0) | ((t1) << 4) | ((t2) << 8) | ((t3) << 12))
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldAndroidRegexTest.java 262 long t1 = System.currentTimeMillis(); local
263 System.out.println("RegEx performance test finished, took " + (t1 - t0) + " ms.");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeWithPreviewPoints.java 198 final int t1 = eventTimes.get(d1); local
204 eventTimes.add(d1, (int)(dt * t) + t1);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 322 t1 = 1159195039.25
323 os.utime(self.fname, (t1, t1))
324 self.assertEqual(os.stat(self.fname).st_mtime, t1)
327 t1 = 5000000000 # some day in 2128
330 os.utime(self.fname, (t1, t1))
333 self.assertEqual(os.stat(self.fname).st_mtime, t1)
    [all...]
test_ossaudiodev.py 80 t1 = time.time()
84 elapsed_time = t2 - t1
test_unicode.py 147 for (t1, t2) in ((str, unicode), (unicode, str)):
148 self.checkequalnofix(0, t1('abcdefghiabc'), 'index', t2(''))
149 self.checkequalnofix(3, t1('abcdefghiabc'), 'index', t2('def'))
150 self.checkequalnofix(0, t1('abcdefghiabc'), 'index', t2('abc'))
151 self.checkequalnofix(9, t1('abcdefghiabc'), 'index', t2('abc'), 1)
152 self.assertRaises(ValueError, t1('abcdefghiabc').index, t2('hib'))
153 self.assertRaises(ValueError, t1('abcdefghiab').index, t2('abc'), 1)
154 self.assertRaises(ValueError, t1('abcdefghi').index, t2('ghi'), 8)
155 self.assertRaises(ValueError, t1('abcdefghi').index, t2('ghi'), -1)
160 for (t1, t2) in ((str, unicode), (unicode, str))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 322 t1 = 1159195039.25
323 os.utime(self.fname, (t1, t1))
324 self.assertEqual(os.stat(self.fname).st_mtime, t1)
327 t1 = 5000000000 # some day in 2128
330 os.utime(self.fname, (t1, t1))
333 self.assertEqual(os.stat(self.fname).st_mtime, t1)
    [all...]
test_ossaudiodev.py 80 t1 = time.time()
84 elapsed_time = t2 - t1
test_unicode.py 147 for (t1, t2) in ((str, unicode), (unicode, str)):
148 self.checkequalnofix(0, t1('abcdefghiabc'), 'index', t2(''))
149 self.checkequalnofix(3, t1('abcdefghiabc'), 'index', t2('def'))
150 self.checkequalnofix(0, t1('abcdefghiabc'), 'index', t2('abc'))
151 self.checkequalnofix(9, t1('abcdefghiabc'), 'index', t2('abc'), 1)
152 self.assertRaises(ValueError, t1('abcdefghiabc').index, t2('hib'))
153 self.assertRaises(ValueError, t1('abcdefghiab').index, t2('abc'), 1)
154 self.assertRaises(ValueError, t1('abcdefghi').index, t2('ghi'), 8)
155 self.assertRaises(ValueError, t1('abcdefghi').index, t2('ghi'), -1)
160 for (t1, t2) in ((str, unicode), (unicode, str))
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnvlat1.c 328 uint8_t b, t1; local
343 } else if(c>=0xc2 && c<=0xc3 && (t1=(uint8_t)(*source-0x80)) <= 0x3f) {
345 *target++=(uint8_t)(((c&3)<<6)|t1);
379 (t1=(uint8_t)(*source-0x80)) <= 0x3f
382 *target++=(uint8_t)(((b&3)<<6)|t1);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_clip.c 474 float t1 = 0.0F; local
484 t1 = MAX2(t1, t);
492 if (t0 + t1 >= 1.0F)
508 interp( clipper, stage->tmp[1], t1, v1, v0 );
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha256.c 74 ulong32 S[8], W[64], t0, t1; local
99 t1 = Sigma0(a) + Maj(a, b, c); \
101 h = t0 + t1;
111 t1 = Sigma0(a) + Maj(a, b, c); \
113 h = t0 + t1;
  /external/icu4c/common/
ucnvlat1.c 329 uint8_t b, t1; local
344 } else if(c>=0xc2 && c<=0xc3 && (t1=(uint8_t)(*source-0x80)) <= 0x3f) {
346 *target++=(uint8_t)(((c&3)<<6)|t1);
380 (t1=(uint8_t)(*source-0x80)) <= 0x3f
383 *target++=(uint8_t)(((b&3)<<6)|t1);
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans32_dspr2.c 958 int32_t t1, t2, t3, t4; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 474 float t1 = 0.0F; local
484 t1 = MAX2(t1, t);
492 if (t0 + t1 >= 1.0F)
508 interp( clipper, stage->tmp[1], t1, v1, v0 );
  /external/chromium_org/v8/src/
math.js 267 var t1 = double_index - index;
268 var t2 = 1 - t1;
272 return (t2 * y1 + t1 * y2 +
273 t1 * t2 * ((kCosXIntervalTable[index] - dy) * t2 +
274 (dy - kCosXIntervalTable[index + 1]) * t1))
  /external/opencv/ml/src/
mlem.cpp 631 double t1 = c[j+1] - s[j+1]; local
632 dist += t0*t0 + t1*t1;
634 t1 = c[j+3] - s[j+3];
635 dist += t0*t0 + t1*t1;
672 double t1 = c[j+1] + s[j+1]; local
675 c[j+1] = t1;
678 t1 = c[j+3] + s[j+3];
681 c[j+3] = t1;
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305_arm_asm.S 122 # qhasm: reg128 t1
935 # qhasm: 2x t1 = r0 unsigned>> 26
936 # asm 1: vshr.u64 >t1=reg128#4,<r0=reg128#8,#26
937 # asm 2: vshr.u64 >t1=q3,<r0=q7,#26
950 # qhasm: 2x r1 += t1
951 # asm 1: vadd.i64 >r1=reg128#4,<r1=reg128#15,<t1=reg128#4
952 # asm 2: vadd.i64 >r1=q3,<r1=q14,<t1=q3
1050 # qhasm: 2x t1 = x01 unsigned>> 26
1051 # asm 1: vshr.u64 >t1=reg128#14,<x01=reg128#15,#26
1052 # asm 2: vshr.u64 >t1=q13,<x01=q14,#2
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h     [all...]

Completed in 1235 milliseconds

<<31323334353637383940>>