| /frameworks/compile/mclinker/lib/Script/ |
| D | Operator.cpp | 58 static NullaryOp<Operator::SIZEOF_HEADERS> op; in create() local 64 static NullaryOp<Operator::MAXPAGESIZE> op; in create() local 70 static NullaryOp<Operator::COMMONPAGESIZE> op; in create() local 77 static UnaryOp<Operator::UNARY_PLUS> op; in create() local 83 static UnaryOp<Operator::UNARY_MINUS> op; in create() local 89 static UnaryOp<Operator::LOGICAL_NOT> op; in create() local 95 static UnaryOp<Operator::BITWISE_NOT> op; in create() local 101 static UnaryOp<Operator::ABSOLUTE> op; in create() local 107 static UnaryOp<Operator::ADDR> op; in create() local 113 static UnaryOp<Operator::ALIGNOF> op; in create() local [all …]
|
| /frameworks/base/core/java/android/app/ |
| D | AppOpsManager.java | 966 public static int opToSwitch(int op) { in opToSwitch() 974 public static String opToName(int op) { in opToName() 982 public static int strDebugOpToOp(String op) { in strDebugOpToOp() 995 public static String opToPermission(int op) { in opToPermission() 1003 public static String opToRestriction(int op) { in opToRestriction() 1021 public static boolean opAllowSystemBypassRestriction(int op) { in opAllowSystemBypassRestriction() 1029 public static int opToDefaultMode(int op) { in opToDefaultMode() 1037 public static boolean opAllowsReset(int op) { in opAllowsReset() 1117 public OpEntry(int op, int mode, long time, long rejectTime, int duration, in OpEntry() 1201 public void onOpChanged(String op, String packageName); in onOpChanged() [all …]
|
| D | BackStackRecord.java | 56 BackStackRecord.Op op = bse.mHead; in BackStackState() local 120 BackStackRecord.Op op = new BackStackRecord.Op(); in instantiate() local 321 Op op = mHead; in dump() local 430 void addOp(Op op) { in addOp() 481 Op op = new Op(); in doAddOp() local 501 Op op = new Op(); in remove() local 510 Op op = new Op(); in hide() local 519 Op op = new Op(); in show() local 528 Op op = new Op(); in detach() local 537 Op op = new Op(); in attach() local [all …]
|
| /frameworks/support/v4/java/android/support/v4/app/ |
| D | AppOpsManagerCompat.java | 55 public int noteOp(Context context, String op, int uid, String packageName) { in noteOp() 59 public int noteProxyOp(Context context, String op, String proxiedPackageName) { in noteProxyOp() 71 public int noteOp(Context context, String op, int uid, String packageName) { in noteOp() 76 public int noteProxyOp(Context context, String op, String proxiedPackageName) { in noteProxyOp() 115 public static int noteOp(@NonNull Context context, @NonNull String op, int uid, in noteOp() 136 public static int noteProxyOp(@NonNull Context context, @NonNull String op, in noteProxyOp()
|
| D | BackStackRecord.java | 50 BackStackRecord.Op op = bse.mHead; in BackStackState() local 112 BackStackRecord.Op op = new BackStackRecord.Op(); in instantiate() local 300 Op op = mHead; in dump() local 383 void addOp(Op op) { in addOp() 434 Op op = new Op(); in doAddOp() local 454 Op op = new Op(); in remove() local 463 Op op = new Op(); in hide() local 472 Op op = new Op(); in show() local 481 Op op = new Op(); in detach() local 490 Op op = new Op(); in attach() local [all …]
|
| /frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
| D | AdapterHelper.java | 94 UpdateOp op = mPendingUpdates.get(i); in preProcess() local 124 private void applyMove(UpdateOp op) { in applyMove() 130 private void applyRemove(UpdateOp op) { in applyRemove() 184 private void applyUpdate(UpdateOp op) { in applyUpdate() 224 private void dispatchAndUpdateViewHolders(UpdateOp op) { in dispatchAndUpdateViewHolders() 311 void dispatchFirstPassAndUpdateViewHolders(UpdateOp op, int offsetStart) { in dispatchFirstPassAndUpdateViewHolders() 393 UpdateOp op = mPostponedList.get(i); in updatePositionWithPostponed() local 410 UpdateOp op = mPostponedList.get(i); in canFindInPreLayout() local 428 private void applyAdd(UpdateOp op) { in applyAdd() 432 private void postponeAndUpdateViewHolders(UpdateOp op) { in postponeAndUpdateViewHolders() [all …]
|
| /frameworks/base/libs/hwui/ |
| D | DeferredDisplayList.cpp | 71 virtual void add(DrawOp* op, const DeferredDisplayState* state, bool opaqueOverBounds) { in add() 100 DrawOp* op = mOps[i].op; in replay() local 181 bool canMergeWith(const DrawOp* op, const DeferredDisplayState* state) { in canMergeWith() 239 virtual void add(DrawOp* op, const DeferredDisplayState* state, in add() 263 DrawOp* op = mOps[0].op; in replay() local 289 StateOpBatch(const StateOp* op, const DeferredDisplayState* state) : mOp(op), mState(state) {} in StateOpBatch() 309 RestoreToCountBatch(const StateOp* op, const DeferredDisplayState* state, int restoreCount) : in RestoreToCountBatch() 393 void DeferredDisplayList::addClip(OpenGLRenderer& renderer, ClipOp* op) { in addClip() 419 SaveLayerOp* op, int newSaveCount) { in addSaveLayer() 431 void DeferredDisplayList::addSave(OpenGLRenderer& renderer, SaveOp* op, int newSaveCount) { in addSave() [all …]
|
| D | ClipArea.cpp | 216 float bottom, const mat4* transform, SkRegion::Op op) { in clipRectWithTransform() 222 SkRegion::Op op) { in clipRectWithTransform() 234 bool ClipArea::clipRegion(const SkRegion& region, SkRegion::Op op) { in clipRegion() 242 SkRegion::Op op) { in clipPathWithTransform() 264 const mat4* transform, SkRegion::Op op) { in rectangleModeClipRectWithTransform() 290 float right, float bottom, const mat4* transform, SkRegion::Op op) { in rectangleModeClipRectWithTransform() 311 const mat4* transform, SkRegion::Op op) { in rectangleListModeClipRectWithTransform() 321 float right, float bottom, const mat4* transform, SkRegion::Op op) { in rectangleListModeClipRectWithTransform() 345 const mat4* transform, SkRegion::Op op) { in regionModeClipRectWithTransform() 355 float right, float bottom, const mat4* transform, SkRegion::Op op) { in regionModeClipRectWithTransform()
|
| D | DisplayListCanvas.cpp | 206 SkRegion::Op op) { in clipRect() 211 bool DisplayListCanvas::clipPath(const SkPath* path, SkRegion::Op op) { in clipPath() 217 bool DisplayListCanvas::clipRegion(const SkRegion* region, SkRegion::Op op) { in clipRegion() 225 DrawRenderNodeOp* op = new (alloc()) DrawRenderNodeOp( in drawRenderNode() local 432 DrawOp* op = new (alloc()) DrawTextOnPathOp(refText((const char*) glyphs, bytesCount), in drawTextOnPath() local 445 DrawOp* op = new (alloc()) DrawPosTextOp(refText((const char*) text, bytesCount), in drawPosText() local 493 DrawOp* op = new (alloc()) DrawTextOp(text, bytesCount, count, in drawText() local 534 size_t DisplayListCanvas::addOpAndUpdateChunk(DisplayListOp* op) { in addOpAndUpdateChunk() 554 size_t DisplayListCanvas::flushAndAddOp(DisplayListOp* op) { in flushAndAddOp() 560 size_t DisplayListCanvas::addStateOp(StateOp* op) { in addStateOp() [all …]
|
| D | Snapshot.cpp | 88 bool Snapshot::clipRegionTransformed(const SkRegion& region, SkRegion::Op op) { in clipRegionTransformed() 93 bool Snapshot::clip(float left, float top, float right, float bottom, SkRegion::Op op) { in clip() 98 bool Snapshot::clipPath(const SkPath& path, SkRegion::Op op) { in clipPath()
|
| /frameworks/native/libs/binder/ |
| D | AppOpsManager.cpp | 68 int32_t AppOpsManager::checkOp(int32_t op, int32_t uid, const String16& callingPackage) in checkOp() 74 int32_t AppOpsManager::noteOp(int32_t op, int32_t uid, const String16& callingPackage) { in noteOp() 79 int32_t AppOpsManager::startOp(int32_t op, int32_t uid, const String16& callingPackage) { in startOp() 85 void AppOpsManager::finishOp(int32_t op, int32_t uid, const String16& callingPackage) { in finishOp() 92 void AppOpsManager::startWatchingMode(int32_t op, const String16& packageName, in startWatchingMode()
|
| D | IAppOpsCallback.cpp | 39 virtual void opChanged(int32_t op, const String16& packageName) { in opChanged() 58 int32_t op = data.readInt32(); in onTransact() local
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Region.java | 258 public boolean op(Rect r, Op op) { in op() method in Region 267 public boolean op(int left, int top, int right, int bottom, Op op) { in op() method in Region 276 public boolean op(Region region, Op op) { in op() method in Region 284 public boolean op(Rect rect, Region region, Op op) { in op() method in Region 293 public boolean op(Region region1, Region region2, Op op) { in op() method in Region 420 int right, int bottom, int op); in nativeOp() 422 long native_region, int op); in nativeOp() 424 long native_region2, int op); in nativeOp()
|
| /frameworks/av/media/img_utils/include/img_utils/ |
| D | TiffEntry.h | 32 #define COMPARE_DEF(op) \ argument 109 #define COMPARE(op) \ argument
|
| D | Orderable.h | 26 #define COMPARE_DEF(op) \ argument
|
| /frameworks/support/v4/api23/android/support/v4/app/ |
| D | AppOpsManagerCompat23.java | 30 public static int noteOp(Context context, String op, int uid, String packageName) { in noteOp() 35 public static int noteProxyOp(Context context, String op, String proxiedPackageName) { in noteProxyOp()
|
| /frameworks/rs/cpu_ref/ |
| D | rsCpuIntrinsicColorMatrix.cpp | 379 uint32_t op = (condition << 28); local 391 uint32_t op = ((vd & 0xf) << 12) | (((vd & 0x10) >> 4) << 22); in encodeSIMDRegs() local 399 uint32_t op = 0xf2900240 | encodeSIMDRegs(dest_q << 1, src_d1, src_d2 | (src_d2_s << 3)); in addVMLAL_S16() local 406 uint32_t op = 0xf2900A40 | encodeSIMDRegs(dest_q << 1, src_d1, src_d2 | (src_d2_s << 3)); in addVMULL_S16() local 413 uint32_t op = 0xf2200050 | encodeSIMDRegs(dest_q << 1, src_q1 << 1, src_q2 << 1); in addVQADD_S32() local 420 uint32_t op = 0xf3a00140 | encodeSIMDRegs(dest_q << 1, src_d1, src_d2 | (src_d2_s << 4)); in addVMLAL_F32() local 427 uint32_t op = 0xf3a00940 | encodeSIMDRegs(dest_q << 1, src_d1, src_d2 | (src_d2_s << 4)); in addVMULL_F32() local 434 uint32_t op = 0xf2200150 | encodeSIMDRegs(dest_q << 1, src_q1 << 1, src_q2 << 1); in addVORR_32() local 442 uint32_t op = 0xf2800050 | encodeSIMDRegs(dest_q << 1, 0, 0); in addVMOV_32() local 449 uint32_t op = 0xf2000d40 | encodeSIMDRegs(dest_q << 1, src_q1 << 1, src_q2 << 1); in addVADD_F32() local
|
| /frameworks/data-binding/compiler/src/test/java/android/databinding/ |
| D | BindingExpressionParserTest.java | 275 private void compareUnaryOperators(String op) throws Exception { in compareUnaryOperators() 284 private void compareBinaryOperators(String op) throws Exception { in compareBinaryOperators() 296 private void compareMathOperators(String op) throws Exception { in compareMathOperators() 308 private void compareBitShiftOperators(String op) throws Exception { in compareBitShiftOperators() 320 private void compareComparisonOperators(String op) throws Exception { in compareComparisonOperators() 332 private void compareAndOrOperators(String op) throws Exception { in compareAndOrOperators()
|
| /frameworks/base/cmds/appops/src/com/android/commands/appops/ |
| D | AppOpsCommand.java | 89 private int strOpToOp(String op) { in strOpToOp() 108 String op = null; in runSet() local 181 String op = null; in runGet() local
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | AppOpsService.java | 146 public final int op; field in AppOpsService.Op 446 private void pruneOp(Op op, int uid, String packageName) { in pruneOp() 588 Op op = getOpLocked(code, uid, packageName, true); in setMode() local 635 String packageName, int op, ArrayList<Callback> cbs) { in addCallbacks() 775 public void startWatchingMode(int op, String packageName, IAppOpsCallback callback) { in startWatchingMode() 854 Op op = getOpLocked(code, uid, packageName, false); in checkOperation() local 954 Op op = getOpLocked(ops, code, true); in noteOperationUnchecked() local 1004 Op op = getOpLocked(ops, code, true); in startOperation() local 1048 Op op = getOpLocked(code, uid, packageName, true); in finishOperation() local 1067 void finishOperationLocked(Op op) { in finishOperationLocked() [all …]
|
| /frameworks/native/opengl/tests/gl_perf/ |
| D | gl2_perf.cpp | 35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 47 static void checkGlError(const char* op) { in checkGlError()
|
| /frameworks/native/opengl/tests/lib/ |
| D | glTestLib.cpp | 48 void glTestCheckEglError(const char* op, EGLBoolean returnVal) in glTestCheckEglError() 61 void glTestCheckGlError(const char* op) in glTestCheckGlError()
|
| /frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
| D | BluetoothMnsObexServer.java | 78 public int onGet(final Operation op) { in onGet() 85 public int onPut(final Operation op) { in onPut()
|
| /frameworks/base/core/java/com/android/internal/app/ |
| D | IAppOpsCallback.aidl | 22 void opChanged(int op, String packageName); in opChanged()
|
| /frameworks/av/media/img_utils/src/ |
| D | Orderable.cpp | 24 #define COMPARE(op) \ argument
|