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

1 2

  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 191 String systemProp = System.getProperty(factoryId);
192 if (systemProp != null && systemProp.length() > 0) {
193 if (debug) debugPrintln("found " + systemProp + " in the system property " + factoryId);
194 return newInstance(systemProp, classLoader);
  /external/apache-xml/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;
  /external/apache-xml/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;
  /external/apache-xml/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;
  /external/apache-xml/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;
  /external/apache-xml/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;
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
jersey-core-1.11.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
nekohtml-1.9.6.2.jar 
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 

Completed in 200 milliseconds

1 2