/external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/ |
HashMap.h | 1 #include <JavaScriptCore/HashMap.h>
|
/external/webkit/Source/WebKit/mac/ForwardingHeaders/wtf/ |
HashMap.h | 1 #import <JavaScriptCore/HashMap.h>
|
/external/webkit/Tools/DumpRenderTree/ForwardingHeaders/wtf/ |
HashMap.h | 1 #include <JavaScriptCore/HashMap.h>
|
/external/webkit/Source/WebCore/ForwardingHeaders/wtf/ |
HashMap.h | 3 #include <JavaScriptCore/HashMap.h>
|
/frameworks/base/core/java/com/google/android/collect/ |
Maps.java | 19 import java.util.HashMap; 26 * Creates a {@code HashMap} instance. 28 * @return a newly-created, initially-empty {@code HashMap} 30 public static <K, V> HashMap<K, V> newHashMap() { 31 return new HashMap<K, V>();
|
/cts/tests/tests/drm/src/android/drm/cts/ |
Config.java | 19 import java.util.HashMap; 27 HashMap<String, String> getInfoOfRegistration(); 28 HashMap<String, String> getInfoOfUnregistration(); 29 HashMap<String, String> getInfoOfRightsAcquisition();
|
/cts/tests/tests/drm/src/android/drm/cts/configs/ |
FwdLockConfig.java | 19 import java.util.HashMap; 45 public HashMap<String, String> getInfoOfRegistration() { 48 public HashMap<String, String> getInfoOfUnregistration() { 51 public HashMap<String, String> getInfoOfRightsAcquisition(){ 55 private static HashMap<String, String> sInfoOfRegistration = new HashMap<String, String>(); 56 private static HashMap<String, String> sInfoOfUnregistration = new HashMap<String, String>(); 57 private static HashMap<String, String> sInfoOfRightsAcquisition = 58 new HashMap<String, String>() [all...] |
PassthruConfig.java | 19 import java.util.HashMap; 44 public HashMap<String, String> getInfoOfRegistration() { 47 public HashMap<String, String> getInfoOfUnregistration() { 50 public HashMap<String, String> getInfoOfRightsAcquisition(){ 54 private static HashMap<String, String> sInfoOfRegistration = new HashMap<String, String>(); 55 private static HashMap<String, String> sInfoOfUnregistration = new HashMap<String, String>(); 56 private static HashMap<String, String> sInfoOfRightsAcquisition = new HashMap<String, String>() [all...] |
/external/srec/shared/include/ |
HashMapImpl.h | 31 * 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* self, const LCHAR* key, void** value) [all...] |
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...] |
/dalvik/dx/src/com/android/dx/io/instructions/ |
AddressMap.java | 20 import java.util.HashMap; 28 private final HashMap<Integer,Integer> map; 34 map = new HashMap<Integer,Integer>();
|
/external/srec/shared/src/ |
HashMap.c | 2 * 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* self, size_t* size [all...] |
/external/webkit/Source/WebCore/loader/archive/ |
ArchiveResourceCollection.h | 37 #include <wtf/HashMap.h> 54 HashMap<String, RefPtr<ArchiveResource> > m_subresources; 55 HashMap<String, RefPtr<Archive> > m_subframes;
|
/external/webkit/Source/WebCore/storage/chromium/ |
QuotaTracker.h | 38 #include <wtf/HashMap.h> 57 typedef HashMap<String, unsigned long long> SizeMap; 59 HashMap<String, SizeMap> m_databaseSizes;
|
/external/webkit/Source/WebCore/page/ |
UserContentTypes.h | 29 #include <wtf/HashMap.h>
|
UserScriptTypes.h | 29 #include <wtf/HashMap.h> 40 typedef HashMap<RefPtr<DOMWrapperWorld>, UserScriptVector*> UserScriptMap;
|
UserStyleSheetTypes.h | 29 #include <wtf/HashMap.h> 41 typedef HashMap<RefPtr<DOMWrapperWorld>, UserStyleSheetVector*> UserStyleSheetMap;
|
/external/webkit/Source/JavaScriptCore/parser/ |
SourceProviderCache.h | 26 #include <wtf/HashMap.h> 44 HashMap<int, SourceProviderCacheItem*> m_map;
|
/external/webkit/Source/WebCore/dom/ |
CheckedRadioButtons.h | 25 #include <wtf/HashMap.h> 40 typedef HashMap<AtomicStringImpl*, HTMLInputElement*> NameToInputMap;
|
/external/webkit/Source/WebKit/chromium/src/ |
WebEntities.h | 35 #include <wtf/HashMap.h> 68 typedef HashMap<int, WTF::String> EntitiesMapType;
|
/external/webkit/Source/WebKit2/UIProcess/ |
GeolocationPermissionRequestManagerProxy.h | 30 #include <wtf/HashMap.h> 49 typedef HashMap<uint64_t, RefPtr<GeolocationPermissionRequestProxy> > PendingRequestMap;
|
/external/webkit/Source/WebCore/bindings/js/ |
DOMObjectHashTableMap.h | 26 #include <wtf/HashMap.h> 41 HashMap<const JSC::HashTable*, JSC::HashTable>::iterator mapEnd = m_map.end(); 42 for (HashMap<const JSC::HashTable*, JSC::HashTable>::iterator iter = m_map.begin(); iter != m_map.end(); ++iter) 48 HashMap<const JSC::HashTable*, JSC::HashTable>::iterator iter = m_map.find(staticTable); 55 HashMap<const JSC::HashTable*, JSC::HashTable> m_map;
|
/external/webkit/Source/WebCore/rendering/ |
VerticalPositionCache.h | 30 #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/v8/src/ |
hashmap.cc | 34 #include "hashmap.h" 39 Allocator HashMap::DefaultAllocator; 42 HashMap::HashMap() { 48 HashMap::HashMap(MatchFun match, 57 HashMap::~HashMap() { 64 HashMap::Entry* HashMap::Lookup(void* key, uint32_t hash, bool insert) [all...] |
/external/webkit/Source/WebCore/svg/graphics/filters/ |
SVGFilterBuilder.h | 29 #include <wtf/HashMap.h> 67 HashMap<AtomicString, RefPtr<FilterEffect> >::iterator end = m_builtinEffects.end(); 68 for (HashMap<AtomicString, RefPtr<FilterEffect> >::iterator iterator = m_builtinEffects.begin(); iterator != end; ++iterator) 72 HashMap<AtomicString, RefPtr<FilterEffect> > m_builtinEffects; 73 HashMap<AtomicString, RefPtr<FilterEffect> > m_namedEffects; 76 HashMap<RefPtr<FilterEffect>, FilterEffectSet> m_effectReferences; 77 HashMap<RenderObject*, FilterEffect*> m_effectRenderer;
|