/external/clang/test/Modules/Inputs/redecls/ |
b.h | 1 @class AA;
|
a.h | 1 @interface AA 3 @class AA;
|
/external/clang/test/CodeGen/ |
decl-in-prototype.c | 3 const int AA = 5; 6 int f1(enum {AA,BB} E) { 12 int f2(enum {AA=7,BB} E) { 14 return AA; 18 int f(void (*g)(), enum {AA,BB} h) { 20 return AA;
|
/external/clang/test/CXX/temp/temp.decls/temp.mem/ |
p3.cpp | 3 template <class T> struct AA {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
in_mlib.asm | 1 IN_MLIB .macro AA,BB,CC 2 ADD #AA,a
|
/external/clang/test/Index/ |
getcursor-preamble.h | 2 struct AA { 4 } aa; variable in typeref:struct:AA
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
p17.cpp | 19 typedef A<int> AA; 21 template <> int AA::foo = 0; 22 int AA::bar = 1; // expected-error {{template specialization requires 'template<>'}}
|
/art/runtime/interpreter/mterp/x86/ |
op_const_wide_high16.S | 4 SET_VREG_HIGH %eax, rINST # v[AA+1] <- eax 6 SET_VREG %eax, rINST # v[AA+0] <- eax
|
op_move_result_wide.S | 5 SET_VREG %eax, rINST # v[AA+0] <- eax 6 SET_VREG_HIGH %ecx, rINST # v[AA+1] <- ecx
|
op_return_wide.S | 13 GET_VREG %eax, rINST # eax <- v[AA+0] 14 GET_VREG_HIGH %ecx, rINST # ecx <- v[AA+1]
|
op_move_exception.S | 4 SET_VREG_OBJECT %eax, rINST # fp[AA] <- exception object
|
op_shl_long_2addr.S | 8 /* rINSTw gets AA */ 11 GET_VREG %eax, rINST # eax <- v[AA+0] 14 GET_VREG_HIGH rIBASE, rINST # rIBASE <- v[AA+1] 23 SET_VREG_HIGH rIBASE, rINST # v[AA+1] <- rIBASE 25 SET_VREG %eax, rINST # v[AA+0] <- eax
|
op_shr_long_2addr.S | 8 /* rINSTw gets AA */ 11 GET_VREG %eax, rINST # eax <- v[AA+0] 14 GET_VREG_HIGH rIBASE, rINST # rIBASE <- v[AA+1] 23 SET_VREG_HIGH rIBASE, rINST # v[AA+1] <- rIBASE 25 SET_VREG %eax, rINST # v[AA+0] <- eax
|
/external/clang/test/Sema/ |
decl-in-prototype.c | 3 const int AA = 5; 5 int f1(enum {AA,BB} E) { // expected-warning {{will not be visible outside of this function}} 9 int f2(enum {AA=7,BB} E) { // expected-warning {{will not be visible outside of this function}} 10 return AA; 22 struct aA { 28 int f5(struct aA { struct ab { int j; } b; struct ab { char glorx; } glorx; } *); // expected-warning {{declaration of 'struct aA' will not be visible}} expected-warning {{redefinition of 'ab' will not be visible}} expected-warning {{redefinition of 'ab' will not be visible}}
|
/external/clang/test/SemaTemplate/ |
instantiate-member-initializers.cpp | 22 template <class T> struct AA { AA(int); }; 23 template <class T> class BB : public AA<T> { 25 BB() : AA<T>(1) {}
|
/external/testng/src/test/java/test/tmp/ |
AA.java | 8 public class AA { 11 public AA() {} 13 public AA(int n) { 18 System.out.println(" [AA(" + m_n + ") thread:" + Thread.currentThread().getId() + "] " + s); 40 return new Object[] { new A(), new AA() };
|
AFactory.java | 8 return new Object[] { new A(), new AA() };
|
/art/runtime/interpreter/mterp/x86_64/ |
op_const_wide_high16.S | 4 SET_WIDE_VREG %rax, rINSTq # v[AA+0] <- eax
|
/external/clang/test/Analysis/ |
bug_hash_test.cpp | 16 namespace AA { 51 int AA::X::OutOfLine() { 340 // CHECK-NEXT: <string>debug.DumpBugHash$AA::X::X()$16$X():priv(5){priv=0;}$debug</string> 342 // CHECK-NEXT: <string>debug.DumpBugHash$AA::X::X()$16$X():priv(5){priv=0;}$debug</string> 345 // CHECK-NEXT: <key>description</key><string>debug.DumpBugHash$AA::X::X()$16$X():priv(5){priv=0;}$debug</string> 421 // CHECK-NEXT: <string>debug.DumpBugHash$AA::X::X()$21$X():priv(5){priv=0;}$debug</string> 423 // CHECK-NEXT: <string>debug.DumpBugHash$AA::X::X()$21$X():priv(5){priv=0;}$debug</string> 426 // CHECK-NEXT: <key>description</key><string>debug.DumpBugHash$AA::X::X()$21$X():priv(5){priv=0;}$debug</string> 536 // CHECK-NEXT: <string>debug.DumpBugHash$AA::X::X()$21$X():priv(5){priv=0;}$debug</string> 538 // CHECK-NEXT: <string>debug.DumpBugHash$AA::X::X()$21$X():priv(5){priv=0;}$debug</string [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
Canvas_EdgeTypeTest.java | 28 assertEquals(EdgeType.AA, EdgeType.valueOf("AA")); 36 assertEquals(EdgeType.AA, edgeType[1]); 41 c.quickReject(new Path(), EdgeType.AA); 43 c.quickReject(new RectF(), EdgeType.AA); 45 c.quickReject(10, 100, 100, 10, EdgeType.AA);
|
/external/llvm/lib/Transforms/Scalar/ |
FlattenCFGPass.cpp | 37 AliasAnalysis *AA; 53 static bool iterativelyFlattenCFG(Function &F, AliasAnalysis *AA) { 62 if (FlattenCFG(&*BBIt++, AA)) { 72 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults(); 75 while (iterativelyFlattenCFG(F, AA)) {
|
/external/chromium-trace/catapult/third_party/vinn/vinn/test_data/ |
console_time_test.js | 16 console.timeEnd("AA"); 18 assert.equal(err.message, "No such timer name: AA"); 21 console.time("AA"); 22 console.timeEnd("AA"); 24 console.timeEnd("AA"); 26 assert.equal(err.message, "No such timer name: AA");
|
/art/runtime/interpreter/mterp/arm/ |
op_return_wide.S | 11 mov r2, rINST, lsr #8 @ r2<- AA 12 VREG_INDEX_TO_ADDR r2, r2 @ r2<- &fp[AA]
|
op_sput.S | 10 mov r3, rINST, lsr #8 @ r3<- AA 11 GET_VREG r1, r3 @ r1<= fp[AA]
|
/art/runtime/interpreter/mterp/mips64/ |
op_sput.S | 11 srl a3, rINST, 8 # a3 <- AA 12 GET_VREG a1, a3 # a1 <- fp[AA]
|