Searched refs:debugPrintln (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/javax/xml/validation/
H A DSchemaFactoryFinder.java77 private static void debugPrintln(String msg) { method in class:SchemaFactoryFinder
108 debugPrintln("using thread context class loader ("+classLoader+") for search");
113 debugPrintln("using system class loader ("+classLoader+") for search");
117 debugPrintln("using class loader (" + classLoader + ") for search");
140 debugPrintln("factory '" + f.getClass().getName() + "' was found for " + schemaLanguage);
142 debugPrintln("unable to find a factory for " + schemaLanguage);
161 if (debug) debugPrintln("Looking up system property '"+propertyName+"'" );
164 if (debug) debugPrintln("The value is '"+r+"'");
169 debugPrintln("The property is undefined.");
182 debugPrintln("faile
[all...]
/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathFactoryFinder.java73 private static void debugPrintln(String msg) { method in class:XPathFactoryFinder
104 debugPrintln("using thread context class loader (" + classLoader + ") for search");
109 debugPrintln("using system class loader (" + classLoader + ") for search");
113 debugPrintln("using class loader (" + classLoader + ") for search");
135 debugPrintln("factory '" + f.getClass().getName() + "' was found for " + uri);
137 debugPrintln("unable to find a factory for " + uri);
154 if (debug) debugPrintln("Looking up system property '"+propertyName+"'" );
157 if (debug) debugPrintln("The value is '"+r+"'");
161 debugPrintln("The property is undefined.");
181 if (debug) debugPrintln("Rea
[all...]
/libcore/luni/src/main/java/javax/xml/datatype/
H A DFactoryFinder.java78 private static void debugPrintln(String msg) { method in class:FactoryFinder
102 if (debug) debugPrintln(
110 if (debug) debugPrintln(
142 debugPrintln("Loaded " + className + " from " + which(spiClass));
174 if (debug) debugPrintln("found " + systemProp + " in the system property " + factoryId);
189 if (debug) debugPrintln("Read properties file " + f);
196 if (debug) debugPrintln("found " + factoryClassName + " in $java.home/jaxp.properties");
218 if (debug) debugPrintln("loaded from fallback value: " + fallbackClassName);
247 if (debug) debugPrintln("found jar resource=" + serviceId + " using ClassLoader: " + cl);
270 if (debug) debugPrintln("foun
[all...]

Completed in 192 milliseconds