Home
last modified time | relevance | path

Searched defs:table (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java1736 String table, String columnNamePattern) throws SQLException; in getColumnPrivileges()
1833 String table, int scope, boolean nullable) throws SQLException; in getBestRowIdentifier()
1944 String table) throws SQLException; in getVersionColumns()
2006 String table) throws SQLException; in getPrimaryKeys()
2084 String table) throws SQLException; in getImportedKeys()
2268 String table) throws SQLException; in getExportedKeys()
2554 ResultSet getIndexInfo(String catalog, String schema, String table, in getIndexInfo()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSecurity2Test.java104 private void addOrIncrementTable(Map<String, Integer> table, String k) { in addOrIncrementTable()
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DmySSLSession.java26 private Hashtable table; field in mySSLSession
/libcore/luni/src/main/java/org/xml/sax/helpers/
DNamespaceSupport.java646 Hashtable table; in processName() local
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThreadLocal.java181 private java.lang.ThreadLocal.ThreadLocalMap.Entry[] table; field in ThreadLocal.ThreadLocalMap
/libcore/ojluni/src/main/java/java/lang/
DThreadLocal.java327 private Entry[] table; field in ThreadLocal.ThreadLocalMap
/libcore/ojluni/src/main/java/java/util/
DHashtable.java137 private transient HashtableEntry<?,?>[] table; field in Hashtable
1334 HashtableEntry<?,?>[] table = Hashtable.this.table; field in Hashtable.Enumerator
DWeakHashMap.java160 Entry<K,V>[] table; field in WeakHashMap
DIdentityHashMap.java172 transient Object[] table; // non-private to simplify nested class access field in IdentityHashMap
DHashMap.java395 transient Node<K,V>[] table; field in HashMap
/libcore/ojluni/src/main/native/
Dzip_util.h229 jint *table; /* Hash chain heads: indexes into entries */ member
Dzip_util.c564 jint *table; in readCEN() local
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java1853 String table = rs.getString("TABLE_NAME"); in crossCheckGetColumnsAndResultSetMetaData() local
/libcore/ojluni/annotations/hiddenapi/java/util/
DHashMap.java285 transient java.util.HashMap.Node<K, V>[] table; field in HashMap