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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_dirlink/
name 1 directory hard links
  /frameworks/base/core/java/android/text/util/
package.html 3 Utilities for converting identifiable text strings into clickable links
Linkify.java 40 * regex matches in the text into clickable links. This is particularly
193 * of the link types indicated in the mask into clickable links.
209 ArrayList<LinkSpec> links = new ArrayList<LinkSpec>(); local
212 gatherLinks(links, text, Patterns.WEB_URL,
218 gatherLinks(links, text, Patterns.EMAIL_ADDRESS,
224 gatherLinks(links, text, Patterns.PHONE,
230 gatherMapLinks(links, text);
233 pruneOverlaps(links);
235 if (links.size() == 0) {
239 for (LinkSpec link: links) {
    [all...]
  /external/kernel-headers/original/asm-arm/
fcntl.h 5 #define O_NOFOLLOW 0100000 /* don't follow links */
  /ndk/tests/device/test-basic-rtti/
README 4 This is really a way to check that the C++ compiler properly links against
  /external/chromium/third_party/icu/source/config/
icu-config-top 10 # rpath links a library search path right into the binaries.
  /external/icu4c/config/
icu-config-top 10 # rpath links a library search path right into the binaries.
  /external/webkit/WebCore/manual-tests/
target_new.html 16 Click link below, then click links in the window that opens.</p>
19 Links in the new window that opens will alert "[object Window]", "some value", and "hello from opener".
23 First link in the new window that opens will alert "null", and the other two links will not work at all.
target_new-1.html 4 <p>Reference the opener, its properties and functions via the links below.</p>
redraw-page-cache-visited-links.html 27 <div><a href="http://bugs.webkit.org/show_bug.cgi?id=8079">Bug 8079 REGRESSION: Redraw from page cache does not show visited links</a></div>
30 <li><a id="mylink" href="./resources/redraw-page-cache-visited-links-2.html">Click This Link Once</a><br><br>
flipped-text-rendering.html 7 <p>Try dragging each of the following links. In each case, the link text should appear correctly (not flipped) in the
  /external/webkit/WebKit/chromium/public/
WebPageSerializer.h 44 // which contain all resource links that have local copy.
60 // The parameter links contain original URLs of all saved links.
62 // saved links, which matched with vector:links one by one.
68 const WebVector<WebURL>& links,
  /external/webkit/WebCore/manual-tests/inspector/
highlight-source-line.html 1 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19204">Bug 19204: Inspector should highlight source lines when following links to them</a>.</p>
  /external/webkit/WebCore/manual-tests/resources/
redraw-page-cache-visited-links-2.html 13 <div><a href="http://bugs.webkit.org/show_bug.cgi?id=8079">Bug 8079 REGRESSION: Redraw from page cache does not show visited links</a></div>
  /ndk/tests/device/test-basic-exceptions/
README 8 This is really a way to check that the C++ compiler properly links against
  /system/core/init/
devices.c 296 char **links = malloc(sizeof(char *) * 4); local
297 if (!links)
299 memset(links, 0, sizeof(char *) * 4);
317 if (asprintf(&links[link_num], "%s/by-name/%s", link_path, p) > 0)
320 links[link_num] = NULL;
325 if (asprintf(&links[link_num], "%s/by-num/p%d", link_path, uevent->partition_num) > 0)
328 links[link_num] = NULL;
332 if (asprintf(&links[link_num], "%s/%s", link_path, slash + 1) > 0)
335 links[link_num] = NULL;
337 return links;
349 char **links = NULL; local
    [all...]
  /dalvik/dx/src/com/android/dx/command/
DxConsole.java 29 * Standard output stream. Links to {@code System.out} by default.
34 * Error output stream. Links to {@code System.err} by default.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fcntl.h 38 #define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */
41 #define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */
limits.h 8 #define LINK_MAX 127 /* # links a file may have */
  /development/tools/zoneinfo/
ZoneCompactor.java 18 // Note that the links must be declared prior to the zone names. A
35 Map<String,String> links = new HashMap<String,String>(); field in class:ZoneCompactor
98 links.put(from, to);
100 String link = links.get(s);
118 // Fill in fields for links
119 Iterator<String> iter = links.keySet().iterator();
122 String to = links.get(from);
  /external/libxml2/include/libxml/
nanoftp.h 25 * @filename: the file name (including "->" when links are shown)
30 * @links: the link count
43 unsigned long size, int links, int year,
  /development/pdk/docs/
README 9 downloads -- links to download files of interest
  /external/kernel-headers/original/linux/
limits.h 10 #define LINK_MAX 127 /* # links a file may have */
fcntl.h 29 #define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */
32 #define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */
  /external/openssl/crypto/objects/
obj_xref.txt 2 # Links signatures OIDs to their corresponding public key algorithms

Completed in 495 milliseconds

1 2 3 4 5 6 7 8 91011>>