Lines Matching refs:specFile
276 const SpecFile* specFile) { in scanDocumentationTags() argument
303 mUrl = specFile->getDetailedDocumentationUrl() + "#android_rs:" + mName; in scanDocumentationTags()
365 void ConstantSpecification::scanConstantSpecification(Scanner* scanner, SpecFile* specFile, in scanConstantSpecification() argument
380 specFile->addConstantSpecification(spec, created); in scanConstantSpecification()
389 constant->scanDocumentationTags(scanner, created, specFile); in scanConstantSpecification()
394 void TypeSpecification::scanTypeSpecification(Scanner* scanner, SpecFile* specFile, in scanTypeSpecification() argument
409 specFile->addTypeSpecification(spec, created); in scanTypeSpecification()
444 type->scanDocumentationTags(scanner, created, specFile); in scanTypeSpecification()
602 void FunctionSpecification::scanFunctionSpecification(Scanner* scanner, SpecFile* specFile, in scanFunctionSpecification() argument
626 specFile->addFunctionSpecification(spec, created); in scanFunctionSpecification()
687 function->scanDocumentationTags(scanner, created, specFile); in scanFunctionSpecification()
805 FILE* specFile = fopen(mSpecFileName.c_str(), "rte"); in readSpecFile() local
806 if (!specFile) { in readSpecFile()
811 Scanner scanner(mSpecFileName, specFile); in readSpecFile()
852 fclose(specFile); in readSpecFile()