Searched refs:FunctionSpecification (Results 1 - 4 of 4) sorted by path
/frameworks/rs/api/ |
H A D | GenerateHeaderFiles.cpp | 200 static void writeFunctionPermutation(GeneratedFile* file, const FunctionSpecification& spec, 308 static void writeFunctionSpecification(GeneratedFile* file, const FunctionSpecification& spec) {
|
H A D | GenerateStubsWhiteList.cpp | 351 const FunctionSpecification& spec, unsigned int lastApiLevel,
|
H A D | Specification.cpp | 445 FunctionSpecification::~FunctionSpecification() { 455 string FunctionSpecification::expandRSTypeInString(const string &s, 469 string FunctionSpecification::expandString(string s, 486 void FunctionSpecification::expandStringVector(const vector<string>& in, 495 void FunctionSpecification::createPermutations(Function* function, Scanner* scanner) { 525 string FunctionSpecification::getName(int replacementIndexes[MAX_REPLACEABLES]) const { 529 void FunctionSpecification::getReturn(int replacementIndexes[MAX_REPLACEABLES], 535 void FunctionSpecification::getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES], 545 void FunctionSpecification [all...] |
H A D | Specification.h | 33 class FunctionSpecification; 59 * we instantiate the FunctionPermutation(s) that correspond to one FunctionSpecification. 229 std::vector<FunctionSpecification*> mSpecifications; // Owned 238 const std::vector<FunctionSpecification*> getSpecifications() const { return mSpecifications; } 245 void addSpecification(FunctionSpecification* spec) { mSpecifications.push_back(spec); } 248 /* Base class for TypeSpecification, ConstantSpecification, and FunctionSpecification. 330 * FunctionSpecification objects and entries in the spec file. Some of the strings that are parts 331 * of a FunctionSpecification can include placeholders, which are "#1", "#2", "#3", and "#4". We'll 334 class FunctionSpecification : public Specification { class in inherits:Specification 404 FunctionSpecification(Functio function in class:FunctionSpecification [all...] |
Completed in 105 milliseconds