Home
last modified time | relevance | path

Searched refs:SystemSpecification (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/api/
DSpecification.cpp61 SystemSpecification systemSpecification;
852 SystemSpecification::~SystemSpecification() { in ~SystemSpecification()
881 Constant* SystemSpecification::findOrCreateConstant(const string& name, bool* created) { in findOrCreateConstant()
885 Type* SystemSpecification::findOrCreateType(const string& name, bool* created) { in findOrCreateType()
889 Function* SystemSpecification::findOrCreateFunction(const string& name, bool* created) { in findOrCreateFunction()
893 bool SystemSpecification::readSpecFile(const string& fileName, unsigned int maxApiLevel) { in readSpecFile()
912 unsigned int SystemSpecification::getMaximumApiLevel() { in getMaximumApiLevel()
932 bool SystemSpecification::generateFiles(bool forVerification, unsigned int maxApiLevel) const { in generateFiles()
944 string SystemSpecification::getHtmlAnchor(const string& name) const { in getHtmlAnchor()
DSpecification.h37 class SystemSpecification; variable
572 class SystemSpecification {
584 ~SystemSpecification();
613 extern SystemSpecification systemSpecification;