Searched refs:getSystemProperty (Results 1 - 25 of 29) 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/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/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/robolectric/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", "")))))
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 310 milliseconds

12