Home
last modified time | relevance | path

Searched refs:getSystemProperty (Results 1 – 25 of 30) sorted by relevance

12

/external/emma/core/java12/com/vladium/util/
DProperty.java108 final String fileName = Property.getSystemProperty (namespace + ".properties"); in getAppProperties()
168 s.append (getSystemProperty ("java.vm.name", "")); in getSystemFingerprint()
170 s.append (getSystemProperty ("java.vm.version", "")); in getSystemFingerprint()
172 s.append (getSystemProperty ("java.vm.vendor", "")); in getSystemFingerprint()
174 s.append (getSystemProperty ("os.name", "")); in getSystemFingerprint()
176 s.append (getSystemProperty ("os.version", "")); in getSystemFingerprint()
178 s.append (getSystemProperty ("os.arch", "")); in getSystemFingerprint()
185 public static String getSystemProperty (final String key) in getSystemProperty() method in Property
197 public static String getSystemProperty (final String key, final String def) in getSystemProperty() method in Property
428 result = getSystemProperty (m_systemPrefix.concat ((String) key), null); in get()
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DRobolectricTestRunner.java114 new File(getSystemProperty(MANIFEST_PATH_PROPERTY, DEFAULT_MANIFEST_PATH)), in RobolectricTestRunner()
115 new File(getSystemProperty(RES_PATH_PROPERTY, DEFAULT_RES_PATH)), in RobolectricTestRunner()
116 new File(getSystemProperty(ASSETS_PATH_PROPERTY, DEFAULT_ASSETS_PATH)))); in RobolectricTestRunner()
133 new File(getSystemProperty(MANIFEST_PATH_PROPERTY, DEFAULT_MANIFEST_PATH)), in RobolectricTestRunner()
134 new File(getSystemProperty(RES_PATH_PROPERTY, DEFAULT_RES_PATH)), in RobolectricTestRunner()
135 new File(getSystemProperty(ASSETS_PATH_PROPERTY, DEFAULT_ASSETS_PATH)))); in RobolectricTestRunner()
420 private static String getSystemProperty(String propertyName, String defaultValue) {
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSecuritySupport.java96 String getSystemProperty(String propName) { in getSystemProperty() method in SecuritySupport
DObjectFactory.java264 String systemProp = ss.getSystemProperty(factoryId); in lookUpFactoryClassName()
282 String javah = ss.getSystemProperty("java.home"); in lookUpFactoryClassName()
DSecuritySupport12.java84 String getSystemProperty(final String propName) {
DToStream.java112 s_systemLineSep = ss.getSystemProperty("line.separator").toCharArray();
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DSecuritySupport.java98 String getSystemProperty(String propName) { in getSystemProperty() method in SecuritySupport
DSecuritySupport12.java87 String getSystemProperty(final String propName) {
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DSecuritySupport.java98 String getSystemProperty(String propName) { in getSystemProperty() method in SecuritySupport
DObjectFactory.java265 String systemProp = ss.getSystemProperty(factoryId); in lookUpFactoryClassName()
283 String javah = ss.getSystemProperty("java.home"); in lookUpFactoryClassName()
DSecuritySupport12.java87 String getSystemProperty(final String propName) {
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSecuritySupport.java98 String getSystemProperty(String propName) { in getSystemProperty() method in SecuritySupport
DObjectFactory.java265 String systemProp = ss.getSystemProperty(factoryId); in lookUpFactoryClassName()
283 String javah = ss.getSystemProperty("java.home"); in lookUpFactoryClassName()
DSecuritySupport12.java87 String getSystemProperty(final String propName) {
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
DSecuritySupport.java98 String getSystemProperty(String propName) { in getSystemProperty() method in SecuritySupport
DObjectFactory.java265 String systemProp = ss.getSystemProperty(factoryId); in lookUpFactoryClassName()
283 String javah = ss.getSystemProperty("java.home"); in lookUpFactoryClassName()
DSecuritySupport12.java87 String getSystemProperty(final String propName) {
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DSecuritySupport.java98 String getSystemProperty(String propName) { in getSystemProperty() method in SecuritySupport
DObjectFactory.java265 String systemProp = ss.getSystemProperty(factoryId); in lookUpFactoryClassName()
283 String javah = ss.getSystemProperty("java.home"); in lookUpFactoryClassName()
DSecuritySupport12.java87 String getSystemProperty(final String propName) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java589 String userScript = JDKLocaleHelper.getSystemProperty("user.script");
4411 return loc.getLanguage().equals(getSystemProperty("user.language")) in isOriginalDefaultLocale()
4412 && loc.getCountry().equals(getSystemProperty("user.country")) in isOriginalDefaultLocale()
4413 && loc.getVariant().equals(getSystemProperty("user.variant")) in isOriginalDefaultLocale()
4414 && script.equals(getSystemProperty("user.script")); in isOriginalDefaultLocale()
4416 return loc.getLanguage().equals(getSystemProperty("user.language")) in isOriginalDefaultLocale()
4417 && loc.getCountry().equals(getSystemProperty("user.country")) in isOriginalDefaultLocale()
4418 && loc.getVariant().equals(getSystemProperty("user.variant")); in isOriginalDefaultLocale()
4421 public static String getSystemProperty(String key) { in getSystemProperty() method in ULocale.JDKLocaleHelper
/external/emma/core/java12/com/vladium/emma/
DEMMAProperties.java142 final String fileName = Property.getSystemProperty (appName + ".properties"); in getAppProperties()
/external/robolectric/lib/main/
Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java91 …* this should never happen */ || (outDir.equals (new File (Property.getSystemProperty ("user.dir",… in process()
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/ ...

12