Searched refs:documentation (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/docs/
H A D__DEPRECATED__DO_NOT_EDIT__.txt10 - 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/
H A D__DEPRECATED__DO_NOT_EDIT__.txt10 - 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/rs/script_api/
H A DScanner.cpp148 void Scanner::parseDocumentation(string* s, string* documentation) { argument
151 documentation->erase();
158 *documentation = s->substr(first, last - first);
166 parseDocumentation(&s, &p->documentation);
H A DScanner.h89 /* 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.
H A Drs_core.spec23 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
H A DGenerateHeaderFiles.cpp284 // Write the generic documentation.
293 if (!p->documentation.empty()) {
294 *file << " * " << p->name << ": " << p->documentation << "\n";
H A DSpecification.cpp333 if (!p->documentation.empty()) {
344 if (!entry->documentation.empty()) {
347 "documentation.\n";
356 if (entry->documentation.empty()) {
362 mReturnDocumentation = entry->documentation;
H A DGenerateDocumentation.cpp195 cerr << "Error: Can't convert the documentation reference @" << id << "\n";
589 *file << " <tr><th>" << p->name << "</th><td>" << p->documentation << "</td></tr>\n";
H A DSpecification.h20 // See Generator.cpp for documentation of the .spec file format.
72 std::string documentation; member in struct:ParameterEntry
164 std::string mUrl; // The URL of the detailed documentation
523 * files, e.g. currently for ClearObject(). The documentation for
566 * hasDocumentation is true if this specification containes the documentation.
/frameworks/base/
H A DAndroid.mk56 # the documentation
158 # to the reference documentation. Must be in order of oldest to newest.
161 # not be referenced in the documentation.
683 $(static_doc_index_redirect): $(LOCAL_PATH)/docs/docs-documentation-redirect.html
727 $(static_doc_index_redirect): $(LOCAL_PATH)/docs/docs-documentation-redirect.html

Completed in 37 milliseconds