HomeSort by relevance Sort by last modified time
    Searched refs:link (Results 26 - 50 of 1537) sorted by null

12 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/bionic/
exidx_static.c 29 #include <link.h>
  /external/doclava/res/assets/templates/
jd_lists.cs 5 { label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>",
lists.cs 3 ?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>", deprecated:"<?cs var:page.deprecated ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
  /external/iproute2/testsuite/iproute2/
Makefile 9 link:
14 configure: link
19 clean: link
29 show: link
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
myocamlbuild.ml 9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
myocamlbuild.ml 9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
myocamlbuild.ml 9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"; A"-cclib"; A"-rdynamic"]);;
10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
myocamlbuild.ml 9 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"; A"-cclib"; A"-rdynamic"]);;
10 dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;
  /external/llvm/tools/llvm-link/
Makefile 1 ##===- tools/llvm-link/Makefile ----------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-link
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
ins.h 19 void *link; member in struct:Ins::__anon17284
24 void *link; member in struct:Ins::__anon17285
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_converter.py 33 page, link = clean.split('#')
36 if (not link.startswith('property-') and
37 not link.startswith('type-') and
38 not link.startswith('method-') and
39 not link.startswith('event-')):
44 link = re.sub('^(property|type|method|event)-', '', link).replace('-', '.')
50 if link in title:
51 return '%s$ref:%s%s' % (padding, page, link)
53 return '%s$ref:[%s%s %s]' % (padding, page, link, title
    [all...]
  /external/libppp/src/
physical.c 80 #include "link.h"
184 p->link.type = PHYSICAL_LINK;
185 p->link.name = dl->name;
186 p->link.len = sizeof *p;
189 throughput_init(&p->link.stats.total, SAMPLE_PERIOD);
190 p->link.stats.parent = dl->bundle->ncp.mp.active ?
191 &dl->bundle->ncp.mp.link.stats.total : NULL;
192 p->link.stats.gather = 1;
194 memset(p->link.Queue, '\0', sizeof p->link.Queue)
    [all...]
ipv6cp.h 63 struct link;
67 extern void ipv6cp_Init(struct ipv6cp *, struct bundle *, struct link *,
71 extern void ipv6cp_SetLink(struct ipv6cp *, struct link *);
74 extern struct mbuf *ipv6cp_Input(struct bundle *, struct link *, struct mbuf *);
82 extern int ipv6cp_PushPacket(struct ipv6cp *, struct link *);
  /external/chromium_org/tools/win/split_link/
install_split_link.py 46 link = FindInPath('link.exe')
48 if not link or not mt:
49 print("Couldn't find link.exe or mt.exe in PATH. "
53 link_backup = os.path.join(os.path.split(link)[0], 'link.exe.split_link.exe')
55 # Don't re-backup link.exe, so only copy link.exe to backup if it's
59 print 'Saving original link.exe...'
60 shutil.copyfile(link, link_backup
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
ctrees.c 17 #define LEFT_NODE(node) (node->link[LEFT])
18 #define RIGHT_NODE(node) (node->link[RIGHT])
19 #define LINK(node, dir) (node->link[dir])
107 root = LINK(root, (res > 0));
179 LINK(parent, direction) = RIGHT_NODE(replacement);
188 *rootaddr = LINK(node, down_dir);
191 LINK(parent, direction) = LINK(node, down_dir);
200 node = LINK(node, direction)
    [all...]
cwalker.pyx 55 self.node = self.node.link[0]
57 self.node = self.node.link[1]
74 if self.node.link[0] != NULL:
75 self.node = self.node.link[0]
76 elif self.node.link[1] != NULL:
77 self.node = self.node.link[1]
82 return self.node.link[direction] != NULL
85 self.node = self.node.link[direction]
88 self.node = self.node.link[0]
91 self.node = self.node.link[1
    [all...]
  /build/tools/droiddoc/templates-pdk/
docpage.cs 12 <?cs if:parent.link ?>
13 <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a>:
26 <?cs if:next.link ?>
29 <a href="<?cs var:next.link ?>">
39 <a href="<?cs var:next.link ?>">
47 <?cs /if ?><?cs # end if next.link ?>
49 <?cs if:previous.link ?>
51 <a href="<?cs var:previous.link ?>">
58 <?cs /if ?><?cs # end if previous.link ?>
68 <?cs if:!startpage && (previous.link || next.link) ?
    [all...]
  /external/e2fsprogs/e2fsck/
prof_err.c 56 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
75 if (!link.table)
76 et = &link;
  /external/e2fsprogs/lib/et/test_cases/
continuation.c 26 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
45 if (!link.table)
46 et = &link;
heimdal.c 107 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
126 if (!link.table)
127 et = &link;
heimdal2.c 93 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
112 if (!link.table)
113 et = &link;
heimdal3.c 27 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
46 if (!link.table)
47 et = &link;
imap_err.c 55 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
74 if (!link.table)
75 et = &link;
simple.c 47 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
66 if (!link.table)
67 et = &link;
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 162 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
181 if (!link.table)
182 et = &link;

Completed in 1845 milliseconds

12 3 4 5 6 7 8 91011>>