Home
last modified time | relevance | path

Searched refs:HF (Results 1 – 25 of 30) sorted by relevance

12

/external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
Dallocator.pass.cpp67 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()
Dinit.pass.cpp94 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()
Drange.pass.cpp99 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/
Dallocator.pass.cpp67 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()
Dinit.pass.cpp94 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()
Drange.pass.cpp99 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/
Dallocator.pass.cpp72 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()
Dinit.pass.cpp142 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()
Drange.pass.cpp148 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/
Dallocator.pass.cpp72 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()
Drange.pass.cpp104 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()
Dinit.pass.cpp98 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/
Den-GB_kh0_kdt_lfz4.pkb59 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/
Dfr-FR_nk0_kpdf_phs.pkb489 $'&! )KYaa[PC7-&" #',18������迎^<.1>HF;0%$4?=1% 
Dfr-FR_nk0_kpdf_mgc.pkb2822 �������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/
Dde-DE_gl0_kdt_dur.pkb515 …0,SX0�������!A�V��ijG0��� ��^����i!�a �� ����)�t���8݊ 5ɮ�А[���HF�݆)1K�C�{�ౡ!#��…
Dde-DE_gl0_kpdf_mgc.pkb1214 �U��fsI���&����������*�����>L�������m���R���4HF<aOJXk���WX_f1:HGQYW3,-?INMQVa2…
3062 #)0;;HF��2,�� �
3357  �����\{��+� �����^���a�����E��� #SiIiv���������������/0<8HF^049I_ps������…
3424 X�u�l}�nRRtХYDLx��[ҽ�gpU1FELRUmx �SSUJaVWhf9@@>IJDST`py�OZX`]egl857<HF@CIKZUacx~�-� #:…
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp3616 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()
DRewriteModernObjC.cpp4491 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/
Dtestimg.ppm4HF�@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/
Dtestimg.ppm4HF�@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/
Den-US_klex.pkb579 …)@!6:AF������������������������������������������������������� hypnosis )@+HF!GK+K hypotheses )@6H…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kpdf_mgc.pkb1109 C�� ��5�x � 3�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/
Dh264-svc-99-640x360.rtpdump646 ��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�7 T�l�� ����>����…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kpdf_mgc.pkb1824 '<H3f)K/4?HF`CY��iyo��)-'6)8817:BW%4G:G[h����5�� /t���p,��� ��R�6\�D���� ��������…

12