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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_dirlink/
name 1 directory hard links
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
.gitignore 1 manpage.links
  /frameworks/base/core/java/android/text/util/
package.html 3 Utilities for converting identifiable text strings into clickable links
Linkify.java 53 * regex matches in the text into clickable links. This is particularly
214 * of the link types indicated in the mask into clickable links.
219 * @param text Spannable whose text is to be marked-up with links
220 * @param mask Mask to define which kinds of links will be searched.
235 ArrayList<LinkSpec> links = new ArrayList<LinkSpec>(); local
238 gatherLinks(links, text, Patterns.AUTOLINK_WEB_URL,
244 gatherLinks(links, text, Patterns.AUTOLINK_EMAIL_ADDRESS,
250 gatherTelLinks(links, text);
254 gatherMapLinks(links, text);
257 pruneOverlaps(links);
    [all...]
  /device/google/contexthub/firmware/
Makefile 92 symlinks: links/p_$(PLATFORM) links/c_$(CPU) links/v_$(VARIANT)
94 links/p_$(PLATFORM):
95 rm -rf links/plat links/p_*
96 mkdir -p links/plat
97 ln -s ../../misc/platform/$(PLATFORM) links/plat/misc
98 ln -s ../../src/platform/$(PLATFORM) links/plat/src
99 ln -s ../../inc/platform/$(PLATFORM) links/plat/in
    [all...]
  /device/google/contexthub/
.gitignore 8 firmware/links
  /external/kernel-headers/original/uapi/asm-arm/asm/
fcntl.h 5 #define O_NOFOLLOW 0100000 /* don't follow links */
  /external/libchrome/components/timers/
DEPS 2 # This directory is shared with Chrome OS, which only links against
  /external/llvm/docs/_templates/
indexsidebar.html 1 {# This template defines sidebar which can be used to provide common links on
  /external/selinux/libselinux/utils/
selabel_lookup_best_match.c 21 "link Zero or more links to check against, the order of\n\t"
23 " 1) An exact match for the real path (if no links), or\n\t\t"
24 " 2) An exact match for any of the links (aliases), or\n\t\t"
58 char **links = NULL; local
91 /* Count links */
96 links = calloc(num_links + 1, sizeof(char *));
98 if (!links) {
105 links[num_links] = malloc(string_len);
106 if (!links[num_links]) {
110 strcpy(links[num_links], argv[i])
    [all...]
  /prebuilts/go/darwin-x86/misc/chrome/gophertool/
popup.js 6 var links = document.getElementsByTagName("a");
7 for (var i = 0; i < links.length; i++) {
8 var url = links[i].getAttribute("url");
10 links[i].addEventListener("click", function () {
  /prebuilts/go/linux-x86/misc/chrome/gophertool/
popup.js 6 var links = document.getElementsByTagName("a");
7 for (var i = 0; i < links.length; i++) {
8 var url = links[i].getAttribute("url");
10 links[i].addEventListener("click", function () {
  /frameworks/support/compat/java/android/support/v4/text/util/
LinkifyCompat.java 83 * of the link types indicated in the mask into clickable links.
88 * @param text Spannable whose text is to be marked-up with links
89 * @param mask Mask to define which kinds of links will be searched.
110 ArrayList<LinkSpec> links = new ArrayList<LinkSpec>(); local
113 gatherLinks(links, text, PatternsCompat.AUTOLINK_WEB_URL,
119 gatherLinks(links, text, PatternsCompat.AUTOLINK_EMAIL_ADDRESS,
125 gatherMapLinks(links, text);
128 pruneOverlaps(links, text);
130 if (links.size() == 0) {
134 for (LinkSpec link: links) {
    [all...]
  /external/markdown/tests/markdown-test/
benchmark.dat 3 auto-links:0.080000:397312.000000
11 links-inline:0.140000:0.000000
12 links-reference:0.170000:0.000000
  /external/libxml2/result/HTML/
test3.html.err 8 <h4><b>Links</h4></b>
11 <h4><b>Links</h4></b>
  /development/samples/browseable/TextLinkify/
_index.jd 8 This sample illustrates how links can be added to a TextView. This can be done either
  /external/iproute2/testsuite/tests/ip/link/
new_link.t 5 ts_log "[Testing add/del virtual links]"
  /ndk/tests/device/test-basic-rtti/
README 4 This is really a way to check that the C++ compiler properly links against
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
def2.d 8 # Just checking that undef2 links correctly when given a symbol.
def3.d 8 # Just checking that undef3 links correctly when given a symbol.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
relax_call26_cache.d 7 # links without "relocation truncated to fit" errors.
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/
site.xml 14 <links>
16 </links>
  /external/libxml2/result/SVG/
image-valid.xml 4 <desc>This graphic links to an external image
image-wf.xml 3 <desc>This links to an external image
  /external/libxml2/test/SVG/
image-valid.xml 5 <desc>This graphic links to an external image

Completed in 629 milliseconds

1 2 3 4 5 6 7 8 91011>>