Searched refs:links (Results 1 - 25 of 94) sorted by relevance

1234

/external/libnl/doc/
H A Ddoxygen-link.py12 links = {}
31 links[name] = "<a href=\"" + value + "\" class=\"dg\">" + name + "</a>"
32 return links
34 links = parse_dict(sys.argv[1]) variable
37 return links[match.group(1)]
40 rc = re.compile(r'\b(' + '|'.join(map(re.escape, sorted(links, reverse=True))) + r')\b')
/external/ltp/testcases/kernel/syscalls/link/
H A Dlink03.c38 * Tests that link(2) succeds with creating n links.
72 int i, links; local
98 links = nlinks;
100 links = (lc % 90) + 10;
102 /* Create links - 1 hardlinks so that the st_nlink == links */
103 for (i = 1; i < links; i++) {
115 if (buf.st_nlink != (nlink_t)links) {
116 tst_resm(TFAIL, "Wrong number of links for "
118 fname, (int)buf.st_nlink, links);
[all...]
/external/abi-compliance-checker/modules/Internals/Scripts/
H A DTabs.js17 var links = sets[i].getElementsByTagName('a');
18 for (var j = 0; j < links.length; j++)
20 if (links[j].className.indexOf('tab') != -1)
22 tabs.push(links[j]);
23 links[j].tabs = tabs;
24 var tab = document.getElementById(links[j].href.substr(links[j].href.indexOf('#') + 1));
28 if (links[j].className.indexOf('active')!=-1) {
35 links[j].onclick = function()
34 links[j].onclick = function() function
/external/selinux/libselinux/utils/
H A Dselabel_lookup_best_match.c21 "link Zero or more links to check against, the order of\n\t"
23 " 1) An exact match for the real path (if no links), or\n\t\t"
24 " 2) An exact match for any of the links (aliases), or\n\t\t"
58 char **links = NULL; local
91 /* Count links */
96 links = calloc(num_links + 1, sizeof(char *));
98 if (!links) {
105 links[num_links] = malloc(string_len);
106 if (!links[num_links]) {
110 strcpy(links[num_link
[all...]
/external/icu/tools/
H A DZoneCompactor.java17 // Note that the links must be declared prior to the zone names.
31 private Map<String,String> links = new HashMap<String,String>(); field in class:ZoneCompactor
73 links.put(from, to);
75 String link = links.get(s);
89 // Fill in fields for links.
90 Iterator<String> it = links.keySet().iterator();
93 String to = links.get(from);
135 // Follow the chain of links to work out where the real data for this zone lives.
137 while (links.get(actualZoneName) != null) {
138 actualZoneName = links
[all...]
H A Dupdate-tzdata.py38 links = []
45 links.append('%s %s %s' % (fields[0], fields[1], fields[2]))
52 for link in sorted(set(links)):
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
H A Dsort.js19 * 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/doclava/res/assets/templates-sdk/
H A Dsample.cs10 <div class="sum-details-links">
12 <!-- related links -->
19 </div><!-- end sum-details-links -->
44 <?cs # If this is the online docs, build the src code navigation links ?>
84 so don't show src links (we dont have the pages!) ?>
101 <div class="paging-links col-4">
H A Dsampleindex.cs10 <div class="sum-details-links">
12 <!-- related links -->
22 </div><!-- end sum-details-links -->
56 <?cs # If this is the online docs, build the src code navigation links ?>
75 so don't show src links (we dont have the pages!) ?>
91 <div class="paging-links col-4">
/external/libopus/doc/
H A Dbuild_isobmff.sh40 echo updating links...
/external/llvm/bindings/ocaml/linker/
H A Dllvm_linker.mli17 (** [link_modules' dst src] links [src] into [dst], raising [Error]
/external/tremolo/Tremolo/
H A Dvorbisfile.c75 between links in the chain. */
217 first pages of two links. */
245 vf->links=m+1;
246 vf->offsets=_ogg_malloc((vf->links+1)*sizeof(*vf->offsets));
247 vf->serialnos=_ogg_malloc(vf->links*sizeof(*vf->serialnos));
377 watch out for missing information for links in the OggVorbis_File
384 vf->dataoffsets=_ogg_malloc(vf->links*sizeof(*vf->dataoffsets));
385 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths));
387 for(i=0;i<vf->links;i++){
484 for(i=0;i<vf->links;
[all...]
H A Divorbisfile.h75 int links; member in struct:OggVorbis_File
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
H A DMakefile26 rm -f manpage.links manpage.refs
/external/doclava/res/assets/templates-sdk/assets/css/
H A Ddefault.css557 .content-header.just-links {
586 .content-header .paging-links {
592 .paging-links {
595 .paging-links a,
647 .paging-links a.disabled,
653 .paging-links a.disabled:hover,
1355 .paging-links {
1369 /* print link URLs where possible and give links default text color */
2575 /* notice box for cross links between Design/Develop docs */
3064 links t
[all...]
/external/libvorbis/lib/
H A Dvorbisfile.c48 between links in the chain. */
502 vf->links=m+1;
507 vf->offsets=_ogg_malloc((vf->links+1)*sizeof(*vf->offsets));
508 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi));
509 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc));
510 vf->serialnos=_ogg_malloc(vf->links*sizeof(*vf->serialnos));
511 vf->dataoffsets=_ogg_malloc(vf->links*sizeof(*vf->dataoffsets));
512 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths));
526 first pages of two links. */
832 for(link=0;link<vf->links;lin
[all...]
/external/libvncserver/webclients/novnc/include/
H A Dwebutil.js207 var links = document.getElementsByTagName("link");
210 for (var i = 0; i < links.length; i += 1) {
211 if (links[i].title &&
212 links[i].rel.toUpperCase().indexOf("STYLESHEET") > -1) {
213 sheets.push(links[i]);
/external/autotest/server/cros/dynamic_suite/
H A Dreporting.py149 links = self._get_links_for_failure()
173 'build_artifacts': links.artifacts,
174 'results_log': links.results,
175 'status_log': links.status_log,
176 'buildbot_stages': links.buildbot,
177 'job': links.job,
178 'test_history_url': links.test_history_url,
179 'retry_url': links.retry_url,
208 """Returns a named tuple of links related to this failure."""
209 links
[all...]
/external/valgrind/helgrind/
H A Dhg_main.c3533 LAOGLinks* links; local
3537 links = NULL;
3539 (UWord*)&links )) {
3541 tl_assert(links);
3543 HG_(getPayloadWS)( &ws_words, &ws_size, univ_laog, links->inns );
3546 HG_(getPayloadWS)( &ws_words, &ws_size, univ_laog, links->outs );
3550 links = NULL;
3558 LAOGLinks* links; local
3569 links = NULL;
3570 while (VG_(nextIterFM)( laog, NULL, (UWord*)&links )) {
3633 LAOGLinks* links; local
3716 LAOGLinks* links; local
3760 LAOGLinks* links; local
3775 LAOGLinks* links; local
3792 LAOGLinks* links; local
4070 LAOGLinks *links; local
[all...]
/external/chromium-trace/catapult/telemetry/build/
H A Dupdate_docs.py27 # pydoc writes out html with links in a variety of funky ways. We need
30 links = re.findall('(<a href="(.+?)">(.+?)</a>)', html)
31 for link_match in links:
45 # pydoc writes out html with absolute path file links. This is not suitable
/external/e2fsprogs/contrib/
H A Dpopulate-extfs.sh83 # 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/libxml2/include/libxml/
H A Dnanoftp.h45 * @filename: the file name (including "->" when links are shown)
50 * @links: the link count
63 unsigned long size, int links, int year,
/external/icu/icu4c/source/test/perf/perldriver/
H A DOutput.pm231 A:link { color: black; font-weight: normal; text-decoration: none} /* unvisited links */
232 A:visited { color: blue; font-weight: normal; text-decoration: none } /* visited links */
234 A:active { color: lime; font-weight: normal; text-decoration: none } /* active links */
/external/icu/icu4j/perf-tests/perldriver/
H A DOutput.pm229 A:link { color: black; font-weight: normal; text-decoration: none} /* unvisited links */
230 A:visited { color: blue; font-weight: normal; text-decoration: none } /* visited links */
232 A:active { color: lime; font-weight: normal; text-decoration: none } /* active links */
/external/f2fs-tools/fsck/
H A Dfsck.h69 u32 links; member in struct:hard_link_node

Completed in 583 milliseconds

1234