Searched defs:Specification (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/api/
H A Dgen_runtime.cpp33 * - Specification: Defines one of the many variations of the function. There's
34 * a one to one correspondance between Specification objects and entries in the
35 * spec file. Strings that are parts of a Specification can include placeholders,
82 class Specification;
163 vector<Specification*> mSpecifications;
164 typedef vector<Specification*>::iterator SpecificationIterator;
184 void addSpecification(Specification* spec) { mSpecifications.push_back(spec); }
198 * Specification objects and entries in the spec file. Some of the strings that are parts of a
199 * Specification can include placeholders, which are "#1", "#2", "#3", and "#4". We'll replace
202 class Specification { class in namespace:__anon1461
246 Specification() { function in class:__anon1461::Specification
[all...]

Completed in 260 milliseconds