/frameworks/base/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 | 1534 final PointerCoords pc[] = gSharedTempPointerCoords; in obtain() local 1535 pc[0].clear(); in obtain() 1536 pc[0].x = x; in obtain() 1537 pc[0].y = y; in obtain() 1538 pc[0].pressure = pressure; in obtain() 1539 pc[0].size = size; in obtain() 1545 1, pp, pc); in obtain() 2696 final PointerCoords[] pc = gSharedTempPointerCoords; in addBatch() local 2697 pc[0].clear(); in addBatch() 2698 pc[0].x = x; in addBatch() [all …]
|
/frameworks/base/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}
|
/frameworks/base/libs/ui/tests/ |
D | InputPublisherAndConsumer_test.cpp | 180 PointerCoords& pc = samplePointerCoords.editTop(); in PublishAndConsumeMotionEvent() local 181 pc.clear(); in PublishAndConsumeMotionEvent() 182 pc.setAxisValue(AMOTION_EVENT_AXIS_X, 100 * i + j); in PublishAndConsumeMotionEvent() 183 pc.setAxisValue(AMOTION_EVENT_AXIS_Y, 200 * i + j); in PublishAndConsumeMotionEvent() 184 pc.setAxisValue(AMOTION_EVENT_AXIS_PRESSURE, 0.5 * i + j); in PublishAndConsumeMotionEvent() 185 pc.setAxisValue(AMOTION_EVENT_AXIS_SIZE, 0.7 * i + j); in PublishAndConsumeMotionEvent() 186 pc.setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR, 1.5 * i + j); in PublishAndConsumeMotionEvent() 187 pc.setAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR, 1.7 * i + j); in PublishAndConsumeMotionEvent() 188 pc.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 2.5 * i + j); in PublishAndConsumeMotionEvent() 189 pc.setAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR, 2.7 * i + j); in PublishAndConsumeMotionEvent() [all …]
|
/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/base/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/libs/utils/ |
D | CallStack.cpp | 123 const char *map_to_name(uint64_t pc, const char* def, uint64_t* start) { in map_to_name() argument 126 if ((pc >= mi->start) && (pc < mi->end)) { in map_to_name() 191 static const char *mapAddressToName(const void* pc, const char* def, in mapAddressToName() argument 195 char const* name = sMapInfo.map_to_name(uint64_t(uintptr_t(pc)), def, &s); in mapAddressToName()
|
/frameworks/base/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 | 435 for (int pc = 0; pc < this.allowedPairwiseCiphers.size(); pc++) { in toString() 436 if (this.allowedPairwiseCiphers.get(pc)) { in toString() 438 if (pc < PairwiseCipher.strings.length) { in toString() 439 sbuf.append(PairwiseCipher.strings[pc]); in toString()
|
/frameworks/base/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/base/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/ |
D | PrePostMDCT_v5.s | 75 ldmia sp!, {r4 - r11, pc} 129 ldmia sp!, {r4 - r11, pc}
|