Searched refs:wn (Results 1 - 16 of 16) sorted by relevance

/external/skia/src/pathops/
H A DSkAddIntersections.cpp14 const SkIntersectionHelper& wn, const SkIntersections& i) {
18 __FUNCTION__, LINE_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts()));
26 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts()));
34 const SkIntersectionHelper& wn,
39 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts()));
47 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts()));
55 const SkIntersectionHelper& wn, const SkIntersections& i) {
59 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), QUAD_DEBUG_DATA(wn.pts()));
67 SkDebugf(" wnTs[0]=%g " QUAD_DEBUG_STR, i[1][0], QUAD_DEBUG_DATA(wn.pts()));
75 const SkIntersectionHelper& wn, cons
13 debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
33 debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
54 debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
74 debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
94 debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
114 debugShowConicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
135 debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
155 debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
175 debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
195 debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) argument
270 SkIntersectionHelper wn; local
[all...]
H A DSkPathOpsDebug.cpp589 const SkIntersectionHelper& wn) {
597 fDebugWorstVerb[index * 2 + 1] = wn.segment()->verb();
601 memcpy(&fDebugWorstPts[(index * 2 + 1) * 4], wn.pts(),
602 (SkPathOpsVerbToPoints(wn.segment()->verb()) + 1) * sizeof(SkPoint));
604 fDebugWorstWeight[index * 2 + 1] = wn.weight();
588 debugAddLoopCount(SkIntersections* i, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn) argument
/external/icu/icu4c/source/tools/tzcode/
H A Dasctime.c81 register const char * wn; local
91 wn = "???";
92 else wn = wday_name[timeptr->tm_wday];
108 wn, mn,
H A Dzdump.c882 register const char * wn; local
898 wn = "???";
899 else wn = wday_name[timeptr->tm_wday];
905 wn, mn,
/external/dtc/
H A Dlivetree.c926 struct node *wn, *nwn; /* local fixup node, walk node, new */ local
933 for (wn = node; wn; wn = wn->parent)
940 for (wn = node, i = depth - 1; wn; wn = wn->parent, i--)
941 compp[i] = wn
[all...]
/external/vixl/src/aarch64/
H A Dassembler-aarch64.cc737 const Register& wn,
739 VIXL_ASSERT(wd.Is32Bits() && wn.Is32Bits() && wm.Is32Bits());
740 Emit(SF(wm) | Rm(wm) | CRC32B | Rn(wn) | Rd(wd));
745 const Register& wn,
747 VIXL_ASSERT(wd.Is32Bits() && wn.Is32Bits() && wm.Is32Bits());
748 Emit(SF(wm) | Rm(wm) | CRC32H | Rn(wn) | Rd(wd));
753 const Register& wn,
755 VIXL_ASSERT(wd.Is32Bits() && wn.Is32Bits() && wm.Is32Bits());
756 Emit(SF(wm) | Rm(wm) | CRC32W | Rn(wn) | Rd(wd));
761 const Register& wn,
736 crc32b(const Register& wd, const Register& wn, const Register& wm) argument
744 crc32h(const Register& wd, const Register& wn, const Register& wm) argument
752 crc32w(const Register& wd, const Register& wn, const Register& wm) argument
760 crc32x(const Register& wd, const Register& wn, const Register& xm) argument
768 crc32cb(const Register& wd, const Register& wn, const Register& wm) argument
776 crc32ch(const Register& wd, const Register& wn, const Register& wm) argument
784 crc32cw(const Register& wd, const Register& wn, const Register& wm) argument
792 crc32cx(const Register& wd, const Register& wn, const Register& xm) argument
832 umaddl(const Register& xd, const Register& wn, const Register& wm, const Register& xa) argument
842 smaddl(const Register& xd, const Register& wn, const Register& wm, const Register& xa) argument
852 umsubl(const Register& xd, const Register& wn, const Register& wm, const Register& xa) argument
862 smsubl(const Register& xd, const Register& wn, const Register& wm, const Register& xa) argument
872 smull(const Register& xd, const Register& wn, const Register& wm) argument
[all...]
H A Dassembler-aarch64.h874 void crc32b(const Register& wd, const Register& wn, const Register& wm);
877 void crc32h(const Register& wd, const Register& wn, const Register& wm);
880 void crc32w(const Register& wd, const Register& wn, const Register& wm);
883 void crc32x(const Register& wd, const Register& wn, const Register& xm);
886 void crc32cb(const Register& wd, const Register& wn, const Register& wm);
889 void crc32ch(const Register& wd, const Register& wn, const Register& wm);
892 void crc32cw(const Register& wd, const Register& wn, const Register& wm);
895 void crc32cx(const Register& wd, const Register& wn, const Register& xm);
904 void smull(const Register& xd, const Register& wn, const Register& wm);
923 const Register& wn,
[all...]
H A Dmacro-assembler-aarch64.h1327 void Fmov(const VRegister& vd, const WRegister& wn) { argument
1328 Fmov(vd, Register(wn));
/external/webrtc/talk/media/testdata/
H A Dvoice.rtpdump6 ��pjjn|{twon�����hn����}����kg}���ot�pfw����~���t���plv�������o`f���]^���i\i��utm���fZg����|�vpo������{������������������mhs���}q{���u_^kv�q\Z]s�tiZ\dejjicy����������W�9J�4����pj�����������qr���nfiu��yno|nka]Y[^m~n���nolci���b_bp���������|lojm�������������~�����{pz�}y��rox{vhip}q|v���lkz��������ot����o{toixph_bl���ofk���xdk����{�����ro��k�9K�4�J��pjctt{~y�zs�im�vf[]`^kmy��������������kdek��fdaoonym|��~yviv����v�����������������kt����}f`ho���mge\[_ckhidr�����zo����rk�������xsu����u�~q����xot|qlgx~zmlnlgl~���~�9L�4���pj�oz���~p���pjs�ohgj����rjl����mu{�������mkpzi^]ghc\Y[ep������������������{{ok������vejhhyxb\bn��no���ynfu��wn����n������������l����ngem}jh]hilfkfhijgtjghoobY����9M�4����pjY`l���zii{��������������������vht����mek�og|��z�p������lj}���|st����ttlxspe^\j��h_g���g^^q��ppt�����������y������������������hhu����yimv����n_h���o_`ekon��iZX`����9N�4�*��pjt�ujhm���gp����x���������}�snps�����{����|cdgmp�����������{���s����odhhnodbasjlbem{o���ynv��}m^^[dg`i~���z�����������������s�����uce����~�����sef_emooxjwykho�s����9O�4�ʎ�pjhcjk�������������������|}uwr��sku��{����sel�xh]]_kkd\\c_fns{�yn���qu����pmm~�xp������|����������|soq�{�����|o]^dofon^\l���fct��mm��zsw���������������������skk���΀9P�4�j��pj����x���t����mfo�w^[htljdioq��zuz{qpius{�������z���w�������}mo}�����jmr�xobjllno��}wohx��tpo���wbdn�����|yy���yz���{mx��|a_r��ud^empun{��x�������}xlo���tp�|������9Q�4�
95 ��pjz}���xz~�yolmuwqmqx��|uv������yoow~}xonnu|������������~�����vyz�umor~�ux~�����~z{zwpxv|�yojn��}qu�����z���~wx~�����wtz������~�������wz�����}|��{uqvy��ukkm{���}����:�5$���pjvtqx~}ysx���ww�{�z��������������{qv������xoswy~����uzu��~z|z|��}|~��sgjv������~�|��vknx����}�����zx�����������z|����������|zy{ywpjlpnjks�yklo��zyp|����{t����:�5%J��pjr{�z|����tt��~pz��������������������}gioxopp}rzwov��xx��z����ujo|��upoorrw{vry����|~����������|w���~xy���}zs���vv}�����|����piq�����uknwys{{���|~~���y�����u��~����:�5%��pjw|������yz��������~����}yt�����z���opux{vysvsrons|}tov����y{xopx~ztoz���zz}������so���~ov~���z�}�}���yzv�~�����{oz��~y����zry~��xq~����uomy~���~y~���vnmu��~u}����р:�5&���pj���tmn|�{���onip���uo{|��~���wr���v|||vux���v������������}uv|��}t����������{xxvrxv}x�xyo~��wn|���y����~x�yz���~rou|��{w�w�����{~}��zxy��xtpy}wnmtz~vv�}xyrx���:�5'*��pjzvyovy������������������qvtsv�{y|yvz���~~��������������{~yns{z|xolov{py���|pu~�����qr{~�|sy���xosqy�xwwx��x{y|v{�����~����oow�~�~��������y}���}����{x|�xonp{�||���:�5'ʎ�pj��zt|�{no~��|rz�}�xz|vowvzox~�����~����������}}uy��������|���rroolijifjpoiil�yrwp~�����~����������������{v�vonp��������������{}zv����{v������������{vtroqlijnn���: �5(j��pjjhiz���������|}z}ro{���xtsw�������}�}}x���~��������������wot���{ov���vvv{�~z{}���|xz���zyy�~����|������y|���xqnrxwwns}��x���~|w��������{rrrw{z~�~yx����wwy������"�:!�5)
97 ��pjq|�������������vvy�����tllr����|���~{������ytrvy{ttwonlkku{�zxnv������������{r��������~x�����y|��~unmv��{vw��}y|���������to~��znv��tko|���{x}��������}}xruuu}��ր:*�5.���pj��{pljmsy|v|x|z������������wv{|���}�|}z��|x���y}��������xonx~��v�~�����w{����xx�����y����|{��~rml~����}yrrqy��{���~�zz{w}���|u}�������~xy}��|wooqopkhglz|oo{���:+�5/J��pj������������������}���}w{������vxyxvnnz�ulmu������wn��������wuonppqou��lgz��xegx�}{qkjowrmr|xttx��qqy~{ytrmt}�}�rpx���������w������������������������nlnqor���q����:,�5/��pjx����������������������������~{������������z|����vllmqt|���{yvokrommrs}umhejx��wrw{y{|���pinz��}��zvx�����~y����slo}~��{{|zshciv�xtr����uwotlpt{{z��������������:-�50���pj�����}kgky���}|vpx���}vonrxyqov{���{ojoz��������������x�������zw��ynkly~~||��svw|{qox����|x|z{x��������lXTW^a__]\_z�����nmnwzifik������zdcdw�����tdgllmklp������(�:.�51*��pj�����xl_VONOOOZx�������lI=:<BNV_es�ǽ����ZJEHOS\fofy������VJEENn������cYUSLGBCO�ƺ�����P8//5<I[[_�̾����[A88<DMi���ȿ����J:49NϾ���eNJNcu\PLHMy������L<68>Ljų����;�:/�51ʎ�pj���D94258;>H\�º�����_I@@GOYi��������QA<:@[�����]JEJ[|n_[QJZӾ�����H/)).<d������Ⱦ���YE?AFU������������^KD>?Lv�ÿ��oRJO[e���nr��ľ����d<0-2>`̿��oY^�����iPIJGNp��P�:0�52j��pj�����ZON[���_OJMm�����^PIHTw�������ǻ�����;,*-;eĺ���p]f�����`K>:>Pٿ����PFHLNV\YW_n�����^I><?H_������������:*#"(6w������gw����^F;9:C\ʸ����qLA=?HO\������eOG@@F��d�:1�53
H A Dvideo.rtpdump1581 �ߺ�GC��� *��>wn�'`��.��f�~7r�!�8b*����u2��B8p�v��"��jgZ�֦l#��'n�Ĉk8v��L��R��7�p�غ�$@�7/L�^��ҙtu"�3��r7yY���U�� b�!Vf�u��I�|��Yz�/+�����3�1����� ��y���޵|H��w�B ���%5�²�I�7�+9Y �t?��+�$BW�ĸ�^�#kA������+�<H��j:�{.�����ؾ��g��^�]R���w�mkB���^���}��lP� �̥r��NĉGL럓��� �N�f��/�MgR��~ D�����E�=�`����ޝ���~�o�?�v#���7��v<����#�E���l�}�/���^���oسq(����/��>��3\M
H A Dh264-svc-99-640x360.rtpdump3176 l��L��]C0nj��Q��W]{�����9��T �}&�1���x8���p�J��ܽћ)K PR�Wt�H1<Adˍ���i8�>���HY�A'�>�GF���K�r�4�x �1�;�] \s��U���~w�P��p� ����j���ȟM?umZ�u�����%�gM7]/KLH��;$i��f+�&u�M͢ݰ�[-�۝��.��n�`[�gCR��>(U��� � "X(�$۰�u�n=`.�j��ym���'��:�b2'b��Ѳſ�2 � ��srg�^�ܛ������c&o���f��fu��îr8>��G��.��G �!�_h��P��4ؓ�%�-�(EzE̸+L��4<i��Ǥ_���Q�W����� 8��2��+a�<w6�C�7���M���;�;�#x����kJ����N�3uw�@#�v,(�5w�Jr�F�����徝�ۻ��ߨq��mv�y�ٳ[X(�xr���)| (C`�85]�X�qK* �Mkc��nU}��vg��4|̲{�eT :jX��L*�Eu� �� 6��7&{�q[�`� ��?���tb@���<7�s��ѵ6���w���po�:��#�?8z��l�-ɐre���S��ѮS����ߐoe�G�]���UO#<�3���t2�o|�o�o�]�2�&(�lt¿���qPWsY����e끣�����<�Ց��b˳N�D��:����hd�٤��;�)� �wn�ҧu�Fl�;�W�P� �����V���,�v�c9���!֠�No轺f�s|��7��x^]�� ǣ����~�;ŃL�<Ъ�������*.XcJH��(��Q�D��A��c�����PQ�C����S�ó�
7224 �hخ����:*��7JN��"��A���6}<7L-�]A� �[�B��5;��� Kz�g�r�§[�A�a<�m�~G\f�i2�-C�hj5��xm�hHL �=!��`s�`B�e��=�2��4�7)=%��2ʻ��p0(�_�-�Ĉ���,"��` �P�#[�(�V54 `�E�1̄�Q�A0h�[�4� SAzX�Ζ%�r�u"���*+ �ľR��]����WB��o��,�m6)i������6p! 2r��w�)�`c���6���Dj�d7{p�}@N� ���w`؆��2ƫt#sV�i��2��������s��k6Ҵ003�p�$��������I���n�R�("-��6k��G����`��O�[��N0a�����# �p ش2܊���Hݓ�0Æ�0��vǁ�`���_���S�פ���燹$�@�M�'=�G�w��p+������8�B:>��b���Nތ|����wn}p�mm)V����K�n"�0����i��W �M ̐^-~�n���v�,oK����E`.;V���6�r6���M*������H��ĺ����4z��g ��1����;�[���f�^�N���� h�ှ��o|�y+���h��7�~�F��_��`�Ӎ�Y(>l�—� �{s��� ��ZH��� �c'���a��f��f�D�wr�8>��1��4�Z��ܒ��������6���?�@i={��v�</i����j:&��ȧ��Y1���м��k�Բ௷������ګ��.��߸'K�>�}=;�������o��{v?e���E?�jZ������T���6�L0�[/zo1 �'�;� �)��J�y�2�"�.���� �~A��%����xJB�L���_�� BX������EJ��}F+�6П@D��Cۅp�W� ���P '��ѧ�Z ^��|"!����ۃ�:KB��( . PP�6ۍ�<��l�N�:�#E�}p���N��L=m0ό���|f%+�и���=�`Vru:.R 4xm*Dw� _� �C^ ����p/h}4��`��0���2@x<Z-J�Tf`娠S5�kr��CL���v�aM*�:�l-�!� ����o@:1&
9802 Ḃqx`�������O�������w?K����9�Lʏ��x)MK�o?�Rb\gݎ<�]�Ko���}��{��� ��^�B, o��aƃ"h��O������w,=� ���t��w� ɛr�.�pݸ5��d�m�ٚ���>aK�!�D/k��"��ᰌ|X�F�������<��ƍ�>�;~#�߂{�7�~Lp���<_�\,�&�7w�>�V0K��x�s����Ż�?}�=�p$dr�6'��:��E�+�o��z�wn����?,0����7�=wT�l��暐#�A�i�%Mʁ�[� E��"F�s���-��=��(�U�ǔ�2/�Ʀ@2E�� ���� ���yVe��垔��ni�$]'���=x���#0|�g��5 F ����"����|��Y����;�v�%������b�`M��G^m6ۉ�g�!����8�fA3��a��gv!?Xd�".���/���� 2P=u����iP`4�pܒ��"AB�,>'���&�pH�l~ތ��V:���8 *�������9�:`%�u��&R�Yc�,�g�K�ך����0�d����Z6I!�.�9.� B�r5��
9999 î��befu���qIbL��]Kߛ��V����^�cxw�a�>�MB�Vm�K]�rY��a1 �V^��݉�l��_��k�H�������# �:H�}���+%�c(��ա��f��f �p7�ro8>��B��4�A7 �$��*A/,?�*��Y,���\����?�c��OD/4�{�wn�c�T�꣩��� ��if��`�D81|Z��G$=��`�)I��}E�wp�zT�n��~�/�ӱ������\G��o-�zZ}�^r(��r�q�*�:��o�}W�|���"�Q����)��p!���8_f�[�5~h�@Y�$3�f��7�|����N��#�΁5��|nk�[�.}������׸����y3���!��͌�c�׋���������~i� �;��x7��� -���������(FYz/=�[�$�{�����iz|o^��t�xpܔ���5����������/o��>�iӤ���#Q�4th���t��6�\�K~����1�K�W��e�7��àl dV ��X!���5��jPI}"���]d�l��S���=�ϪT��'��ׅ�e�u�?��}~"K���t��G�R�����O66{~qp0���?��z�������#˕���IILn���o��Z�Z�� %>���� ���z~�e�(�۷z|� 􌁓l��׷�a�E��%���r5w޻m�0�W���1�q*h]Ϊ�ְr��闿�[P�����ɣ�b���<�R���.�]{5<�7,����``2&��1q�~m]�yW�1�+�G�M߽�z�GlO��Z�:_;��B�_5���)ʬ0�?����Hw� dqS])�-�������^���HW�=����%� ��O�Qc�G2� ��P��<tbq�E�3^99^��Cw�����v(��a�c��dL z}�/K�K��G]?�~�����/�����ٱ��3s�q3B��:̤�:d��pSe=G������d���Z���
11245 j�*�) �T�.e�O� `p^��'�����������Cu��o='�)�,]ݝ���@���3�k��j��Y��j=�õ���*�f����g�1�4�X���l�ӧ��U�J����VW�<��B�����ƿ Ĥ�$i7�P����dg������>��,l�a�C,?\��w|O�p���M�<�)l��=�C�|z��)؟8<�9|� ��W�� �B��U+�"����!�u@l���m*�l�WlD+r���W����꺯�=�V��/���)D�d��f��fW��&/r��g�J�z�g��+܇�ya�< ��bx��C{���Iε��Si�����J�~�_�?��wv'����b��\O���.���cI�"��C426�O�(`����H Q{}U�?����񻤗�>6�'��r�q.3-�2E��|�#X@����O�$Cr���#������Q���o����wn��׆Zk�@�E��Lff���c�+�wb~7�O�3iR��))i� 4�O��?��pg�pɩf �S�=I���
12179 ��{}> �z�.�e��AS8�4�;>�=���@v�J��y�?'�,�| }ip��N��l��l�#���� wn
13441 ���C �>AlO5��;l�� ��W@�6R%˕c���6�A6w�8 �* U��Z(��4��DŽe�ߵ7��!��s�q��(ޖԹ�P�Q��'��l-�Ft۶ۭ�����n4K�㧆���9r��]�ECH����wn�_�ॹ �%�Ij����dj1����=w����p��V�pkH1VSzo�gt���m�����
16568 "�75_$�_��_����%�������?�/��wn<��>�[�+���W�7�׬�!R�(S����h�CiaYh,�Clә��y�z�� ����7gc�9�.�C{�PK�?Eho�P<��������~D(���Ć��ؚ"�����)����ձRj��Z��1�=��ì�}Ȥʼn�t��3��Xެ�O�C��~0eu�\M�EWB"5y�H�+�����m�h���E ���uC���K@v���=� �v���8@ 5?$���n` ������
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1003 milliseconds