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

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp415 const Value *Op = C->getOperand(i); local
419 if (isa<BasicBlock>(Op)) continue;
421 EnumerateOperandType(Op);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp415 const Value *Op = C->getOperand(i); local
419 if (isa<BasicBlock>(Op)) continue;
421 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.cpp405 const Value *Op = C->getOperand(i); local
409 if (isa<BasicBlock>(Op)) continue;
411 EnumerateOperandType(Op);
H A DBitcodeWriter.cpp110 static unsigned GetEncodedRMWOperation(AtomicRMWInst::BinOp Op) { argument
111 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.java113 * @see #op(Path, android.graphics.Path.Op)
114 * @see #op(Path, Path, android.graphics.Path.Op)
116 public enum Op { enum in class:Path
140 * Set this path to the result of applying the Op to this path and the specified path.
149 * @see Op
150 * @see #op(Path, Path, android.graphics.Path.Op)
152 public boolean op(Path path, Op op) {
157 * Set this path to the result of applying the Op to the two specified paths.
167 * @see Op
168 * @see #op(Path, android.graphics.Path.Op)
[all...]
/frameworks/compile/slang/
H A Dslang_rs_metadata_spec_encoder.cpp44 llvm::SmallVectorImpl<llvm::Value*> &Op) {
50 Op.push_back(MDS);
42 EncodeInteger(llvm::LLVMContext &C, unsigned I, llvm::SmallVectorImpl<llvm::Value*> &Op) argument
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java43 BackStackRecord.Op op = bse.mHead;
101 BackStackRecord.Op op = new BackStackRecord.Op();
188 static final class Op { class in class:BackStackRecord
189 Op next;
190 Op prev;
200 Op mHead;
201 Op mTail;
281 Op op = mHead;
296 writer.print(prefix); writer.print(" Op #"); write
[all...]
/frameworks/base/services/java/com/android/server/
H A DAppOpsService.java92 public final static class Ops extends SparseArray<Op> {
102 public final static class Op { class in class:AppOpsService
112 public Op(int _uid, String _packageName, int _op) { method in class:AppOpsService.Op
153 final ArrayList<Op> mStartedOps;
162 mStartedOps = new ArrayList<Op>();
274 Op curOp = pkgOps.valueAt(j);
280 Op curOp = pkgOps.get(ops[j]);
339 private void pruneOp(Op op, int uid, String packageName) {
364 Op op = getOpLocked(code, uid, packageName, true);
437 Op curO
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java42 BackStackRecord.Op op = bse.mHead;
100 BackStackRecord.Op op = new BackStackRecord.Op();
187 static final class Op { class in class:BackStackRecord
188 Op next;
189 Op prev;
199 Op mHead;
200 Op mTail;
280 Op op = mHead;
295 writer.print(prefix); writer.print(" Op #"); write
[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/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp221 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) {
222 Op<0>() = UndefValue::get(Type::getInt32Ty(Context));
1417 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1418 V = ConstantExpr::getCast(Opc, Op, CurTy);
2260 Value *Op; local
2261 if (getValueTypePair(Record, OpNum, NextValueNo, Op) ||
2269 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy);
2282 Value *Op; local
2283 if (getValueTypePair(Record, OpNum, NextValueNo, Op))
2285 GEPIdx.push_back(Op);
2447 Value *Op; local
2465 Value *Op = NULL; local
2576 Value *Op; local
2652 Value *Op; local
2683 Value *Op; local
2755 Value *Op; local
2774 Value *Op = getFnValueByID(Record[1], OpTy); local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp501 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) {
502 Op<0>() = UndefValue::get(Type::getInt32Ty(Context));
1719 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1720 V = ConstantExpr::getCast(Opc, Op, CurTy);
2520 Value *Op; local
2521 if (getValueTypePair(Record, OpNum, NextValueNo, Op) ||
2529 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy);
2542 Value *Op; local
2543 if (getValueTypePair(Record, OpNum, NextValueNo, Op))
2545 GEPIdx.push_back(Op);
2712 Value *Op = NULL; local
2823 Value *Op; local
2941 Value *Op; local
2953 Value *Op; local
3097 Value *Op; local
3116 Value *Op = getFnValueByID(Record[1], OpTy); local
[all...]

Completed in 311 milliseconds