/libcore/sqlite-jdbc/src/main/java/SQLite/ |
D | BusyHandler.java | 19 public boolean busy(String table, int count); in busy()
|
D | Database.java | 656 public Blob open_blob(String db, String table, String column, in open_blob() 710 private native void _open_blob(String db, String table, String column, in _open_blob()
|
/libcore/luni/src/main/java/java/lang/ |
D | ThreadLocal.java | 62 Object[] table = values.table; in get() local 166 private Object[] table; field in ThreadLocal.Values 211 Object[] table = this.table; in inheritValues() local 274 Object[] table = this.table; in cleanUp() local 431 Object[] table = this.table; in getAfterMiss() local
|
/libcore/luni/src/main/java/java/util/ |
D | ListResourceBundle.java | 29 HashMap<String, Object> table; field in ListResourceBundle
|
D | HashMap.java | 94 transient HashMapEntry<K, V>[] table; field in HashMap
|
D | Hashtable.java | 78 private transient HashtableEntry<K, V>[] table; field in Hashtable
|
/libcore/luni/src/main/java/java/sql/ |
D | DatabaseMetaData.java | 585 String table, int scope, boolean nullable) throws SQLException; in getBestRowIdentifier() 660 String table, String columnNamePattern) throws SQLException; in getColumnPrivileges() 1022 public ResultSet getExportedKeys(String catalog, String schema, String table) in getExportedKeys() 1131 public ResultSet getImportedKeys(String catalog, String schema, String table) in getImportedKeys() 1203 public ResultSet getIndexInfo(String catalog, String schema, String table, in getIndexInfo() 1488 public ResultSet getPrimaryKeys(String catalog, String schema, String table) in getPrimaryKeys() 2102 String table) throws SQLException; in getVersionColumns()
|
/libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 685 String table, in getColumnPrivileges() 726 String table, int scope, in getBestRowIdentifier() 841 String table) throws SQLException { in getVersionColumns() 860 String table) throws SQLException { in getPrimaryKeys() 981 private void internalImportedKeys(String table, String pktable, in internalImportedKeys() 1023 String table) throws SQLException { in getImportedKeys() 1065 String table) throws SQLException { in getExportedKeys() 1272 public ResultSet getIndexInfo(String catalog, String schema, String table, in getIndexInfo()
|
D | JDBCConnection.java | 90 public boolean busy(String table, int count) { in busy()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | Security2Test.java | 139 private void addOrIncrementTable(Hashtable<String, Integer> table, String key) { in addOrIncrementTable()
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
D | mySSLSession.java | 26 private Hashtable table; field in mySSLSession
|
/libcore/luni/src/main/java/org/apache/xalan/templates/ |
D | ElemNumber.java | 1592 protected String int2singlealphaCount(long val, CharArrayWrapper table) in int2singlealphaCount() 1625 char[] table = new char[radix]; in int2alphaCount() local 1730 char[] table = null; in tradAlphaCount() local
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
D | NamespaceSupport.java | 642 Hashtable table; in processName() local
|
/libcore/luni/src/main/java/org/apache/xml/utils/ |
D | NamespaceSupport2.java | 575 Hashtable table; in processName() local
|
/libcore/luni/src/main/java/java/text/ |
D | DateFormat.java | 741 private static Hashtable<Integer, Field> table = new Hashtable<Integer, Field>(); field in DateFormat.Field
|
/libcore/luni/src/test/java/tests/SQLite/ |
D | DatabaseTest.java | 1820 public boolean busy(String table, int count) { in busy()
|
/libcore/luni/src/test/java/tests/java/sql/ |
D | DatabaseMetaDataTest.java | 2187 String table = rs.getString("TABLE_NAME"); in crossCheckGetColumnsAndResultSetMetaData() local
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | ConcurrentHashMap.java | 288 transient volatile HashEntry<K,V>[] table; field in ConcurrentHashMap.Segment
|
/libcore/sqlite-jdbc/src/main/native/ |
D | sqlite_jni.c | 421 busyhandler(void *udata, const char *table, int count) in busyhandler() 4292 jstring dbname, jstring table, in Java_SQLite_Database__1open_1blob()
|