/libcore/support/src/test/java/tests/support/ |
Support_GetPutFieldsDeprecated.java | 64 public String getB() { 74 return (a == other.getA() && b.equals(other.getB()));
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
Format21c.java | 41 public long getB(byte[] raw) throws IOException {
|
Format22c.java | 41 public long getB(byte[] raw) throws IOException {
|
Format35c.java | 44 public long getB(byte[] raw) throws IOException {
|
Format3rc.java | 42 public long getB(byte[] raw) throws IOException {
|
Format51l.java | 42 public long getB(byte[] raw) throws IOException {
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
DecodedInstruction.java | 253 public int getB() { 331 int b = getB(); 345 int b = getB(); 359 int b = getB();
|
InstructionCodec.java | 74 makeByte(insn.getA(), insn.getB()))); 291 codeUnit(insn.getB(), insn.getC())); 312 codeUnit(insn.getB(), 335 makeByte(insn.getA(), insn.getB())), 356 makeByte(insn.getA(), insn.getB())), 378 makeByte(insn.getA(), insn.getB())), 399 makeByte(insn.getA(), insn.getB())), 826 codeUnit(insn.getA(), insn.getB(), insn.getC(), insn.getD())); [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
GaussianFunction.java | 138 public double getB() {
|
/external/clang/test/Analysis/engine/ |
replay-without-inlining.c | 21 void getB(IB *st, Hdr2 *usedtobeundef);
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
DecodedInstruction.java | 253 public int getB() { 331 int b = getB(); 345 int b = getB(); 359 int b = getB();
|
InstructionCodec.java | 75 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()), [all...] |
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue127/ |
NullAliasTest.java | 51 fields.put("b", bean.getB());
|
/external/guice/core/test/com/google/inject/ |
CircularDependencyTest.java | 108 assertNotNull(a.getB().getA()); 110 assertEquals(a.id(), a.getB().getA().id()); 111 assertEquals(0, a.getB().id()); 119 B getB(); 135 public B getB() { 379 public B getB() {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
X9Curve.java | 148 v.add(new X9FieldElement(curve.getB()).toASN1Primitive()); 153 v.add(new X9FieldElement(curve.getB()).toASN1Primitive());
|
/external/v8/test/webkit/ |
property-getters-and-setters.js | 37 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/clang/test/SemaCXX/ |
uninitialized.cpp | 441 B getB() { return B(); }; 442 B getB(int x) { return B(); }; 443 B getB(int *x) { return B(); }; 444 B getB(B *b) { return B(); }; 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(-b10.x); // expected-warning {{variable 'b10' is uninitialized when used within its own initializ (…) [all...] |
err_typecheck_assign_const_filecheck.cpp | 49 B &getB() const; 202 Ca.getB().c.d.e.num = 5; 232 Ca.getB().c.d.Ce.num = 5;
|
/libcore/ojluni/src/main/java/java/security/spec/ |
EllipticCurve.java | 148 public BigInteger getB() {
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/special/ |
Beta.java | 132 protected double getB(int n, double x) {
|
Gamma.java | 261 protected double getB(int n, double x) {
|
/external/v8/test/mjsunit/regress/ |
regress-798.js | 49 function getB() { 66 x.__defineGetter__("b", getB);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECCurve.java | 318 public ECFieldElement getB() 484 && getB().toBigInteger().equals(other.getB().toBigInteger())); 496 ^ Integers.rotateLeft(getB().toBigInteger().hashCode(), 16); 724 if (!Y.square().equals(this.getB())) 770 y = this.getB().sqrt(); 774 ECFieldElement beta = x.square().invert().multiply(this.getB()).add(this.getA()).add(x); [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/ |
ECNamedCurveSpec.java | 31 BigInteger a = curve.getA().toBigInteger(), b = curve.getB().toBigInteger();
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Differ.java | 71 public T getB(int offset) {
|