HomeSort by relevance Sort by last modified time
    Searched refs:link (Results 201 - 225 of 873) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/doclava/res/assets/templates/assets/
doclava-developer-core.css 275 .home #home-link a,
276 .guide #guide-link a,
277 .reference #reference-link a,
278 .sdk #sdk-link a,
279 .resources #resources-link a,
280 .videos #videos-link a {
289 .home #home-link a:hover,
290 .guide #guide-link a:hover,
291 .reference #reference-link a:hover,
292 .sdk #sdk-link a:hover
    [all...]
  /external/sepolicy/
mls 72 mlsconstrain { file lnk_file sock_file } { open setattr unlink link rename }
92 mlsconstrain { file lnk_file sock_file chr_file blk_file } { write setattr append unlink link rename }
102 mlsconstrain fifo_file { write setattr append unlink link rename }
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLBodyElement04.js 78 The link attribute specifies the color of links that are not active
81 Retrieve the link attribute and examine its value.
103 vlink = testNode.link;
HTMLLinkElement02.js 49 docsLoaded += preload(docRef, "doc", "link");
99 doc = load(docRef, "doc", "link");
100 nodeList = doc.getElementsByTagName("link");
HTMLLinkElement03.js 49 docsLoaded += preload(docRef, "doc", "link");
98 doc = load(docRef, "doc", "link");
99 nodeList = doc.getElementsByTagName("link");
HTMLLinkElement04.js 49 docsLoaded += preload(docRef, "doc", "link");
98 doc = load(docRef, "doc", "link");
99 nodeList = doc.getElementsByTagName("link");
HTMLLinkElement05.js 49 docsLoaded += preload(docRef, "doc", "link");
98 doc = load(docRef, "doc", "link");
99 nodeList = doc.getElementsByTagName("link");
HTMLLinkElement08.js 49 docsLoaded += preload(docRef, "doc", "link");
98 doc = load(docRef, "doc", "link");
99 nodeList = doc.getElementsByTagName("link");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLBodyElement04.js 78 The link attribute specifies the color of links that are not active
81 Retrieve the link attribute and examine its value.
103 vlink = testNode.link;
HTMLLinkElement02.js 49 docsLoaded += preload(docRef, "doc", "link");
99 doc = load(docRef, "doc", "link");
100 nodeList = doc.getElementsByTagName("link");
HTMLLinkElement03.js 49 docsLoaded += preload(docRef, "doc", "link");
98 doc = load(docRef, "doc", "link");
99 nodeList = doc.getElementsByTagName("link");
HTMLLinkElement04.js 49 docsLoaded += preload(docRef, "doc", "link");
98 doc = load(docRef, "doc", "link");
99 nodeList = doc.getElementsByTagName("link");
HTMLLinkElement05.js 49 docsLoaded += preload(docRef, "doc", "link");
98 doc = load(docRef, "doc", "link");
99 nodeList = doc.getElementsByTagName("link");
HTMLLinkElement08.js 49 docsLoaded += preload(docRef, "doc", "link");
98 doc = load(docRef, "doc", "link");
99 nodeList = doc.getElementsByTagName("link");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
OtherXmlDescriptors.java 305 // Link all groups to everything else here.. recursively
332 * Creates an element descriptor from a given {@link ViewClassInfo}.
347 for (ViewClassInfo link = info.getSuperClass();
348 link != null;
349 link = link.getSuperClass()) {
350 AttributeInfo[] attrList = link.getAttributes();
353 String.format("Attributes from %1$s", link.getShortClassName())));
  /external/dbus/dbus/
dbus-connection.c 232 DBusList *queue_link; /**< Preallocated link in the queue */
233 DBusList *counter_link; /**< Preallocated link in the resource counter */
415 DBusList *link; local
417 link = _dbus_list_alloc_link (message);
418 if (link == NULL)
422 _dbus_connection_queue_received_message_link (connection, link);
456 * Adds a message-containing list link to the incoming message queue,
457 * taking ownership of the link and the message's current refcount.
461 * @param link the message link to queue
605 DBusList *link; local
2211 DBusList *link; local
2238 DBusList *link; local
2657 DBusList *link; local
3950 DBusList *link; local
3984 DBusList *link; local
4172 DBusList *link; local
4515 DBusList *link, *filter_list_copy, *message_link; local
5501 DBusList *link; local
    [all...]
dbus-connection-internal.h 54 DBusList *link);
98 DBusList *link);
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 10 <link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
190 function onDownload(link) {
191 $("#filename").text($(link).html());
200 var $link;
203 $link = $('#win-sdk');
206 $link = $('#mac-sdk');
209 $link = $('#linux-sdk');
216 $('#download-button').click(function() {onDownload($link.get());}).attr('href', $link.attr('href'));
  /external/chromium/chrome/browser/resources/ntp4/
recently_closed.css 49 .recent-menu-item:link {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant 93 ## resolve links - $0 may be a link to ant's home
100 link=`expr "$ls" : '.*-> \(.*\)$'`
101 if expr "$link" : '/.*' > /dev/null; then
102 PRG="$link"
104 PRG=`dirname "$PRG"`"/$link"
  /external/markdown/markdown/extensions/
rss.py 71 ("link", self.ext.getConfig("URL")),
83 link = etree.SubElement(item, "link")
84 link.text = self.ext.getConfig("URL")
  /external/mesa3d/src/mesa/program/
hash_table.c 50 struct node link; member in struct:hash_node
142 insert_at_head(& ht->buckets[bucket], & node->link);
  /external/tremolo/Tremolo/
ivorbisfile.h 130 extern vorbis_info *ov_info(OggVorbis_File *vf,int link);
131 extern vorbis_comment *ov_comment(OggVorbis_File *vf,int link);
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess32_64.cpp 232 // Link the failure cases here.
233 structureCheck.link(this);
234 protoStructureCheck.link(this);
236 // Do a regular(ish) get_by_id (the slow case will be link to
240 match.link(this);
294 failures.link(&jit);
341 failed.link(this);
342 notString.link(this);
343 nonCell.link(this);
377 empty.link(this)
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLBodyElement.idl 27 attribute [Reflect] DOMString link;

Completed in 623 milliseconds

1 2 3 4 5 6 7 891011>>