/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 2f361f03c87fa768498ad943a6cf9d9a.000016db.honggfuzz.cov | 35 …�/���b��� �J�$�����ϵ���`�ﵗQˮ�R��I��k;�<�v`�/GЁ�r��(�6�.��(�� ���b�Py*�������Y��t����<… 39 …�/���b��� �J�$�����ϵ���`�ﵗQˮ�R��I��k;�<�v`�/GЁ�r��(�6�.��(�� ���b�Py*�������Y��t����<… 70 …�/���b��� �J�$�����ϵ���`�ﵗQˮ�R��I��k;�<�v`�/GЁ�r��(�6�.��(�� ���b�Py*�������Y��t����<… 74 …�/���b��� �J�$�����ϵ���`�ﵗQˮ�R��I��k;�<�v`�/GЁ�r��(�6�.��(�� ���b�Py*�������Y��t����<…
|
D | 3992cfebd7e591e7908e511267cc340f.000116a8.honggfuzz.cov | 20 �R��č�i�I�0�)�-�Ӂ��s:�Q�3�lNҖ�¨��%#t���Py�YT<�0ї���Q\�Y\��~B�Hv<��YI6p���u�I���G��?�����uw… 58 …�2�es�"��o��J���V�pV77�4�C 5+Zձ�y���_�ae<��8|&b�!���N�/Q�H%�>y � V�Py�u ?�m>G��.F���Y�-R…
|
D | 8b50e5876792ce4c08a582c2dfdc21f2.00002abc.honggfuzz.cov | 11 …�f�����Ôj�+02`wa�nz�,2�H�=J�O(�OH9HJ����~ƪ#DY�nE�v:��Ѩ{����I��k��V�{�Py� 9I��s��Q͓�h"ŭϏ495�…
|
D | 027a44db2eafb1743102cc537980727d.0000de34.honggfuzz.cov | 19 MEc���u��Nf�HX��i�PyZ���c�E@����_����_�%d��T�A;Ȇ|I�����1o#N���J�/�]���_
|
D | 2b0123a55b874c695e46ed7a62b49737.00002a10.honggfuzz.cov | 60 !1��T��2^��o����wy�����w����͔CQW�f�� ;PyԐ^�9�Ғ�@�נ�ϣ�������Nh���Saқ�+g(�j6�Ӕc�z�&��5�=� J…
|
D | 938db24dde426d21080274713126a023.0000c484.honggfuzz.cov | 43 …_�-����xLG:�5Y��[C�_Wפ6�C��N����>�ٶ�匓�@�j��z�p/U3���_T��%����-cx ��a^�s)R����`r-���~Py�EX� 169 …_�-����xLG:�5Y��[C�_Wפ6�C��N����>�ٶ�匓�@�j��z�p/U3���_T��%����-cx ��a^�s)R����`r-���~Py�EX� 206 …_�-����xLG:�5Y��[C�_Wפ6�C��N����>�ٶ�匓�@�j��z�p/U3���_T��%����-cx ��a^�s)R����`r-���~Py�EX�
|
D | 40956017f30e9edbb500d08bddc8a471.0000d067.honggfuzz.cov | 18 MEc���u��Nf�HX��i�PyZ���c�E@����_����_�%d��T�A;Ȇ|I�����1o#N���J�/�]���_
|
/external/skia/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 94 Sk4f Px, Py; // |Px Py| |p0 - p3| in are_collinear() local 95 Sk4f::Load2(P, &Px, &Py); // |. . | = |p1 - p3| in are_collinear() 97 Py -= Py[3]; // |. . | | 0 | in are_collinear() 100 Sk4f Pwidth = Px.abs() + Py.abs(); // Pwidth = Manhattan width of each point. in are_collinear() 103 float lx = Px[lidx], ly = Py[lidx]; in are_collinear() 110 Sk4f d = Px*ly - Py*lx; in are_collinear()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 94 Sk4f Px, Py; // |Px Py| |p0 - p3| in are_collinear() local 95 Sk4f::Load2(P, &Px, &Py); // |. . | = |p1 - p3| in are_collinear() 97 Py -= Py[3]; // |. . | | 0 | in are_collinear() 100 Sk4f Pwidth = Px.abs() + Py.abs(); // Pwidth = Manhattan width of each point. in are_collinear() 103 float lx = Px[lidx], ly = Py[lidx]; in are_collinear() 110 Sk4f d = Px*ly - Py*lx; in are_collinear()
|
/external/chromium-trace/catapult/common/py_vulcanize/ |
D | README.chromium | 6 Py-vulcanize, formerly known as TVCM (trace-viewer component model).
|
/external/swiftshader/src/Renderer/ |
D | Point.hpp | 29 Point(float Px, float Py, float Pz);
|
/external/swiftshader/src/Device/ |
D | Point.hpp | 29 Point(float Px, float Py, float Pz);
|
/external/libaom/libaom/av1/common/ |
D | warped_motion.c | 1103 int64_t Px[2], Py[2]; in find_affine_int() local 1108 Py[0] = (int64_t)A[1][1] * By[0] - (int64_t)A[0][1] * By[1]; in find_affine_int() 1109 Py[1] = -(int64_t)A[0][1] * By[0] + (int64_t)A[0][0] * By[1]; in find_affine_int() 1113 wm->wmmat[4] = get_mult_shift_ndiag(Py[0], iDet, shift); in find_affine_int() 1114 wm->wmmat[5] = get_mult_shift_diag(Py[1], iDet, shift); in find_affine_int()
|
/external/python/cpython3/Doc/tutorial/ |
D | introduction.rst | 214 >>> 'Py' 'thon' 226 >>> prefix = 'Py' 268 'Py' 284 'Py'
|
/external/python/cpython2/Objects/ |
D | exceptions.c | 438 sizeof(Py ## EXCSTORE ## Object), \ 444 0, 0, 0, offsetof(Py ## EXCSTORE ## Object, dict), \ 453 sizeof(Py ## EXCSTORE ## Object), 0, \ 460 0, 0, 0, offsetof(Py ## EXCSTORE ## Object, dict), \
|
/external/python/cpython2/Doc/tutorial/ |
D | introduction.rst | 218 >>> 'Py' 'thon' 230 >>> prefix = 'Py' 268 'Py' 284 'Py'
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_rgb_lsb_08bit_mat.miff | 18 … �3&�:(�pV՞�s�>+�,%�$�&!�#�'�3%�8&�:&�=)�8%�2 �6%�2"�rbֻ��mT�6$�$.��Py�Ds�?w�=x{4y{2��D��J�… 33 …8|�N�^��e�����z@��Z��T��T��R��O��P��T��Y��[��Z��W��f`W*2-q�Wt�Pw�Py�M��Z��n��pHR-��e��_U…
|
D | input_uyvy.miff | 14 …Py��y������~��~��{��{��t��t�Nv�Nv�Iw�Cw�=y�@y�Fs�Gs�P�}��}��x��x��u��u��v��v������qg�qg�ma�ga�nc…
|
/external/python/cpython3/Objects/ |
D | exceptions.c | 425 sizeof(Py ## EXCSTORE ## Object), \ 431 0, 0, 0, offsetof(Py ## EXCSTORE ## Object, dict), \ 442 sizeof(Py ## EXCSTORE ## Object), 0, \ 449 0, 0, 0, offsetof(Py ## EXCSTORE ## Object, dict), \
|
/external/icu/icu4c/source/data/region/ |
D | sg.txt | 165 PM{"Sên-Pyêre na Mikelöon"}
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Normalize.miff | 231 ������������0C�B�(?*)p�I��w{�d*GChQ�(Hw%Iq!Py/N|/J{#V�0
|
/external/python/cpython2/PC/VS7.1/ |
D | python.iss | 217 …oot: HKCR; Subkey: Python File\DefaultIcon; ValueType: string; ValueName: ; ValueData: {app}\Py.ico 233 …HKCR; Subkey: Python NoConFile\DefaultIcon; ValueType: string; ValueName: ; ValueData: {app}\Py.ico
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 3992cfebd7e591e7908e511267cc340f.000116a8.honggfuzz.cov | 20 �R��č�i�I�0�)�-�Ӂ��s:�Q�3�lNҖ�¨��%#t���Py�YT<�0ї���Q\�Y\��~B�Hv<��YI6p���u�I���G��?�����uw… 58 …�2�es�"��o��J���V�pV77�4�C 5+Zձ�y���_�ae<��8|&b�!���N�/Q�H%�>y � V�Py�u ?�m>G��.F���Y�-R…
|
D | 8b50e5876792ce4c08a582c2dfdc21f2.00002abc.honggfuzz.cov | 11 …�f�����Ôj�+02`wa�nz�,2�H�=J�O(�OH9HJ����~ƪ#DY�nE�v:��Ѩ{����I��k��V�{�Py� 9I��s��Q͓�h"ŭϏ495�…
|
/external/googletest/googletest/test/ |
D | BUILD.bazel | 147 # Py tests
|