Searched refs:link (Results 1 - 25 of 801) sorted by relevance

1234567891011>>

/external/chromium/testing/gtest/codegear/
H A Dgtest_link.cc39 #pragma link "gtest.lib"
40 #pragma link "gtest_main.lib"
/external/chromium_org/testing/gtest/codegear/
H A Dgtest_link.cc39 #pragma link "gtest.lib"
40 #pragma link "gtest_main.lib"
/external/protobuf/gtest/codegear/
H A Dgtest_link.cc39 #pragma link "gtest.lib"
40 #pragma link "gtest_main.lib"
/external/iproute2/etc/iproute2/
H A Drt_scopes7 253 link
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_link.css6 .analysis-link {
7 color: -webkit-link;
12 .analysis-link:hover {
/external/libppp/src/
H A Dlink.h26 * $FreeBSD: src/usr.sbin/ppp/link.h,v 1.11.34.1 2010/12/21 17:10:29 kensmith Exp $
40 struct link { struct
47 struct pppThroughput *parent; /* MP link throughput statistics */
61 #define LINK_QUEUES(link) (sizeof (link)->Queue / sizeof (link)->Queue[0])
62 #define LINK_HIGHQ(link) ((link)->Queue + LINK_QUEUES(link) - 1)
64 extern void link_SequenceQueue(struct link *);
[all...]
H A Dip.h33 struct link;
36 extern int ip_PushPacket(struct link *, struct bundle *);
41 extern struct mbuf *ipv4_Input(struct bundle *, struct link *, struct mbuf *);
43 extern struct mbuf *ipv6_Input(struct bundle *, struct link *, struct mbuf *);
H A Dvjcomp.h30 struct link;
H A Dlayer.h39 #define LAYER_MAX 10 /* How many layers we can handle on a link */
42 struct link;
48 struct mbuf *(*push)(struct bundle *, struct link *, struct mbuf *,
50 struct mbuf *(*pull)(struct bundle *, struct link *, struct mbuf *,
H A Dpap.h40 extern struct mbuf *pap_Input(struct bundle *, struct link *, struct mbuf *);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dlink.c8 int link(const char* oldpath, const char* newpath) { function
/external/clang/test/CodeGen/
H A D2002-03-12-StructInitialize.c10 Connection link[3] variable
H A D2002-03-12-StructInitializer.c14 Connection link[3] variable
/external/chromium_org/content/browser/resources/indexed_db/
H A Dindexeddb_internals.js12 function progressNodeFor(link) {
13 return link.parentNode.querySelector('.download-status');
17 var link = event.target;
18 progressNodeFor(link).style.display = 'inline';
19 chrome.send('downloadOriginData', [link.idb_partition_path,
20 link.idb_origin_url]);
25 var link = event.target;
26 progressNodeFor(link).style.display = 'inline';
27 chrome.send('forceClose', [link.idb_partition_path,
28 link
[all...]
/external/bison/lib/
H A Dfd-hook.c29 /* The first and last link in the doubly linked list.
71 register_fd_hook (close_hook_fn close_hook, ioctl_hook_fn ioctl_hook, struct fd_hook *link) argument
78 if (link->private_next == NULL && link->private_prev == NULL)
80 /* Add the link to the doubly linked list. */
81 link->private_next = anchor.private_next;
82 link->private_prev = &anchor;
83 link->private_close_fn = close_hook;
84 link->private_ioctl_fn = ioctl_hook;
85 anchor.private_next->private_prev = link;
98 unregister_fd_hook(struct fd_hook *link) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DProfilesPanelDescriptor.js98 var link = /** @type {!Element} */ (event.target);
99 var view = /** @type {WebInspector.CPUProfileView} */ (panel.showProfile("CPU", link.profileUID));
102 if (typeof link.timeLeft === "number" && typeof link.timeRight === "number")
103 view.selectRange(link.timeLeft, link.timeRight);
116 var link = document.createElement("a");
117 link.innerText = linkText;
118 link.href = WebInspector.UIString("show CPU profile");
119 link
[all...]
/external/markdown/MarkdownTest/Tests_2004/
H A DYuri-Links-in-Headers.text10 # A header with a [link](http://www.link.com)
14 Another with a [link][a]
18 [a]: http://www.link.com/
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dmost_visited_thumbnail.js15 var link = createMostVisitedLink(params, data.url, data.title);
18 link.appendChild(domain);
19 document.body.appendChild(link);
26 var link = createMostVisitedLink(params, data.url, data.title);
27 link.appendChild(shadow);
28 link.appendChild(image);
29 document.body.appendChild(link);
H A Dmost_visited_util.js39 * Creates a new most visited link element.
40 * @param {Object} params URL parameters containing styles for the link.
41 * @param {string} href The destination for the link.
42 * @param {string} title The title for the link.
43 * @param {string|undefined} text The text for the link or none.
44 * @return {HTMLAnchorElement} A new link element.
48 var link = document.createElement('a');
49 link.style.color = styles.color;
50 link.style.fontSize = styles.fontSize + 'px';
52 link
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dlink_error_detector.py51 for link in links:
54 head, last = link.rsplit('/', 1) if '/' in link else ('', link)
59 link = posixpath.join(head, last)
61 link = '%s#%s' % (link, anchor)
63 if link.startswith('#'):
64 anchor_refs.append(link)
66 if link
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/audits/broken-links/
H A Dcontent.js9 var link = links[i].href.replace(/(.*)#?/, "$1");
10 if (seenLinks[link])
12 seenLinks[link] = 1;
13 results.push({ href: link, text: text });
/external/qemu/hw/
H A Dbt.c25 static void bt_dummy_lmp_mode_change(struct bt_link_s *link) argument
30 static void bt_dummy_lmp_connection_complete(struct bt_link_s *link) argument
32 if (link->slave->reject_reason)
41 static void bt_dummy_lmp_disconnect_master(struct bt_link_s *link) argument
47 static void bt_dummy_lmp_acl_resp(struct bt_link_s *link, argument
54 /* Slaves that don't hold any additional per link state can use these */
57 struct bt_link_s *link = qemu_mallocz(sizeof(struct bt_link_s)); local
59 link->slave = req->slave;
60 link->host = req->host;
63 req->host->lmp_connection_complete(link);
66 bt_dummy_lmp_disconnect_slave(struct bt_link_s *link) argument
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dmyocamlbuild.ml6 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
/external/llvm/tools/llvm-link/
H A DAndroid.mk4 llvm-link.cpp
19 # llvm-link command line tool (host)
24 LOCAL_MODULE := llvm-link
34 # llvm-link command line tool (target)
39 LOCAL_MODULE := llvm-link
/external/doclava/res/assets/templates/
H A Djd_lists.cs5 { label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>",

Completed in 890 milliseconds

1234567891011>>