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

  /frameworks/rs/script_api/
Specification.cpp 61 SystemSpecification systemSpecification;
376 Constant* constant = systemSpecification.findOrCreateConstant(name, &created);
405 Type* type = systemSpecification.findOrCreateType(name, &created);
622 Function* function = systemSpecification.findOrCreateFunction(name, &created);
856 SystemSpecification::~SystemSpecification() {
885 Constant* SystemSpecification::findOrCreateConstant(const string& name, bool* created) {
889 Type* SystemSpecification::findOrCreateType(const string& name, bool* created) {
893 Function* SystemSpecification::findOrCreateFunction(const string& name, bool* created)
    [all...]
Specification.h 37 class SystemSpecification;
574 class SystemSpecification {
586 ~SystemSpecification();
615 extern SystemSpecification systemSpecification;

Completed in 622 milliseconds