/frameworks/native/libs/binder/ |
D | IServiceManager.cpp | 69 sp<IPermissionController> pc; in checkPermission() local 71 pc = gPermissionController; in checkPermission() 77 if (pc != NULL) { in checkPermission() 78 bool res = pc->checkPermission(permission, pid, uid); in checkPermission() 89 if (pc->asBinder()->isBinderAlive()) { in checkPermission() 97 if (gPermissionController == pc) { in checkPermission() 114 pc = interface_cast<IPermissionController>(binder); in checkPermission() 117 gPermissionController = pc; in checkPermission()
|
D | PermissionCache.cpp | 98 PermissionCache& pc(PermissionCache::getInstance()); in checkPermission() local 100 if (pc.check(&granted, permission, uid) != NO_ERROR) { in checkPermission() 107 pc.cache(permission, uid, granted); in checkPermission()
|
/frameworks/compile/libbcc/tests/data/src/ |
D | pointers.c | 4 int* pc = (int*) 0; in main() local 10 printf("Pointer comparison to zero: %d %d %d\n", pa == 0, pb == 0, pc == 0); in main() 11 printf("Pointer comparison: %d %d %d %d %d\n", pa < pb, pa == pb, pa > pb, ! pb, ! pc); in main()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1530 final PointerCoords pc[] = gSharedTempPointerCoords; in obtain() local 1531 pc[0].clear(); in obtain() 1532 pc[0].x = x; in obtain() 1533 pc[0].y = y; in obtain() 1534 pc[0].pressure = pressure; in obtain() 1535 pc[0].size = size; in obtain() 1541 1, pp, pc); in obtain() 2737 final PointerCoords[] pc = gSharedTempPointerCoords; in addBatch() local 2738 pc[0].clear(); in addBatch() 2739 pc[0].x = x; in addBatch() [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
D | armVCM4P10_Interpolate_Chroma_s.S | 51 LDR pc,[r11,r4,LSL #1] 90 POP {r4-r12,pc} 113 POP {r4-r12,pc} 136 POP {r4-r12,pc} 149 POP {r4-r12,pc} 160 POP {r4-r12,pc} 171 POP {r4-r12,pc}
|
D | armVCM4P10_InterpolateLuma_Align_unsafe_s.S | 19 ADD pc,pc,r7,LSL #2 78 ADD pc,pc,r7,LSL #2
|
D | omxVCM4P10_DeblockLuma_I.S | 42 POP {r4-r9,pc} 63 POP {r4-r9,pc}
|
D | armVCM4P10_InterpolateLuma_Copy_unsafe_s.S | 19 ADD pc,pc,r12,LSL #2 101 POP {r4-r6,pc}
|
D | omxVCM4P10_PredictIntra_16x16_s.S | 43 LDR pc,[r9,r6,LSL #2] 66 POP {r4-r12,pc} 93 POP {r4-r12,pc} 163 POP {r4-r12,pc} 235 POP {r4-r12,pc}
|
D | armVCM4P10_Average_4x_Align_unsafe_s.S | 42 POP {r4-r6,pc} 86 POP {r4-r6,pc} 130 POP {r4-r6,pc}
|
D | omxVCM4P10_TransformDequantLumaDCFromPair_s.S | 58 POP {r4-r6,pc} 72 POP {r4-r6,pc}
|
D | omxVCM4P10_PredictIntraChroma_8x8_s.S | 35 LDR pc,[r8,r6,LSL #2] 80 POP {r4-r10,pc} 116 POP {r4-r10,pc} 213 POP {r4-r10,pc}
|
D | omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.S | 73 POP {r4-r10,pc} 83 POP {r4-r10,pc}
|
D | armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.S | 44 POP {r4-r6,pc} 103 POP {r4-r6,pc}
|
D | armVCM4P10_UnpackBlock4x4_s.S | 38 POP {r4-r8,pc}
|
D | omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.S | 108 POP {r4-r12,pc} 119 POP {r4-r12,pc}
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
D | h264bsdFillRow7.S | 64 ADDCC pc,pc,tmp2,LSL #2 131 POPEQ {r4-r6,pc} 139 POP {r4-r6,pc}
|
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/ |
D | ServiceManagerPermissionTests.java | 51 IPermissionController pc = new IPermissionController.Stub() { in testSetPermissionController() local 57 .setPermissionController(pc); in testSetPermissionController()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/ |
D | h264bsdFillRow7.s | 73 ADDCC pc,pc,tmp2,LSL #2 170 POPEQ {r4-r6,pc} 178 POP {r4-r6,pc}
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiConfiguration.java | 472 for (int pc = 0; pc < this.allowedPairwiseCiphers.size(); pc++) { in toString() 473 if (this.allowedPairwiseCiphers.get(pc)) { in toString() 475 if (pc < PairwiseCipher.strings.length) { in toString() 476 sbuf.append(PairwiseCipher.strings[pc]); in toString()
|
/frameworks/av/media/libstagefright/codecs/common/ |
D | Config.mk | 13 VOTT := pc
|
/frameworks/compile/libbcc/runtime/lib/arm/ |
D | sync_synchronize.S | 28 ldmfd sp!, {r7, pc}
|
/frameworks/compile/libbcc/runtime/lib/ |
D | gcc_personality_v0.c | 200 uintptr_t pc = _Unwind_GetIP(context)-1; in __gcc_personality_v0() local 202 uintptr_t pcOffset = pc - funcStart; in __gcc_personality_v0()
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/ |
D | PrePostMDCT_v5.s | 75 ldmia sp!, {r4 - r11, pc} 129 ldmia sp!, {r4 - r11, pc}
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 243 VECTOR3 pa, pb, pc, pd; in createSuperShape() local 251 superShapeMap(&pc, r2, r3, t2, p2); in createSuperShape() 325 result->vertexArray[currentVertex * 3] = FIXED(pc.x); in createSuperShape() 326 result->vertexArray[currentVertex * 3 + 1] = FIXED(pc.y); in createSuperShape() 327 result->vertexArray[currentVertex * 3 + 2] = FIXED(pc.z); in createSuperShape()
|