/external/emma/core/java12/com/vladium/util/ |
D | Property.java | 108 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/ |
D | SecuritySupport.java | 96 String getSystemProperty(String propName) { in getSystemProperty() method in SecuritySupport
|
D | ObjectFactory.java | 264 String systemProp = ss.getSystemProperty(factoryId); in lookUpFactoryClassName() 282 String javah = ss.getSystemProperty("java.home"); in lookUpFactoryClassName()
|
D | SecuritySupport12.java | 84 String getSystemProperty(final String propName) {
|
D | ToStream.java | 112 s_systemLineSep = ss.getSystemProperty("line.separator").toCharArray();
|
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
D | SecuritySupport.java | 98 String getSystemProperty(String propName) { in getSystemProperty() method in SecuritySupport
|
D | ObjectFactory.java | 265 String systemProp = ss.getSystemProperty(factoryId); in lookUpFactoryClassName() 283 String javah = ss.getSystemProperty("java.home"); in lookUpFactoryClassName()
|
D | SecuritySupport12.java | 87 String getSystemProperty(final String propName) {
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | SecuritySupport.java | 98 String getSystemProperty(String propName) { in getSystemProperty() method in SecuritySupport
|
D | ObjectFactory.java | 265 String systemProp = ss.getSystemProperty(factoryId); in lookUpFactoryClassName() 283 String javah = ss.getSystemProperty("java.home"); in lookUpFactoryClassName()
|
D | SecuritySupport12.java | 87 String getSystemProperty(final String propName) {
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | SecuritySupport.java | 98 String getSystemProperty(String propName) { in getSystemProperty() method in SecuritySupport
|
D | ObjectFactory.java | 265 String systemProp = ss.getSystemProperty(factoryId); in lookUpFactoryClassName() 283 String javah = ss.getSystemProperty("java.home"); in lookUpFactoryClassName()
|
D | SecuritySupport12.java | 87 String getSystemProperty(final String propName) {
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | SecuritySupport.java | 98 String getSystemProperty(String propName) { in getSystemProperty() method in SecuritySupport
|
D | ObjectFactory.java | 265 String systemProp = ss.getSystemProperty(factoryId); in lookUpFactoryClassName() 283 String javah = ss.getSystemProperty("java.home"); in lookUpFactoryClassName()
|
D | SecuritySupport12.java | 87 String getSystemProperty(final String propName) {
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | SecuritySupport.java | 98 String getSystemProperty(String propName) { in getSystemProperty() method in SecuritySupport
|
D | SecuritySupport12.java | 87 String getSystemProperty(final String propName) {
|
/external/emma/core/java12/com/vladium/emma/ |
D | EMMAProperties.java | 142 final String fileName = Property.getSystemProperty (appName + ".properties"); in getAppProperties()
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 91 …* this should never happen */ || (outDir.equals (new File (Property.getSystemProperty ("user.dir",… in process()
|
/external/icu/icu4j/ |
D | coverage-exclusion.txt | 1093 com/ibm/icu/util/ULocale$JDKLocaleHelper#getSystemProperty:(Ljava/lang/String;)Ljava/lang/String;
|