Searched refs:variable (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/
H A Dmcld.mk2 $(error Must set variable MCLD_ROOT_PATH before including this! $(LOCAL_PATH))
9 $(error Must set variable LLVM_ROOT_PATH before including this! $(LOCAL_PATH))
/frameworks/compile/libbcc/
H A Dlibbcc.mk18 $(error Must set variable LIBBCC_ROOT_PATH before including this! $(LOCAL_PATH))
/frameworks/rs/cpu_ref/
H A DAndroid.mk4 rs_base_CFLAGS := -Werror -Wall -Wno-unused-parameter -Wno-unused-variable
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilterGraph.java107 * Adds a variable to the graph.
111 * @param name the name of the variable.
112 * @param value the value of the variable or null if no value is to be set yet.
113 * @return the VariableSource filter that holds the value of this variable.
248 // Get variable
249 Filter variable = getFilter(varName);
250 if (variable == null || !(variable instanceof VariableSource)) {
251 throw new IllegalArgumentException("Unknown variable '" + varName + "'!");
254 // Connect variable (an
[all...]
/frameworks/base/tools/aidl/
H A DAST.cpp59 variable(NULL)
66 variable(v)
77 types->insert(this->variable->type);
87 fprintf(to, "%s %s", this->variable->type->QualifiedName().c_str(),
88 this->variable->name.c_str());
H A DAST.h100 Variable *variable; member in struct:Field
104 Field(int modifiers, Variable* variable);
/frameworks/support/v8/renderscript/rs_support/
H A DAndroid.mk3 rs_base_CFLAGS := -Werror -Wall -Wno-unused-parameter -Wno-unused-variable \
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java683 public final void setVariablePadding(boolean variable) { argument
684 mVariablePadding = variable;
/frameworks/rs/
H A DAndroid.mk4 rs_base_CFLAGS := -Werror -Wall -Wno-unused-parameter -Wno-unused-variable

Completed in 325 milliseconds