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

/frameworks/rs/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.cpp280 // Write the generic documentation.
289 if (!p->documentation.empty()) {
290 *file << " * " << p->name << ": " << p->documentation << "\n";
H A DSpecification.cpp301 if (!p->documentation.empty()) {
312 if (!entry->documentation.empty()) {
315 "documentation.\n";
324 if (entry->documentation.empty()) {
330 mReturnDocumentation = entry->documentation;
H A DGenerateDocumentation.cpp51 "<body class='gc-documentation develop reference'>\n\n";
192 cerr << "Error: Can't convert the documentation reference @" << id << "\n";
572 *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.
71 std::string documentation; member in struct:ParameterEntry
157 std::string mUrl; // The URL of the detailed documentation
489 * files, e.g. currently for ClearObject(). The documentation for
532 * hasDocumentation is true if this specification containes the documentation.
/frameworks/base/
H A DAndroid.mk626 # the documentation
724 # to the reference documentation. Must be in order of oldest to newest.
727 # not be referenced in the documentation.
926 $(LOCAL_PATH)/docs/docs-documentation-redirect.html | $(ACP)

Completed in 140 milliseconds