Searched refs:debug (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/javax/xml/validation/
H A DSchemaFactoryFinder.java48 /** debug support code. */
49 private static boolean debug = false; field in class:SchemaFactoryFinder
67 String val = System.getProperty("jaxp.debug");
68 // Allow simply setting the prop to turn on debug
69 debug = val != null && (! "false".equals(val));
73 * <p>Conditional debug printing.</p>
78 if (debug) {
101 if( debug ) {
138 if (debug) {
161 if (debug) debugPrintl
[all...]
/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathFactoryFinder.java44 /** debug support code. */
45 private static boolean debug = false; field in class:XPathFactoryFinder
53 String val = System.getProperty("jaxp.debug");
54 // Allow simply setting the prop to turn on debug
55 debug = val != null && (! "false".equals(val));
69 * <p>Conditional debug printing.</p>
74 if (debug) {
97 if (debug) {
133 if (debug) {
154 if (debug) debugPrintl
[all...]
/libcore/luni/src/main/java/javax/xml/datatype/
H A DFactoryFinder.java48 private static boolean debug = false; field in class:FactoryFinder
66 String val = System.getProperty("jaxp.debug");
67 // Allow simply setting the prop to turn on debug
68 debug = val != null && (! "false".equals(val));
79 if (debug) {
102 if (debug) debugPrintln(
110 if (debug) debugPrintln(
141 if (debug) {
174 if (debug) debugPrintln("found " + systemProp + " in the system property " + factoryId);
189 if (debug) debugPrintl
[all...]
/libcore/dalvik/src/test/java/dalvik/system/profiler/
H A DSamplingProfilerTest.java281 OutputStream debug = new FileOutputStream(file);
282 debug.write(bytes);
283 debug.close();
/libcore/benchmarks/libs/
H A Dcaliper.jar ... boolean captureVmLog private boolean printScore private boolean measureMemory private boolean debug private int debugReps private com.google.caliper. ...

Completed in 401 milliseconds