Searched refs:HashMap (Results 1 - 25 of 903) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
H A DHashMap.h1 #include <JavaScriptCore/HashMap.h>
/external/webkit/Source/WebKit/mac/ForwardingHeaders/wtf/
H A DHashMap.h1 #import <JavaScriptCore/HashMap.h>
/external/webkit/Tools/DumpRenderTree/ForwardingHeaders/wtf/
H A DHashMap.h1 #include <JavaScriptCore/HashMap.h>
/external/webkit/Source/WebCore/ForwardingHeaders/wtf/
H A DHashMap.h3 #include <JavaScriptCore/HashMap.h>
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DMaterialList.java35 import java.util.HashMap;
43 public class MaterialList extends HashMap<String, Material> {
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryClassObject.java35 import java.util.HashMap;
40 HashMap<String, BinaryClassField> nameFields;
41 HashMap<Byte, BinaryClassField> aliasFields;
/external/srec/shared/include/
H A DHashMapImpl.h31 * HashMap implementation.
38 HashMap Interface;
50 ESR_SHARED_API ESR_ReturnCode HashMap_Put(HashMap* self, const LCHAR* key, void* value);
54 ESR_SHARED_API ESR_ReturnCode HashMap_Remove(HashMap* self, const LCHAR* key);
58 ESR_SHARED_API ESR_ReturnCode HashMap_RemoveAndFree(HashMap* self, const LCHAR* key);
62 ESR_SHARED_API ESR_ReturnCode HashMap_RemoveAtIndex(HashMap* self, const size_t index);
66 ESR_SHARED_API ESR_ReturnCode HashMap_RemoveAll(HashMap* self);
70 ESR_SHARED_API ESR_ReturnCode HashMap_RemoveAndFreeAll(HashMap* self);
74 ESR_SHARED_API ESR_ReturnCode HashMap_ContainsKey(HashMap* self, const LCHAR* key, ESR_BOOL* exists);
78 ESR_SHARED_API ESR_ReturnCode HashMap_Get(HashMap* sel
[all...]
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/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DAddressMap.java20 import java.util.HashMap;
28 private final HashMap<Integer,Integer> map;
34 map = new HashMap<Integer,Integer>();
/external/srec/shared/src/
H A DHashMap.c2 * HashMap.c *
20 #include "HashMap.h"
25 ESR_ReturnCode HashMapPut(HashMap* self, const LCHAR* key, void* value)
32 ESR_ReturnCode HashMapRemove(HashMap* self, const LCHAR* key)
39 ESR_ReturnCode HashMapRemoveAndFree(HashMap* self, const LCHAR* key)
46 ESR_ReturnCode HashMapRemoveAtIndex(HashMap* self, const size_t index)
53 ESR_ReturnCode HashMapRemoveAll(HashMap* self)
60 ESR_ReturnCode HashMapRemoveAndFreeAll(HashMap* self)
67 ESR_ReturnCode HashMapContainsKey(HashMap* self, const LCHAR* key, ESR_BOOL* exists)
74 ESR_ReturnCode HashMapGetSize(HashMap* sel
[all...]
/external/webkit/Source/WebCore/loader/archive/
H A DArchiveResourceCollection.h37 #include <wtf/HashMap.h>
54 HashMap<String, RefPtr<ArchiveResource> > m_subresources;
55 HashMap<String, RefPtr<Archive> > m_subframes;
/external/webkit/Source/WebCore/page/
H A DUserContentTypes.h29 #include <wtf/HashMap.h>
H A DUserScriptTypes.h29 #include <wtf/HashMap.h>
40 typedef HashMap<RefPtr<DOMWrapperWorld>, UserScriptVector*> UserScriptMap;
H A DUserStyleSheetTypes.h29 #include <wtf/HashMap.h>
41 typedef HashMap<RefPtr<DOMWrapperWorld>, UserStyleSheetVector*> UserStyleSheetMap;
/external/srec/tools/grxmlcompile/
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/webkit/Source/WebKit/chromium/src/
H A DWebEntities.h35 #include <wtf/HashMap.h>
68 typedef HashMap<int, WTF::String> EntitiesMapType;
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/matext/
H A DMaterialExtensionSet.java36 import java.util.HashMap;
45 private HashMap<String, MaterialExtension> extensions
46 = new HashMap<String, MaterialExtension>();
47 private HashMap<String, List<String>> nameMappings = new HashMap<String, List<String>>();
H A DMaterialExtension.java35 import java.util.HashMap;
45 private HashMap<String, String> textureMappings = new HashMap<String, String>();
/external/webkit/Source/WebCore/rendering/
H A DVerticalPositionCache.h30 #include <wtf/HashMap.h>
47 const HashMap<RenderObject*, int>& mapToCheck = baselineType == AlphabeticBaseline ? m_alphabeticPositions : m_ideographicPositions;
48 const HashMap<RenderObject*, int>::const_iterator it = mapToCheck.find(renderer);
63 HashMap<RenderObject*, int> m_alphabeticPositions;
64 HashMap<RenderObject*, int> m_ideographicPositions;
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DProviderService_ImplTest.java25 import java.util.HashMap;
47 HashMap hm = new HashMap();
/external/webkit/Source/WebCore/storage/chromium/
H A DQuotaTracker.h38 #include <wtf/HashMap.h>
57 typedef HashMap<String, unsigned long long> SizeMap;
59 HashMap<String, SizeMap> m_databaseSizes;
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
H A DGeolocationPermissionRequestManager.h29 #include <wtf/HashMap.h>
50 typedef HashMap<uint64_t, WebCore::Geolocation*> IDToGeolocationMap;
51 typedef HashMap<WebCore::Geolocation*, uint64_t> GeolocationToIDMap;
/external/webkit/Source/JavaScriptCore/parser/
H A DSourceProviderCache.h26 #include <wtf/HashMap.h>
44 HashMap<int, SourceProviderCacheItem*> m_map;
/external/webkit/Source/WebCore/dom/
H A DCheckedRadioButtons.h25 #include <wtf/HashMap.h>
40 typedef HashMap<AtomicStringImpl*, HTMLInputElement*> NameToInputMap;
/external/webkit/Source/WebCore/rendering/style/
H A DCounterDirectives.h28 #include <wtf/HashMap.h>
50 typedef HashMap<RefPtr<AtomicStringImpl>, CounterDirectives> CounterDirectiveMap;

Completed in 503 milliseconds

1234567891011>>