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

12

/external/emma/core/java12/com/vladium/util/
H A DProperty.java108 final String fileName = Property.getSystemProperty (namespace + ".properties");
168 s.append (getSystemProperty ("java.vm.name", ""));
170 s.append (getSystemProperty ("java.vm.version", ""));
172 s.append (getSystemProperty ("java.vm.vendor", ""));
174 s.append (getSystemProperty ("os.name", ""));
176 s.append (getSystemProperty ("os.version", ""));
178 s.append (getSystemProperty ("os.arch", ""));
185 public static String getSystemProperty (final String key) method in class:Property
197 public static String getSystemProperty (final String key, final String def) method in class:Property
428 result = getSystemProperty (m_systemPrefi
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DSecuritySupport.java98 String getSystemProperty(String propName) { method in class:SecuritySupport
H A DSecuritySupport12.java87 String getSystemProperty(final String propName) { method in class:SecuritySupport12
H A DObjectFactory.java265 String systemProp = ss.getSystemProperty(factoryId);
283 String javah = ss.getSystemProperty("java.home");
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DSecuritySupport.java98 String getSystemProperty(String propName) { method in class:SecuritySupport
H A DSecuritySupport12.java87 String getSystemProperty(final String propName) { method in class:SecuritySupport12
H A DObjectFactory.java265 String systemProp = ss.getSystemProperty(factoryId);
283 String javah = ss.getSystemProperty("java.home");
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DSecuritySupport.java98 String getSystemProperty(String propName) { method in class:SecuritySupport
H A DSecuritySupport12.java87 String getSystemProperty(final String propName) { method in class:SecuritySupport12
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSecuritySupport.java96 String getSystemProperty(String propName) { method in class:SecuritySupport
H A DSecuritySupport12.java84 String getSystemProperty(final String propName) { method in class:SecuritySupport12
H A DObjectFactory.java264 String systemProp = ss.getSystemProperty(factoryId);
282 String javah = ss.getSystemProperty("java.home");
H A DToStream.java112 s_systemLineSep = ss.getSystemProperty("line.separator").toCharArray();
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DSecuritySupport.java98 String getSystemProperty(String propName) { method in class:SecuritySupport
H A DSecuritySupport12.java87 String getSystemProperty(final String propName) { method in class:SecuritySupport12
H A DObjectFactory.java265 String systemProp = ss.getSystemProperty(factoryId);
283 String javah = ss.getSystemProperty("java.home");
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DSecuritySupport.java98 String getSystemProperty(String propName) { method in class:SecuritySupport
H A DSecuritySupport12.java87 String getSystemProperty(final String propName) { method in class:SecuritySupport12
H A DObjectFactory.java265 String systemProp = ss.getSystemProperty(factoryId);
283 String javah = ss.getSystemProperty("java.home");
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricTestRunner.java114 new File(getSystemProperty(MANIFEST_PATH_PROPERTY, DEFAULT_MANIFEST_PATH)),
115 new File(getSystemProperty(RES_PATH_PROPERTY, DEFAULT_RES_PATH)),
116 new File(getSystemProperty(ASSETS_PATH_PROPERTY, DEFAULT_ASSETS_PATH))));
133 new File(getSystemProperty(MANIFEST_PATH_PROPERTY, DEFAULT_MANIFEST_PATH)),
134 new File(getSystemProperty(RES_PATH_PROPERTY, DEFAULT_RES_PATH)),
135 new File(getSystemProperty(ASSETS_PATH_PROPERTY, DEFAULT_ASSETS_PATH))));
420 private static String getSystemProperty(String propertyName, String defaultValue) { method in class:RobolectricTestRunner
/external/emma/core/java12/com/vladium/emma/
H A DEMMAProperties.java142 final String fileName = Property.getSystemProperty (appName + ".properties");
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DULocale.java554 String userScript = JDKLocaleHelper.getSystemProperty("user.script");
4272 return loc.getLanguage().equals(getSystemProperty("user.language"))
4273 && loc.getCountry().equals(getSystemProperty("user.country"))
4274 && loc.getVariant().equals(getSystemProperty("user.variant"))
4275 && script.equals(getSystemProperty("user.script"));
4277 return loc.getLanguage().equals(getSystemProperty("user.language"))
4278 && loc.getCountry().equals(getSystemProperty("user.country"))
4279 && loc.getVariant().equals(getSystemProperty("user.variant"));
4282 public static String getSystemProperty(String key) { method in class:ULocale.JDKLocaleHelper
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java598 String userScript = JDKLocaleHelper.getSystemProperty("user.script");
4458 return loc.getLanguage().equals(getSystemProperty("user.language"))
4459 && loc.getCountry().equals(getSystemProperty("user.country"))
4460 && loc.getVariant().equals(getSystemProperty("user.variant"))
4461 && script.equals(getSystemProperty("user.script"));
4463 return loc.getLanguage().equals(getSystemProperty("user.language"))
4464 && loc.getCountry().equals(getSystemProperty("user.country"))
4465 && loc.getVariant().equals(getSystemProperty("user.variant"));
4468 public static String getSystemProperty(String key) { method in class:ULocale.JDKLocaleHelper
/external/robolectric/v1/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java91 if ((outDir == null) /* this should never happen */ || (outDir.equals (new File (Property.getSystemProperty ("user.dir", "")))))

Completed in 419 milliseconds

12