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

/sdk/emulator/opengl/host/tools/emugen/
H A DAndroid.mk17 # protocol encoders/ decoders. This variable is used by other emugl modules.
/sdk/monkeyrunner/src/com/android/monkeyrunner/
H A DScriptRunner.java53 private final String variable; field in class:ScriptRunner
56 private ScriptRunner(Object scope, String variable) { argument
58 this.variable = variable;
62 public static ScriptRunner newInstance(Object scope, String variable) { argument
63 return new ScriptRunner(scope, variable);
/sdk/monkeyrunner/src/com/android/monkeyrunner/controller/
H A DVariableFrame.java91 for (final String variable : variables) {
95 value = device.getProperty(variable);
100 set.add(new VariableHolder(variable, value));
/sdk/find_java/
H A Dfind_java.bat17 rem to use. The script changes the "java_exe" env variable. The variable
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
H A DJavaPerformanceDetector.java296 * <b>other</b> variable - e.g.
319 // compute all variable names seen in the condition
540 /** Visitor which records variable names assigned into */
553 String variable;
555 variable = ((Select) left).astIdentifier().astValue();
557 variable = left.toString();
559 mVariables.add(variable);
/sdk/emulator/opengl/
H A Dcommon.mk5 # order for various variable definitions and usage to happen in the correct
115 # Called to indicate that a module exports a given local variable for its
117 # $1: Local variable type (e.g. CFLAGS, LDLIBS, etc...)

Completed in 133 milliseconds