HomeSort by relevance Sort by last modified time
    Searched defs:getC (Results 1 - 18 of 18) sorted by null

  /dalvik/dx/src/com/android/dx/io/instructions/
ThreeRegisterDecodedInstruction.java 63 public int getC() {
FiveRegisterDecodedInstruction.java 71 public int getC() {
FourRegisterDecodedInstruction.java 67 public int getC() {
DecodedInstruction.java 257 public int getC() {
373 int c = getC();
387 int c = getC();
401 int c = getC();
InstructionCodec.java 292 codeUnit(insn.getB(), insn.getC()));
827 codeUnit(insn.getA(), insn.getB(), insn.getC(), insn.getD()));
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
ThreeRegisterDecodedInstruction.java 63 public int getC() {
FiveRegisterDecodedInstruction.java 71 public int getC() {
FourRegisterDecodedInstruction.java 67 public int getC() {
DecodedInstruction.java 257 public int getC() {
373 int c = getC();
387 int c = getC();
401 int c = getC();
InstructionCodec.java 292 codeUnit(insn.getB(), insn.getC()));
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Rectangle.java 122 * <code>getC</code> returns the third point of the rectangle.
126 public Vector3f getC() {
  /external/clang/test/SemaCXX/
addr-of-overloaded-function.cpp 59 C &getC() {
  /external/stressapptest/src/
finelock_queue.cc 90 c = getC(modlength);
127 int64 FineLockPEQueue::getC(int64 m) {
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 322 const SCEV *DependenceAnalysis::Constraint::getC() const {
398 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n";
401 *getB() << "*Y = " << *getC() << "\n";
468 Prod1 = SE->getMulExpr(X->getC(), Y->getB());
469 Prod2 = SE->getMulExpr(X->getB(), Y->getC());
482 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB());
483 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA());
484 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB());
485 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA());
551 if (isKnownPredicate(CmpInst::ICMP_EQ, Sum, Y->getC()))
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 260 milliseconds