/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pkg.py | 90 hier = [("t1", None), ("t1 __init__"+os.extsep+"py", "")] 92 import t1 namespace
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xmllib.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pkg.py | 90 hier = [("t1", None), ("t1 __init__"+os.extsep+"py", "")] 92 import t1 namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xmllib.py | [all...] |
/cts/tools/signature-tools/test/signature/converter/ |
ConvertClassTest.java | 526 ITypeVariableDefinition t1 = sigMethod.getTypeParameters().get(0); local 531 assertSame(t1, ((ITypeVariableReference)t2).getTypeVariableDefinition()); 534 assertNotSame(t, t1); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_setup.c | 679 int64_t t0 = 0, t1; local 771 t1 = os_time_get(); 772 LP_COUNT_ADD(llvm_compile_time, t1 - t0);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_dd.c | 811 time_diff(const struct timeval *t0, const struct timeval *t1) 814 GLuint64EXT seconds1 = t1->tv_sec & 0xff; /* 0 .. 255 seconds */ 816 GLuint64EXT nanosec1 = (seconds1 * 1000000 + t1->tv_usec) * 1000;
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
bsaes-x86_64.pl | 259 $x2,$x3,$y2,$y3,$t1)=@_; 262 movdqa $y2, $t1 264 pxor $y3, $t1 266 pand $x2, $t1 276 pxor $t1, $x3 383 #Inv_GF16 \t0, \t1, \t2, \t3, \s0, \s1, \s2, \s3 419 # output in s3, s2, s1, t1 421 # Mul_GF16_2 \x0, \x1, \x2, \x3, \x4, \x5, \x6, \x7, \t2, \t3, \t0, \t1, \s0, \s1, \s2, \s3 423 # Mul_GF16_2 \x0, \x1, \x2, \x3, \x4, \x5, \x6, \x7, \s3, \s2, \s1, \t1, \s0, \t0, \t2, \t3 708 my ($a0,$b0,$a1,$b1,$n,$mask,$t0,$t1)=@_ [all...] |
/external/libexif/libexif/olympus/ |
mnote-olympus-entry.c | 68 #define CC2(number,t1,t2,v,maxlen) \ 70 if ((number < t1) || (number > t2)) { \ 74 (int) t1, (int) t2); \
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
userial_linux.c | 571 clock_t t1, t2; local 585 t1 = clock(); 588 perf_update(&perf_poll, t2 - t1, 0); [all...] |
/external/linux-tools-perf/ |
builtin-stat.c | 391 unsigned long long t0, t1; local 493 t1 = rdclock(); 495 update_stats(&walltime_nsecs_stats, t1 - t0); [all...] |
/external/lzma/C/ |
Ppmd7.c | 414 static void SwapStates(CPpmd_State *t1, CPpmd_State *t2)
416 CPpmd_State tmp = *t1;
417 *t1 = *t2;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_setup.c | 679 int64_t t0 = 0, t1; local 771 t1 = os_time_get(); 772 LP_COUNT_ADD(llvm_compile_time, t1 - t0);
|
/external/mesa3d/src/mesa/drivers/x11/ |
xm_dd.c | 811 time_diff(const struct timeval *t0, const struct timeval *t1) 814 GLuint64EXT seconds1 = t1->tv_sec & 0xff; /* 0 .. 255 seconds */ 816 GLuint64EXT nanosec1 = (seconds1 * 1000000 + t1->tv_usec) * 1000;
|
/external/openssl/crypto/aes/asm/ |
bsaes-x86_64.pl | 259 $x2,$x3,$y2,$y3,$t1)=@_; 262 movdqa $y2, $t1 264 pxor $y3, $t1 266 pand $x2, $t1 276 pxor $t1, $x3 383 #Inv_GF16 \t0, \t1, \t2, \t3, \s0, \s1, \s2, \s3 419 # output in s3, s2, s1, t1 421 # Mul_GF16_2 \x0, \x1, \x2, \x3, \x4, \x5, \x6, \x7, \t2, \t3, \t0, \t1, \s0, \s1, \s2, \s3 423 # Mul_GF16_2 \x0, \x1, \x2, \x3, \x4, \x5, \x6, \x7, \s3, \s2, \s1, \t1, \s0, \t0, \t2, \t3 708 my ($a0,$b0,$a1,$b1,$n,$mask,$t0,$t1)=@_ [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetUtils.py | 325 m1, b1, t1 = mbt1.split(':',3)
331 elif int(b1) == int(b2) and int(t1) > int(t2):
333 elif int(m1) == int(m2) and int(b1) == int(b2) and int(t1) == int(t2):
|
/external/svox/pico/lib/ |
picosig.c | 383 picoos_int32 f_data, mlt, *t1, *tmp1, *tmp2; local 596 t1 = &(sig_subObj->sig_inner.WavBuff_p[n_count * (hop_p_half)]); 598 f_data = *t1++ * mlt; [all...] |
/external/v8/src/mips/ |
deoptimizer-mips.cc | 821 __ PrepareCallCFunction(6, t1); 827 __ li(t1, Operand(ExternalReference::isolate_address())); 828 __ sw(t1, CFunctionArgumentOperand(6)); // Isolate. [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinTask.java | 706 * @param t1 the first task 710 public static void invokeAll(ForkJoinTask<?> t1, ForkJoinTask<?> t2) { 713 if ((s1 = t1.doInvoke() & DONE_MASK) != NORMAL) 714 t1.reportException(s1); [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.cpp | 284 double *t1,*t2; local 290 t1=JtJ_ref[i]; 294 t1[j]=t2[fetch_vector[j]]; [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.cpp | 284 double *t1,*t2; local 290 t1=JtJ_ref[i]; 294 t1[j]=t2[fetch_vector[j]]; [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.cpp | 284 double *t1,*t2; local 290 t1=JtJ_ref[i]; 294 t1[j]=t2[fetch_vector[j]]; [all...] |
/system/core/init/ |
devices.c | 892 suseconds_t t0, t1; local 914 t1 = get_usecs(); 917 log_event_print("coldboot %ld uS\n", ((long) (t1 - t0)));
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
CanvasTest.java | 1563 final String t1 = "android"; local [all...] |
/external/opencv/cv/src/ |
mycvHaarDetectObjects.cpp | 886 double t1; local [all...] |