/external/tremolo/Tremolo/ |
D | vorbisfile.c | 245 vf->links=m+1; in _bisect_forward_serialno() 246 vf->offsets=_ogg_malloc((vf->links+1)*sizeof(*vf->offsets)); in _bisect_forward_serialno() 247 vf->serialnos=_ogg_malloc(vf->links*sizeof(*vf->serialnos)); in _bisect_forward_serialno() 384 vf->dataoffsets=_ogg_malloc(vf->links*sizeof(*vf->dataoffsets)); in _prefetch_all_offsets() 385 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths)); in _prefetch_all_offsets() 387 for(i=0;i<vf->links;i++){ in _prefetch_all_offsets() 484 for(i=0;i<vf->links;i++) in _make_decode_ready() 486 if(i==vf->links)return -1; in _make_decode_ready() 681 for(link=0;link<vf->links;link++) in _fetch_and_process_packet() 683 if(link==vf->links){ in _fetch_and_process_packet() [all …]
|
/external/libvncserver/webclients/novnc/include/ |
D | webutil.js | 119 WebUtil.getStylesheets = function() { var i, links, sheets = []; 120 links = document.getElementsByTagName("link"); 121 for (i = 0; i < links.length; i += 1) { 122 if (links[i].title && 123 links[i].rel.toUpperCase().indexOf("STYLESHEET") > -1) { 124 sheets.push(links[i]);
|
/external/icu/icu4c/source/test/testdata/ |
D | zoneinfo64.txt | 38 links:intvector { 7, 385 } 51 links:intvector { 9, 10 } 58 links:intvector { 11, 55 } 95 links:intvector { 3, 18, 390 } 164 links:intvector { 29, 367 } 182 links:intvector { 31, 33 } 297 links:intvector { 56, 517 } 322 links:intvector { 59, 80, 600 } 332 links:intvector { 4, 60, 599 } 350 links:intvector { 2, 64, 90 } [all …]
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 502 vf->links=m+1; in _bisect_forward_serialno() 507 vf->offsets=_ogg_malloc((vf->links+1)*sizeof(*vf->offsets)); in _bisect_forward_serialno() 508 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno() 509 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno() 510 vf->serialnos=_ogg_malloc(vf->links*sizeof(*vf->serialnos)); in _bisect_forward_serialno() 511 vf->dataoffsets=_ogg_malloc(vf->links*sizeof(*vf->dataoffsets)); in _bisect_forward_serialno() 512 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths)); in _bisect_forward_serialno() 832 for(link=0;link<vf->links;link++) in _fetch_and_process_packet() 835 if(link==vf->links) continue; /* not the desired Vorbis in _fetch_and_process_packet() 901 vf->links=1; in _ov_open1() [all …]
|
/external/markdown/tests/markdown-test/ |
D | benchmark.dat | 3 auto-links:0.080000:397312.000000 11 links-inline:0.140000:0.000000 12 links-reference:0.170000:0.000000
|
D | auto-links.txt | 15 Auto-links should not occur here: `<http://example.com/>`
|
/external/libpng/ |
D | configure.ac | 229 # Control over what links are made for installed files. Versioned files are 231 # unversioned links are also created (normally as symbolic links): 232 AC_ARG_ENABLE([unversioned-links], 233 AS_HELP_STRING([[[--enable-unversioned-links]]], 236 [If this option is enabled unversioned links will be created pointing to] 238 [libpng-config for all builds you do not need these links, but if you] 240 [link with -lpng; in that case you need the links.] 241 [The links can be installed manually using 'make install-header-links'] 242 [and 'make install-library-links' and can be removed using the] 244 [libpng 'make install' will recreate the links to point to the just] [all …]
|
D | Makefile.am | 299 install-header-links: 303 uninstall-header-links: 320 install-library-links: 329 uninstall-library-links: 344 install-data-hook: install-header-links 345 uninstall-hook: uninstall-header-links 346 install-exec-hook: install-library-links 347 uninstall-hook: uninstall-library-links
|
/external/valgrind/helgrind/ |
D | hg_main.c | 3409 LAOGLinks* links; in laog__show() local 3413 links = NULL; in laog__show() 3415 (UWord*)&links )) { in laog__show() 3417 tl_assert(links); in laog__show() 3419 HG_(getPayloadWS)( &ws_words, &ws_size, univ_laog, links->inns ); in laog__show() 3422 HG_(getPayloadWS)( &ws_words, &ws_size, univ_laog, links->outs ); in laog__show() 3426 links = NULL; in laog__show() 3434 LAOGLinks* links; in univ_laog_do_GC() local 3445 links = NULL; in univ_laog_do_GC() 3446 while (VG_(nextIterFM)( laog, NULL, (UWord*)&links )) { in univ_laog_do_GC() [all …]
|
/external/chromium-trace/trace-viewer/hooks/ |
D | install.py | 63 links = [] 64 links.append(Link(os.path.join('.git', 'hooks', 'pre-push'), 67 for l in links:
|
/external/markdown/docs/ |
D | CHANGE_LOG | 25 with wikilinks (note the s) ext (uses bracketed links instead of CamelCase) 62 Nov 29, 2007: Added support for images inside links. Also fixed 75 infinite loop in bracket regex for inline links. 89 multi-line comments and markup inside links. (Tracker #s: 1683066, 105 May 18, 2006: Stopped catching unquoted titles in reference links. 156 syntax in headers (e.g. links) and got the lists to use p-tags 173 Feb. 3, 2005: Reference-style links, single-line lists, backticks, 176 Nov. 2004: Added links, blockquotes, html blocks to Manfred
|
/external/kernel-headers/original/uapi/linux/ |
D | media.h | 72 __u16 links; member 126 struct media_link_desc __user *links; member
|
/external/bzip2/ |
D | bzip.css | 3 #336699 medium blue links 59 /* don't have underlined links in chunked nav menus */
|
/external/icu/icu4c/source/tools/tzcode/ |
D | tz2icu.cpp | 903 map<string, set<string> > links; variable 975 links[fromid].insert(toid); in readFinalZonesAndRules() 1507 for (map<string,set<string> >::const_iterator i = links.begin(); in main() 1508 i!=links.end(); ++i) { in main() 1536 for (map<string,set<string> >::const_iterator i = links.begin(); in main() 1537 i!=links.end(); ++i) { in main() 1547 links = links2; in main() 1551 for (map<string,set<string> >::const_iterator i = links.begin(); in main() 1552 i!=links.end(); ++i) { in main() 1562 for (map<string,set<string> >::const_iterator i = links.begin(); in main() [all …]
|
/external/e2fsprogs/tests/f_dirlink/ |
D | name | 1 directory hard links
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | .gitignore | 1 manpage.links
|
/external/llvm/docs/ |
D | README.txt | 44 Checking links 47 The reachibility of external links in the documentation can be checked by
|
D | TableGenFundamentals.rst | 9 and is now available at :doc:`TableGen/index`. Please, change your links to
|
/external/doclava/res/assets/templates/ |
D | macros.cs | 288 <?cs # A table of links to classes with descriptions, as in a package file or the nested classes ?>… 301 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a package… 314 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a class (… 327 <?cs # A list of links to packages, for use in the side navigation of packages (panel nav) ?><?cs
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Auto links.text | 11 Auto-links should not occur here: `<http://example.com/>`
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Auto links.text | 11 Auto-links should not occur here: `<http://example.com/>`
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/docs/apidoc/ |
D | epydoc.js | 240 var links = ""; 244 links += "<li><a href='" + target[1] + 257 links +
|
/external/lldb/www/python_reference/ |
D | epydoc.js | 240 var links = ""; 244 links += "<li><a href='" + target[1] + 257 links +
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/apidoc/ |
D | epydoc.js | 240 var links = ""; 244 links += "<li><a href='" + target[1] + 257 links +
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 511 Markdown supports two style of links: *inline* and *reference*. 537 Reference-style links use a second set of square brackets, inside 571 Link definitions are only used for creating links during Markdown 574 …tters, numbers, spaces, and punctuation -- but they are *not* case sensitive. E.g. these two links: 606 Here's an example of reference links in action: 638 The point of reference-style links is not that they're easier to 639 write. The point is that with reference-style links, your document 641 reference-style links, the paragraph itself is only 81 characters 642 long; with inline-style links, it's 176 characters; and as raw HTML, 646 With Markdown's reference-style links, a source document much more [all …]
|