Searched refs:links (Results 1 - 25 of 97) 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/autotest/server/cros/dynamic_suite/
H A Dreporting.py82 links = self._get_links_for_failure()
105 'build_artifacts': links.artifacts,
106 'results_log': links.results,
107 'status_log': links.status_log,
108 'job': links.job,
109 'test_history_url': links.test_history_url,
110 'retry_url': links.retry_url,
139 """Returns a named tuple of links related to this failure."""
140 links = collections.namedtuple('links', ('result
[all...]
/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_device_test.cc183 ASSERT_EQ(1, devices[0]->attributes().locality().links().link_size());
184 ASSERT_EQ(1, devices[1]->attributes().locality().links().link_size());
185 EXPECT_EQ(1, devices[0]->attributes().locality().links().link(0).device_id());
187 devices[0]->attributes().locality().links().link(0).type());
189 devices[0]->attributes().locality().links().link(0).strength());
190 EXPECT_EQ(0, devices[1]->attributes().locality().links().link(0).device_id());
192 devices[1]->attributes().locality().links().link(0).type());
194 devices[1]->attributes().locality().links().link(0).strength());
/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/curl/docs/cmdline-opts/
H A Dmax-time.d9 networks or links going down. Since 7.32.0, this option accepts decimal
/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...]
/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/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/skia/infra/bots/recipe_modules/swarming/
H A Dapi.py392 and may optionally contain a top level "links" field that
394 links that will be included in the buildbot output.
525 # Store trigger output with the |task|, print links to triggered shards.
531 links = step_result.presentation.links
535 links['shard #%d' % index] = url
678 links = {}
680 links = step_result.json.output.get('links', {})
681 for k, v in links
[all...]
/external/skqp/infra/bots/recipe_modules/swarming/
H A Dapi.py392 and may optionally contain a top level "links" field that
394 links that will be included in the buildbot output.
525 # Store trigger output with the |task|, print links to triggered shards.
531 links = step_result.presentation.links
535 links['shard #%d' % index] = url
678 links = {}
680 links = step_result.json.output.get('links', {})
681 for k, v in links
[all...]
/external/valgrind/helgrind/
H A Dhg_main.c3535 LAOGLinks* links; local
3539 links = NULL;
3541 (UWord*)&links )) {
3543 tl_assert(links);
3545 HG_(getPayloadWS)( &ws_words, &ws_size, univ_laog, links->inns );
3548 HG_(getPayloadWS)( &ws_words, &ws_size, univ_laog, links->outs );
3552 links = NULL;
3560 LAOGLinks* links; local
3571 links = NULL;
3572 while (VG_(nextIterFM)( laog, NULL, (UWord*)&links )) {
3635 LAOGLinks* links; local
3718 LAOGLinks* links; local
3762 LAOGLinks* links; local
3777 LAOGLinks* links; local
3794 LAOGLinks* links; local
4072 LAOGLinks *links; local
[all...]
/external/python/cpython2/Parser/
H A Dspark.py303 self.links = {}
467 self.links[key] = []
469 self.links[key].append((predecessor, causal))
529 self.links[key] = []
531 self.links[key].append((ptr, None))
570 self.links[key] = []
572 self.links[key].append((pptr, why))
585 for p, c in self.links[key]:
591 links = self.links[ke
[all...]
/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/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/
H A Depydoc.js2 // Search for any private/public links on this page. Store
240 var links = "";
244 links += "<li><a href='" + target[1] +
257 links +
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
H A Depydoc.js2 // Search for any private/public links on this page. Store
240 var links = "";
244 links += "<li><a href='" + target[1] +
257 links +
/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 */

Completed in 748 milliseconds

1234