Searched refs:pc (Results 1 - 25 of 77) sorted by relevance

1234

/frameworks/compile/libbcc/tests/data/src/
H A Dpointers.c4 int* pc = (int*) 0; local
10 printf("Pointer comparison to zero: %d %d %d\n", pa == 0, pb == 0, pc == 0);
11 printf("Pointer comparison: %d %d %d %d %d\n", pa < pb, pa == pb, pa > pb, ! pb, ! pc);
/frameworks/av/media/libstagefright/codecs/common/
H A DConfig.mk13 VOTT := pc
/frameworks/compile/libbcc/runtime/lib/arm/
H A Dsync_synchronize.S28 ldmfd sp!, {r7, pc}
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DServiceManagerPermissionTests.java51 IPermissionController pc = new IPermissionController.Stub() {
57 .setPermissionController(pc);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DomxVCM4P10_TransformDequantChromaDCFromPair_s.S36 P0: add r5, pc
38 P1: add r6, pc
53 pop {r4-r10, pc}
H A DarmVCM4P10_InterpolateLuma_Align_unsafe_s.S19 ADD pc,pc,r7,LSL #2
78 ADD pc,pc,r7,LSL #2
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.S20 P0: ADD r2, pc
22 P1: ADD r3, pc
60 POP {r4-r6,pc}
79 POP {r4-r6,pc}
H A DomxVCM4P10_DeblockLuma_I.S42 POP {r4-r9,pc}
63 POP {r4-r9,pc}
H A DarmVCM4P10_Interpolate_Chroma_s.S50 P0: ADD pc,r11
89 POP {r4-r12,pc}
112 POP {r4-r12,pc}
135 POP {r4-r12,pc}
148 POP {r4-r12,pc}
159 POP {r4-r12,pc}
170 POP {r4-r12,pc}
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.S19 ADD pc,pc,r12,LSL #2
101 POP {r4-r6,pc}
H A DarmVCM4P10_UnpackBlock4x4_s.S38 POP {r4-r8,pc}
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S30 P0: ADD r11, pc
32 P1: ADD r10, pc
34 P2: ADD r2, pc
118 POP {r4-r12,pc}
H A DarmVCM4P10_DecodeCoeffsToPair_s.S21 P0: ADD r6, pc
136 P1: ADD r9, pc
155 P2: ADD r6, pc
182 P3: ADD r3, pc
237 P4: ADD r6, pc
273 POP {r4-r12,pc}
H A DarmVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.S44 POP {r4-r6,pc}
103 POP {r4-r6,pc}
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.S73 POP {r4-r10,pc}
83 POP {r4-r10,pc}
H A DarmVCM4P10_Average_4x_Align_unsafe_s.S42 POP {r4-r6,pc}
86 POP {r4-r6,pc}
130 POP {r4-r6,pc}
H A DomxVCM4P10_PredictIntra_16x16_s.S42 P0: ADD pc,r9
65 POP {r4-r12,pc}
92 POP {r4-r12,pc}
162 POP {r4-r12,pc}
234 POP {r4-r12,pc}
/frameworks/native/libs/binder/
H A DIServiceManager.cpp69 sp<IPermissionController> pc; local
71 pc = gPermissionController;
77 if (pc != NULL) {
78 bool res = pc->checkPermission(permission, pid, uid);
89 if (pc->asBinder()->isBinderAlive()) {
97 if (gPermissionController == pc) {
114 pc = interface_cast<IPermissionController>(binder);
117 gPermissionController = pc;
H A DPermissionCache.cpp98 PermissionCache& pc(PermissionCache::getInstance());
100 if (pc.check(&granted, permission, uid) != NO_ERROR) {
107 pc.cache(permission, uid, granted);
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1530 final PointerCoords pc[] = gSharedTempPointerCoords;
1531 pc[0].clear();
1532 pc[0].x = x;
1533 pc[0].y = y;
1534 pc[0].pressure = pressure;
1535 pc[0].size = size;
1541 1, pp, pc);
2737 final PointerCoords[] pc = gSharedTempPointerCoords;
2738 pc[0].clear();
2739 pc[
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s73 ADDCC pc,pc,tmp2,LSL #2
170 POPEQ {r4-r6,pc}
178 POP {r4-r6,pc}
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S64 ADDCC pc,pc,tmp2,LSL #2
131 POPEQ {r4-r6,pc}
139 POP {r4-r6,pc}
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java472 for (int pc = 0; pc < this.allowedPairwiseCiphers.size(); pc++) {
473 if (this.allowedPairwiseCiphers.get(pc)) {
475 if (pc < PairwiseCipher.strings.length) {
476 sbuf.append(PairwiseCipher.strings[pc]);
/frameworks/compile/libbcc/runtime/lib/
H A Dgcc_personality_v0.c200 uintptr_t pc = _Unwind_GetIP(context)-1;
202 uintptr_t pcOffset = pc - funcStart;
/frameworks/native/opengl/libagl/
H A Diterators.S88 ldmfd sp!, {r4, r5, r6, r7, r8, pc}

Completed in 3076 milliseconds

1234