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

/libcore/luni/src/main/java/libcore/util/
H A DTimeZoneDataFiles.java74 * Creates a path by combining the value of an environment variable with a relative path.
75 * Returns {@code null} if the environment variable is not set.
78 String variable = System.getenv(environmentVariable);
79 if (variable == null) {
82 return variable + path;
/libcore/
H A DAndroid.mk37 # Disable test modules if LIBCORE_SKIP_TESTS environment variable is set.
42 $(info * libcore tests are skipped because environment variable LIBCORE_SKIP_TESTS=$(LIBCORE_SKIP_TESTS))
H A DJavaLibrary.mk71 # For user / userdebug builds, strip the local variable table and the local variable
H A DNativeCode.mk89 -Wno-unused-variable \
/libcore/ojluni/src/main/java/java/lang/
H A DProcessEnvironment.java115 ("Invalid environment variable name: \"" + name + "\"");
122 ("Invalid environment variable value: \"" + value + "\"");
178 public int compareTo(Variable variable) { argument
179 return arrayCompare(getBytes(), variable.getBytes());

Completed in 121 milliseconds