/libcore/luni/src/main/java/org/xml/sax/ext/ |
Attributes2Impl.java | 205 Attributes2 a2 = (Attributes2) atts; local 207 declared [i] = a2.isDeclared (i); 208 specified [i] = a2.isSpecified (i);
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-tuple_test.cc | 153 tuple<int, double> a2, b2; local 154 b2 = a2;
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
AccountWithDataSetTest.java | 39 AccountWithDataSet a2 = new AccountWithDataSet("name2", "typeB", null); local 44 AccountWithDataSet a2r = AccountWithDataSet.unstringify(a2.stringify()); 48 assertEquals(a2, a2r); 54 MoreAsserts.assertNotEqual(a2, a1r); 55 MoreAsserts.assertNotEqual(a2, a3r); 63 AccountWithDataSet a2 = new AccountWithDataSet("name2", "typeB", null); local 75 final List<AccountWithDataSet> listB = stringifyListAndUnstringify(a2, a1); 77 assertEquals(a2, listB.get(0)); 81 final List<AccountWithDataSet> listC = stringifyListAndUnstringify(a3, a2, a1); 84 assertEquals(a2, listC.get(1)) 97 AccountWithDataSet a2 = new AccountWithDataSet("name2", "typeB", null); local [all...] |
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
PerNameExecutorTest.java | 45 MockTask a2 = addTask("a", 2); local 49 assertRanNever("step 0", a1, a2, a3, b1); 52 assertRanNever("step 1", a2, a3); 53 step(); // run a2 54 assertRanOnce("step 2", a1, b1, a2); 57 assertRanOnce("step 3", a1, b1, a2, a3); 59 assertRanOnce("step 4", a1, b1, a2, a3); 64 MockTask a2 = addTask("a", 2); local 69 assertRanNever("step 1", a2); 70 mExecutor.cancelPendingTasks(); // cancel a2 [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsDatabaseHelperTest.java | 38 final AccountWithDataSet a2 = new AccountWithDataSet("a", null, null); local 45 assertNull(mDbHelper.getAccountIdOrNull(a2)); 52 final long a2id = mDbHelper.getOrCreateAccountIdInTransaction(a2); 74 assertEquals(a2id, mDbHelper.getOrCreateAccountIdInTransaction(a2)); 81 assertEquals((Long) a2id, mDbHelper.getAccountIdOrNull(a2)); 95 assertNull(mDbHelper.getAccountIdOrNull(a2));
|
/external/chromium_org/v8/test/mjsunit/ |
track-fields.js | 163 return o.a2; 166 var o12 = { "a2": 5 }; 167 var o13 = { "a2": object, "b": 1 };
|
/external/aac/libFDK/src/ |
dct.cpp | 234 FIXP_DBL a1,a2; local 238 a2 = ((pTmp_1[0]>>1) - (pTmp_0[0]>>1)); 240 cplxMultDiv2(&accu1, &accu2, a2, a1, sin_twiddle_L64[(4*i)*inc]); 244 a2 = ((pTmp_0[1]>>1) - (pTmp_1[1]>>1)); 246 cplxMultDiv2(&accu3, &accu4, (a1 + accu2), -(accu1 + a2), sin_twiddle_L64[i*inc]); 250 cplxMultDiv2(&accu3, &accu4, (a1 - accu2), -(accu1 - a2), sin_twiddle_L64[(M-i)*inc]);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
Base64Encoder.java | 64 int a1, a2, a3; local 69 a2 = data[i + 1] & 0xff; 73 out.write(encodingTable[((a1 << 4) | (a2 >>> 4)) & 0x3f]); 74 out.write(encodingTable[((a2 << 2) | (a3 >>> 6)) & 0x3f]);
|
/external/chromium/testing/gmock/test/ |
gmock-internal-utils_test.cc | 610 NativeArray<int> a2 = StlContainerView<int[3]>::ConstReference(a1); local 611 EXPECT_EQ(3U, a2.size()); 612 EXPECT_EQ(a1, a2.begin()); 636 NativeArray<int> a2 = StlContainerView<tuple<const int*, int> >:: local 638 EXPECT_EQ(3U, a2.size()); 639 EXPECT_EQ(a1, a2.begin());
|
/external/chromium_org/third_party/lzma_sdk/ |
CpuArch.c | 58 UInt32 a2, b2, c2, d2; local 64 __asm mov a2, EAX; local 69 *a = a2;
|
/external/chromium_org/third_party/skia/src/core/ |
SkShader.cpp | 112 U8CPU a2 = srcA[8]; local 117 *alpha++ = SkToU8(a2);
|
/external/clang/test/CodeGen/ |
ms_struct-pack.c | 63 static int a2[(sizeof(two_ms) == 42) - 1]; variable
|
/external/clang/test/Sema/ |
complex-int.c | 26 __complex int a2; local
|
function-redecl.c | 119 typedef int a2(int*); typedef 121 a2 x2; // expected-note{{passing argument to parameter here}}
|
string-init.c | 10 char a2[] = u8"a"; // No error. local
|
/external/clang/test/SemaCXX/ |
string-init.cpp | 5 char a2[] = u8"a"; // No error. local
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
idctllm_dspr2.c | 286 int a2, b2, c2, d2; local 320 a2 = a1 + b1; 325 op[0] = a2 >> 3;
|
/external/lzma/C/ |
CpuArch.c | 57 UInt32 a2, b2, c2, d2;
local 63 __asm mov a2, EAX;
local 68 *a = a2;
|
/external/pixman/pixman/ |
pixman-mips-dspr2-asm.h | 41 #define a2 $6 macro 411 muleu_s.ph.qbl \scratch3, \s2_8888, \m2_8 /* A2*M2 | R2*M2 */ 419 and \scratch6, \scratch6, \maskLSR /* 0 |A2*M2| 0 |R2*M2 */
|
/external/skia/src/core/ |
SkShader.cpp | 112 U8CPU a2 = srcA[8]; local 117 *alpha++ = SkToU8(a2);
|
/external/skia/tests/ |
RandomTest.cpp | 30 double a2 = -32.0 - 0.03125*s; local 32 return (kADMin32 < a2 && a2 < kADMax32);
|
/external/stressapptest/src/ |
adler32memcpy.cc | 38 // streams, and hence the two checksums a1, a2, b1 and b2. 39 // Initialize a1 and a2 with 1, b1 and b2 with 0 44 // add third dataunit to a2 45 // add a2 to b2 46 // add fourth dataunit to a2 47 // add a2 to b2 78 void AdlerChecksum::Set(uint64 a1, uint64 a2, uint64 b1, uint64 b2) { 80 a2_ = a2; 98 uint64 a2 = 1; local 113 a2 = a2 + data.l32.l 136 uint64 a2 = 1; local 177 uint64 a2 = 1; local [all...] |
/frameworks/av/media/libeffects/testlibs/ |
AudioBiquadFilter.cpp | 160 const audio_coef_t a2 = mCoefs[4]; local 168 acc = mac_coef_sample(a2, y2, acc); 207 const audio_coef_t a2 = mCoefs[4]; local 221 acc = mac_coef_sample(a2, y2, acc);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
bind.hpp | 199 typedef typename r2::type a2; typedef in struct:boost::mpl::bind2::apply 201 typedef aux::resolve_bind_arg< a2,U1,U2,U3,U4,U5 > t2; 262 typedef typename r2::type a2; typedef in struct:boost::mpl::bind3::apply 264 typedef aux::resolve_bind_arg< a2,U1,U2,U3,U4,U5 > t2; 330 typedef typename r2::type a2; typedef in struct:boost::mpl::bind4::apply 332 typedef aux::resolve_bind_arg< a2,U1,U2,U3,U4,U5 > t2; 405 typedef typename r2::type a2; typedef in struct:boost::mpl::bind5::apply 407 typedef aux::resolve_bind_arg< a2,U1,U2,U3,U4,U5 > t2; 493 typedef typename r2::type a2; typedef in struct:boost::mpl::bind3::apply 495 typedef aux::resolve_bind_arg< a2,U1,U2,U3,U4,U5 > t2 541 typedef typename r2::type a2; typedef in struct:boost::mpl::bind3::apply [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
type_with_alignment.hpp | 223 struct __attribute__((__aligned__(2))) a2 {}; struct in namespace:boost::align 233 template<> class type_with_alignment<2> { public: typedef align::a2 type; }; 242 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::align::a2,true) 355 struct a2{ short s; }; 367 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::align::a2,true) 382 template <> struct type_with_alignment<2>{ typedef align::a2 type; };
|