Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/javax/xml/datatype/
DFactoryFinder.java48 private static boolean debug = false; field in FactoryFinder
/libcore/luni/src/main/java/javax/xml/xpath/
DXPathFactoryFinder.java45 private static boolean debug = false; field in XPathFactoryFinder
/libcore/luni/src/main/java/javax/xml/validation/
DSchemaFactoryFinder.java49 private static boolean debug = false; field in SchemaFactoryFinder
/libcore/dalvik/src/test/java/dalvik/system/profiler/
DSamplingProfilerTest.java281 OutputStream debug = new FileOutputStream(file); in test_HprofData_binary() local