Home
last modified time | relevance | path

Searched refs:P (Results 1 – 25 of 71) sorted by relevance

123

/frameworks/base/core/java/android/app/
DAlertDialog.java352 private final AlertController.AlertParams P; field in AlertDialog.Builder
374 P = new AlertController.AlertParams(new ContextThemeWrapper( in Builder()
388 return P.mContext; in getContext()
397 P.mTitle = P.mContext.getText(titleId); in setTitle()
407 P.mTitle = title; in setTitle()
423 P.mCustomTitleView = customTitleView; in setCustomTitle()
433 P.mMessage = P.mContext.getText(messageId); in setMessage()
443 P.mMessage = message; in setMessage()
453 P.mIconId = iconId; in setIcon()
463 P.mIcon = icon; in setIcon()
[all …]
/frameworks/base/services/sensorservice/
DFusion.cpp95 const mat<TYPE, C, C>& P) { in scaleCovariance() argument
102 double v(A[c][r]*P[c][c]*0.5); in scaleCovariance()
104 v += A[k][r] * P[c][k]; in scaleCovariance()
222 P = 0; in initFusion()
339 if (!isPositiveSemidefinite(P[0][0], SYMMETRY_TOLERANCE) || in checkState()
340 !isPositiveSemidefinite(P[1][1], SYMMETRY_TOLERANCE)) { in checkState()
342 P = 0; in checkState()
390 P = Phi*P*transpose(Phi) + GQGt; in predict()
409 const mat33_t S(scaleCovariance(L, P[0][0]) + R); in update()
412 K[0] = P[0][0] * LtSi; in update()
[all …]
/frameworks/base/media/tests/contents/media_api/music/
Dtest_amr_ietf.amr2 …�R�['���E`|X�<Mq�I�C��:8%�h��[(q]���V���<`<4]�� ��x��K˳�'+�{��{���KP<Zga4� ��^�?�y苁�s`~Ѳ.…
3 Up_i���VS��uP<Y���P~�o�^�����8 j�9�E�#��<���� �^ 'G/5��Ͳ���\�ϴ��P<'f�:F)^�/ ��a�'J_�…
9 …�ݖzF����/L9��-~PJB(�<z_1�&���˷��|D�p�B����5���<m!���CՒ|L2�{D�g����5��s���p<���������…
20 …d��B��z�����D�v��gW����Q���<�Uと�7qNu&�{����������n̲�p<$���<4ԣ�u�Y���^��P��� D';��< �I�6y���4…
67 ?�\�C�Q*��(�<�4���/��{��/��⽺���%c���`<,�i���O��2�$r(*r���אAXm�P<0��)홄��d�-���.��!�}Wd�…
87 …Z��� �D6�ϖ�����~E�<�vm%a�����U��,X�I�ˋ�� Z�2�<������멸��-N7q:�h��Nc�S�}P<Drm�L2��/�nh����p�~…
89 8T� h^(�s <�fkR\�P��`Z�Jc� ����Ж�V�P<N~i?L�A�*ˊb��y�h2�R��.�_@v�<�q{��Z���_m�%ļ�4˓Ó���'���…
106 ��,W��u]��P<Vm�a��:G,쀇\+�&���Ɋ��!(�� ��<T^&J��m38�yG�sd4����3#�=*�<H^�h'�*l���a瘍�����
113 Ӻ�U�8D�_�Y P�wͶ��<ޒi��<!�Xjá�E k�x?t�����<hx�1o���;�e�����}����<}�� <>�#�+'p�#�Xw��kd��…
123 �������3���[5"�Ձ{�%�P<�hF���#�������z)A"
[all …]
/frameworks/compile/slang/
Dllvm-rs-cc.cpp506 for (const char *P = Buf; ; ++P) { in ExpandArgsFromBuf() local
507 if (*P == '\0' || (isspace(*P) && InQuote == ' ')) { in ExpandArgsFromBuf()
517 if (*P == '\0') in ExpandArgsFromBuf()
523 if (isspace(*P)) { in ExpandArgsFromBuf()
525 CurArg.push_back(*P); in ExpandArgsFromBuf()
529 if (*P == '"' || *P == '\'') { in ExpandArgsFromBuf()
530 if (InQuote == *P) in ExpandArgsFromBuf()
533 InQuote = *P; in ExpandArgsFromBuf()
535 CurArg.push_back(*P); in ExpandArgsFromBuf()
539 if (*P == '\\') { in ExpandArgsFromBuf()
[all …]
/frameworks/base/core/java/android/preference/
DGenericInflater.java44 abstract class GenericInflater<T, P extends GenericInflater.Parent> {
120 protected GenericInflater(GenericInflater<T,P> original, Context newContext) { in GenericInflater()
219 public T inflate(int resource, P root) { in inflate()
239 public T inflate(XmlPullParser parser, P root) { in inflate()
259 public T inflate(int resource, P root, boolean attachToRoot) { in inflate()
290 public T inflate(XmlPullParser parser, P root, in inflate()
320 result = (T) onMergeRoots(root, attachToRoot, (P) xmlRoot); in inflate()
488 ((P) parent).addItemFromInflater(item); in rInflate()
517 protected P onMergeRoots(P givenRoot, boolean attachToGivenRoot, P xmlRoot) { in onMergeRoots()
/frameworks/compile/linkloader/include/impl/
DELFObject.hxx143 Inst_t P = (Inst_t)(int64_t)inst; in relocateARM() local
250 uint32_t result = (S + A - P) >> 2; in relocateARM()
259 P &= ~0x3; // Base address align to 4 bytes. (For BLX.) in relocateARM()
262 uint32_t result = (S + A - P) >> 1; in relocateARM()
372 Inst_t P = (Inst_t)(int64_t)inst; in relocateX86_64() local
395 *inst = (S+A-P); in relocateX86_64()
426 Inst_t P = (Inst_t)(uintptr_t)inst; in relocateX86_32() local
444 *inst = (S+A-P); in relocateX86_32()
473 Inst_t P = (Inst_t)(uintptr_t)inst; in relocateMIPS() local
514 A |= ((P + 4) & 0xF0000000); in relocateMIPS()
[all …]
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocationFactory.cpp505 ARMRelocationFactory::Address P = pReloc.place(pParent.getLayout()); in got_prel() local
507 pReloc.target() = GOT_S + A - P; in got_prel()
534 ARMRelocationFactory::Address P = pReloc.place(pParent.getLayout()); in call() local
542 ARMRelocationFactory::DWord X = ((S + A) | T) - P; in call()
582 ARMRelocationFactory::Address P = pReloc.place(pParent.getLayout()); in thm_call() local
594 ARMRelocationFactory::DWord X = ((S + A) | T) - P; in thm_call()
660 ARMRelocationFactory::DWord P = pReloc.place(pParent.getLayout()); in movw_prel_nc() local
665 X = ((S + A) | T) - P; in movw_prel_nc()
704 ARMRelocationFactory::DWord P = pReloc.place(pParent.getLayout()); in movt_prel() local
709 X = S + A - P; in movt_prel()
[all …]
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocationFactory.cpp259 int32_t P = pReloc.place(pParent.getLayout()); in hi16() local
261 res = ((AHL + GP - P) - (int16_t)(AHL + GP - P)) >> 16; in hi16()
286 int32_t P = pReloc.place(pParent.getLayout()); in lo16() local
288 res = AHL + GP - P + 4; in lo16()
/frameworks/av/media/libstagefright/rtsp/
DAH263Assembler.cpp104 unsigned P = (payloadHeader >> 10) & 1; in addPacket() local
109 size_t skip = V + PLEN + (P ? 0 : 2); in addPacket()
113 if (P) { in addPacket()
/frameworks/base/
DCleanSpec.mk80 …arget/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/content/IClipboard.P)
81 …IES/framework_intermediates/src/telephony/java/com/android/internal/telephony/ITelephonyRegistry.P)
107 …get/common/obj/JAVA_LIBRARIES/framework_intermediates/src/media/java/android/media/IAudioService.P)
108 …get/common/obj/JAVA_LIBRARIES/framework_intermediates/src/media/java/android/media/IAudioService.P)
130 …JAVA_LIBRARIES/framework_intermediates/src/core/java/android/accessibilityservice/IEventListener.P)
131 …LIBRARIES/framework_intermediates/src/core/java/android/view/accessibility/IAccessibilityManager.P)
133 …ork_intermediates/src/core/java/android/accessibilityservice/IAccessibilityServiceClientCallback.P)
134 …S/framework_intermediates/src/core/java/android/accessibilityservice/IAccessibilityServiceClient.P)
/frameworks/base/packages/InputDevices/res/raw/
Dkeyboard_layout_english_us_dvorak.kcm28 map key 19 P
159 key P {
160 label: 'P'
162 shift, capslock: 'P'
Dkeyboard_layout_english_us.kcm159 key P {
160 label: 'P'
162 shift, capslock: 'P'
Dkeyboard_layout_italian.kcm163 key P {
164 label: 'P'
166 shift, capslock: 'P'
Dkeyboard_layout_belgian.kcm176 key P {
177 label: 'P'
179 shift, capslock: 'P'
Dkeyboard_layout_czech.kcm174 key P {
175 label: 'P'
177 shift, capslock: 'P'
Dkeyboard_layout_swedish.kcm170 key P {
171 label: 'P'
173 shift, capslock: 'P'
Dkeyboard_layout_estonian.kcm170 key P {
171 label: 'P'
173 shift, capslock: 'P'
Dkeyboard_layout_french.kcm177 key P {
178 label: 'P'
180 shift, capslock: 'P'
Dkeyboard_layout_icelandic.kcm169 key P {
170 label: 'P'
172 shift, capslock: 'P'
Dkeyboard_layout_swiss_german.kcm171 key P {
172 label: 'P'
174 shift, capslock: 'P'
Dkeyboard_layout_german.kcm172 key P {
173 label: 'P'
175 shift, capslock: 'P'
Dkeyboard_layout_spanish.kcm167 key P {
168 label: 'P'
170 shift, capslock: 'P'
Dkeyboard_layout_danish.kcm170 key P {
171 label: 'P'
173 shift, capslock: 'P'
Dkeyboard_layout_portuguese.kcm169 key P {
170 label: 'P'
172 shift, capslock: 'P'
/frameworks/compile/libbcc/tests/data/src/
Dotcc-ansi.c3 int d, z, C, h, P, K, ac, q, G, v, Q, R, D, L, W, M; variable
74 d = P + d; in ad()
440 return (*(int(*)()) *(int*) (P + 592))(g, e); in run()
456 P = calloc(1, 99999); in main()

123