Home | History | Annotate | Download | only in api

Lines Matching defs:Specification

35 class Specification;
127 /* The range of versions a specification applies to. Zero if there's no restriction,
249 * A specification can be specific to a range of RenderScript version or 32bits vs 64 bits.
252 class Specification {
264 class ConstantSpecification : public Specification {
275 // Parse a constant specification and add it to specFile.
289 class TypeSpecification : public Specification {
293 TypeKind mKind; // The kind of type specification
322 // Parse a type specification and add it to specFile.
334 class FunctionSpecification : public Specification {
367 /* The collection of permutations for this specification, i.e. this class instantianted
448 // Parse a function specification and add it to specFile.
452 /* A concrete version of a function specification, where all placeholders have been replaced by
481 FunctionPermutation(Function* function, FunctionSpecification* specification,
564 * hasDocumentation is true if this specification containes the documentation.
587 * if the named specification did not already exist.
605 // Returns "<a href='...'> for the named specification, or empty if not found.