/frameworks/base/core/java/android/app/ |
D | AlertDialog.java | 352 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/ |
D | Fusion.cpp | 95 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 …]
|
D | Fusion.h | 49 mat<mat33_t, 2, 2> P; variable
|
/frameworks/base/media/tests/contents/media_api/music/ |
D | test_amr_ietf.amr | 2 …�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á�Ek�x?t�����<hx�1o���;�e�����}����<}� <>�#�+'p�#�Xw��kd��… 123 �������3���[5"�Ձ{�%�P<�hF���#������z)A" [all …]
|
/frameworks/compile/slang/ |
D | llvm-rs-cc.cpp | 470 for (const char *P = Buf; ; ++P) { in ExpandArgsFromBuf() local 471 if (*P == '\0' || (isspace(*P) && InQuote == ' ')) { in ExpandArgsFromBuf() 481 if (*P == '\0') in ExpandArgsFromBuf() 487 if (isspace(*P)) { in ExpandArgsFromBuf() 489 CurArg.push_back(*P); in ExpandArgsFromBuf() 493 if (*P == '"' || *P == '\'') { in ExpandArgsFromBuf() 494 if (InQuote == *P) in ExpandArgsFromBuf() 497 InQuote = *P; in ExpandArgsFromBuf() 499 CurArg.push_back(*P); in ExpandArgsFromBuf() 503 if (*P == '\\') { in ExpandArgsFromBuf() [all …]
|
/frameworks/base/core/java/android/preference/ |
D | GenericInflater.java | 44 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/ |
D | ELFObject.hxx | 142 Inst_t P = (Inst_t)(int64_t)inst; in relocateARM() local 186 uint32_t result = (S >> 2) - (P >> 2) + A; in relocateARM() 211 uint32_t result = (S >> 2) - (P >> 2) + A; in relocateARM() 271 Inst_t P = (Inst_t)(int64_t)inst; in relocateX86_64() local 291 *inst = (S+A-P); in relocateX86_64() 322 Inst_t P = (Inst_t)(uintptr_t)inst; in relocateX86_32() local 337 *inst = (S+A-P); in relocateX86_32()
|
/frameworks/compile/libbcc/tests/data/src/ |
D | otcc-ansi.c | 3 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()
|
D | otcc-noinclude.c | 19 F d,z,C,h,P,K,ac,q,G,v,Q,R,D,L,W,M; variable 82 d=P+d; 440 P V; 444 J(*(int(*)f)k(P+592))(g,n;
|
/frameworks/base/media/libstagefright/rtsp/ |
D | AH263Assembler.cpp | 104 unsigned P = (payloadHeader >> 10) & 1; in addPacket() local 109 if (P) { in addPacket()
|
/frameworks/compile/libbcc/tests/data/ |
D | otcc.c | 19 F d,z,C,h,P,K,ac,q,G,v,Q,R,D,L,W,M; variable 82 d=P+d; 440 P V; 446 J(*(int(*)f)k(P+592))(g,n;
|
/frameworks/base/ |
D | CleanSpec.mk | 80 …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)
|
/frameworks/base/data/keyboards/ |
D | qwerty2.kcm | 156 key P { 157 label: 'P' 160 shift, capslock: 'P'
|
D | qwerty.kcm | 159 key P { 160 label: 'P' 163 shift, capslock: 'P'
|
D | Virtual.kcm | 134 key P { 135 label: 'P' 137 shift, capslock: 'P'
|
D | Generic.kcm | 137 key P { 138 label: 'P' 140 shift, capslock: 'P'
|
D | Vendor_22b8_Product_093d.kl | 43 key 25 P
|
D | qwerty.kl | 67 key 25 P
|
D | Vendor_05ac_Product_0239.kl | 48 key 25 P
|
D | Vendor_046d_Product_c532.kl | 51 key 25 P
|
/frameworks/compile/libbcc/runtime/ |
D | CREDITS.TXT | 8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
|
/frameworks/base/docs/html/intl/ja/guide/developing/ |
D | eclipse-adt.jd | 105 Skins: HVGA (default), HVGA-L, HVGA-P, QVGA-L, QVGA-P 110 Skins: HVGA (default), HVGA-L, HVGA-P, QVGA-L, QVGA-P
|
D | other-ide.jd | 217 Skins: HVGA (default), HVGA-L, HVGA-P, QVGA-L, QVGA-P 222 Skins: HVGA (default), HVGA-L, HVGA-P, QVGA-L, QVGA-P
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_base64_no_2_crlf.vcf | 27 AAEAAAWLAAAAAAAAAEgAAAABAAAASAAAAAH/2P/bAIQAIBYYHBgUIBwaHCQiICYwUDQwLCww
|
D | v21_complicated.vcf | 49 AAEAAAWLAAAAAAAAAEgAAAABAAAASAAAAAH/2P/bAIQAIBYYHBgUIBwaHCQiICYwUDQwLCww
|