/frameworks/base/graphics/java/android/graphics/ |
D | Region.java | 250 public boolean op(Rect r, Op op) { in op() argument 259 public boolean op(int left, int top, int right, int bottom, Op op) { in op() method in Region 268 public boolean op(Region region, Op op) { in op() method in Region 276 public boolean op(Rect rect, Region region, Op op) { in op() argument 285 public boolean op(Region region1, Region region2, Op op) { in op() method in Region 380 int right, int bottom, int op); in nativeOp() 382 int native_region, int op); in nativeOp() 384 int native_region2, int op); in nativeOp()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | BackStackRecord.java | 42 BackStackRecord.Op op = bse.mHead; in BackStackState() local 100 BackStackRecord.Op op = new BackStackRecord.Op(); in instantiate() local 280 Op op = mHead; in dump() local 363 void addOp(Op op) { in addOp() 414 Op op = new Op(); in doAddOp() local 434 Op op = new Op(); in remove() local 443 Op op = new Op(); in hide() local 452 Op op = new Op(); in show() local 461 Op op = new Op(); in detach() local 470 Op op = new Op(); in attach() local [all …]
|
/frameworks/base/core/java/android/app/ |
D | BackStackRecord.java | 42 BackStackRecord.Op op = bse.mHead; in BackStackState() local 100 BackStackRecord.Op op = new BackStackRecord.Op(); in instantiate() local 280 Op op = mHead; in dump() local 363 void addOp(Op op) { in addOp() 414 Op op = new Op(); in doAddOp() local 434 Op op = new Op(); in remove() local 443 Op op = new Op(); in hide() local 452 Op op = new Op(); in show() local 461 Op op = new Op(); in detach() local 470 Op op = new Op(); in attach() local [all …]
|
/frameworks/base/libs/hwui/ |
D | DisplayListLogBuffer.cpp | 85 int op = *tmpBufferPtr++; in outputCommands() local 99 void DisplayListLogBuffer::writeCommand(int level, int op) { in writeCommand()
|
D | Snapshot.cpp | 109 bool Snapshot::clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op) { in clipRegionOp() 121 bool Snapshot::clip(float left, float top, float right, float bottom, SkRegion::Op op) { in clip() 127 bool Snapshot::clipTransformed(const Rect& r, SkRegion::Op op) { in clipTransformed()
|
/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/av/include/media/stagefright/foundation/ |
D | ADebug.h | 39 #define MAKE_COMPARATOR(suffix,op) \ argument 58 #define CHECK_OP(x,y,suffix,op) \ argument
|
/frameworks/native/libs/ui/ |
D | Region.cpp | 133 Region& Region::operationSelf(const Rect& r, int op) { in operationSelf() 153 Region& Region::operationSelf(const Region& rhs, int op) { in operationSelf() 224 Region& Region::operationSelf(const Region& rhs, int dx, int dy, int op) { in operationSelf() 408 void Region::boolean_operation(int op, Region& dst, in boolean_operation() 518 void Region::boolean_operation(int op, Region& dst, in boolean_operation() 545 void Region::boolean_operation(int op, Region& dst, in boolean_operation() 551 void Region::boolean_operation(int op, Region& dst, in boolean_operation()
|
/frameworks/base/core/java/android/util/ |
D | Base64.java | 73 public int op; field in Base64.Coder 276 int op = 0; in process() local 607 int op = 0; in process() local
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | RunResult.java | 31 RunResult(TestService.TestRunner op) { in RunResult()
|
D | FrameworkPerfActivity.java | 142 TestService.Op op = TestService.mAvailOps[i]; in FrameworkPerfActivity() local 211 TestService.Op op = TestService.mAvailOps[position]; in onItemSelected() local
|
/frameworks/av/services/camera/tests/CameraServiceTest/ |
D | CameraServiceTest.cpp | 205 bool MCameraClient::test(OP op, int v1, int v2) { in test() 217 void MCameraClient::assertTest(OP op, int v1, int v2) { in assertTest() 224 void MCameraClient::assertNotify(int32_t msgType, OP op, int count) { in assertNotify() 230 void MCameraClient::assertData(int32_t msgType, OP op, int count) { in assertData() 236 void MCameraClient::assertDataSize(int32_t msgType, OP op, int dataSize) { in assertDataSize() 280 void MCameraClient::waitNotify(int32_t msgType, OP op, int count) { in waitNotify() 292 void MCameraClient::waitData(int32_t msgType, OP op, int count) { in waitData()
|
/frameworks/base/obex/javax/obex/ |
D | ServerSession.java | 193 ServerOperation op = new ServerOperation(this, mInput, type, mMaxPacketLength, mListener); in handlePutRequest() local 238 ServerOperation op = new ServerOperation(this, mInput, type, mMaxPacketLength, mListener); in handleGetRequest() local
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 59 static void checkGlError(const char* op) { in checkGlError()
|
/frameworks/base/cmds/ime/src/com/android/commands/ime/ |
D | Ime.java | 56 String op = args[0]; in run() local
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Region_Delegate.java | 372 int left, int top, int right, int bottom, int op) { in nativeOp() 390 /*package*/ static boolean nativeOp(int native_dst, Rect rect, int native_region, int op) { in nativeOp() 409 int native_region1, int native_region2, int op) { in nativeOp()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 61 static void checkGlError(const char* op) { in checkGlError()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_env.cpp | 297 bool GLEnv::CheckGLError(const std::string& op) { in CheckGLError() 308 bool GLEnv::CheckEGLError(const std::string& op) { in CheckEGLError()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 59 static void checkGlError(const char* op) { in checkGlError()
|
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/ |
D | GL2JavaView.java | 142 private void checkGlError(String op) { in checkGlError()
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 61 static void checkGlError(const char* op) { in checkGlError()
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 20 static void checkGlError(const char* op) { in checkGlError()
|
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 20 static void checkGlError(const char* op) { in checkGlError()
|
/frameworks/base/core/jni/android/graphics/ |
D | Region.cpp | 71 …Region_op0(JNIEnv* env, jobject, SkRegion* dst, int left, int top, int right, int bottom, int op) { in Region_op0() 78 …gion_op1(JNIEnv* env, jobject, SkRegion* dst, jobject rectObject, const SkRegion* region, int op) { in Region_op1() 84 …p2(JNIEnv* env, jobject, SkRegion* dst, const SkRegion* region1, const SkRegion* region2, int op) { in Region_op2()
|