HomeSort by relevance Sort by last modified time
    Searched refs:links (Results 126 - 150 of 415) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/docs/
make.bat 25 echo. linkcheck to check all external links for integrity
  /external/python/futures/docs/
make.bat 24 echo. linkcheck to check all external links for integrity
  /external/skia/infra/bots/recipes/
ct_skps.py 234 # Add SKP links for convenience.
235 api.step.active_result.presentation.links['Webpage rankings'] = (
237 api.step.active_result.presentation.links['Download SKPs by rank'] = (
  /external/skqp/infra/bots/recipes/
ct_skps.py 234 # Add SKP links for convenience.
235 api.step.active_result.presentation.links['Webpage rankings'] = (
237 api.step.active_result.presentation.links['Download SKPs by rank'] = (
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
executionengine.ml 103 (* Show that the target data binding links and runs.*)
  /frameworks/base/core/java/android/view/textclassifier/
TextLinks.java 52 * A collection of links, representing subsequences of text and the entity types (phone number,
66 /** Links were successfully applied to the text. */
69 /** No links exist to apply to text. Links count is zero. */
72 /** No links applied to text. The links were filtered out. */
75 /** The specified text does not match the text used to generate the links. */
98 private TextLinks(String fullText, ArrayList<TextLink> links) {
100 mLinks = Collections.unmodifiableList(links);
104 * Returns the text that was used to generate these links
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
UiUtils.java 343 * Removes all html markup from the text and replaces links with the the text and a text version
353 final URLSpan[] links = markup.getSpans(0, markup.length() - 1, URLSpan.class); local
355 for (final URLSpan link : links) {
  /prebuilts/go/darwin-x86/src/net/http/
http_test.go 105 t.Errorf("cmd/go unexpectedly links in HTTP server code; found symbol %q in cmd/go", sym)
  /prebuilts/go/darwin-x86/src/os/
getwd.go 24 // reached via multiple paths (due to symbolic links),
  /prebuilts/go/darwin-x86/src/path/filepath/
symlink.go 38 return "", false, errors.New("EvalSymlinks: too many links")
  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 126 EMLINK Errno = 31 /* Too many links */
136 ELOOP Errno = 40 /* Too many symbolic links */
252 EMLINK: "Too many links",
262 ELOOP: "Too many symbolic links",
zerrors_windows.go 209 ELOOP - APPLICATION_ERROR: "too many levels of symbolic links",
212 EMLINK - APPLICATION_ERROR: "too many links",
  /prebuilts/go/linux-x86/src/net/http/
http_test.go 105 t.Errorf("cmd/go unexpectedly links in HTTP server code; found symbol %q in cmd/go", sym)
  /prebuilts/go/linux-x86/src/os/
getwd.go 24 // reached via multiple paths (due to symbolic links),
  /prebuilts/go/linux-x86/src/path/filepath/
symlink.go 38 return "", false, errors.New("EvalSymlinks: too many links")
  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 126 EMLINK Errno = 31 /* Too many links */
136 ELOOP Errno = 40 /* Too many symbolic links */
252 EMLINK: "Too many links",
262 ELOOP: "Too many symbolic links",
zerrors_windows.go 209 ELOOP - APPLICATION_ERROR: "too many levels of symbolic links",
212 EMLINK - APPLICATION_ERROR: "too many links",
  /build/make/tools/droiddoc/templates-pdk/
customizations.cs 51 <div id="index-links"><nobr>
86 <div id="index-links"><nobr>
  /external/bart/docs/api_reference/
Makefile 47 @echo " linkcheck to check all external links for integrity"
  /external/devlib/doc/
Makefile 47 @echo " linkcheck to check all external links for integrity"
  /external/lz4/lib/
Makefile 97 @echo creating versioned links
  /external/skia/infra/bots/recipe_modules/skia_swarming/
api.py 207 """Add Milo log links to all shards in the step."""
221 step_result.presentation.links[k] = link
  /external/skqp/infra/bots/recipe_modules/skia_swarming/
api.py 207 """Add Milo log links to all shards in the step."""
221 step_result.presentation.links[k] = link
  /external/tensorflow/tensorflow/tools/docs/
parser.py 123 """Class for replacing @{...} references with Markdown links.
221 """Replace "@{symbol}" references with links to symbol's documentation page.
224 and replaces them with markdown links to the documentation page
241 `string`, with "@{symbol}" references replaced by Markdown links.
305 A relative path that links from the documentation page of `from_full_name`
563 with markdown links.
565 For links within the same set of docs, the `relative_path_to_root` for a
578 compute links for "@{symbol}" references.
753 links = sorted(set([guide_ref.make_md_link(prefix)
756 's' if len(links) > 1 else '', ', '.join(links)
    [all...]
  /external/trappy/doc/api_reference/
Makefile 47 @echo " linkcheck to check all external links for integrity"

Completed in 639 milliseconds

1 2 3 4 56 7 8 91011>>