Home
last modified time | relevance | path

Searched refs:getSystemProperty (Results 1 – 22 of 22) 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/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/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/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/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.txt1093 com/ibm/icu/util/ULocale$JDKLocaleHelper#getSystemProperty:(Ljava/lang/String;)Ljava/lang/String;