HomeSort by relevance Sort by last modified time
    Searched full:link (Results 1 - 25 of 18913) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/timezonepicker-support/
backward 8 Link Africa/Asmara Africa/Asmera
9 Link Africa/Bamako Africa/Timbuktu
10 Link America/Argentina/Catamarca America/Argentina/ComodRivadavia
11 Link America/Adak America/Atka
12 Link America/Argentina/Buenos_Aires America/Buenos_Aires
13 Link America/Argentina/Catamarca America/Catamarca
14 Link America/Atikokan America/Coral_Harbour
15 Link America/Argentina/Cordoba America/Cordoba
16 Link America/Tijuana America/Ensenada
17 Link America/Indiana/Indianapolis America/Fort_Wayn
    [all...]
  /external/markdown/tests/markdown-test/
angle-links-and-img.txt 0 [link](<simple link> "title")
3 [link](<http://example.com/(()((())923)(>)
4 ![image](<link(()))(>)
angle-links-and-img.html 1 <p><a href="simple link" title="title">link</a>
3 <a href="http://example.com/(()((())923)(">link</a>
4 <img alt="image" src="link(()))(" /></p
  /external/markdown/tests/misc/
bold_links.txt 1 **bold [link](http://example.com)**
image-2.txt 0 [*link!*](http://src.com/)
3 *[link](http://www.freewisdom.org)*
missing-link-def.txt 1 This is a [missing link][empty] and a [valid][link] and [missing][again].
3 [link]: http://example.com
nested-patterns.txt 1 ___[link](http://www.freewisdom.org)___
2 ***[link](http://www.freewisdom.org)***
3 **[*link*](http://www.freewisdom.org)**
5 __[*link*](http://www.freewisdom.org)__
7 [***link***](http://www.freewisdom.org)
amp-in-url.txt 0 [link](http://www.freewisdom.org/this&that)
bold_links.html 1 <p><strong>bold <a href="http://example.com">link</a></strong></p
image-2.html 1 <p><a href="http://src.com/"><em>link!</em></a></p>
2 <p><em><a href="http://www.freewisdom.org">link</a></em></p
  /external/llvm/tools/llvm-link/
CMakeLists.txt 3 add_llvm_tool(llvm-link
4 llvm-link.cpp
  /external/markdown/tests/safe_mode/
unsafe_urls.html 2 <p><a href="">link</a>
3 <a href="">link</a>
4 <a href="">link</a>
5 <a href="">link</a>
6 <a href="">link</a>
7 <a href="">link</a>
8 <a href="">link</a>
9 <a href="">link</a>
10 <a href="">link</a>
11 <a href="">link</a
    [all...]
  /external/icu4c/tools/tzcode/
icuzones 41 Link Australia/Darwin ACT
42 Link Australia/Sydney AET
43 Link America/Argentina/Buenos_Aires AGT
44 Link Africa/Cairo ART
45 Link America/Anchorage AST
46 Link America/Sao_Paulo BET
47 Link Asia/Dhaka BST
48 Link Africa/Harare CAT
49 Link America/St_Johns CNT
50 Link America/Chicago CS
    [all...]
  /external/iproute2/etc/iproute2/
rt_scopes 7 253 link
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
prefetch.link 1 This is the link that is fetched by the prefetch-onload test
subresource-expected.txt 1 prefetch.link has MIME type application/octet-stream
3 This test will only print "PASS" or "FAIL" if link prefetches are enabled, otherwise it will show nothing below.
  /external/webkit/LayoutTests/fast/encoding/
css-link-charset-expected.txt 1 Test to see if the charset property in a link works properly.
preload-encoding-expected.txt 2 Link rel=stylesheet with charset: SUCCESS
4 Link rel=stylesheet without charset: SUCCESS
  /external/webkit/Source/WebCore/manual-tests/
target-test.html 1 <a href="targeted.html" target="test">Click this link.</a>
visited-link-new-window.html 4 <title>Visited link coloring test</test>
12 <h1>Visited link coloring test</h1>
13 <p>Make sure the link below is not colored as visited (delete the item
14 for visited-link.html from your history and restart if
15 necessary). Then cmd-click it. The link should turn lime green.</p>
16 <a href="resources/visited-link.html">Am I a visited link?</a>
  /frameworks/base/core/java/android/text/format/
package.html 4 defined in {@link java.util} and {@link java.text}. It also contains additional text formatting
5 classes for situations not covered by {@link java.util} or {@link java.text}.
  /bionic/libc/upstream-netbsd/libc/include/isc/
list.h 28 #define LINK(type) struct { type *prev, *next; }
29 #define INIT_LINK_TYPE(elt, link, type) \
31 (elt)->link.prev = (type *)(-1); \
32 (elt)->link.next = (type *)(-1); \
34 #define INIT_LINK(elt, link) \
35 INIT_LINK_TYPE(elt, link, void)
36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \
37 (void *)((elt)->link.next) != (void *)(-1))
43 #define PREPEND(list, elt, link) \
    [all...]
  /libcore/luni/src/main/java/java/security/
package.html 9 and defining services such as {@link java.security.Certificate Certificates},
10 {@link java.security.Key Keys}, {@link java.security.KeyStore KeyStores}, {@link
11 java.security.MessageDigest MessageDigests}, and {@link java.security.Signature
  /frameworks/testing/androidtestlib/tests/
.project 34 <link>
38 </link>
39 <link>
43 </link>
44 <link>
48 </link>
49 <link>
53 </link>
54 <link>
58 </link>
    [all...]
  /external/smack/src/org/jivesoftware/smack/filter/
package.html 1 <body>Allows {@link org.jivesoftware.smack.PacketCollector} and {@link org.jivesoftware.smack.PacketListener} instances to filter for packets with particular attributes. (…)

Completed in 504 milliseconds

1 2 3 4 5 6 7 8 91011>>