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

1 2 3 4 56 7 8 91011>>

  /external/libppp/src/
lqr.h 68 struct link;
80 extern struct mbuf *lqr_Input(struct bundle *, struct link *, struct mbuf *);
sync.c 46 #include "link.h"
52 sync_LayerPush(struct bundle *bundle __unused, struct link *l __unused,
62 sync_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp,
69 log_Printf(LogERROR, "Can't Pull a sync packet from a logical link\n");
mp.h 42 #define MP_LINKSENT 0 /* We attached the link to another ppp */
44 #define MP_ADDED 2 /* We've added the link to our MP */
73 struct link link; member in struct:mp
86 int link; /* Next link to send on */ member in struct:mp::__anon23780
103 int period; /* link->throughput sample period */
114 unsigned bandwidth; /* Our link bandwidth (or zero) */
136 extern struct mbuf *mp_Input(struct bundle *, struct link *, struct mbuf *);
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.mk 4 # library files to link with when building
  /packages/apps/Calendar/
mkprojectfile 39 <link>
43 </link>
44 <link>
48 </link>
  /system/extras/ext4_utils/
contents.h 24 char *link; member in struct:dentry
39 u32 make_link(const char *link);
  /cts/tools/signature-tools/templates/
Styles.st 5 /* default link style*/
6 a.default:link {color: blue; text-decoration: none}
10 /* discreet link style */
11 a.discreet:link {color: black; text-decoration: none}
  /development/tools/etc1tool/
Android.mk 28 # Statically link libz for MinGW (Win SDK under Linux),
29 # and dynamically link for all others.
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analysis_results.css 41 .selection-changing-link {
42 color: -webkit-link;
  /external/chromium_org/tools/traceline/traceline/
Makefile 12 /link \
22 /link \
  /external/iproute2/include/linux/
ip6_tunnel.h 24 int link; /* ifindex of underlying L2 interface */ member in struct:ip6_tnl_parm
  /system/core/toolbox/
ln.c 29 ret = link(argv[1], argv[2]);
32 fprintf(stderr, "link failed %s\n", strerror(errno));
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification_factory.cc 30 const string16& text, const string16& link,
32 // Create an icon notification with or without a footer link
46 // if link is not empty, then use template with link
47 if (!link.empty()) {
49 subst.push_back(EscapeForHTML(UTF16ToUTF8(link)));
  /external/chromium_org/components/dom_distiller/webui/resources/
about_dom_distiller.js 20 var link = document.createElement('a');
22 link.setAttribute('id', 'entry-' + entry_id);
23 link.setAttribute('href', '#');
24 link.innerText = entries[i].title;
25 link.addEventListener('click', function(event) {
28 listItem.appendChild(link);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspectorSyntaxHighlight.css 42 .cm-css-link {color: rgb(7, 144, 154);}
52 .cm-xml-link {color: #00e;}
89 .webkit-html-external-link,
90 .webkit-html-resource-link {
91 /* Keep this in sync with view-source.css (.webkit-html-external-link, .webkit-html-resource-link) */
95 .webkit-html-external-link {
96 /* Keep this in sync with view-source.css (.webkit-html-external-link) */
100 .webkit-html-external-link:hover {
101 /* Keep this in sync with view-source.css (.webkit-html-external-link:hover) *
    [all...]
WorkersSidebarPane.js 101 var link = item.createChild("a");
102 link.textContent = url;
103 link.href = "#";
104 link.target = "_blank";
105 link.addEventListener("click", this._workerItemClicked.bind(this, workerId), true);
  /external/iproute2/man/man8/
Makefile 1 TARGETS = ip-address.8 ip-link.8 ip-route.8
17 ip-link.8: ip-link.8.in
  /libcore/luni/src/test/java/libcore/java/net/
OldCookieHandlerTest.java 31 String link = "http://" + Support_Configuration.SpecialInetTestAddress + "/"; field in class:OldCookieHandlerTest
48 URL url = new URL(link);
51 url = new URL(link);
  /system/vold/
Process.cpp 35 int Process::readSymLink(const char *path, char *link, size_t max) {
45 length = readlink(path, link, max- 1);
48 link[length] = 0;
108 char link[PATH_MAX]; local
110 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint)) {
113 strncpy(openFilename, link, max-1);
156 char link[PATH_MAX]; local
159 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint))
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
reference_resolver.py 53 $ref:api.node - Replaces the $ref with a link to node on the API page. The
103 if prop['name'] in name and 'link' in prop:
104 name_as_prop_type = name.replace(prop['name'], prop['link']['name'])
108 text = ref.replace(prop['name'], prop['link']['name'])
140 link = self._object_store.Get(db_key).Get()
141 if link is None:
143 link = self._GetRefLink(ref, api_list, namespace)
144 if link is None and namespace is not None:
146 link = self._GetRefLink('%s.%s' % (namespace, ref), api_list, namespace)
147 if link is None
    [all...]
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
sysroot-creator-debian.wheezy.sh 400 find lib lib64 usr/lib -type l -printf '%p %l\n' | while read link target; do
403 echo "${link}: ${target}"
404 case "${link}" in
407 ln -snfv "../../../../..${target}" "${link}"
411 ln -snfv "../../..${target}" "${link}"
415 ln -snfv "../..${target}" "${link}"
419 ln -snfv "..${target}" "${link}"
424 find lib lib64 usr/lib -type l -printf '%p %l\n' | while read link target; do
426 if [ ! -r "${link}" ]; then
427 echo "ERROR: FOUND BAD LINK ${link}
    [all...]
  /external/chromium_org/tools/grit/grit/format/
html_inline_unittest.py 32 <link rel="stylesheet" href="test.css">
33 <link rel="stylesheet"
108 <link rel="stylesheet" href="css/test.css">
165 <link rel="stylesheet" href="foo.css">
166 <link rel="stylesheet" href="chrome://resources/bar.css">
188 <link rel="stylesheet" href="chrome://resources/bar.css">
212 <link rel="stylesheet" href="style[WHICH].css">
272 <link rel="stylesheet" href="style1.css"></link>
273 <link rel="stylesheet" href="style2.css"
    [all...]
  /bootable/recovery/applypatch/
freecache.c 43 char link[FILENAME_MAX]; local
48 count = readlink(fd_path, link, sizeof(link)-1);
50 link[count] = '\0';
55 if (strncmp(link, "/cache/", 7) == 0) {
58 if (files[j] && strcmp(files[j], link) == 0) {
59 printf("%s is open by %s\n", link, de->d_name);
  /external/chromium_org/chrome/browser/ui/gtk/
script_bubble_gtk.cc 128 GtkWidget* link = theme_provider->BuildChromeLinkButton( local
130 gtk_box_pack_start(GTK_BOX(item), link, FALSE, FALSE, 0); local
131 link_controls_[GTK_WIDGET(link)] = extension->id();
132 g_signal_connect(link, "button-press-event",
157 std::string link(chrome::kChromeUIExtensionsURL);
158 link += "?id=" + link_controls_[button];
159 web_contents_->OpenURL(OpenURLParams(GURL(link),
  /external/libvorbis/lib/
vorbisfile.c 260 /* we fell off the end of the link, which means we seeked
261 back too far and shouldn't have been looking in that link
301 headers we see in the link */
318 /* we don't have a vorbis stream in this link yet, so begin
392 /* if we never see the final vorbis headers before the link
461 /* finds each bitstream link one at a time using a bisection search
463 Recurses for each link so it can alloc the link storage after
484 we have the headers and serialnos for the link beginning at 'begin'
493 down to (or just started with) a single link. Now we need t
723 int link=(vf->seekable?vf->current_link:0); local
822 int link; local
1134 int link=(vf->seekable?vf->current_link:0); local
1299 int i,link=vf->current_link; local
1345 int link; local
1389 int link=-1; local
1627 int link; local
1670 int link=-1; local
1700 int link=-1; local
1740 int link=0; local
    [all...]

Completed in 708 milliseconds

1 2 3 4 56 7 8 91011>>