Home
last modified time | relevance | path

Searched refs:StandardSystemProperty (Results 1 – 10 of 10) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
DStandardSystemPropertyTest.java29 for (StandardSystemProperty property : StandardSystemProperty.values()) { in testGetKeyMatchesString()
37 for (StandardSystemProperty property : StandardSystemProperty.values()) { in testGetValue()
43 for (StandardSystemProperty property : StandardSystemProperty.values()) { in testToString()
49 for (StandardSystemProperty property : StandardSystemProperty.values()) { in testNoNullValues()
52 if (property != StandardSystemProperty.JAVA_COMPILER) { in testNoNullValues()
/external/guava/guava/src/com/google/common/base/
DStandardSystemProperty.java32 public enum StandardSystemProperty { enum
120 private StandardSystemProperty(String key) { in StandardSystemProperty() method in StandardSystemProperty
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DSandboxClassLoader.java3 import static com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH;
4 import static com.google.common.base.StandardSystemProperty.PATH_SEPARATOR;
/external/guice/core/test/com/google/inject/
DAsserts.java19 import static com.google.common.base.StandardSystemProperty.JAVA_CLASS_PATH;
20 import static com.google.common.base.StandardSystemProperty.PATH_SEPARATOR;
/external/turbine/javatests/com/google/turbine/binder/
DJimageClassBinderTest.java19 import static com.google.common.base.StandardSystemProperty.JAVA_CLASS_VERSION;
/external/turbine/javatests/com/google/turbine/lower/
DModuleIntegrationTest.java19 import static com.google.common.base.StandardSystemProperty.JAVA_CLASS_VERSION;
/external/turbine/java/com/google/turbine/binder/
DCtSymClassBinder.java19 import static com.google.common.base.StandardSystemProperty.JAVA_HOME;
DJimageClassBinder.java19 import static com.google.common.base.StandardSystemProperty.JAVA_HOME;
/external/turbine/javatests/com/google/turbine/main/
DMainTest.java19 import static com.google.common.base.StandardSystemProperty.JAVA_CLASS_VERSION;
/external/turbine/java/com/google/turbine/main/
DMain.java19 import static com.google.common.base.StandardSystemProperty.JAVA_SPECIFICATION_VERSION;