HomeSort by relevance Sort by last modified time
    Searched refs:a12 (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/core/tests/coretests/src/android/accounts/
AccountManagerServiceTest.java 72 Account a12 = new Account("account1", "type2"); local
76 mAms.addAccount(a12, "p12", null);
88 assertEquals(a12, accounts[3]);
110 Account a12 = new Account("account1", "type2"); local
112 mAms.addAccount(a12, "p12", null);
115 assertEquals("p12", mAms.getPassword(a12));
120 assertEquals("p12", mAms.getPassword(a12));
129 Account a12 = new Account("account1", "type2"); local
135 mAms.addAccount(a12, "p12", u12);
140 assertEquals("a_a12", mAms.getUserData(a12, "a"))
157 Account a12 = new Account("account1", "type2"); local
    [all...]
  /external/valgrind/main/massif/tests/
deep.c 5 // - In deep-B.vgtest, we have --alloc-fn=a6..a12, which means that get_XCon
8 // - In deep-C.vgtest, we have --alloc-fn=a3..a12, which means that get_XCon
11 // - In deep-D.vgtest, we have --alloc-fn=main..a12, which means we have a
16 void a12(int n) { malloc(n); } function
17 void a11(int n) { a12(n); }
deep-B.stderr.exp 24 Massif: a12
deep-A.post.exp 49 ->98.04% (3,600B) 0x........: a12 (deep.c:16)
deep-C.stderr.exp 27 Massif: a12
  /external/openssl/crypto/bn/asm/
s390x-gf2m.pl 55 ($a1,$a2,$a4,$a8,$a12,$a48)=map("%r$_",(6..11));
80 lgr $a12,$a1
82 xgr $a12,$a2
87 stg $a12,`$stdframe+3*8`($sp) # tab[3]=a1^a2
93 xgr $a12,$a4
96 stg $a12,`$stdframe+7*8`($sp) # tab[7]=a1^a2^a4
100 xgr $a12,$a48
105 stg $a12,`$stdframe+11*8`($sp) # tab[11]=a1^a2^a8
107 xgr $a12,$a4
114 stg $a12,`$stdframe+15*8`($sp) # tab[15]=a1^a2^a4^a
    [all...]
x86_64-gf2m.pl 40 ($a1,$a2,$a4,$a8,$a12,$a48)=map("%r$_",(9..15));
78 mov $a1,$a12
80 xor $a2,$a12 # a1^a2
85 mov $a12,24(%rsp) # tab[3]=a1^a2
91 xor $a4,$a12
94 mov $a12,56(%rsp) # tab[7]=a1^a2^a4
98 xor $a48,$a12 # a1^a2^a4^a4^a8=a1^a2^a8
103 mov $a12,88(%rsp) # tab[11]=a1^a2^a8
105 xor $a4,$a12 # a1^a2^a8^a4
112 mov $a12,120(%rsp) # tab[15]=a1^a2^a4^a
    [all...]
armv4-gf2m.pl 72 ($a0,$a1,$a2,$a12,$a4,$a14)=
86 eor $a12,$a1,$a2 @ a1^a2
89 str $a12,[sp,#12] @ tab[3]=a1^a2
94 eor $a12,$a12,$a4 @ a1^a2^a4
97 str $a12,[sp,#28] @ tab[7]=a1^a2^a4
  /external/regex-re2/re2/
variadic_function.h 104 const Arg& a10, const Arg& a11, const Arg& a12) const {
106 &a9, &a10, &a11, &a12 };
113 const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13) const {
115 &a9, &a10, &a11, &a12, &a13 };
122 const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13,
125 &a9, &a10, &a11, &a12, &a13, &a14 };
132 const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13,
135 &a9, &a10, &a11, &a12, &a13, &a14, &a15 };
142 const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13,
145 &a9, &a10, &a11, &a12, &a13, &a14, &a15, &a16 }
    [all...]
  /external/clang/test/CodeGen/
x86_32-arguments-linux.c 11 // CHECK: <4 x double> %a12, %struct.s56_6* byval align 4)
47 t56_v4d a12, struct s56_6 a13) {
50 a10, a11, a12, a13);
x86_32-arguments-darwin.c 237 // CHECK: <4 x double> %a12, %struct.s56_6* byval align 4)
273 t56_v4d a12, struct s56_6 a13) {
276 a10, a11, a12, a13);
  /dalvik/tests/003-omnibus-opcodes/src/
MethodCall.java 40 int a6, int a7, double a8, float a9, double a10, short a11, int a12,
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_log.h 346 unsigned long a12 = __PERF_ENCODE_INDEXED(szFile, 11); local
365 __PERF_ENCODE_INDEXED(szFile, 10), a12), local
390 ((a6 & 0xf) << 24) | ((a12 & 0xf) << 28) );
427 unsigned long a12 = __PERF_ENCODE_INDEXED(szFile, 11); \
446 __PERF_ENCODE_INDEXED(szFile, 10), a12), \
471 ((a6 & 0xf) << 24) | ((a12 & 0xf) << 28)); \
  /external/clang/test/SemaCXX/
uninitialized.cpp 66 A a12(a12.get()); // expected-warning {{variable 'a12' is uninitialized when used within its own initialization}}
  /external/regex-re2/util/
pcre.cc 156 const Arg& a12,
174 if (&a12 == &no_more_args) goto done; args[n++] = &a12;
199 const Arg& a12,
217 if (&a12 == &no_more_args) goto done; args[n++] = &a12;
242 const Arg& a12,
260 if (&a12 == &no_more_args) goto done; args[n++] = &a12;
291 const Arg& a12,
    [all...]
  /external/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 81 pmaddwd xmm1, [GLOBAL(c1)] ; d12 a12 d13 a13
86 pshufd xmm6, xmm1, 0x72 ; d13 d12 a13 a12
93 punpcklqdq xmm1, xmm7 ; b13 b12 a13 a12
  /external/zlib/
gzwrite.c 375 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20)
379 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20;
420 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
425 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
430 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
434 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
  /external/opencv/cv/src/
cvsamplers.cpp 152 worktype a11, a12, a21, a22, b1, b2; \
165 a12 = scale_macro(a*(1.f-b)); \
192 cast_macro(src[j+1])*a12 + \
196 cast_macro(src[j+2])*a12 + \
207 cast_macro(src[j+1])*a12 + \
240 cast_macro(src[j+1])*a12 + \
397 float a12, a22, b1, b2; local
414 a12 = a*(1.f-b);
441 float t = a12*CV_8TO32F(src[j+1]) + a22*CV_8TO32F(src[j+1+src_step]);
475 float t = a12*CV_8TO32F(src[j+1]) + a22*CV_8TO32F(src2[j+1])
    [all...]
cvmoments.cpp 92 double a00, a10, a01, a20, a11, a02, a30, a21, a12, a03; local
96 a00 = a10 = a01 = a20 = a11 = a02 = a30 = a21 = a12 = a03 = 0;
146 a12 +=
188 moments->m12 = a12 * db1_60;
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 53 A2<X_ptr> *a12; // expected-error{{must have its address taken}} member in namespace:pointer_to_object_parameters
  /external/v8/test/mjsunit/compiler/
regress-max-locals-for-osr.js 34 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20,
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 638 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20)
642 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20;
651 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
656 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
661 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
665 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
  /external/valgrind/main/memcheck/tests/
wrap6.c 573 UInt a7, UInt a8, UInt a9, UInt a10, UInt a11, UInt a12 )
588 words[12-1] = a12;
596 UInt a7, UInt a8, UInt a9, UInt a10, UInt a11, UInt a12 )
605 (int)a7, (int)a8, (int)a9, (int)a10, (int)a11, (int)a12);
606 CALL_FN_W_12W(r, fn, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
residu_asm_opt.s 61 ORR r11, r12, r11, LSL #16 @r11 --- a12, a13
135 LDR r8, [r13, #12] @ [ a12 | a13 ]
  /external/v8/test/mjsunit/
string-index.js 179 var foo = ['a12', ['a', 2, 'c'], 'a31', 42];

Completed in 1410 milliseconds

1 2