HomeSort by relevance Sort by last modified time
    Searched defs:HashMap (Results 1 - 19 of 19) sorted by null

  /external/srec/tools/grxmlcompile/
hashmap.h 1 /* FILE: hashmap.h
30 class HashMap
34 HashMap();
hashmap.cpp 1 /* FILE: hashmap.cpp
33 #include "hashmap.h"
39 HashMap<T1,T2>::HashMap():
45 void HashMap<T1,T2>::setName(std::string s)
51 bool HashMap<T1,T2>::insert( T1 const & index, T2 const & value)
63 bool HashMap<T1,T2>::remove( T1 const & index )
70 bool HashMap<T1,T2>::isEmpty()
77 bool HashMap<T1,T2>::clear()
86 bool HashMap<T1,T2>::getIndex( T2 const & value, T1 *index
    [all...]
  /external/srec/shared/include/
HashMap.h 2 * HashMap.h *
32 * @addtogroup HashMapModule HashMap API functions
47 * @param self HashMap handle
57 * @param self HashMap handle
66 * @param self HashMap handle
75 * @param self HashMap handle
84 * @param self HashMap handle
92 * @param self HashMap handle
100 * @param self HashMap handle
110 * @param self HashMap handl
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/login/
DefaultConfigParserTest.java 29 import java.util.HashMap;
74 config = DefaultConfigurationParser.configParser(url, p, new HashMap<String, List<AppConfigurationEntry>>());
101 Map<String, List<AppConfigurationEntry>> config = DefaultConfigurationParser.configParser(url, p, new HashMap<String, List<AppConfigurationEntry>>());
118 Map<String, String> m = new HashMap<String, String>();
163 DefaultConfigurationParser.configParser(file.toURL(), p, new HashMap<String, List<AppConfigurationEntry>>());
  /external/v8/src/
hashmap.h 49 // HashMap entries are (key, value, hash) triplets.
102 typedef TemplateHashMapImpl<FreeStoreAllocationPolicy> HashMap;
266 v8::internal::FatalProcessOutOfMemory("HashMap::Initialize");
  /external/webkit/Source/JavaScriptCore/wtf/
HashMap.h 32 class HashMap {
54 void swap(HashMap&);
145 inline void HashMap<T, U, V, W, X>::swap(HashMap& other)
151 inline int HashMap<T, U, V, W, X>::size() const
157 inline int HashMap<T, U, V, W, X>::capacity() const
163 inline bool HashMap<T, U, V, W, X>::isEmpty() const
169 inline typename HashMap<T, U, V, W, X>::iterator HashMap<T, U, V, W, X>::begin()
175 inline typename HashMap<T, U, V, W, X>::iterator HashMap<T, U, V, W, X>::end(
    [all...]
RefPtrHashMap.h 26 // This specialization is a direct copy of HashMap, with overloaded functions
29 // FIXME: Find a better way that doesn't require an entire copy of the HashMap template.
48 class HashMap<RefPtr<T>, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg> {
74 void swap(HashMap&);
124 inline void HashMap<RefPtr<T>, U, V, W, X>::swap(HashMap& other)
130 inline int HashMap<RefPtr<T>, U, V, W, X>::size() const
136 inline int HashMap<RefPtr<T>, U, V, W, X>::capacity() const
142 inline bool HashMap<RefPtr<T>, U, V, W, X>::isEmpty() const
148 inline typename HashMap<RefPtr<T>, U, V, W, X>::iterator HashMap<RefPtr<T>, U, V, W, X>::begin(
    [all...]
  /libcore/luni/src/main/java/java/util/
HashMap.java 29 * HashMap is an implementation of {@link Map}. All optional operations are supported.
33 * <p>Note that the iteration order for HashMap is non-deterministic. If you want
36 * <p>Note: the implementation of {@code HashMap} is not synchronized.
53 public class HashMap<K, V> extends AbstractMap<K, V> implements Cloneable, Serializable {
55 * Min capacity (other than zero) for a HashMap. Must be a power of two
61 * Max capacity for a HashMap. Must be a power of two >= MINIMUM_CAPACITY.
122 * Constructs a new empty {@code HashMap} instance.
125 public HashMap() {
131 * Constructs a new {@code HashMap} instance with the specified capacity.
138 public HashMap(int capacity)
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 667 DenseMap<uintptr_t, PHINode *> HashMap;
694 HashMap.insert(std::make_pair(Hash, PN));
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 301 milliseconds