/external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/ |
D | allocator.pass.cpp | 67 typedef test_hash<std::hash<T>> HF; in main() typedef 70 typedef std::unordered_set<T, HF, Comp, A> C; in main() 75 assert(c.hash_function() == HF()); in main() 87 typedef test_hash<std::hash<T>> HF; in main() typedef 90 typedef std::unordered_set<T, HF, Comp, A> C; in main() 92 HF hf(42); in main() 97 assert(!(c.hash_function() == HF())); in main()
|
D | init.pass.cpp | 94 typedef test_hash<std::hash<T>> HF; in main() typedef 97 typedef std::unordered_set<T, HF, Comp, A> C; in main() 115 assert(c.hash_function() == HF()); in main() 127 typedef test_hash<std::hash<T>> HF; in main() typedef 130 typedef std::unordered_set<T, HF, Comp, A> C; in main() 133 HF hf(43); in main() 150 assert(!(c.hash_function() == HF())); in main()
|
D | range.pass.cpp | 99 typedef test_hash<std::hash<T>> HF; in main() typedef 102 typedef std::unordered_set<T, HF, Comp, A> C; in main() 120 assert(c.hash_function() == HF()); in main() 132 typedef test_hash<std::hash<T>> HF; in main() typedef 135 typedef std::unordered_set<T, HF, Comp, A> C; in main() 145 HF hf(43); in main() 155 assert(!(c.hash_function() == HF())); in main()
|
/external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/ |
D | allocator.pass.cpp | 67 typedef test_hash<std::hash<T>> HF; in main() typedef 70 typedef std::unordered_multiset<T, HF, Comp, A> C; in main() 75 assert(c.hash_function() == HF()); in main() 87 typedef test_hash<std::hash<T>> HF; in main() typedef 90 typedef std::unordered_multiset<T, HF, Comp, A> C; in main() 92 HF hf(42); in main() 97 assert(!(c.hash_function() == HF())); in main()
|
D | init.pass.cpp | 94 typedef test_hash<std::hash<T>> HF; in main() typedef 97 typedef std::unordered_multiset<T, HF, Comp, A> C; in main() 115 assert(c.hash_function() == HF()); in main() 127 typedef test_hash<std::hash<T>> HF; in main() typedef 130 typedef std::unordered_multiset<T, HF, Comp, A> C; in main() 133 HF hf(43); in main() 150 assert(!(c.hash_function() == HF())); in main()
|
D | range.pass.cpp | 99 typedef test_hash<std::hash<T>> HF; in main() typedef 102 typedef std::unordered_multiset<T, HF, Comp, A> C; in main() 120 assert(c.hash_function() == HF()); in main() 132 typedef test_hash<std::hash<T>> HF; in main() typedef 135 typedef std::unordered_multiset<T, HF, Comp, A> C; in main() 145 HF hf(43); in main() 155 assert(!(c.hash_function() == HF())); in main()
|
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/ |
D | allocator.pass.cpp | 72 typedef test_hash<std::hash<T>> HF; in main() typedef 74 typedef std::unordered_multimap<T, T, HF, Comp, A> C; in main() 79 assert(c.hash_function() == HF()); in main() 91 typedef test_hash<std::hash<T>> HF; in main() typedef 93 typedef std::unordered_multimap<T, T, HF, Comp, A> C; in main() 96 HF hf(12); in main() 100 assert(!(c.hash_function() == HF())); in main()
|
D | init.pass.cpp | 142 typedef test_hash<std::hash<int>> HF; in main() typedef 144 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C; in main() 189 assert(c.hash_function() == HF()); in main() 197 typedef test_hash<std::hash<int>> HF; in main() typedef 199 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C; in main() 201 HF hf(42); in main() 246 assert(!(c.hash_function() == HF())); in main()
|
D | range.pass.cpp | 148 typedef test_hash<std::hash<int>> HF; in main() typedef 150 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C; in main() 197 assert(c.hash_function() == HF()); in main() 205 typedef test_hash<std::hash<int>> HF; in main() typedef 207 typedef std::unordered_multimap<int, std::string, HF, Comp, A> C; in main() 219 HF hf (43); in main() 256 assert(!(c.hash_function() == HF())); in main()
|
/external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
D | allocator.pass.cpp | 72 typedef test_hash<std::hash<T>> HF; in main() typedef 74 typedef std::unordered_map<T, T, HF, Comp, A> C; in main() 79 assert(c.hash_function() == HF()); in main() 91 typedef test_hash<std::hash<T>> HF; in main() typedef 93 typedef std::unordered_map<T, T, HF, Comp, A> C; in main() 96 HF hf(12); in main() 100 assert(!(c.hash_function() == HF())); in main()
|
D | range.pass.cpp | 104 typedef test_hash<std::hash<int>> HF; in main() typedef 106 typedef std::unordered_map<int, std::string, HF, Comp, A> C; in main() 124 assert(c.hash_function() == HF()); in main() 136 typedef test_hash<std::hash<int>> HF; in main() typedef 138 typedef std::unordered_map<int, std::string, HF, Comp, A> C; in main() 149 HF hf(42); in main() 159 assert(!(c.hash_function() == HF())); in main()
|
D | init.pass.cpp | 98 typedef test_hash<std::hash<int>> HF; in main() typedef 100 typedef std::unordered_map<int, std::string, HF, Comp, A> C; in main() 129 typedef test_hash<std::hash<int>> HF; in main() typedef 131 typedef std::unordered_map<int, std::string, HF, Comp, A> C; in main() 133 HF hf(42); in main()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kh0_kdt_lfz4.pkb | 59 HF��H1&��IDK�;��Ĵ7 66 ���C�tt-é���w�����T>/�8��'=�N���uTd�s�GB�)2HF!��3j��Dn|"&��F������Ȁ�R��r�_��…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kpdf_phs.pkb | 489 $'&!)KYaa[PC7-&" #',18�����迎^<.1>HF;0%$4?=1%
|
D | fr-FR_nk0_kpdf_mgc.pkb | 2822 �������N�o�&���S��������� ����2K! 86(HF%31eANRQ%,%" 3708 …��R��f��L�� ��z ����#��MC>Rgf46QeA`jIk;QLL'KB*1.!HKUWasejaj��HF?M@\BVx+9*"IL_i]bmeYY…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kdt_dur.pkb | 515 …0,SX0��!A�V��ijG0�����^���i!�a �� �)�t���8݊5ɮ�А[���HF�݆)1K�C�{�ౡ!#��…
|
D | de-DE_gl0_kpdf_mgc.pkb | 1214 �U��fsI��&����������*�����>L������m��R���4HF<aOJXk���WX_f1:HGQYW3,-?INMQVa2… 3062 #)0;;HF��2,��� 3357 �����\{��+������^���a����E���#SiIiv�������������/0<8HF^049I_ps������… 3424 Xu�l}�nRRtХYDLx��[ҽ�gpU1FELRUmx �SSUJaVWhf9@@>IJDST`py�OZX`]egl857<HF@CIKZUacx~�-�#:…
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 3616 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() local 3617 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals() 4281 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag); in RewriteByRefVar() local 4282 if (!HF.empty()) in RewriteByRefVar() 4283 InsertText(FunLocStart, HF); in RewriteByRefVar()
|
D | RewriteModernObjC.cpp | 4491 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() local 4492 InsertText(FunLocStart, HF); in SynthesizeBlockLiterals() 5211 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag); in RewriteByRefVar() local 5212 if (!HF.empty()) in RewriteByRefVar() 5213 Preamble += HF; in RewriteByRefVar()
|
/external/qemu/distrib/jpeg-6b/ |
D | testimg.ppm | 4 …HF�@4�;)�<&�='�8$�7%�8&�9(�8'�9(�7(�6(�3%�4(�7-�:2�<3�=5�<5�<5�>9�<7�<7�>9�B=�C=�B<�A;�@:�B9�@7�8/…
|
/external/jpeg/ |
D | testimg.ppm | 4 …HF�@4�;)�<&�='�8$�7%�8&�9(�8'�9(�7(�6(�3%�4(�7-�:2�<3�=5�<5�<5�>9�<7�<7�>9�B=�C=�B<�A;�@:�B9�@7�8/…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_klex.pkb | 579 …)@!6:AF hypnosis)@+HF!GK+Khypotheses)@6H…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kpdf_mgc.pkb | 1109 C�� ��5�x3�K��&��`6?$<57\NGSX^5-5@H"2HF?0,$0%'-&, !%%)$+08*7,%&)**130!… 2669 ��M!�Jr^Q]F[UJQI@]z(3<HF2;7:L:����it}�J||�G<NIJ4SjcWx����icdjtv}��������KPQHZ]c�<5�2l0F!����…
|
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/ |
D | h264-svc-99-640x360.rtpdump | 646 ��ohF_��Q���_{�G����4-�M�Z���n�HF�]��L�r%�x1����6���z&hk��� ��d�Jv�����~�coF`��� 1066 …t8����s�̷ww���P���5�xZ���坤���G��kG��щ��U(�k�����~�%��|3�=ŋ�i�x[�HF��=���6�~�`u�"`�R��… 1290 "kG� �(�I���im{J[^��4NlI$�ԗ3�HF�;$c�>�ňAn�v^�͕� hJM�e+2��`��:iR/wgvx\*�n1rO��#� �%}�2�Y�… 2687 …����ߝ��6��Yr%tT��M�i�ٺ4��溪A�p����_�z���t�k����'bƮ3���%�,^��/��'eVPBHF}��K�XQGO�9|)��U\ c… 5270 ����������4���w`�TX�f��A��f���Z:ci������xg@�٘��C��tt�fA����HF�t0?����K���Q2О��,'XG����eE$… 7363 n�T[5�t0%5&����߯��Z !���wO��HF�c��p����H�1�%�����~t-��l��Q�7T�l�� ����>����…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kpdf_mgc.pkb | 1824 '<H3f)K/4?HF`CY��iyo��)-'6)8817:BW%4G:G[h����5��/t���p,��� ��R�6\D�����������…
|