HomeSort by relevance Sort by last modified time
    Searched refs:hashtable (Results 1 - 25 of 27) sorted by null

1 2

  /external/srec/portable/include/
phashtable.h 53 * @addtogroup HashTableModule HashTable API functions
59 * The HashTable is implemented using an array of linked lists. The capacity
60 * of the HashTable is the number of entries in this array. The load factor
61 * of the HashTable is the ratio of the total number of entries in the table
104 * Maximum load-factor before hashtable is rehashed.
124 * @param hashArgs Specifies the arguments controlling the hashtable. If
135 * @param hashtable A pointer to the returned hash table. This parameter may
137 * @return ESR_INVALID_ARGUMENT if hashArgs, or hashTable is null or
142 PHashTable **hashtable);
148 * @param ESR_INVALID_ARGUMENT if hashtable is nul
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/acl/
AclEnumerator.java 31 AclEnumerator(Acl acl1, Hashtable hashtable, Hashtable hashtable1, Hashtable hashtable2, Hashtable hashtable3) {
33 u1 = hashtable.elements();
AclImpl.java 29 private Hashtable allowedUsersTable;
30 private Hashtable allowedGroupsTable;
31 private Hashtable deniedUsersTable;
32 private Hashtable deniedGroupsTable;
38 allowedUsersTable = new Hashtable(23);
39 allowedGroupsTable = new Hashtable(23);
40 deniedUsersTable = new Hashtable(23);
41 deniedGroupsTable = new Hashtable(23);
66 Hashtable hashtable = findTable(aclentry); local
81 Hashtable hashtable = findTable(aclentry); local
125 Hashtable hashtable = null; local
    [all...]
  /external/stlport/stlport/stl/
_hashtable.c 102 # define hashtable _STLP_NON_DBG_NAME(hashtable) macro
121 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::size_type
122 # define __reference__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::reference
123 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::iterator
124 # define __const_iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::const_iterator
128 * This method is too difficult to implement for hashtable that do not
132 bool hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>::_M_equal(
133 const hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>& __ht1,
134 const hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>& __ht2)
543 # undef hashtable macro
    [all...]
_hashtable.h 58 * Hashtable class, used to implement the hashed associative containers
66 //Export of the classes used to represent buckets in the hashtable implementation.
94 # define hashtable _STLP_NON_DBG_NAME(hashtable) macro
101 class hashtable;
194 //Returns the maximum number of buckets handled by the hashtable implementation
216 * do. If we're using standard-conforming allocators, then a hashtable
225 class hashtable { class
226 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
262 * - limit code bloat, all hashtable instanciation use the same buckets representation
303 hashtable(size_type __n, function in class:hashtable
332 hashtable(const _Self& __ht) function in class:hashtable
342 hashtable(__move_source<_Self> src) function in class:hashtable
619 # undef hashtable macro
    [all...]
_unordered_map.h 54 typedef hashtable<value_type, key_type, _HashFcn, _UnorderedMapTraits,
222 typedef hashtable<value_type, key_type, _HashFcn, _UnorderedMultimapTraits,
_unordered_set.h 46 typedef hashtable<_Value, _Value, _HashFcn,
196 typedef hashtable<_Value, _Value, _HashFcn,
_hash_map.h 62 typedef hashtable<value_type, key_type, _HashFcn, _HashMapTraits,
253 typedef hashtable<value_type, key_type, _HashFcn, _HashMultimapTraits,
_hash_set.h 54 typedef hashtable<_Value, _Value, _HashFcn,
240 typedef hashtable<_Value, _Value, _HashFcn,
  /ndk/sources/android/stlport/stlport/stl/
_hashtable.c 102 # define hashtable _STLP_NON_DBG_NAME(hashtable) macro
121 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::size_type
122 # define __reference__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::reference
123 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::iterator
124 # define __const_iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::const_iterator
128 * This method is too difficult to implement for hashtable that do not
132 bool hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>::_M_equal(
133 const hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>& __ht1,
134 const hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>& __ht2)
543 # undef hashtable macro
    [all...]
_hashtable.h 58 * Hashtable class, used to implement the hashed associative containers
66 //Export of the classes used to represent buckets in the hashtable implementation.
94 # define hashtable _STLP_NON_DBG_NAME(hashtable) macro
101 class hashtable;
194 //Returns the maximum number of buckets handled by the hashtable implementation
216 * do. If we're using standard-conforming allocators, then a hashtable
225 class hashtable { class
226 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
262 * - limit code bloat, all hashtable instanciation use the same buckets representation
303 hashtable(size_type __n, function in class:hashtable
332 hashtable(const _Self& __ht) function in class:hashtable
342 hashtable(__move_source<_Self> src) function in class:hashtable
619 # undef hashtable macro
    [all...]
_unordered_map.h 54 typedef hashtable<value_type, key_type, _HashFcn, _UnorderedMapTraits,
222 typedef hashtable<value_type, key_type, _HashFcn, _UnorderedMultimapTraits,
_unordered_set.h 46 typedef hashtable<_Value, _Value, _HashFcn,
196 typedef hashtable<_Value, _Value, _HashFcn,
_hash_map.h 62 typedef hashtable<value_type, key_type, _HashFcn, _HashMapTraits,
253 typedef hashtable<value_type, key_type, _HashFcn, _HashMultimapTraits,
_hash_set.h 54 typedef hashtable<_Value, _Value, _HashFcn,
240 typedef hashtable<_Value, _Value, _HashFcn,
  /external/stlport/stlport/stl/debug/
_hashtable.h 33 // Hashtable class, used to implement the hashed associative containers
73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
91 class hashtable { class
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
134 hashtable(size_type __n, function in class:hashtable
142 hashtable(size_type __n, function in class:hashtable
149 hashtable(const _Self& __ht) function in class:hashtable
154 hashtable(__move_source<_Self> src) function in class:hashtable
  /ndk/sources/android/stlport/stlport/stl/debug/
_hashtable.h 33 // Hashtable class, used to implement the hashed associative containers
73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
91 class hashtable { class
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
134 hashtable(size_type __n, function in class:hashtable
142 hashtable(size_type __n, function in class:hashtable
149 hashtable(const _Self& __ht) function in class:hashtable
154 hashtable(__move_source<_Self> src) function in class:hashtable
  /external/kernel-headers/original/linux/sunrpc/
auth.h 61 struct hlist_head hashtable[RPC_CREDCACHE_NR]; member in struct:rpc_cred_cache
  /libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 31 import java.util.Hashtable;
44 @TestTargetClass(Hashtable.class)
47 private Hashtable ht10;
49 private Hashtable ht100;
51 private Hashtable htfull;
60 * @tests java.util.Hashtable#Hashtable()
65 method = "Hashtable",
69 // Test for method java.util.Hashtable()
70 new Support_MapTest2(new Hashtable()).runTest()
944 Hashtable<String,String> hashtable = new Hashtable<String,String>(); local
    [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 669 milliseconds

1 2