Searched refs:getB (Results 1 - 25 of 33) sorted by relevance

12

/external/clang/test/Modules/Inputs/Modified/
H A DB.h3 int getB();
/external/clang/test/CodeGenCXX/
H A Drvalue-references.cpp8 B &getB();
16 A &&getA() { return static_cast<A&&>(getB()); }
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/
H A DConfiguratorTest.java61 public B getB() { method in class:ConfiguratorTest.C
86 assertEquals(c.getB(), Configurator.getObjectContaining(c, "b.a"));
87 assertEquals(c.getB().getA(), Configurator.getObjectContaining(c, "b.a.d"));
/external/v8/test/webkit/
H A Dproperty-getters-and-setters.js37 o2.__defineGetter__('b', function getB() { return this.a + 1} )
53 function getB() { return this.a }
55 o4.__defineGetter__('b', getB)
58 shouldBe("o4.__lookupGetter__('b')", "getB");
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DTwoRegisterDecodedInstruction.java54 public int getB() { method in class:TwoRegisterDecodedInstruction
H A DFiveRegisterDecodedInstruction.java66 public int getB() { method in class:FiveRegisterDecodedInstruction
H A DFourRegisterDecodedInstruction.java62 public int getB() { method in class:FourRegisterDecodedInstruction
H A DThreeRegisterDecodedInstruction.java58 public int getB() { method in class:ThreeRegisterDecodedInstruction
H A DDecodedInstruction.java253 public int getB() { method in class:DecodedInstruction
331 int b = getB();
345 int b = getB();
359 int b = getB();
H A DInstructionCodec.java75 makeByte(insn.getA(), insn.getB())));
292 codeUnit(insn.getB(), insn.getC()));
313 codeUnit(insn.getB(),
336 makeByte(insn.getA(), insn.getB())),
357 makeByte(insn.getA(), insn.getB())),
379 makeByte(insn.getA(), insn.getB())),
400 makeByte(insn.getA(), insn.getB())),
624 codeUnit(insn.getA(), insn.getB()),
645 codeUnit(insn.getA(), insn.getB()),
960 codeUnit(insn.getA(), insn.getB(), ins
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-798.js49 function getB() { function
66 x.__defineGetter__("b", getB);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
H A DECNamedCurveSpec.java27 return new EllipticCurve(new ECFieldFp(curve.getField().getCharacteristic()), curve.getA().toBigInteger(), curve.getB().toBigInteger(), seed);
38 return new EllipticCurve(new ECFieldF2m(curveF2m.getM(), ks), curve.getA().toBigInteger(), curve.getB().toBigInteger(), seed);
44 return new EllipticCurve(new ECFieldF2m(curveF2m.getM(), ks), curve.getA().toBigInteger(), curve.getB().toBigInteger(), seed);
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DContinuedFraction.java66 protected abstract double getB(int n, double x); method in class:ContinuedFraction
139 double b = getB(n, x);
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
H A DGaussianFunction.java138 public double getB() { method in class:GaussianFunction
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DEC5Util.java49 return new EllipticCurve(new ECFieldFp(curve.getField().getCharacteristic()), curve.getA().toBigInteger(), curve.getB().toBigInteger(), null);
60 return new EllipticCurve(new ECFieldF2m(curveF2m.getM(), ks), curve.getA().toBigInteger(), curve.getB().toBigInteger(), null);
66 return new EllipticCurve(new ECFieldF2m(curveF2m.getM(), ks), curve.getA().toBigInteger(), curve.getB().toBigInteger(), null);
76 BigInteger b = ec.getB();
/external/clang/test/Analysis/engine/
H A Dreplay-without-inlining.c21 void getB(IB *st, Hdr2 *usedtobeundef);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX9Curve.java148 v.add(new X9FieldElement(curve.getB()).toASN1Primitive());
153 v.add(new X9FieldElement(curve.getB()).toASN1Primitive());
/external/clang/test/SemaCXX/
H A Duninitialized.cpp441 B getB() { return B(); }; function
442 B getB(int x) { return B(); }; function
443 B getB(int *x) { return B(); }; function
444 B getB(B *b) { return B(); }; function
456 B b4 = getB();
457 B b5 = getB(&b5);
458 B b6 = getB(&b6.x);
465 B b8 = getB(b8.x); // expected-warning {{variable 'b8' is uninitialized when used within its own initialization}}
466 B b9 = getB(b9.y); // expected-warning {{variable 'b9' is uninitialized when used within its own initialization}}
467 B b10 = getB(
[all...]
H A Derr_typecheck_assign_const_filecheck.cpp49 B &getB() const;
202 Ca.getB().c.d.e.num = 5;
232 Ca.getB().c.d.Ce.num = 5;
/external/apache-commons-math/src/main/java/org/apache/commons/math/special/
H A DBeta.java132 protected double getB(int n, double x) {
H A DGamma.java261 protected double getB(int n, double x) {
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DRectangle.java103 * <code>getB</code> returns the second point of the rectangle.
107 public Vector3f getB() { method in class:Rectangle
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java312 public ECFieldElement getB() method in class:ECCurve
478 && getB().toBigInteger().equals(other.getB().toBigInteger()));
490 ^ Integers.rotateLeft(getB().toBigInteger().hashCode(), 16);
937 if (!Y.square().equals(this.getB()))
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DDiffer.java69 public T getB(int offset) { method in class:Differ
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DEllipticCurveTest.java462 assertEquals("incorrect b", ec.getB(), BigInteger.ONE);
467 * Test for <code>getB()</code> method<br>
480 assertEquals(b, c.getB());
481 assertSame(b, c.getB());

Completed in 417 milliseconds

12