/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/ |
p6.cpp | 4 struct A0 { 8 template<int X, int Y> void f0(A0<X, Y>) { } // expected-note{{previous}} 9 template<int N, int M> void f0(A0<M, N>) { } 10 template<int V1, int V2> void f0(A0<V1, V2>) { } // expected-error{{redefinition}} 12 template<int X, int Y> void f1(A0<0, (X + Y)>) { } // expected-note{{previous}} 13 template<int X, int Y> void f1(A0<0, (X - Y)>) { } 14 template<int A, int B> void f1(A0<0, (A + B)>) { } // expected-error{{redefinition}} 16 template<int X, int Y> void A0<X, Y>::g0() { }
|
/external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/ |
destroy.pass.cpp | 47 struct A0 50 ~A0() {++count;} 53 int A0::count = 0; 58 A0::count = 0; 60 std::aligned_storage<sizeof(A0)>::type a0; local 61 std::allocator_traits<A<int> >::construct(a, (A0*)&a0); 62 assert(A0::count == 0); 63 std::allocator_traits<A<int> >::destroy(a, (A0*)&a0) 71 std::aligned_storage<sizeof(A0)>::type a0; local [all...] |
construct.pass.cpp | 49 struct A0 52 A0() {++count;} 55 int A0::count = 0; 85 A0::count = 0; 87 std::aligned_storage<sizeof(A0)>::type a0; local 88 assert(A0::count == 0); 89 std::allocator_traits<A<int> >::construct(a, (A0*)&a0); 90 assert(A0::count == 1) 113 std::aligned_storage<sizeof(A0)>::type a0; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/ |
destroy.pass.cpp | 47 struct A0 50 ~A0() {++count;} 53 int A0::count = 0; 58 A0::count = 0; 60 std::aligned_storage<sizeof(A0)>::type a0; local 61 std::allocator_traits<A<int> >::construct(a, (A0*)&a0); 62 assert(A0::count == 0); 63 std::allocator_traits<A<int> >::destroy(a, (A0*)&a0) 71 std::aligned_storage<sizeof(A0)>::type a0; local [all...] |
construct.pass.cpp | 49 struct A0 52 A0() {++count;} 55 int A0::count = 0; 85 A0::count = 0; 87 std::aligned_storage<sizeof(A0)>::type a0; local 88 assert(A0::count == 0); 89 std::allocator_traits<A<int> >::construct(a, (A0*)&a0); 90 assert(A0::count == 1) 113 std::aligned_storage<sizeof(A0)>::type a0; local [all...] |
/external/clang/test/CodeGen/ |
pr5406.c | 5 typedef struct { char x[3]; } A0; 12 A0 a3;
|
/external/clang/INPUTS/ |
macro_pounder_obj.c | 6 #define A0 a b 7 #define A1 A0 A0 A0 A0 A0 A0
|
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/ |
is_constructible.pass.cpp | 33 template <class T, class A0> 36 static_assert( (std::is_constructible<T, A0>::value), ""); 39 template <class T, class A0, class A1> 42 static_assert( (std::is_constructible<T, A0, A1>::value), ""); 51 template <class T, class A0> 54 static_assert((!std::is_constructible<T, A0>::value), "");
|
is_nothrow_constructible.pass.cpp | 23 template <class T, class A0> 26 static_assert(( std::is_nothrow_constructible<T, A0>::value), ""); 35 template <class T, class A0> 38 static_assert((!std::is_nothrow_constructible<T, A0>::value), ""); 41 template <class T, class A0, class A1> 44 static_assert((!std::is_nothrow_constructible<T, A0, A1>::value), "");
|
is_trivially_constructible.pass.cpp | 23 template <class T, class A0> 26 static_assert(( std::is_trivially_constructible<T, A0>::value), ""); 35 template <class T, class A0> 38 static_assert((!std::is_trivially_constructible<T, A0>::value), ""); 41 template <class T, class A0, class A1> 44 static_assert((!std::is_trivially_constructible<T, A0, A1>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/ |
is_constructible.pass.cpp | 33 template <class T, class A0> 36 static_assert( (std::is_constructible<T, A0>::value), ""); 39 template <class T, class A0, class A1> 42 static_assert( (std::is_constructible<T, A0, A1>::value), ""); 51 template <class T, class A0> 54 static_assert((!std::is_constructible<T, A0>::value), "");
|
is_nothrow_constructible.pass.cpp | 23 template <class T, class A0> 26 static_assert(( std::is_nothrow_constructible<T, A0>::value), ""); 35 template <class T, class A0> 38 static_assert((!std::is_nothrow_constructible<T, A0>::value), ""); 41 template <class T, class A0, class A1> 44 static_assert((!std::is_nothrow_constructible<T, A0, A1>::value), "");
|
is_trivially_constructible.pass.cpp | 23 template <class T, class A0> 26 static_assert(( std::is_trivially_constructible<T, A0>::value), ""); 35 template <class T, class A0> 38 static_assert((!std::is_trivially_constructible<T, A0>::value), ""); 41 template <class T, class A0, class A1> 44 static_assert((!std::is_trivially_constructible<T, A0, A1>::value), "");
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
Filters.h | 34 * Biquad with coefficients A0, A1, A2, B1 and B2 coefficients 39 LVM_INT16 A0; 49 * Biquad with coefficients A0, A1 and B1 coefficients 54 LVM_INT16 A0;
|
LVM_FO_HPF.c | 36 /* A0 = (1 - B1) / 2 */ 37 /* A1 = A0 */ 44 /* A0 -8388571 */ 56 /* Y = (A0 + A1*X + A2*X2 + A3*X3 + ?.. + AN*xN) << AN+1 */ 92 /* A0=(1-B1)/2= B1/2 - 0.5*/ 93 Y=Y>>1; /* A0=Y=B1/2*/ 94 Y=Y-0x40000000; /* A0=Y=(B1/2 - 0.5)*/ 95 MUL32x16INTO32(Y, FILTER_LOSS ,pCoeffs->A0 ,15) /* Apply loss to avoid overflow*/ 96 pCoeffs->A1=-pCoeffs->A0; /* Store A1=-A0*/ [all...] |
LVM_FO_LPF.c | 36 /* A0 = (1 + B1) / 2 */ 37 /* A1 = A0 */ 44 /* A0 -8388571 */ 56 /* Y = (A0 + A1*X + A2*X2 + A3*X3 + ?.. + AN*xN) << AN+1 */ 90 // A0=(1+B1)/2= B1/2 + 0.5 91 Y=Y>>1; // A0=Y=B1/2 92 Y=Y+0x40000000; // A0=Y=(B1/2 + 0.5) 93 MUL32x16INTO32(Y, FILTER_LOSS ,pCoeffs->A0 ,15) // Apply loss to avoid overflow 94 pCoeffs->A1=pCoeffs->A0;
|
/cts/tools/signature-tools/test/signature/comparator/ |
AnnotationCompareTest.java | 34 CompilationUnit A0 = new CompilationUnit("a.A0", 36 "public @interface A0 {" + 45 "@A0 " + 49 "@A0 " + 51 IApi fromApi = convert(A0, A1, AnnotBDefault); 52 IApi toApi = convert(A0, A1, AnnotB); 58 CompilationUnit A0 = new CompilationUnit("a.A0", 60 "public @interface A0 {" [all...] |
/external/clang/test/Index/ |
annotate-comments-preprocessor.c | 14 #define A0 0 22 int A[] = { A0, A1, A2, A3, A4, A5, A6 }; 24 #if A0 /** Aaa. */
|
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/ |
memset.S | 15 ADD A0.2,D0Ar2,D0Re0 ! Duplicate byte value into 4 (A0.2) 33 MOV A1.2,A0.2 38 SETL [D1Ar1++],A0.2,A1.2 39 SETL [D1Ar1++],A0.2,A1.2 40 SETL [D1Ar1++],A0.2,A1.2 41 SETL [D1Ar1++],A0.2,A1.2 55 SETL [D1Ar1++],A0.2,A1.2 72 SETB [D1Ar1+#(-7)],A0.2 73 SETB [D1Ar1+#(-6)],A0. [all...] |
/external/openssl/crypto/bn/asm/ |
x86_64-mont.pl | 702 my @A0=("%r10","%r11"); 704 my ($a0,$a1,$ai)=("%r14","%r15","%rbx"); 754 mov -32($aptr,$i),$a0 # a[0] 761 mul $a0 # a[1]*a[0] 762 mov %rax,$A0[0] # a[1]*a[0] 764 mov %rdx,$A0[1] 765 mov $A0[0],-24($tptr,$i) # t[1] 767 xor $A0[0],$A0[0] 768 mul $a0 # a[2]*a[0 [all...] |
/device/htc/flounder/nfc/ |
libnfc-brcm.conf | 111 AID_FOR_EMPTY_SELECT={08:A0:00:00:01:51:00:00:00}
|
/device/lge/hammerhead/nfc/ |
libnfc-brcm.conf | 121 AID_FOR_EMPTY_SELECT={08:A0:00:00:01:51:00:00:00}
|
/device/lge/mako/nfc/ |
libnfc-brcm.conf | 68 LPTD_CFG={23:B9:21:01:02:FF:FF:04:A0:0F:40:00:80:02:02:10:00:00:00:31:0E:30:00:00:00:00:00:00:00:00:00:00:00:00:00:00} 171 AID_FOR_EMPTY_SELECT={08:A0:00:00:01:51:00:00:00}
|
/device/samsung/manta/nfc/ |
libnfc-brcm.conf | 68 LPTD_CFG={00:B9:21:01:02:FF:FF:04:A0:0F:40:00:80:02:02:10:00:00:00:31:0C:30:00:00:00:00:00:00:00:00:00:00:00:00:00:00} 172 AID_FOR_EMPTY_SELECT={08:A0:00:00:01:51:00:00:00}
|
/external/bluetooth/bluedroid/conf/ |
auto_pair_devlist.conf | 13 AddressBlacklist=00:02:C7,00:16:FE,00:19:C1,00:1B:FB,00:1E:3D,00:21:4F,00:23:06,00:24:33,00:A0:79,00:0E:6D,00:13:E0,00:21:E8,00:60:57,00:0E:9F,00:12:1C,00:18:91,00:18:96,00:13:04,00:16:FD,00:22:A0,00:0B:4C,00:60:6F,00:23:3D,00:C0:59,00:0A:30,00:1E:AE,00:1C:D7,00:80:F0,00:12:8A,00:09:93,00:80:37,00:26:7E,00:26:e8
|