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

/frameworks/base/tools/aidl/
H A DAST.cpp63 Field::Field(int m, Variable* v)
129 Variable::Variable() function in class:Variable
136 Variable::Variable(Type* t, const string& n) function in class:Variable
143 Variable::Variable(Type* t, const string& n, int d) function in class:Variable
150 Variable::~Variable()
155 Variable
[all...]
H A DAST.h67 struct Variable : public Expression struct in inherits:Expression
73 Variable();
74 Variable(Type* type, const string& name);
75 Variable(Type* type, const string& name, int dimension);
76 virtual ~Variable();
100 Variable *variable;
104 Field(int modifiers, Variable* variable);
140 Variable* lvalue;
144 Assignment(Variable* lvalue, Expression* rvalue);
145 Assignment(Variable* lvalu
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java191 if (mValue instanceof Variable) {
192 String varName = ((Variable)mValue).name;
222 private static class Variable { class in class:GraphReader
225 public Variable(String name) { method in class:GraphReader.Variable
427 return new Variable(strValue);

Completed in 86 milliseconds