Searched defs:HashMap (Results 1 - 13 of 13) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dhashmap.h30 class HashMap class
34 HashMap();
H A Dhashmap.cpp39 HashMap<T1,T2>::HashMap(): function in class: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 )
100 bool HashMap<T1,T2>::getFirst( T1 *index, T2 *value )
114 bool HashMap<T
[all...]
/external/apache-http/src/org/apache/http/impl/client/
H A DBasicCredentialsProvider.java33 import java.util.HashMap;
55 private final HashMap<AuthScope, Credentials> credMap;
62 this.credMap = new HashMap<AuthScope, Credentials>();
93 final HashMap<AuthScope, Credentials> map,
92 matchCredentials( final HashMap<AuthScope, Credentials> map, final AuthScope authscope) argument
/external/srec/shared/include/
H A DHashMap.h2 * 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
153 HashMap; typedef in typeref:struct:HashMap_t
[all...]
/external/v8/src/
H A Dhashmap.cc39 Allocator HashMap::DefaultAllocator;
42 HashMap::HashMap() { function in class:v8::internal::HashMap
48 HashMap::HashMap(MatchFun match, function in class:v8::internal::HashMap
57 HashMap::~HashMap() {
64 HashMap::Entry* HashMap::Lookup(void* key, uint32_t hash, bool insert) {
92 void HashMap
[all...]
H A Dhashmap.h36 // used by HashMap and implements a default allocator.
45 class HashMap { class in namespace:v8::internal
53 // you know that the HashMap will never be used).
54 HashMap();
58 explicit HashMap(MatchFun match,
62 ~HashMap();
64 // HashMap entries are (key, value, hash) triplets.
/external/webkit/Source/WebCore/rendering/
H A DRenderApplet.cpp36 RenderApplet::RenderApplet(HTMLAppletElement* applet, const HashMap<String, String>& args) argument
/external/webkit/Source/JavaScriptCore/wtf/
H A DRefPtrHashMap.h26 // 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> { class in namespace:WTF
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<RefPt
[all...]
H A DHashMap.h32 class HashMap { class in namespace:WTF
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<
325 operator ==(const HashMap<T, U, V, W, X>& a, const HashMap<T, U, V, W, X>& b) argument
344 operator !=(const HashMap<T, U, V, W, X>& a, const HashMap<T, U, V, W, X>& b) argument
359 deleteAllValues(const HashMap<T, U, V, W, X>& collection) argument
374 deleteAllKeys(const HashMap<T, U, V, W, X>& collection) argument
380 copyKeysToVector(const HashMap<T, U, V, W, X>& collection, Y& vector) argument
393 copyValuesToVector(const HashMap<T, U, V, W, X>& collection, Y& vector) argument
[all...]
/external/webkit/Source/WebCore/loader/
H A DSubframeLoader.cpp188 PassRefPtr<Widget> SubframeLoader::createJavaAppletWidget(const IntSize& size, HTMLAppletElement* element, const HashMap<String, String>& args) argument
194 HashMap<String, String>::const_iterator end = args.end();
195 for (HashMap<String, String>::const_iterator it = args.begin(); it != end; ++it) {
/external/webkit/Source/WebCore/storage/
H A DStorageAreaSync.cpp184 HashMap<String, String>::iterator changed_it = m_changedItems.begin();
185 HashMap<String, String>::iterator changed_end = m_changedItems.end();
198 HashMap<String, String>::iterator pending_it = m_itemsPendingSync.begin();
199 HashMap<String, String>::iterator pending_end = m_itemsPendingSync.end();
285 HashMap<String, String> itemMap;
299 HashMap<String, String>::iterator it = itemMap.begin();
300 HashMap<String, String>::iterator end = itemMap.end();
336 void StorageAreaSync::sync(bool clearItems, const HashMap<String, String>& items) argument
385 HashMap<String, String>::const_iterator end = items.end();
387 for (HashMap<Strin
[all...]
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp662 DenseMap<uintptr_t, PHINode *> HashMap; local
689 HashMap.insert(std::make_pair(Hash, PN));
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp756 const HashMap<UINT, Vector<String> >& dataMap, const IntSize& dragImageSize, const SharedMemory::Handle& dragImageHandle, bool isLinkDrag)
755 startDragDrop(const IntPoint& imageOrigin, const IntPoint& dragPoint, uint64_t okEffect, const HashMap<UINT, Vector<String> >& dataMap, const IntSize& dragImageSize, const SharedMemory::Handle& dragImageHandle, bool isLinkDrag) argument

Completed in 6465 milliseconds