Searched refs:Variable (Results 1 – 9 of 9) sorted by relevance
697 struct Variable { struct698 Variable() : mInitializers(nullptr) { } in Variable() argument699 ~Variable() { delete [] mInitializers; } in ~Variable() argument701 Variable(const Variable &) = delete;702 void operator=(const Variable &) = delete; argument711 ArrayWithCursor<Variable> mVariables;
191 if (mValue instanceof Variable) { in execute()192 String varName = ((Variable)mValue).name; in execute()222 private static class Variable { class in GraphReader225 public Variable(String name) { in Variable() method in GraphReader.Variable427 return new Variable(strValue); in getAssignmentValue()
128 if [ -z "${BR_DIR}" ] ; then echo "Variable BR_DIR not set"; else adb shell rm -rf ${BR_DIR}/*; fi
27 // Variable Index //
33 // Variable Index //
157 * **Exported Variable List** (MCO_ExportVarList) -
635 // Variable in is the uchar4 for sharp_meta
10206 java.lang.ProcessEnvironment$Variable
51860 Ljava/lang/ProcessEnvironment$Variable;