Home
last modified time | relevance | path

Searched refs:getB (Results 1 – 25 of 36) sorted by relevance

12

/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/
DConfiguratorTest.java61 public B getB() { in getB() method in ConfiguratorTest.C
86 assertEquals(c.getB(), Configurator.getObjectContaining(c, "b.a")); in testGetFieldAt()
87 assertEquals(c.getB().getA(), Configurator.getObjectContaining(c, "b.a.d")); in testGetFieldAt()
/external/v8/test/webkit/
Dproperty-getters-and-setters.js37 o2.__defineGetter__('b', function getB() { return this.a + 1} ) function
53 function getB() { return this.a } function
55 o4.__defineGetter__('b', getB)
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DDecodedInstruction.java253 public int getB() { in getB() method in DecodedInstruction
331 int b = getB(); in getBUnit()
345 int b = getB(); in getBByte()
359 int b = getB(); in getBNibble()
DInstructionCodec.java75 makeByte(insn.getA(), insn.getB()))); in FORMAT_12X()
292 codeUnit(insn.getB(), insn.getC())); in FORMAT_23X()
313 codeUnit(insn.getB(), in FORMAT_22B()
336 makeByte(insn.getA(), insn.getB())), in FORMAT_22T()
357 makeByte(insn.getA(), insn.getB())), in FORMAT_22S()
379 makeByte(insn.getA(), insn.getB())), in FORMAT_22C()
400 makeByte(insn.getA(), insn.getB())), in FORMAT_22CS()
624 codeUnit(insn.getA(), insn.getB()), in FORMAT_33X()
645 codeUnit(insn.getA(), insn.getB()), in FORMAT_32S()
960 codeUnit(insn.getA(), insn.getB(), insn.getC(), insn.getD())); in encodeRegisterList()
DTwoRegisterDecodedInstruction.java54 public int getB() { in getB() method in TwoRegisterDecodedInstruction
DThreeRegisterDecodedInstruction.java58 public int getB() { in getB() method in ThreeRegisterDecodedInstruction
DFourRegisterDecodedInstruction.java62 public int getB() { in getB() method in FourRegisterDecodedInstruction
DFiveRegisterDecodedInstruction.java66 public int getB() { in getB() method in FiveRegisterDecodedInstruction
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DEC5Util.java49 …curve.getField().getCharacteristic()), curve.getA().toBigInteger(), curve.getB().toBigInteger(), n… in convertCurve()
60 …e(new ECFieldF2m(curveF2m.getM(), ks), curve.getA().toBigInteger(), curve.getB().toBigInteger(), n… in convertCurve()
66 …e(new ECFieldF2m(curveF2m.getM(), ks), curve.getA().toBigInteger(), curve.getB().toBigInteger(), n… in convertCurve()
76 BigInteger b = ec.getB(); in convertCurve()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
DECNamedCurveSpec.java27 …curve.getField().getCharacteristic()), curve.getA().toBigInteger(), curve.getB().toBigInteger(), s… in convertCurve()
38 …e(new ECFieldF2m(curveF2m.getM(), ks), curve.getA().toBigInteger(), curve.getB().toBigInteger(), s… in convertCurve()
44 …e(new ECFieldF2m(curveF2m.getM(), ks), curve.getA().toBigInteger(), curve.getB().toBigInteger(), s… in convertCurve()
/external/clang/test/CodeGenCXX/
Drvalue-references.cpp8 B &getB();
16 A &&getA() { return static_cast<A&&>(getB()); } in getA()
/external/clang/test/SemaCXX/
Duninitialized.cpp441 B getB() { return B(); }; in getB() function
442 B getB(int x) { return B(); }; in getB() function
443 B getB(int *x) { return B(); }; in getB() function
444 B getB(B *b) { return B(); }; in getB() function
456 B b4 = getB(); in setupB()
457 B b5 = getB(&b5); in setupB()
458 B b6 = getB(&b6.x); in setupB()
465 …B b8 = getB(b8.x); // expected-warning {{variable 'b8' is uninitialized when used within its own … in setupB()
466 …B b9 = getB(b9.y); // expected-warning {{variable 'b9' is uninitialized when used within its own … in setupB()
467 …B b10 = getB(-b10.x); // expected-warning {{variable 'b10' is uninitialized when used within its … in setupB()
[all …]
Derr_typecheck_assign_const_filecheck.cpp49 B &getB() const;
202 Ca.getB().c.d.e.num = 5; in test4()
232 Ca.getB().c.d.Ce.num = 5; in test5()
/external/v8/test/mjsunit/regress/
Dregress-798.js49 function getB() { function
66 x.__defineGetter__("b", getB);
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DContinuedFraction.java66 protected abstract double getB(int n, double x); in getB() method in ContinuedFraction
139 double b = getB(n, x); in evaluate()
/external/clang/test/Modules/Inputs/Modified/
DB.h3 int getB();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX9Curve.java148 v.add(new X9FieldElement(curve.getB()).toASN1Primitive()); in toASN1Primitive()
153 v.add(new X9FieldElement(curve.getB()).toASN1Primitive()); in toASN1Primitive()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECCurve.java312 public ECFieldElement getB() in getB() method in ECCurve
478 && getB().toBigInteger().equals(other.getB().toBigInteger())); in equals()
490 ^ Integers.rotateLeft(getB().toBigInteger().hashCode(), 16); in hashCode()
937 if (!Y.square().equals(this.getB())) in createPoint()
/external/clang/test/Analysis/engine/
Dreplay-without-inlining.c21 void getB(IB *st, Hdr2 *usedtobeundef);
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
DGaussianFunction.java138 public double getB() { in getB() method in GaussianFunction
/external/clang/test/Index/
Dannotate-tokens.m135 + (Foo*)getB; class
550 // CHECK-PROP-AFTER-METHOD: Punctuation: "+" [135:1 - 135:2] ObjCClassMethodDecl=getB:135:9
551 // CHECK-PROP-AFTER-METHOD: Punctuation: "(" [135:3 - 135:4] ObjCClassMethodDecl=getB:135:9
553 // CHECK-PROP-AFTER-METHOD: Punctuation: "*" [135:7 - 135:8] ObjCClassMethodDecl=getB:135:9
554 // CHECK-PROP-AFTER-METHOD: Punctuation: ")" [135:8 - 135:9] ObjCClassMethodDecl=getB:135:9
555 // CHECK-PROP-AFTER-METHOD: Identifier: "getB" [135:9 - 135:13] ObjCClassMethodDecl=getB:135:9
556 // CHECK-PROP-AFTER-METHOD: Punctuation: ";" [135:13 - 135:14] ObjCClassMethodDecl=getB:135:9
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DEllipticCurveTest.java462 assertEquals("incorrect b", ec.getB(), BigInteger.ONE); in testEllipticCurveECFieldBigIntegerBigInteger05()
480 assertEquals(b, c.getB()); in testGetB()
481 assertSame(b, c.getB()); in testGetB()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DRectangle.java107 public Vector3f getB() { in getB() method in Rectangle
/external/clang/test/Modules/
Dmodify-module.m26 int getValue() { return getA() + getB(); }
/external/apache-commons-math/src/main/java/org/apache/commons/math/special/
DBeta.java132 protected double getB(int n, double x) { in regularizedBeta()

12