HomeSort by relevance Sort by last modified time
    Searched refs:TypeSpecification (Results 1 - 6 of 6) sorted by null

  /frameworks/rs/script_api/
Specification.h 39 class TypeSpecification;
206 std::vector<TypeSpecification*> mSpecifications; // Owned
212 const std::vector<TypeSpecification*> getSpecifications() const { return mSpecifications; }
214 void addSpecification(TypeSpecification* spec) { mSpecifications.push_back(spec); }
248 /* Base class for TypeSpecification, ConstantSpecification, and FunctionSpecification.
289 * TypeSpecification objects and entries in the spec file.
291 class TypeSpecification : public Specification {
311 TypeSpecification(Type* type) : mType(type) {}
518 std::list<TypeSpecification*> mTypeSpecificationsList;
544 const std::list<TypeSpecification*>& getTypeSpecifications() const
    [all...]
Specification.cpp 394 void TypeSpecification::scanTypeSpecification(Scanner* scanner, SpecFile* specFile,
406 TypeSpecification* spec = new TypeSpecification(type);
787 void SpecFile::addTypeSpecification(TypeSpecification* spec, bool hasDocumentation) {
843 TypeSpecification::scanTypeSpecification(&scanner, this, maxApiLevel);
    [all...]
GenerateHeaderFiles.cpp 128 static void writeTypeSpecification(GeneratedFile* file, const TypeSpecification& spec) {
GenerateStubsWhiteList.cpp 66 for (TypeSpecification* spec : type->second->getSpecifications()) {
GenerateDocumentation.cpp 351 static void writeDetailedTypeSpecification(GeneratedFile* file, const TypeSpecification* spec) {
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 101 milliseconds