Home | History | Annotate | Download | only in api

Lines Matching full:spec

203         // Empty lines in the .spec marks paragraphs.
348 static void writeDetailedTypeSpecification(GeneratedFile* file, const TypeSpecification* spec) {
349 switch (spec->getKind()) {
351 Type* type = spec->getType();
352 *file << "<p>A typedef of: " << spec->getSimpleType()
353 << makeAttributeTag(spec->getAttribute(), "", type->getDeprecatedApiLevel(),
356 writeHtmlVersionTag(file, spec->getVersionInfo(), false);
362 writeHtmlVersionTag(file, spec->getVersionInfo(), false);
368 writeHtmlVersionTag(file, spec->getVersionInfo(), false);
372 const vector<string>& values = spec->getValues();
373 const vector<string>& valueComments = spec->getValueComments();
386 writeHtmlVersionTag(file, spec->getVersionInfo(), false);
390 const vector<string>& fields = spec->getFields();
391 const vector<string>& fieldComments = spec->getFieldComments();
497 for (auto spec : specifications) {
501 writeDetailedConstantSpecification(file, spec);
533 for (auto spec : type->getSpecifications()) {
534 writeDetailedTypeSpecification(file, spec);
614 // This is true for rs_core.spec
619 const string fileName = stringReplace(specFile.getSpecFileName(), ".spec",
709 const string fileName = stringReplace(specFile->getSpecFileName(), ".spec", ".html");