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

  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsDetails.java 110 final AppOpsManager.OpEntry firstOp = entry.getOpEntry(0);
114 String perm = AppOpsManager.opToPermission(firstOp.getOp());
134 final int switchOp = AppOpsManager.opToSwitch(firstOp.getOp());
  /external/llvm/lib/IR/
ConstantFold.cpp 87 Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode());
96 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp 241 Instruction::CastOps firstOp = Instruction::CastOps(CI->getOpcode());
244 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 90 Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode());
94 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
    [all...]
  /frameworks/base/libs/hwui/
BakedOpDispatcher.cpp 89 const PatchOp& firstOp = *(static_cast<const PatchOp*>(opList.states[0]->op));
169 Texture* texture = renderer.caches().textureCache.get(firstOp.bitmap);
175 if (firstOp.bitmap->colorType() == kAlpha_8_SkColorType) {
182 .setFillTexturePaint(*texture, textureFillFlags, firstOp.paint, firstState.alpha)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 242 Instruction::CastOps firstOp = Instruction::CastOps(CI->getOpcode());
250 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 1366 milliseconds