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

1234567891011>>

/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/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/smack/src/com/kenai/jbosh/
H A DBodyParserResults.java19 import java.util.HashMap;
34 new HashMap<BodyQName, String>();
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DProviderService_ImplTest.java25 import java.util.HashMap;
46 HashMap hm = new HashMap();
/external/ceres-solver/internal/ceres/
H A Dsingle_linkage_clustering.h68 HashMap<int, int>* membership);
H A Dcanonical_views_clustering.h106 HashMap<int, int>* membership);
/external/chromium_org/third_party/WebKit/Source/core/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/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
H A DSVGFilterBuilder.h25 #include "wtf/HashMap.h"
66 HashMap<AtomicString, RefPtr<FilterEffect> >::iterator end = m_builtinEffects.end();
67 for (HashMap<AtomicString, RefPtr<FilterEffect> >::iterator iterator = m_builtinEffects.begin(); iterator != end; ++iterator)
71 HashMap<AtomicString, RefPtr<FilterEffect> > m_builtinEffects;
72 HashMap<AtomicString, RefPtr<FilterEffect> > m_namedEffects;
75 HashMap<RefPtr<FilterEffect>, FilterEffectSet> m_effectReferences;
76 HashMap<RenderObject*, FilterEffect*> m_effectRenderer;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
H A DDomDistillerServiceFactory.java12 import java.util.HashMap;
23 private static final HashMap<Profile, DomDistillerService> sServiceMap =
24 new HashMap<Profile, DomDistillerService>();
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderNamesCache.java3 import java.util.HashMap;
12 private static final HashMap lowercaseMap = new HashMap();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DShadowEditTextTest.java10 import java.util.HashMap;
19 HashMap<String, String> hash = new HashMap<String, String>();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DWeakNodeMap.h8 #include "wtf/HashMap.h"
34 typedef HashMap<Node*, int> NodeToValue;
36 typedef HashMap<int, Node*> ValueToNode;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DPublicURLManager.h30 #include "wtf/HashMap.h"
61 typedef HashMap<URLString, String> URLMap;
62 typedef HashMap<URLRegistry*, URLMap> RegistryURLMap;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DQuotaTracker.h35 #include "wtf/HashMap.h"
58 typedef HashMap<String, unsigned long long> SizeMap;
60 HashMap<String, SizeMap> m_databaseSizes;
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DAddressDataKey.java19 import java.util.HashMap;
110 new HashMap<String, AddressDataKey>();
H A DAddressProblems.java19 import java.util.HashMap;
28 new HashMap<AddressField, AddressProblemType>();
/external/doclava/src/com/google/doclava/apicheck/
H A DApiInfo.java23 import java.util.HashMap;
28 private HashMap<String, PackageInfo> mPackages
29 = new HashMap<String, PackageInfo>();
30 private HashMap<String, ClassInfo> mAllClasses
31 = new HashMap<String, ClassInfo>();
33 = new HashMap<ClassInfo, String>();
35 = new HashMap<ClassInfo, ArrayList<String>>();
83 public HashMap<String, PackageInfo> getPackages() {
/external/javassist/src/main/javassist/compiler/
H A DSymbolTable.java18 import java.util.HashMap;
21 public final class SymbolTable extends HashMap {
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleMediaTypeBox.java3 import java.util.HashMap;
10 private static Map<String, String> mediaTypes = new HashMap<String, String>();
/external/apache-http/src/org/apache/http/impl/client/
H A DBasicCredentialsProvider.java33 import java.util.HashMap;
60 private final HashMap<AuthScope, Credentials> credMap;
67 this.credMap = new HashMap<AuthScope, Credentials>();
98 final HashMap<AuthScope, Credentials> map,
97 matchCredentials( final HashMap<AuthScope, Credentials> map, final AuthScope authscope) argument
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathVariableReference.cpp42 HashMap<String, String>& bindings = context.variableBindings;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebEntities.h34 #include "wtf/HashMap.h"
68 typedef HashMap<int, WTF::String> EntitiesMapType;

Completed in 537 milliseconds

1234567891011>>