/external/clang/test/Index/Inputs/Headers/ |
a.h | 1 int *getA();
|
/external/clang/test/Modules/Inputs/Modified/ |
A.h | 1 int getA();
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
p2.cpp | 24 A *getA();
|
/external/clang/test/CodeGenObjCXX/ |
references.mm | 9 - (const A&)getA; 14 - (const A&)getA { 25 (void)[b getA];
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/ |
p1-cxx11.cpp | 38 A &getA() { return static_cast<B&>(*this); } 41 getA().a<int>();
|
p1.cpp | 58 A &getA() { return static_cast<B&>(*this); } 61 getA().a<int>();
|
/external/clang/test/Modules/ |
modify-module.m | 13 // RUN: echo 'int getA(); int getA2();' > %t/include/A.h 21 int getValue() { return getA() + getB(); }
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/ |
ECNamedCurveSpec.java | 26 return new EllipticCurve(new ECFieldFp(((ECCurve.Fp)curve).getQ()), curve.getA().toBigInteger(), curve.getB().toBigInteger(), seed); 37 return new EllipticCurve(new ECFieldF2m(curveF2m.getM(), ks), curve.getA().toBigInteger(), curve.getB().toBigInteger(), seed); 43 return new EllipticCurve(new ECFieldF2m(curveF2m.getM(), ks), curve.getA().toBigInteger(), curve.getB().toBigInteger(), seed);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
EC5Util.java | 25 return new EllipticCurve(new ECFieldFp(((ECCurve.Fp)curve).getQ()), curve.getA().toBigInteger(), curve.getB().toBigInteger(), null); 36 return new EllipticCurve(new ECFieldF2m(curveF2m.getM(), ks), curve.getA().toBigInteger(), curve.getB().toBigInteger(), null); 42 return new EllipticCurve(new ECFieldF2m(curveF2m.getM(), ks), curve.getA().toBigInteger(), curve.getB().toBigInteger(), null); 51 BigInteger a = ec.getA();
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
InstructionCodec.java | 75 makeByte(insn.getA(), insn.getB()))); 94 makeByte(insn.getA(), insn.getLiteralNibble()))); 110 out.write(codeUnit(insn.getOpcode(), insn.getA())); 182 codeUnit(insn.getOpcode(), insn.getA()), 202 out.write(codeUnit(insn.getOpcode(), insn.getA()), relativeTarget); 220 codeUnit(insn.getOpcode(), insn.getA()), 251 out.write(codeUnit(opcode, insn.getA()), literal); 270 codeUnit(insn.getOpcode(), insn.getA()), 291 codeUnit(insn.getOpcode(), insn.getA()), 312 codeUnit(insn.getOpcode(), insn.getA()), [all...] |
OneRegisterDecodedInstruction.java | 45 public int getA() {
|
RegisterRangeDecodedInstruction.java | 50 public int getA() {
|
ThreeRegisterDecodedInstruction.java | 53 public int getA() {
|
TwoRegisterDecodedInstruction.java | 49 public int getA() {
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
InstructionCodec.java | 75 makeByte(insn.getA(), insn.getB()))); 94 makeByte(insn.getA(), insn.getLiteralNibble()))); 110 out.write(codeUnit(insn.getOpcode(), insn.getA())); 182 codeUnit(insn.getOpcode(), insn.getA()), 202 out.write(codeUnit(insn.getOpcode(), insn.getA()), relativeTarget); 220 codeUnit(insn.getOpcode(), insn.getA()), 251 out.write(codeUnit(opcode, insn.getA()), literal); 270 codeUnit(insn.getOpcode(), insn.getA()), 291 codeUnit(insn.getOpcode(), insn.getA()), 312 codeUnit(insn.getOpcode(), insn.getA()), [all...] |
OneRegisterDecodedInstruction.java | 45 public int getA() {
|
RegisterRangeDecodedInstruction.java | 50 public int getA() {
|
ThreeRegisterDecodedInstruction.java | 53 public int getA() {
|
TwoRegisterDecodedInstruction.java | 49 public int getA() {
|
/external/webkit/LayoutTests/storage/indexeddb/ |
create-object-store-options.html | 57 req.onsuccess = getA; 61 function getA()
|
/external/clang/test/SemaCXX/ |
uninitialized.cpp | 90 A getA() { return A(); } 91 A getA(int x) { return A(); } 92 A getA(A* a) { return A(); } 93 A getA(A a) { return A(); } 103 A a7 = getA(); 104 A a8 = getA(a8.TWO); 105 A a9 = getA(&a9); 112 A a15 = getA(a15.num); // expected-warning {{variable 'a15' is uninitialized when used within its own initialization}} 116 A a19 = getA(x ? a19 : a17); // expected-warning {{variable 'a19' is uninitialized when used within its own initialization}} 140 A a7 = getA(); [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
X9Curve.java | 145 v.add(new X9FieldElement(curve.getA()).toASN1Primitive()); 150 v.add(new X9FieldElement(curve.getA()).toASN1Primitive());
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
WTauNafMultiplier.java | 31 byte a = curve.getA().toBigInteger().byteValue(); 85 byte a = curve.getA().toBigInteger().byteValue();
|
/libcore/support/src/test/java/tests/support/ |
Support_GetPutFields.java | 58 public int getA() { 72 return (a == other.getA() && b.equals(other.getB()));
|
Support_GetPutFieldsDeprecated.java | 60 public int getA() { 74 return (a == other.getA() && b.equals(other.getB()));
|