/external/clang/test/CodeGenObjCXX/ |
D | references.mm | 9 - (const A&)getA; method 14 - (const A&)getA { method
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | OneRegisterDecodedInstruction.java | 45 public int getA() { in getA() method in OneRegisterDecodedInstruction
|
D | RegisterRangeDecodedInstruction.java | 50 public int getA() { in getA() method in RegisterRangeDecodedInstruction
|
D | TwoRegisterDecodedInstruction.java | 49 public int getA() { in getA() method in TwoRegisterDecodedInstruction
|
D | ThreeRegisterDecodedInstruction.java | 53 public int getA() { in getA() method in ThreeRegisterDecodedInstruction
|
D | FourRegisterDecodedInstruction.java | 57 public int getA() { in getA() method in FourRegisterDecodedInstruction
|
D | FiveRegisterDecodedInstruction.java | 61 public int getA() { in getA() method in FiveRegisterDecodedInstruction
|
D | DecodedInstruction.java | 249 public int getA() { in getA() method in DecodedInstruction
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/ |
D | p1-cxx11.cpp | 38 A &getA() { return static_cast<B&>(*this); } in getA() function
|
D | p1.cpp | 58 A &getA() { return static_cast<B&>(*this); } in getA() function
|
/external/clang/test/CodeGenCXX/ |
D | rvalue-references.cpp | 16 A &&getA() { return static_cast<A&&>(getB()); } in getA() function
|
D | microsoft-abi-structors.cpp | 416 void *getA() { in getA() function
|
/external/stressapptest/src/ |
D | finelock_queue.cc | 102 int64 FineLockPEQueue::getA(int64 m) { in getA() function in FineLockPEQueue
|
/external/clang/test/SemaCXX/ |
D | uninitialized.cpp | 90 A getA() { return A(); } in getA() function 91 A getA(int x) { return A(); } in getA() function 92 A getA(A* a) { return A(); } in getA() function 93 A getA(A a) { return A(); } in getA() function
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECCurve.java | 202 public ECFieldElement getA() in getA() method in ECCurve
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 309 const SCEV *DependenceAnalysis::Constraint::getA() const { in getA() function in DependenceAnalysis::Constraint
|