HomeSort by relevance Sort by last modified time
    Searched full:geta (Results 26 - 50 of 79) sorted by null

12 3 4

  /dalvik/dx/src/com/android/dx/io/instructions/
FiveRegisterDecodedInstruction.java 61 public int getA() {
FourRegisterDecodedInstruction.java 57 public int getA() {
DecodedInstruction.java 249 public int getA() {
289 int a = getA();
303 int a = getA();
317 int a = getA();
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
FiveRegisterDecodedInstruction.java 61 public int getA() {
FourRegisterDecodedInstruction.java 57 public int getA() {
DecodedInstruction.java 249 public int getA() {
289 int a = getA();
303 int a = getA();
317 int a = getA();
  /packages/apps/Gallery2/jni/filters/
filters.h 28 #define GetA(color) (((color) >> 24) & 0xFF)
  /external/clang/test/CodeGenCXX/
rvalue-references.cpp 16 A &&getA() { return static_cast<A&&>(getB()); }
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Rectangle.java 84 * <code>getA</code> returns the first point of the rectangle.
88 public Vector3f getA() {
  /libcore/support/src/test/java/tests/support/
Support_GetPutFieldsDefaulted.java 69 public int getA() {
83 return (a == other.getA() && b.equals(other.getB()));
  /external/stressapptest/src/
finelock_queue.h 85 int64 getA(int64 m);
finelock_queue.cc 82 a = getA(length) % length;
88 a = getA(modlength) % modlength;
102 int64 FineLockPEQueue::getA(int64 m) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 367 ECFieldElement.F2m.checkFieldElements(this.x, this.curve.getA());
495 = (ECFieldElement.F2m)lambda.square().add(lambda).add(this.x).add(x2).add(this.curve.getA());
555 add(this.curve.getA());
Tnaf.java 418 BigInteger a = curve.getA().toBigInteger();
550 int a = curve.getA().toBigInteger().intValue();
653 byte a = (byte) curve.getA().toBigInteger().intValue();
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
EllipticCurveTest.java 418 * Test for <code>getA()</code> method<br>
431 assertEquals(a, c.getA());
432 assertSame(a, c.getA());
442 assertEquals("incorrect a", ec.getA(), BigInteger.valueOf(4L));
  /libcore/luni/src/main/java/java/security/spec/
EllipticCurve.java 123 public BigInteger getA() {
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLECGroupContext.java 137 return OpenSSLECGroupContext.getInstance(type, p, curve.getA(), curve.getB(),
  /libcore/luni/src/test/java/tests/security/spec/
EllipticCurveTest.java 418 * Test for <code>getA()</code> method<br>
431 assertEquals(a, c.getA());
432 assertSame(a, c.getA());
442 assertEquals("incorrect a", ec.getA(), BigInteger.valueOf(4L));
  /external/protobuf/java/src/test/java/com/google/protobuf/
MicroTest.java 118 assertEquals(1, nestedMsg.getA().getId());
138 assertEquals(1, newMsg.getNestedMessage().getA().getId());
570 assertEquals(1, msg.getOptionalGroup().getA());
588 assertEquals(1, newMsg.getOptionalGroup().getA());
    [all...]
TestUtil.java 538 Assert.assertEquals(117, message.getOptionalGroup ().getA());
595 Assert.assertEquals(217, message.getRepeatedGroup (0).getA());
623 Assert.assertEquals(317, message.getRepeatedGroup (1).getA());
    [all...]
ServiceTest.java 235 assertEquals(123, message.getA());
GeneratedMessageTest.java 646 assertTrue(message.getA() != null);
647 assertTrue(message.getA() == message);
CodedInputStreamTest.java 418 assertMessageDepth(message.getA(), depth - 1);
UnknownFieldSetTest.java 143 assertEquals(allFields.getOptionalGroup().getA(),
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 304 const SCEV *DependenceAnalysis::Constraint::getA() const {
398 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n";
400 OS << " Line is " << *getA() << "*X + " <<
463 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB());
464 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA());
483 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA());
485 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA());
486 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB());
487 const SCEV *A2B1 = SE->getMulExpr(Y->getA(), X->getB());
548 const SCEV *A1X1 = SE->getMulExpr(Y->getA(), X->getX())
    [all...]

Completed in 1414 milliseconds

12 3 4