Home
last modified time | relevance | path

Searched refs:h2 (Results 1 – 25 of 67) sorted by relevance

123

/external/libvpx/examples/includes/HTML-Toc-0.91/t/
Dinsert.t140 <h2>Appendix Paragraph</h2>
142 <h2>Appendix Paragraph</h2>
162 <a name=h-1.1><h2>Appendix Paragraph</h2></a>
164 <a name=h-2.1><h2>Appendix Paragraph</h2></a>
186 'tokenBegin' => '<h2>',
199 <h2>Paragraph</h2>
223 <a name=h-a.A><h2>a.A &nbsp;Paragraph</h2></a>
250 <h2>Appendix Paragraph</h2>
252 <h2>Appendix Paragraph</h2>
273 <a name=h-1.1><h2>Appendix Paragraph</h2></a>
[all …]
DpodExamples.t243 <h2>Paragraph</h2>
260 'tokenToToc' => [{'tokenBegin' => '<h2>'}]
283 <h2>Paragraph</h2>
301 'tokenToToc' => [{'tokenBegin' => '<h2>'}]
332 'tokenBegin' => '<h2 class=-appendix>',
339 'tokenBegin' => '<h2 class=appendix>',
347 <h2>Paragraph</h2>
351 <h2 class=appendix>Appendix Paragraph</h2>
374 <a name=h-1.1><h2>Paragraph</h2></a>
378 <a name=appendix-1.1><h2 class=appendix>Appendix Paragraph</h2></a>
[all …]
DmanualTest.t101 'tokenBegin' => '<h2>',
112 'tokenBegin' => '<h2 class=appendix>',
276 <a name=h-1.1><h2>1.1 &nbsp;System</h2></a>
277 <a name=h-1.2><h2>1.2 &nbsp;Standard Library</h2></a>
283 <a name=h-2.1><h2>2.1 &nbsp;System</h2></a>
287 <a name=h-2.2><h2>2.2 &nbsp;Standard Library</h2></a>
331 'tokenBegin' => '<h2>',
342 'tokenBegin' => '<h2 class=appendix>',
506 …ame=h-1.1><!-- #EndTocAnchorNameBegin --><h2><!-- #BeginTocNumber -->1.1 &nbsp;<!-- #EndTocNumber …
507 …-1.2><!-- #EndTocAnchorNameBegin --><h2><!-- #BeginTocNumber -->1.2 &nbsp;<!-- #EndTocNumber -->St…
[all …]
Dgenerate.t120 $tocGenerator->generate($toc, "<h1>Header1</h1>\n<h2>Header2</h2>");
131 $tocGenerator->generate($toc, "<h1>Header1</h1>\n<h2>Header2</h2>");
Dformat.t56 $tocGenerator->generate($toc, "<h1>Header1</h1>\n<h2>Header2</h2>");
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemevents.c82 short x2,y2,w2,h2; in GEM_PumpEvents() local
86 x2=y2=w2=h2 = 0; in GEM_PumpEvents()
90 wind_get (GEM_handle, WF_WORKXYWH, &x2, &y2, &w2, &h2); in GEM_PumpEvents()
99 mouse_event,x2,y2,w2,h2, in GEM_PumpEvents()
172 short x2,y2,w2,h2; in do_messages() local
229 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2); in do_messages()
232 SDL_PrivateResize(w2, h2); in do_messages()
249 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2); in do_messages()
251 SDL_PrivateResize(w2, h2); in do_messages()
296 short x2, y2, w2, h2; in do_mouse() local
[all …]
DSDL_gemvideo.c722 short x2,y2,w2,h2; in GEM_SetVideoMode() local
743 if (!wind_calc(WC_BORDER, GEM_win_type, 0,0,width,height, &x2,&y2,&w2,&h2)) { in GEM_SetVideoMode()
751 y2 = (GEM_desk_h-h2)>>1; in GEM_SetVideoMode()
768 GEM_handle=wind_create(GEM_win_type, x2,y2,w2,h2); in GEM_SetVideoMode()
784 wind_open(GEM_handle,x2,y2,w2,h2); in GEM_SetVideoMode()
787 wind_get (GEM_handle, WF_WORKXYWH, &x2,&y2,&w2,&h2); in GEM_SetVideoMode()
788 if (wind_calc(WC_BORDER, GEM_win_type, x2,y2,width,height, &x2,&y2,&w2,&h2)) { in GEM_SetVideoMode()
789 wind_set (GEM_handle, WF_CURRXYWH, x2,y2,w2,h2); in GEM_SetVideoMode()
/external/openssl/crypto/sha/asm/
Dsha1-ia64.pl37 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
45 ($h0,$h1,$h2,$h3,$h4) = ("loc6","loc7","loc8","loc9","loc10");
187 { .mib; add $h2=$h2,$b // wrap up
255 { .mlx; ld4 $h2=[ctx],8
270 { .mmi; mov $C=$h2
296 { .mmi; st4 [ctx]=$h2,8
/external/chromium/base/gfx/
Drect_unittest.cc49 int h2; in TEST() member
63 gfx::Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2); in TEST()
77 int h2; in TEST() member
104 gfx::Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2); in TEST()
123 int h2; in TEST() member
153 gfx::Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2); in TEST()
181 int h2; in TEST() member
205 gfx::Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2); in TEST()
/external/clearsilver/util/test/
Dhdf_hash_test.c11 HDF *hdf, *h2; in main() local
34 h2 = hdf_get_obj(hdf, "CGI"); in main()
35 err = hdf_set_value(h2, "Foo", "Bang"); in main()
/external/v8/test/cctest/
Dtest-heap.cc298 Handle<Object> h2 = GlobalHandles::Create(u); in TEST() local
306 CHECK((*h2)->IsHeapNumber()); in TEST()
314 CHECK_EQ(*h4, *h2); in TEST()
315 GlobalHandles::Destroy(h2.location()); in TEST()
338 Handle<Object> h2 = GlobalHandles::Create(u); in TEST() local
340 GlobalHandles::MakeWeak(h2.location(), in TEST()
348 CHECK((*h2)->IsHeapNumber()); in TEST()
351 CHECK(!GlobalHandles::IsNearDeath(h2.location())); in TEST()
355 GlobalHandles::Destroy(h2.location()); in TEST()
368 Handle<Object> h2 = GlobalHandles::Create(u); in TEST() local
[all …]
/external/tinyxml/
Dreadme.txt8 <h2> What it does. </h2>
49 <h2> What it doesn't do. </h2>
70 <h2> Tutorials. </h2>
77 <h2> Code Status. </h2>
88 <h2> Features </h2>
317 <h2> Using and Installing </h2>
359 <h2> How TinyXml works. </h2>
442 <h2> Documentation </h2>
447 <h2> License </h2>
470 <h2> References </h2>
[all …]
/external/libvpx/examples/includes/HTML-Toc-0.91/
DToc.pod375 <h2>Paragraph One</h2>
417 <a name=h-1.1><h2>Paragraph One</h2></a>
431 <h2>Paragraph</h2>
435 <h2 class=appendix>Appendix Paragraph</h2>
450 'tokenBegin' => '<h2 class=-appendix>',
457 'tokenBegin' => '<h2 class=appendix>',
483 <a name=h-1.1><h2>Paragraph</h2></a>
487 <a name=appendix-1.1><h2 class=appendix>Appendix Paragraph</h2></a>
497 <h2>Paragraph</h2>
500 <h2>Paragraph</h2>
[all …]
/external/webkit/SunSpider/tests/sunspider-0.9.1/
Dcrypto-aes.js293 var o1, o2, o3, h1, h2, h3, h4, bits, i=0, enc='';
305 h2 = bits>>12 & 0x3f;
314 enc += b64.charAt(h1) + b64.charAt(h2) + b64.charAt(h3) + b64.charAt(h4);
321 var o1, o2, o3, h1, h2, h3, h4, bits, i=0, enc='';
325 h2 = b64.indexOf(str.charAt(i++));
329 bits = h1<<18 | h2<<12 | h3<<6 | h4;
/external/webkit/SunSpider/tests/sunspider-0.9/
Dcrypto-aes.js293 var o1, o2, o3, h1, h2, h3, h4, bits, i=0, enc='';
305 h2 = bits>>12 & 0x3f;
314 enc += b64.charAt(h1) + b64.charAt(h2) + b64.charAt(h3) + b64.charAt(h4);
321 var o1, o2, o3, h1, h2, h3, h4, bits, i=0, enc='';
325 h2 = b64.indexOf(str.charAt(i++));
329 bits = h1<<18 | h2<<12 | h3<<6 | h4;
/external/openssl/crypto/sha/
Dsha_locl.h74 ll=(c)->h2; HOST_l2c(ll,(s)); \
130 c->h2=INIT_DATA_h2; in HASH_INIT()
221 C=c->h2; in HASH_BLOCK_DATA_ORDER()
345 c->h2=(c->h2+A)&0xffffffffL; in HASH_BLOCK_DATA_ORDER()
353 C=c->h2; in HASH_BLOCK_DATA_ORDER()
402 C=c->h2; in HASH_BLOCK_DATA_ORDER()
421 c->h2=(c->h2+C)&0xffffffffL; in HASH_BLOCK_DATA_ORDER()
429 C=c->h2; in HASH_BLOCK_DATA_ORDER()
/external/icu4c/test/intltest/
Dcitrtest.cpp768 UBool h, h2; in TestUCharIterator() local
775 h2=ci.hasNext(); in TestUCharIterator()
781 h2=ci.hasNext(); in TestUCharIterator()
788 h2=ci.hasNext(); in TestUCharIterator()
794 h2=ci.hasNext(); in TestUCharIterator()
801 h2=ci.hasPrevious(); in TestUCharIterator()
807 h2=ci.hasPrevious(); in TestUCharIterator()
813 h=h2=FALSE; in TestUCharIterator()
819 h=h2=FALSE; in TestUCharIterator()
835 if(c!=c2 || h!=h2 || ci.getIndex()!=iter->getIndex(iter, UITER_CURRENT)) { in TestUCharIterator()
/external/chromium/third_party/icu/source/test/intltest/
Dcitrtest.cpp768 UBool h, h2; in TestUCharIterator() local
775 h2=ci.hasNext(); in TestUCharIterator()
781 h2=ci.hasNext(); in TestUCharIterator()
788 h2=ci.hasNext(); in TestUCharIterator()
794 h2=ci.hasNext(); in TestUCharIterator()
801 h2=ci.hasPrevious(); in TestUCharIterator()
807 h2=ci.hasPrevious(); in TestUCharIterator()
813 h=h2=FALSE; in TestUCharIterator()
819 h=h2=FALSE; in TestUCharIterator()
835 if(c!=c2 || h!=h2 || ci.getIndex()!=iter->getIndex(iter, UITER_CURRENT)) { in TestUCharIterator()
/external/openssl/apps/
Ds_socket.c388 struct hostent *h1,*h2; in do_accept() local
458 h2=GetHostByName(*host); in do_accept()
459 if (h2 == NULL) in do_accept()
465 if (h2->h_addrtype != AF_INET) in do_accept()
/external/nist-sip/java/gov/nist/javax/sip/address/
DSipUri.java209 String h2 = b.getHeader(hname); in equals() local
211 if(h1 == null && h2 != null) return false; in equals()
212 if(h2 == null && h1 != null) return false; in equals()
214 if(h1 == null && h2 == null) continue; in equals()
217 … Header header2 = headerFactory.createHeader(hname, RFC2396UrlDecoder.decode(h2)); in equals()
/external/bzip2/
Dbzip.css2 #74240f dark brown h1, h2, h3, h4
17 h1, h2, h3, h4 { color: #74240f; } selector
/external/chromium/third_party/icu/
Dicu4c.css46 h2 { selector
59 h2 a {
64 h2 a:hover {
401 h2.TOC {
/external/icu4c/
Dicu4c.css46 h2 { selector
59 h2 a {
64 h2 a:hover {
401 h2.TOC {
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kdt_acc.pkb12 �`�W��U,9M���ݛ��e��h2���2�����X���ke�4�q٤������#��VB(r�hN"���qⰶ�5�7Z��,�A���$f3��…
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dproduct-weight.h74 ssize_t h2 = value2_.Hash(); in Hash() local
77 return h1 << lshift ^ h1 >> rshift ^ h2; in Hash()

123