HomeSort by relevance Sort by last modified time
    Searched refs:link (Results 101 - 125 of 757) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/vold/
Process.h 31 static int readSymLink(const char *path, char *link, size_t max);
  /external/dbus/dbus/
dbus-watch.c 270 DBusList *link; local
272 link = _dbus_list_get_first_link (&watch_list->watches);
273 while (link != NULL)
276 link);
283 flags = dbus_watch_get_flags (link->data);
296 dbus_watch_get_socket (link->data));
300 if (!(* add_function) (link->data, data))
306 while (link2 != link)
322 link = next;
dbus-timeout.c 249 DBusList *link; local
251 link = _dbus_list_get_first_link (&timeout_list->timeouts);
252 while (link != NULL)
255 link);
257 if (!(* add_function) (link->data, data))
263 while (link2 != link)
276 link = next;
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 24 if exist link.dbg del link.dbg
25 if exist link.rel del link.rel
32 echo WinDebug\variable.obj >>link.dbg
34 echo WinDebug\rule.obj >>link.dbg
36 echo WinDebug\remote-stub.obj >>link.dbg
38 echo WinDebug\commands.obj >>link.dbg
40 echo WinDebug\file.obj >>link.dbg
42 echo WinDebug\getloadavg.obj >>link.dbg
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MEM_OP_DECODE.S 12 mov r0, lr @ arg0 <- link register
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_MEM_OP_DECODE.S 13 mov r0, lr @ arg0 <- link register
  /external/elfutils/m4/
Makefile.am 22 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \
  /external/mesa3d/docs/
mesa.css 6 link: #111188;
  /external/webkit/Source/WebCore/css/
view-source.css 98 .webkit-html-external-link, .webkit-html-resource-link {
99 /* Keep this in sync with inspector.css (.webkit-html-external-link, .webkit-html-resource-link) */
103 .webkit-html-external-link {
104 /* Keep this in sync with inspector.css (.webkit-html-external-link) */
108 .webkit-html-external-link:hover {
109 /* Keep this in sync with inspector.css (.webkit-html-external-link:hover) */
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksLoader.js 60 var urls = Array.prototype.map.call(root.querySelectorAll("tr.file > td > a[href$='-leaks.txt']"), function(link) { return baseURL + link.getAttribute("href"); });
LeaksViewer.js 177 var link = document.createElement("a");
178 link.href = document.location.href + "?url=" + encodeURIComponent(build.url);
179 link.addEventListener("click", function(e) {
183 link.appendChild(document.createTextNode("r" + build.revision + ": " + build.leakCount + " leaks"));
185 item.appendChild(link);
  /frameworks/base/core/java/android/text/method/
LinkMovementMethod.java 130 ClickableSpan[] link = buffer.getSpans(selStart, selEnd, ClickableSpan.class); local
132 if (link.length != 1)
135 link[0].onClick(widget);
208 ClickableSpan[] link = buffer.getSpans(off, off, ClickableSpan.class); local
210 if (link.length != 0) {
212 link[0].onClick(widget);
215 buffer.getSpanStart(link[0]),
216 buffer.getSpanEnd(link[0]));
  /hardware/msm7k/libcamera/
Android.mk 4 # When zero we link against libqcamera; when 1, we dlopen libqcamera.
  /external/freetype/src/autofit/
afcjk.c 121 AF_Segment seg, limit, link; local
136 link = seg->link;
139 if ( link && link->link == seg && link > seg )
144 dist = seg->pos - link->pos;
783 seg1->link = seg2;
791 seg2->link = seg1
844 AF_Segment link = seg->link; local
958 AF_Segment link = seg->link; local
    [all...]
  /external/chromium/chrome/browser/
jumplist_win.cc 178 base::win::ScopedComPtr<IShellLink> link; local
179 HRESULT result = link.CreateInstance(CLSID_ShellLink, NULL,
187 result = link->SetPath(application.c_str());
200 result = link->SetArguments(arguments.c_str());
208 link->SetIconLocation(item->icon().c_str(), item->index());
224 result = link.QueryInterface(property_store.Receive());
242 return collection->AddObject(link);
309 scoped_refptr<ShellLinkItem> link(*item);
310 AddShellLink(collection, application, switches, link);
654 scoped_refptr<ShellLinkItem> link(new ShellLinkItem)
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java 136 * Adds a &lt;LINK&gt; to the head.
140 final ISimpleElement link = ISimpleElement.Factory.create (Tag.LINK); local
144 link.getAttributes ().set (Attribute.TYPE, type); // TODO: escape
145 link.getAttributes ().set (Attribute.HREF, href); // TODO: escape
146 link.getAttributes ().set (Attribute.SRC, href); // TODO: escape
148 m_head.add (link);
  /external/markdown/markdown/
inlinepatterns.py 224 """ Return a link element from the given match. """
299 """ Match to a stored reference and return link element. """
338 """ Return a link Element given an autolink (`<http://example/com>`). """
347 Return a mailto link Element given an automail link (`<foo@example.com>`).
  /external/mesa3d/src/glsl/
opt_constant_variable.cpp 41 exec_node link; member in struct:assignment_entry
63 foreach_list_typed(struct assignment_entry, entry, link, list) {
70 list->push_head(&entry->link);
166 entry = exec_node_data(struct assignment_entry, v.list.head, link);
172 entry->link.remove();
  /external/bluetooth/glib/tests/
sequence-test.c 186 GList **link = user_data; local
189 g_assert (*link != NULL);
191 iter = (*link)->data;
197 *link = (*link)->next;
286 queue_link_index (SequenceInfo *seq, GList *link)
288 if (link)
289 return g_queue_link_index (seq->queue, link);
341 GList **link)
345 if (link)
443 GList *link = seq->queue->head; local
528 GList *link = g_queue_peek_nth_link (seq->queue, pos); local
565 GList *link; local
695 GList *link; local
722 GList *link; local
745 GList *link; local
888 GList *link; local
1002 GList *link; local
    [all...]
queue-test.c 19 GList *link; local
57 link = links;
60 g_assert (list == link->data);
61 link = link->next;
69 link = links;
72 g_assert (list == link->data);
73 link = link->next;
578 GList *link = g_list_prepend (NULL, GINT_TO_POINTER (i)) local
588 GList *link = g_list_prepend (NULL, GINT_TO_POINTER (i)); local
598 GList *link = g_list_prepend (NULL, GINT_TO_POINTER (i)); local
669 GList *link; local
682 GList *link; local
702 GList *link; local
    [all...]
  /external/chromium/chrome/browser/resources/
crashes.js 48 var link = document.createElement('a');
49 link.href = 'http://code.google.com/p/chromium/issues/entry?' +
63 link.target = '_blank';
64 link.textContent = localStrings.getString('bugLinkText');
65 linkBlock.appendChild(link);
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCompiler.cpp 59 isInteger.link(this);
61 hasUnboxedDouble.link(this);
110 // Link the jump from the Speculative path to here.
111 check.m_check.link(this);
206 // Plant code to link this speculation failure.
253 // code for the function. Next we need to link the two together, making
277 // Link the bail-outs from the speculative path to the corresponding entry points into the non-speculative one.
302 exceptionCheck.link(this);
324 registerFileCheck.link(this);
346 // === Stage 4 - Link ==
    [all...]
  /external/iproute2/ip/
link_gre.c 29 fprintf(stderr, "Usage: ip link { add | set | change | replace | del } NAME\n");
60 unsigned link = 0; local
129 link = *(__u8 *)RTA_DATA(greinfo[IFLA_GRE_LINK]);
209 link = tnl_ioctl_get_ifindex(*argv);
210 if (link == 0)
261 if (link)
262 addattr32(n, 1024, IFLA_GRE_LINK, link);
300 unsigned link = *(__u32 *)RTA_DATA(tb[IFLA_GRE_LINK]); local
301 char *n = tnl_ioctl_get_ifname(link);
306 fprintf(f, "dev %u ", link);
    [all...]
  /external/qemu/hw/
bt-l2cap.c 27 struct bt_link_s *link; member in struct:l2cap_instance_s
93 struct bt_link_s link; /* Underlying logical link (ACL) */ member in struct:slave_l2cap_instance_s
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp 76 failures.link(&jit);
128 failed.link(this);
129 notString.link(this);
130 nonCell.link(this);
211 empty.link(this);
220 end.link(this);
354 // Link the failure cases here.
355 notCell.link(this);
356 structureCheck.link(this);
357 protoStructureCheck.link(this)
    [all...]

Completed in 1325 milliseconds

1 2 3 45 6 7 8 91011>>