Searched defs:links (Results 1 - 25 of 38) sorted by relevance

12

/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/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/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...]
/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/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/tremolo/Tremolo/
H A Divorbisfile.h75 int links; member in struct:OggVorbis_File
/external/f2fs-tools/fsck/
H A Dfsck.h69 u32 links; member in struct:hard_link_node
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h120 int links; member in struct:OggVorbis_File
/external/e2fsprogs/e2fsck/
H A Dpass2.c891 __u16 links; local
1269 * Don't allow links to the root directory.
1445 &links);
1446 if (links > 1)
/external/kernel-headers/original/uapi/linux/
H A Dmedia.h84 * It is a responsibility of the master/bridge drivers to create links
110 /* It is a responsibility of the entity drivers to add connectors and links */
143 * and links for MEDIA_ENT_F_TUNER. Please notice that some old tuners
198 __u16 links; member in struct:media_entity_desc
286 /* Should have enough room for links elements */
287 struct media_link_desc __user *links; member in struct:media_links_enum
330 * use lists for pads/links, just as we intend to do in Kernelspace.
/external/libxml2/
H A Dnanoftp.c1612 int links = 0; local
1619 links = (links * 10) + (*cur++ - '0');
1640 links = (links * 10) + (*cur++ - '0');
1708 callback(userData, filename, attrib, owner, group, size, links,
2060 const char *owner, const char *group, unsigned long size, int links,
2059 ftpList(void *userData, const char *filename, const char* attrib, const char *owner, const char *group, unsigned long size, int links, int year, const char *month, int day, int hour, int minute) argument
/external/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp904 map<string, set<string> > links; variable
976 links[fromid].insert(toid);
1136 os << " links:intvector { ";
1503 // Process links (including ICU aliases). For each link set we have
1508 for (map<string,set<string> >::const_iterator i = links.begin();
1509 i!=links.end(); ++i) {
1537 for (map<string,set<string> >::const_iterator i = links.begin();
1538 i!=links.end(); ++i) {
1548 links = links2;
1552 for (map<string,set<string> >::const_iterator i = links
[all...]
H A Dzic.c13 * links to be handled correctly. */
302 static struct link * links; variable in typeref:struct:link
734 ** Make links.
737 eat(links[i].l_filename, links[i].l_linenum);
738 dolink(links[i].l_from, links[i].l_to);
740 emit_icu_link(icuFile, links[i].l_from, links[i].l_to);
744 if (strcmp(links[
[all...]
/external/v8/src/compiler/
H A Dscheduler.cc1035 int links = 0; local
1045 DCHECK(block->rpo_number() == links + header->rpo_number());
1046 links++;
1048 DCHECK_LT(links, static_cast<int>(2 * order->size())); // cycle?
1050 DCHECK(links > 0);
1051 DCHECK(links == end->rpo_number() - header->rpo_number());
1074 DCHECK(links == count);
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp2039 /* this sets up the coincidence links in the segments when the coincidence crosses multiple spans */
2721 int links = 0; local
2727 ++links;
2729 for (int index = 0; index < links; ++index) {
2741 int links = 0; local
2747 ++links;
2749 for (int index = 0; index < links; ++index) {
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar ... DROPINS_DIRECTORY private static final String DROPINS private static final String LINKS private static final String CONFIG_INI private static final String PLATFORM_CFG ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar ... private final java.util.ArrayList permissions private String links public void " href="/8.0.0_r4/s? ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/include/vki/
H A Dvki-linux.h1258 #define VKI_EMLINK 31 /* Too many links */
1325 * up a lock's links. So to handle this race, userspace first
4589 __vki_u16 links; member in struct:vki_media_entity_desc
4633 struct vki_media_link_desc __user *links; member in struct:vki_media_links_enum
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 529 milliseconds

12