Home
last modified time | relevance | path

Searched refs:links (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/external/tremolo/Tremolo/
Dvorbisfile.c245 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/markdown/tests/markdown-test/
Dbenchmark.dat3 auto-links:0.080000:397312.000000
11 links-inline:0.140000:0.000000
12 links-reference:0.170000:0.000000
Dauto-links.txt15 Auto-links should not occur here: `<http://example.com/>`
/external/icu4c/data/misc/
Dzoneinfo64.txt38 links:intvector { 7, 386 }
51 links:intvector { 9, 10 }
58 links:intvector { 11, 55 }
95 links:intvector { 3, 18, 391 }
159 links:intvector { 29, 368 }
298 links:intvector { 56, 517 }
323 links:intvector { 59, 80, 603 }
333 links:intvector { 4, 60, 602 }
359 links:intvector { 2, 64, 90 }
366 links:intvector { 65, 66, 95 }
[all …]
/external/libvorbis/lib/
Dvorbisfile.c502 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/valgrind/main/helgrind/
Dhg_main.c3317 LAOGLinks* links; in laog__show() local
3321 links = NULL; in laog__show()
3323 (Word*)&links )) { in laog__show()
3325 tl_assert(links); in laog__show()
3327 HG_(getPayloadWS)( &ws_words, &ws_size, univ_laog, links->inns ); in laog__show()
3330 HG_(getPayloadWS)( &ws_words, &ws_size, univ_laog, links->outs ); in laog__show()
3334 links = NULL; in laog__show()
3342 LAOGLinks* links; in univ_laog_do_GC() local
3358 links = NULL; in univ_laog_do_GC()
3359 while (VG_(nextIterFM)( laog, NULL, (UWord*)&links )) { in univ_laog_do_GC()
[all …]
/external/libppp/src/
Dbundle.c220 for (dl = bundle->links; dl; dl = dl->next) in bundle_ClearQueues()
250 for (dl = bundle->links; dl; dl = dl->next) in bundle_LinksRemoved()
337 for (dl = bundle->links; dl; dl = dl->next) { in bundle_LayerDown()
377 for (dl = bundle->links; dl; dl = dl->next) in bundle_LayerFinish()
401 for (dl = bundle->links; dl; dl = dl->next) { in bundle_Close()
433 for (dl = bundle->links; dl; dl = dl->next) in bundle_Close()
446 for (dl = bundle->links; dl; dl = dl->next) in bundle_Down()
462 for (nlinks = 0, dl = bundle->links; dl; dl = dl->next) in bundle_UpdateSet()
497 for (dl = bundle->links; dl; dl = dl->next) in bundle_UpdateSet()
516 for (dl = bundle->links; dl; dl = dl->next) in bundle_IsSet()
[all …]
/external/webkit/Source/JavaScriptCore/
Dcreate_hash_table153 my @links = ();
164 if (defined($links[$h])) {
165 $h = $links[$h];
169 $links[$h] = $compactSize;
/external/webkit/Tools/Scripts/
Dold-run-webkit-tests1982 my @links = ();
1984 return \@links unless -s "$testResultsDirectory/$base-$diffsTag.txt";
1989 push @links, { href => "$base-$expectedTag$expectedResultExtension", text => "expected" };
1990 push @links, { href => "$base-$actualTag$expectedResultExtension", text => "actual" };
1991 push @links, { href => "$base-$diffsTag.txt", text => "diff" };
1992 push @links, { href => "$base-$prettyDiffTag.html", text => "pretty diff" };
1994 return \@links;
2001 my @links = ();
2005 push @links, @{linksForExpectedAndActualResults($base)};
2006 return \@links unless $pixelTests && $imagesPresent{$base};
[all …]
/external/markdown/docs/
DCHANGE_LOG25 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/webkit/Tools/Scripts/webkitpy/layout_tests/
Drebaseline_chromium_webkit_tests.py694 links = ''
696 links += html_td_link % {
701 links += self.HTML_TD_NOLINK % ''
703 links += html_td_link % {'uri': self.abspath_to_uri(new_file),
710 links += html_td_link % {'uri': self.abspath_to_uri(diff_file),
714 links += self.HTML_TD_NOLINK % ''
716 return links
737 links = self._generate_baseline_links(test_basename, suffix, platform)
738 if links:
741 row += links
/external/kernel-headers/original/linux/
Dmedia.h70 __u16 links; member
123 struct media_link_desc __user *links; member
/external/openssl/crypto/conf/
Dconf_mod.c88 int links; member
307 tmod->links = 0; in module_add()
393 pmod->links++; in module_init()
432 if (((md->links > 0) || !md->dso) && !all) in CONF_modules_unload()
474 imod->pmod->links--; in module_finish()
/external/icu4c/tools/tzcode/
Dtz2icu.cpp903 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/bzip2/
Dbzip.css3 #336699 medium blue links
59 /* don't have underlined links in chunked nav menus */
/external/e2fsprogs/tests/f_dirlink/
Dname1 directory hard links
/external/webkit/Source/WebKit/chromium/src/
DWebPageSerializerImpl.cpp437 const WebVector<WebURL>& links, in WebPageSerializerImpl() argument
453 ASSERT(links.size() == localPaths.size()); in WebPageSerializerImpl()
454 for (size_t i = 0; i < links.size(); i++) { in WebPageSerializerImpl()
455 KURL url = links[i]; in WebPageSerializerImpl()
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
D.gitignore1 manpage.links
/external/doclava/res/assets/templates/
Dmacros.cs218 <?cs # A table of links to classes with descriptions, as in a package file or the nested classes ?>…
231 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a package…
244 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a class (…
257 <?cs # A list of links to packages, for use in the side navigation of packages (panel nav) ?><?cs
/external/markdown/MarkdownTest/Tests_2007/
DAuto links.text11 Auto-links should not occur here: `<http://example.com/>`
/external/markdown/MarkdownTest/Tests_2004/
DAuto links.text11 Auto-links should not occur here: `<http://example.com/>`
/external/webkit/Tools/CSSTestSuiteHarness/harness/
Dharness.js202 this.links = fields[4];
225 if (!this.links)
226 this.links = "other.html"
420 var testLinks = currTest.links.split(',');
723 var links = test.links.split(',');
724 if (links.length == 0) {
729 var firstLink = links[0];
1608 …[test.id, test.reference, test.title, test.flags, test.links, test.assertion], null, errorHandler);
1618 …[test.id, test.reference, test.title, test.flags, test.links, test.assertion, 'TRUE'], null, error…
/external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
Dprefetch-onload-expected.txt1 …events can be attached to link elements with rel=prefetch. Since prefetch links are just there as …
/external/webkit/LayoutTests/dom/html/level2/html/
DHTMLDocument09.js101 vlinks = doc.links;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
DHTMLDocument09.js101 vlinks = doc.links;

12345678910>>...13