HomeSort by relevance Sort by last modified time
    Searched refs:systemProp (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 191 String systemProp = SecuritySupport.getSystemProperty(factoryId);
192 if (systemProp != null && systemProp.length() > 0) {
193 if (debug) debugPrintln("found " + systemProp + " in the system property " + factoryId);
194 return newInstance(systemProp, classLoader);
  /libcore/luni/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 265 String systemProp = ss.getSystemProperty(factoryId);
266 if (systemProp != null) {
267 debugPrintln("found system property, value=" + systemProp);
268 return systemProp;
  /libcore/luni/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 265 String systemProp = ss.getSystemProperty(factoryId);
266 if (systemProp != null) {
267 debugPrintln("found system property, value=" + systemProp);
268 return systemProp;
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ObjectFactory.java 264 String systemProp = ss.getSystemProperty(factoryId);
265 if (systemProp != null) {
266 debugPrintln("found system property, value=" + systemProp);
267 return systemProp;
  /libcore/luni/src/main/java/org/apache/xml/utils/
ObjectFactory.java 265 String systemProp = ss.getSystemProperty(factoryId);
266 if (systemProp != null) {
267 debugPrintln("found system property, value=" + systemProp);
268 return systemProp;
  /libcore/luni/src/main/java/org/apache/xpath/functions/
ObjectFactory.java 265 String systemProp = ss.getSystemProperty(factoryId);
266 if (systemProp != null) {
267 debugPrintln("found system property, value=" + systemProp);
268 return systemProp;

Completed in 169 milliseconds