Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/HashMap/
DWhiteBoxResizeTest.java76 Object[] table(HashMap map) { in table() method in WhiteBoxResizeTest
/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/ojluni/src/main/java/jdk/random/
DXoroshiro128PlusPlus.java262 private void jumpAlgorithm(long[] table) { in jumpAlgorithm()
DXoshiro256PlusPlus.java288 private void jumpAlgorithm(long[] table) { in jumpAlgorithm()
/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.java43 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/util/
DHashtable.java143 private transient HashtableEntry<?,?>[] table; field in Hashtable
1329 static void putLoadFactor(Hashtable<?, ?> table, float lf) { in putLoadFactor()
1455 HashtableEntry<?,?>[] table = Hashtable.this.table; field in Hashtable.Enumerator
DWeakHashMap.java159 Entry<K,V>[] table; field in WeakHashMap
DIdentityHashMap.java177 transient Object[] table; // non-private to simplify nested class access field in IdentityHashMap
DHashMap.java389 transient Node<K,V>[] table; field in HashMap
/libcore/ojluni/src/main/java/java/lang/
DThreadLocal.java348 private Entry[] table; field in ThreadLocal.ThreadLocalMap
/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java1302 private int[] table; // Hash chain heads: indexes into entries field in ZipFile.Source
1643 int[] table = new int[tablelen]; in initCEN() local
/libcore/ojluni/src/main/native/
Dzip_util.h230 jint *table; /* Hash chain heads: indexes into entries */ member
Dzip_util.c608 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
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java3136 int[][] table = new int[tblmask][]; in oddModPow() local
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java778 transient volatile Node<K,V>[] table; field in ConcurrentHashMap