HomeSort by relevance Sort by last modified time
    Searched refs:documentation (Results 1 - 25 of 1137) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/go/
mkalldocs.sh 9 ./go.latest help documentation >alldocs.go
  /prebuilts/go/linux-x86/src/cmd/go/
mkalldocs.sh 9 ./go.latest help documentation >alldocs.go
  /frameworks/base/docs/
__DEPRECATED__DO_NOT_EDIT__.txt 10 - Reference documentation is still maintained via building of .java source files,
11 so you may continue to update JavaDoc comments to update documentation.
13 - Sample code documentation is not maintained in Piper, but is published from
  /frameworks/base/docs/html/
__DEPRECATED__DO_NOT_EDIT__.txt 10 - Reference documentation is still maintained via building of .java source files,
11 so you may continue to update JavaDoc comments to update documentation.
13 - Sample code documentation is not maintained in Piper, but is published from
  /external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/
DocumentedElement.java 9 private String documentation; field in class:DocumentedElement
26 this.documentation = START_OR_NEWLINE_SPACE.matcher(docStr).replaceAll("$1");
31 return documentation;
  /external/libnl/doc/
configure.ac 21 # Generating the documentation
24 AS_HELP_STRING([--disable-doc], [Do not generate documentation]),
35 AC_MSG_ERROR([*** doxygen package required to generate documentation])
41 AC_MSG_ERROR([*** graphviz package required to generate documentation])
51 AC_MSG_ERROR([*** asciidoc package required to generate documentation])
60 AC_MSG_ERROR([*** source-highlight required to generate documentation])
71 AC_MSG_ERROR([*** mscgen package required to generate documentation])
82 AC_MSG_ERROR([*** pygmentize package required to generate documentation])
  /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
PsiItem.kt 42 override var documentation: String
47 @Suppress("LeakingThis") // Documentation can change, but we don't want to pick up subsequent @docOnly mutations
48 override var docOnly = documentation.contains("@doconly")
50 override var removed = documentation.contains("@removed")
52 override var hidden = (documentation.contains("@hide") || documentation.contains("@pending") ||
75 if (documentation.isBlank()) {
82 val docComment = codebase.getComment(documentation)
113 // For parameters, the documentation goes into the surrounding method's documentation!
    [all...]
PsiFieldItem.kt 34 documentation: String,
42 documentation = documentation,
125 documentation = commentText,
141 documentation = original.documentation,
PsiPackageItem.kt 29 documentation: String
34 documentation = documentation,
144 documentation = commentText,
156 documentation = original.documentation,
PsiParameterItem.kt 34 documentation: String,
39 documentation = documentation,
164 documentation = commentText,
181 documentation = original.documentation,
  /external/ImageMagick/api_examples/
magick_script 14 If you want you can put uncommented documentation such as Perl POD
15 which reformat such documentation into many different doc formats.
  /prebuilts/go/darwin-x86/src/cmd/go/internal/doc/
doc.go 17 Short: "show documentation for package or symbol",
19 Doc prints the documentation comments associated with the item identified by its
31 it prints the package documentation for the package in the current directory.
45 The first item in this list matched by the argument is the one whose documentation
55 directory is selected, so "go doc Foo" shows the documentation for symbol Foo in
71 different cases. If this occurs, documentation for all matches is printed.
75 Show documentation for current package.
77 Show documentation for Foo in the current package.
81 Show documentation for the encoding/json package.
85 Show documentation and method summary for json.Number
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/doc/
doc.go 17 Short: "show documentation for package or symbol",
19 Doc prints the documentation comments associated with the item identified by its
31 it prints the package documentation for the package in the current directory.
45 The first item in this list matched by the argument is the one whose documentation
55 directory is selected, so "go doc Foo" shows the documentation for symbol Foo in
71 different cases. If this occurs, documentation for all matches is printed.
75 Show documentation for current package.
77 Show documentation for Foo in the current package.
81 Show documentation for the encoding/json package.
85 Show documentation and method summary for json.Number
    [all...]
  /dalvik/dx/src/
Android.mk 10 # the documentation
  /external/swiftshader/third_party/LLVM/docs/
Makefile 52 # Live documentation is generated for the web site using this target:
57 $(Echo) Installing HTML documentation
65 $(Echo) Packaging HTML documentation
72 $(Echo) Installing doxygen documentation
82 $(Echo) Building doxygen documentation
89 $(Echo) Packaging doxygen documentation
103 $(Echo) Installing ocamldoc documentation
111 $(Echo) Packaging ocamldoc documentation
118 $(Echo) Building ocamldoc documentation
129 $(Echo) Uninstalling Documentation
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
runtime.go 37 // See runtime/sema.go for documentation.
40 // See runtime/sema.go for documentation.
43 // See runtime/sema.go for documentation.
46 // See runtime/sema.go for documentation.
  /prebuilts/go/linux-x86/src/sync/
runtime.go 37 // See runtime/sema.go for documentation.
40 // See runtime/sema.go for documentation.
43 // See runtime/sema.go for documentation.
46 // See runtime/sema.go for documentation.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
spec801.d 7 # specific format: see documentation and mmo.c
  /prebuilts/go/darwin-x86/src/go/doc/
doc.go 5 // Package doc extracts source code documentation from a Go AST.
13 // Package is the documentation for an entire package.
33 // Value is the documentation for a (possibly grouped) var or const declaration.
42 // Type is the documentation for a type declaration.
55 // Func is the documentation for a func declaration.
82 // extract documentation for all package-level declarations,
91 // New computes the package documentation for the given package AST.
  /prebuilts/go/linux-x86/src/go/doc/
doc.go 5 // Package doc extracts source code documentation from a Go AST.
13 // Package is the documentation for an entire package.
33 // Value is the documentation for a (possibly grouped) var or const declaration.
42 // Type is the documentation for a type declaration.
55 // Func is the documentation for a func declaration.
82 // extract documentation for all package-level declarations,
91 // New computes the package documentation for the given package AST.
  /external/fonttools/
README.md 17 ### Documentation
21 See [documentation.html](https://github.com/behdad/fonttools/blob/master/Doc/documentation.html) in the "Doc" subdirectory for TTX usage instructions and information about the TTX file format.
  /frameworks/rs/script_api/
Scanner.cpp 148 void Scanner::parseDocumentation(string* s, string* documentation) {
151 documentation->erase();
158 *documentation = s->substr(first, last - first);
166 parseDocumentation(&s, &p->documentation);
Scanner.h 89 /* Removes an optional double quoted "documentation" found at the end of a line.
92 void parseDocumentation(std::string* s, std::string* documentation);
94 * type[*] name [, test_option] [, "documentation"]
98 * The documentation is enclosed in double quotes.
rs_core.spec 23 This reference documentation describes the RenderScript runtime APIs, which you can utilize
28 as the Android framework APIs for RenderScript. For documentation on the Android framework
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.xml/
jcup.md 9 documentation for any purpose and without fee is hereby granted, provided
12 appear in supporting documentation, and that the names of the authors or

Completed in 1895 milliseconds

1 2 3 4 5 6 7 8 91011>>