Home
last modified time | relevance | path

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

/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/v1/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/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/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/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/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/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/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java598 String userScript = JDKLocaleHelper.getSystemProperty("user.script");
4458 return loc.getLanguage().equals(getSystemProperty("user.language")) in isOriginalDefaultLocale()
4459 && loc.getCountry().equals(getSystemProperty("user.country")) in isOriginalDefaultLocale()
4460 && loc.getVariant().equals(getSystemProperty("user.variant")) in isOriginalDefaultLocale()
4461 && script.equals(getSystemProperty("user.script")); in isOriginalDefaultLocale()
4463 return loc.getLanguage().equals(getSystemProperty("user.language")) in isOriginalDefaultLocale()
4464 && loc.getCountry().equals(getSystemProperty("user.country")) in isOriginalDefaultLocale()
4465 && loc.getVariant().equals(getSystemProperty("user.variant")); in isOriginalDefaultLocale()
4468 public static String getSystemProperty(String key) { in getSystemProperty() method in ULocale.JDKLocaleHelper
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java554 String userScript = JDKLocaleHelper.getSystemProperty("user.script");
4272 return loc.getLanguage().equals(getSystemProperty("user.language")) in isOriginalDefaultLocale()
4273 && loc.getCountry().equals(getSystemProperty("user.country")) in isOriginalDefaultLocale()
4274 && loc.getVariant().equals(getSystemProperty("user.variant")) in isOriginalDefaultLocale()
4275 && script.equals(getSystemProperty("user.script")); in isOriginalDefaultLocale()
4277 return loc.getLanguage().equals(getSystemProperty("user.language")) in isOriginalDefaultLocale()
4278 && loc.getCountry().equals(getSystemProperty("user.country")) in isOriginalDefaultLocale()
4279 && loc.getVariant().equals(getSystemProperty("user.variant")); in isOriginalDefaultLocale()
4282 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/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/icu/icu4j/
Dcoverage-exclusion.txt984 com/ibm/icu/util/ULocale$JDKLocaleHelper#getSystemProperty:(Ljava/lang/String;)Ljava/lang/String;