Home
last modified time | relevance | path

Searched defs:db (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DXMLUtils.java102 DocumentBuilder db = dbf.newDocumentBuilder(); in getLoadingDoc() local
136 DocumentBuilder db = null; in save() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DDocumentBuilderFactoryTest.java320 DocumentBuilder db = dbf.newDocumentBuilder(); in test_newDocumentBuilder() local
330 DocumentBuilder db = dbf.newDocumentBuilder(); in test_newDocumentBuilder() local
DDocumentBuilderTest.java125 DocumentBuilder db; field in DocumentBuilderTest
/libcore/ojluni/src/test/java/util/Comparator/
DTypeTest.java126 Department db = new Department(b, "X"); in testJDK8033590() local
/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestZoneTextPrinterParser.java293 DateTimeFormatterBuilder db = new DateTimeFormatterBuilder(); in getFormatter() local
/libcore/ojluni/src/test/java/util/BitSet/stream/
DBitSetStreamTest.java164 SpliteratorOfIntDataBuilder db = new SpliteratorOfIntDataBuilder( in spliteratorOfIntDataProvider() local
/libcore/ojluni/src/main/java/java/nio/
DByteBufferAsCharBuffer.java335 CharBuffer db = this.duplicate(); in toString() local
/libcore/ojluni/src/main/java/java/util/prefs/
DXmlSupport.java262 DocumentBuilder db = dbf.newDocumentBuilder(); in loadPrefsDoc() local
/libcore/ojluni/src/test/java/nio/Buffer/
DBasicByte.java302 DoubleBuffer db = b.asDoubleBuffer(); in testViews() local