Home
last modified time | relevance | path

Searched refs:insertData (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DSQLiteOpenHelperTest.java148 private void insertData(SQLiteDatabase db, String table, int[] values) { in insertData() method in SQLiteOpenHelperTest
166 insertData(db1, TABLE_NAME1, new int[]{1, 2}); in testMultipleDbsPreserveData()
171 insertData(db2, TABLE_NAME2, new int[]{4, 5, 6}); in testMultipleDbsPreserveData()
185 insertData(db1, TABLE_NAME1, new int[]{1, 2}); in testCloseOneDbKeepsDataForOther()
186 insertData(db2, TABLE_NAME2, new int[]{4, 5, 6}); in testCloseOneDbKeepsDataForOther()
208 insertData(db1, TABLE_NAME1, new int[]{1, 2}); in testCloseThenOpen()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java1064 public void insertData(int offset, String arg) throws DOMException in insertData() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1042 public final void insertData(int offset, String arg) throws DOMException in insertData() method in DTMNodeProxy
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1032 def insertData(self, offset, arg): member in CharacterData
/external/python/cpython2/Lib/xml/dom/
Dminidom.py979 def insertData(self, offset, arg): member in CharacterData