/external/selinux/libselinux/utils/ |
D | selabel_lookup_best_match.c | 21 "link Zero or more links to check against, the order of\n\t" in usage() 23 " 1) An exact match for the real path (if no links), or\n\t\t" in usage() 24 " 2) An exact match for any of the links (aliases), or\n\t\t" in usage() 58 char **links = NULL; in main() local 91 /* Count links */ in main() 96 links = calloc(num_links + 1, sizeof(char *)); in main() 98 if (!links) { in main() 105 links[num_links] = malloc(string_len); in main() 106 if (!links[num_links]) { in main() 110 strcpy(links[num_links], argv[i]); in main() [all …]
|
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 101 std::vector<StratifiedLink> Links) in StratifiedSets() argument 102 : Values(std::move(Map)), Links(std::move(Links)) {} in StratifiedSets() 108 Links = std::move(Other.Links); 122 return Links[Index]; in getLink() 127 std::vector<StratifiedLink> Links; variable 129 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } in inbounds() 316 for (auto &Link : Links) { in finalizeSets() 353 static void propagateAttrs(std::vector<StratifiedLink> &Links) { in propagateAttrs() argument 354 const auto getHighestParentAbove = [&Links](StratifiedIndex Idx) { in propagateAttrs() 355 const auto *Link = &Links[Idx]; in propagateAttrs() [all …]
|
/external/llvm/lib/CodeGen/ |
D | SpillPlacement.cpp | 66 /// but Bias and Links are computed each time placeSpills is called. 78 /// Value - Output value of this node computed from the Bias and links. 85 /// Links - (Weight, BundleNo) for all transparent blocks connecting to other 87 LinkVector Links; member 89 /// SumLinkWeights - Cached sum of the weights of all links + ThresHold. 111 Links.clear(); in clear() 119 // There can be multiple links to the same bundle, add them up. in addLink() 120 for (LinkVector::iterator I = Links.begin(), E = Links.end(); I != E; ++I) in addLink() 126 Links.push_back(std::make_pair(w, b)); in addLink() 146 /// update - Recompute Value from Bias and Links. Return true when node [all …]
|
/external/libxml2/result/valid/ |
D | xlink.xml | 67 …links between objects. It uses XML syntax to create structures that can describe the simple unidir… 110 …ay be inserted into XML DTDs, schemas, and document instances to describe links between objects. A… 111 …<p>Links are asserted by <xtermref href="WD-xml-lang.html#dt-element">elements </xtermref> contain… 115 …browsers, not by the link itself. For example, traveral of <code>A</code> links normally replaces … 119 …ext functionality. The linking model defined here provides ways to create links that go beyond eac… 134 <item><p>XLink must represent the abstract structure and significance of links.</p></item> 147 <item><p><emph>HTML:</emph> Defines several SGML element types that represent links.</p></item> 150 …g Initiative Guidelines (TEI P3):</emph> Provides structures for creating links, aggregate objects… 163 …<def><p>A symbolic representation of traversal behavior in links, especially the direction, contex… 173 are all inline links.</p></def> [all …]
|
/external/libxml2/test/valid/ |
D | xlink.xml | 68 …links between objects. It uses XML syntax to create structures that can describe the simple unidir… 111 …ay be inserted into XML DTDs, schemas, and document instances to describe links between objects. A… 112 …<p>Links are asserted by <xtermref href="WD-xml-lang.html#dt-element">elements </xtermref> contain… 116 …browsers, not by the link itself. For example, traveral of <code>A</code> links normally replaces … 120 …ext functionality. The linking model defined here provides ways to create links that go beyond eac… 135 <item><p>XLink must represent the abstract structure and significance of links.</p></item> 148 <item><p><emph>HTML:</emph> Defines several SGML element types that represent links.</p></item> 151 …g Initiative Guidelines (TEI P3):</emph> Provides structures for creating links, aggregate objects… 164 …<def><p>A symbolic representation of traversal behavior in links, especially the direction, contex… 174 are all inline links.</p></def> [all …]
|
/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 | 289 # Make links between installed files with release-specific names and the generic 293 install-header-links: 297 uninstall-header-links: 314 install-library-links: 323 uninstall-library-links: 335 # If --enable-unversioned-links is specified the header and lib file links 338 install-data-hook: install-header-links 339 uninstall-hook: uninstall-header-links 340 install-exec-hook: install-library-links 341 uninstall-hook: uninstall-library-links
|
/external/icu/tools/ |
D | ZoneCompactor.java | 17 // Note that the links must be declared prior to the zone names. 31 private Map<String,String> links = new HashMap<String,String>(); field in ZoneCompactor 73 links.put(from, to); in ZoneCompactor() 75 String link = links.get(s); in ZoneCompactor() 89 // Fill in fields for links. in ZoneCompactor() 90 Iterator<String> it = links.keySet().iterator(); in ZoneCompactor() 93 String to = links.get(from); in ZoneCompactor() 135 // Follow the chain of links to work out where the real data for this zone lives. in ZoneCompactor() 137 while (links.get(actualZoneName) != null) { in ZoneCompactor() 138 actualZoneName = links.get(actualZoneName); in ZoneCompactor()
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
D | status.css | 77 .status-links > a { 131 #sidebar .status-links { 182 .status-links .selected-link { 185 .status-links a:active, 186 .status-links a:link, 187 .status-links a:visited { 193 .status-links a:hover,
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
D | sort.js | 19 * list of element ids to search for links to add sort inidcator 20 * hash links 90 * Adds the sort indicator as a hash to the document URL and all links. 101 * Extend all links within the given tag with the given hash. 104 links = tag.getElementsByTagName("a"); 105 for (var i = 0; i < links.length; i++) { 106 var a = links[i];
|
/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/iproute2/man/man8/ |
D | tipc-link.8 | 7 tipc-link \- show links or modify link properties 60 link is serving traffic. Two links to the same node can become 64 If there is more than two links with the same priority the additional links will 190 The priority between logical TIPC links to a particular node. Link priority can
|
D | tipc-bearer.8 | 149 The addressing domain (region) in which a bearer will establish links and accept 155 Default link priority inherited by all links subsequently established over a 165 Default link tolerance inherited by all links subsequently established over a 172 Default link window inherited by all links subsequently established over a
|
/external/tremolo/Tremolo/ |
D | vorbisfile.c | 75 between links in the chain. */ 217 first pages of two links. */ in _bisect_forward_serialno() 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() 377 watch out for missing information for links in the OggVorbis_File 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() [all …]
|
/external/e2fsprogs/tests/d_special_files/ |
D | expect | 9 Links: 1 Blockcount: 0 21 Links: 1 Blockcount: 2 46 Links: 1 Blockcount: 0 59 Links: 1 Blockcount: 0 71 Links: 1 Blockcount: 0
|
/external/autotest/client/tests/kvm/ |
D | control.parallel | 38 # When dispatching tests from autotest-server the links we need do not exist on 43 # links, or same as server mode use rootdir and set all appropriate links and 47 # We create the links only if not already exist, so if one already set up the 48 # links for client/local run we do not touch the links. 62 # Create links only if not already exist 151 # links to point to the newly built executables.
|
/external/markdown/tests/markdown-test/ |
D | markdown-syntax.txt | 25 * [Links](#link) 31 * [Automatic Links](#autolink) 546 <h3 id="link">Links</h3> 548 Markdown supports two style of links: *inline* and *reference*. 574 Reference-style links use a second set of square brackets, inside 608 Link definitions are only used for creating links during Markdown 611 …tters, numbers, spaces, and punctuation -- but they are *not* case sensitive. E.g. these two links: 643 Here's an example of reference links in action: 675 The point of reference-style links is not that they're easier to 676 write. The point is that with reference-style links, your document [all …]
|
D | benchmark.dat | 3 auto-links:0.080000:397312.000000 11 links-inline:0.140000:0.000000 12 links-reference:0.170000:0.000000
|
/external/markdown/tests/extensions-x-def_list/ |
D | markdown-syntax.txt | 25 * [Links](#link) 31 * [Automatic Links](#autolink) 546 <h3 id="link">Links</h3> 548 Markdown supports two style of links: *inline* and *reference*. 574 Reference-style links use a second set of square brackets, inside 608 Link definitions are only used for creating links during Markdown 611 …tters, numbers, spaces, and punctuation -- but they are *not* case sensitive. E.g. these two links: 643 Here's an example of reference links in action: 675 The point of reference-style links is not that they're easier to 676 write. The point is that with reference-style links, your document [all …]
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Syntax.text | 25 * [Links](#link) 31 * [Automatic Links](#autolink) 546 <h3 id="link">Links</h3> 548 Markdown supports two style of links: *inline* and *reference*. 574 Reference-style links use a second set of square brackets, inside 608 Link definitions are only used for creating links during Markdown 611 …tters, numbers, spaces, and punctuation -- but they are *not* case sensitive. E.g. these two links: 643 Here's an example of reference links in action: 675 The point of reference-style links is not that they're easier to 676 write. The point is that with reference-style links, your document [all …]
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Syntax.text | 25 * [Links](#link) 31 * [Automatic Links](#autolink) 546 <h3 id="link">Links</h3> 548 Markdown supports two style of links: *inline* and *reference*. 574 Reference-style links use a second set of square brackets, inside 608 Link definitions are only used for creating links during Markdown 611 …tters, numbers, spaces, and punctuation -- but they are *not* case sensitive. E.g. these two links: 643 Here's an example of reference links in action: 675 The point of reference-style links is not that they're easier to 676 write. The point is that with reference-style links, your document [all …]
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 509 ## Links 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, [all …]
|
D | syntax-toc.html | 19 <li><a href="#links">Links</a></li> 26 <li><a href="#automatic-links">Automatic Links</a></li> 428 <h2 id="links">Links</h2> 429 <p>Markdown supports two style of links: <em>inline</em> and <em>reference</em>.</p> 450 <p>Reference-style links use a second set of square brackets, inside 479 <p>Link definitions are only used for creating links during Markdown 481 …ers, spaces, and punctuation -- but they are <em>not</em> case sensitive. E.g. these two links:</p> 506 <p>Here's an example of reference links in action:</p> 534 <p>The point of reference-style links is not that they're easier to 535 write. The point is that with reference-style links, your document [all …]
|
/external/e2fsprogs/contrib/ |
D | populate-extfs.sh | 83 # Handle the hard links. 84 # Save the hard links to a file, use the inode number as the filename, for example: 87 for i in `find $SRCDIR -type f -links +1 -printf 'INODE=%i###FN=%p\n'`; do 101 # Set the links count
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 48 between links in the chain. */ 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() 526 first pages of two links. */ in _bisect_forward_serialno() 832 for(link=0;link<vf->links;link++) in _fetch_and_process_packet() [all …]
|