Searched defs:Op (Results 1 - 13 of 13) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp87 for (const Use &Op : I.operands()) {
88 auto *MD = dyn_cast<MetadataAsValue>(&Op);
90 EnumerateOperandType(Op);
423 const Value *Op = C->getOperand(i); local
427 if (isa<BasicBlock>(Op))
430 EnumerateOperandType(Op);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp87 for (const Use &Op : I.operands()) {
88 auto *MD = dyn_cast<MetadataAsValue>(&Op);
90 EnumerateOperandType(Op);
423 const Value *Op = C->getOperand(i); local
427 if (isa<BasicBlock>(Op))
430 EnumerateOperandType(Op);
H A DBitcodeWriter.cpp105 static unsigned GetEncodedRMWOperation(AtomicRMWInst::BinOp Op) { argument
106 switch (Op) {
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp87 for (const Use &Op : I.operands()) {
88 auto *MD = dyn_cast<MetadataAsValue>(&Op);
90 EnumerateOperandType(Op);
423 const Value *Op = C->getOperand(i); local
427 if (isa<BasicBlock>(Op))
430 EnumerateOperandType(Op);
H A DBitcodeWriter.cpp105 static unsigned GetEncodedRMWOperation(AtomicRMWInst::BinOp Op) { argument
106 switch (Op) {
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java36 public enum Op { enum in class:Region
44 Op(int nativeInt) { method in class:Region.Op
251 return op(r, Op.UNION);
255 * Perform the specified Op on this region and the specified rect. Return
258 public boolean op(Rect r, Op op) {
264 * Perform the specified Op on this region and the specified rect. Return
267 public boolean op(int left, int top, int right, int bottom, Op op) {
273 * Perform the specified Op on this region and the specified region. Return
276 public boolean op(Region region, Op op) {
281 * Set this region to the result of performing the Op o
[all...]
H A DPath.java124 * @see #op(Path, android.graphics.Path.Op)
125 * @see #op(Path, Path, android.graphics.Path.Op)
127 public enum Op { enum in class:Path
151 * Set this path to the result of applying the Op to this path and the specified path.
160 * @see Op
161 * @see #op(Path, Path, android.graphics.Path.Op)
163 public boolean op(Path path, Op op) {
168 * Set this path to the result of applying the Op to the two specified paths.
178 * @see Op
179 * @see #op(Path, android.graphics.Path.Op)
[all...]
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java58 final BackStackRecord.Op op = bse.mOps.get(opNum);
99 BackStackRecord.Op op = new BackStackRecord.Op();
190 static final class Op { class in class:BackStackRecord
198 Op() { method in class:BackStackRecord.Op
201 Op(int cmd, Fragment fragment) { method in class:BackStackRecord.Op
207 ArrayList<Op> mOps = new ArrayList<>();
304 final Op op = mOps.get(opNum);
343 writer.print(" Op #");
400 void addOp(Op o
[all...]
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java60 final static Op[] mOpPairs = new Op[] {
116 final static Op[] mAvailOps = new Op[] {
244 Op mForegroundOp;
245 Op mBackgroundOp;
428 static public abstract class Op { class in class:TestService
432 public Op(String name, String longName) { method in class:TestService.Op
458 static class NoOp extends Op {
472 static class CpuOp extends Op {
[all...]
/frameworks/support/fragment/java/android/support/v4/app/
H A DBackStackRecord.java57 final BackStackRecord.Op op = bse.mOps.get(opNum);
98 BackStackRecord.Op op = new BackStackRecord.Op();
192 static final class Op { class in class:BackStackRecord
200 Op() { method in class:BackStackRecord.Op
203 Op(int cmd, Fragment fragment) { method in class:BackStackRecord.Op
209 ArrayList<Op> mOps = new ArrayList<>();
296 final Op op = mOps.get(opNum);
311 writer.print(prefix); writer.print(" Op #"); writer.print(opNum);
367 void addOp(Op o
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java139 public final static class Ops extends SparseArray<Op> {
151 public final static class Op { class in class:AppOpsService
163 public Op(int _uid, String _packageName, int _op) { method in class:AppOpsService.Op
202 final ArrayList<Op> mStartedOps;
211 mStartedOps = new ArrayList<Op>();
398 Op curOp = pkgOps.valueAt(j);
405 Op curOp = pkgOps.get(ops[j]);
520 private void pruneOp(Op op, int uid, String packageName) {
664 Op op = getOpLocked(code, uid, packageName, true);
821 Op curO
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp552 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) {
553 Op<0>() = UndefValue::get(Type::getInt32Ty(Context));
1815 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1816 V = ConstantExpr::getCast(Opc, Op, CurTy);
2695 Value *Op; local
2696 if (getValueTypePair(Record, OpNum, NextValueNo, Op) ||
2704 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy);
2737 Value *Op; local
2738 if (getValueTypePair(Record, OpNum, NextValueNo, Op))
2740 GEPIdx.push_back(Op);
2903 Value *Op; local
2921 Value *Op = nullptr; local
3034 Value *Op; local
3110 Value *Op; local
3143 Value *Op; local
3216 Value *Op; local
3235 Value *Op = getFnValueByID(Record[1], OpTy); local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp827 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) {
828 Op<0>() = UndefValue::get(Type::getInt32Ty(Context));
2108 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
2109 V = ConstantExpr::getCast(Opc, Op, CurTy);
2956 Value *Op; local
2957 if (getValueTypePair(Record, OpNum, NextValueNo, Op) ||
2965 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy);
2998 Value *Op; local
2999 if (getValueTypePair(Record, OpNum, NextValueNo, Op))
3001 GEPIdx.push_back(Op);
3169 Value *Op = nullptr; local
3282 Value *Op; local
3400 Value *Op; local
3412 Value *Op; local
3561 Value *Op; local
3580 Value *Op = getFnValueByID(Record[1], OpTy); local
[all...]

Completed in 855 milliseconds