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

/external/ceres-solver/internal/ceres/
H A Dcollections_port.h31 // Portable HashMap and HashSet, and a specialized overload for hashing pairs.
61 struct HashMap : map<K, V> {}; struct in namespace:ceres::internal
75 struct HashMap : std::tr1::unordered_map<K, V> {};
H A Dvisibility_based_preconditioner.cc196 HashMap<int, int> membership;
545 // Canonical views clustering returns a HashMap from vertices to
550 const HashMap<int, int>& membership_map,
557 for (HashMap<int, int>::const_iterator it = membership_map.begin();
549 FlattenMembershipMap( const HashMap<int, int>& membership_map, vector<int>* membership_vector) const argument
/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/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSReflectValue.cpp42 String CSSReflectValue::customSerializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
H A DCSSTransformValue.cpp81 String CSSTransformValue::customSerializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
H A DPair.h61 String serializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
H A DCSSValue.cpp320 String CSSValue::serializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
H A DCSSValueList.cpp142 String CSSValueList::customSerializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
H A DCSSBasicShapes.cpp90 String CSSBasicShapeRectangle::serializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
131 String CSSBasicShapeCircle::serializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
167 String CSSBasicShapeEllipse::serializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
241 String CSSBasicShapePolygon::serializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
312 String CSSBasicShapeInsetRectangle::serializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
H A DRect.h88 String serializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
116 String serializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
H A DCSSCalculationValue.cpp161 String CSSCalcValue::customSerializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
216 virtual String serializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
465 virtual String serializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
H A DCSSPrimitiveValue.cpp173 typedef HashMap<const CSSPrimitiveValue*, String> CSSTextCache;
1089 String CSSPrimitiveValue::customSerializeResolvingVariables(const HashMap<AtomicString, String>& variables) const argument
/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/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketPerMessageDeflateTest.cpp361 bool processResponse(const HashMap<String, String>& serverParameters) argument
369 HashMap<String, String> params;
373 HashMap<String, String> params;
378 HashMap<String, String> params;
383 HashMap<String, String> params;
390 HashMap<String, String> params;
396 HashMap<String, String> params;
405 HashMap<String, String> params;
410 HashMap<String, String> params;
415 HashMap<Strin
[all...]
H A DWebSocketExtensionDispatcherTest.cpp49 virtual bool processResponse(const HashMap<String, String>&) OVERRIDE;
69 void appendResult(const String& extensionToken, const HashMap<String, String>& parameters) argument
78 Vector<HashMap<String, String> > m_parsedParameters;
81 bool MockWebSocketExtensionProcessor::processResponse(const HashMap<String, String>& parameters) argument
104 HashMap<String, String>::iterator parameter = m_parsedParameters[0].find("max-channels");
116 HashMap<String, String> parameters;
130 const HashMap<String, String>& expectedParameters = expected[i].parameters;
131 const HashMap<String, String>& parsedParameters = m_parsedParameters[i];
133 for (HashMap<String, String>::const_iterator iterator = expectedParameters.begin(); iterator != expectedParameters.end(); ++iterator) {
134 HashMap<Strin
[all...]
H A DWebSocketDeflateFramer.cpp35 #include "wtf/HashMap.h"
51 virtual bool processResponse(const HashMap<String, String>&) OVERRIDE;
76 bool WebSocketExtensionDeflateFrame::processResponse(const HashMap<String, String>& serverParameters) argument
86 HashMap<String, String>::const_iterator parameter = serverParameters.find("max_window_bits");
H A DWebSocketPerMessageDeflate.cpp37 #include "wtf/HashMap.h"
55 virtual bool processResponse(const HashMap<String, String>&) OVERRIDE;
78 bool CompressionMessageExtensionProcessor::processResponse(const HashMap<String, String>& parameters) argument
89 HashMap<String, String>::const_iterator c2sNoContextTakeover = parameters.find("c2s_no_context_takeover");
90 HashMap<String, String>::const_iterator c2sMaxWindowBits = parameters.find("c2s_max_window_bits");
91 HashMap<String, String>::const_iterator s2cNoContextTakeover = parameters.find("s2c_no_context_takeover");
92 HashMap<String, String>::const_iterator s2cMaxWindowBits = parameters.find("s2c_max_window_bits");
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DRefPtrHashMap.h26 // This specialization is a copy of HashMap for use with RefPtr keys, with overloaded functions
29 // FIXME: Find a way to do this with traits that doesn't require a copy of the HashMap template.
32 class HashMap<RefPtr<T>, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg> { class in namespace:WTF
65 void swap(HashMap&);
115 inline void HashMap<RefPtr<T>, U, V, W, X>::swap(HashMap& other)
121 inline int HashMap<RefPtr<T>, U, V, W, X>::size() const
127 inline int HashMap<RefPtr<T>, U, V, W, X>::capacity() const
133 inline bool HashMap<RefPtr<T>, U, V, W, X>::isEmpty() const
139 inline typename HashMap<RefPt
[all...]
H A DHashMap.h43 class HashMap { class in namespace:WTF
76 void swap(HashMap&);
141 class HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg>::HashMapKeysProxy :
142 private HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg> {
144 typedef HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg> HashMapType;
169 friend class HashMap;
179 class HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg>::HashMapValuesProxy :
180 private HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg> {
182 typedef HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg> HashMapType;
207 friend class HashMap;
428 operator ==(const HashMap<T, U, V, W, X>& a, const HashMap<T, U, V, W, X>& b) argument
447 operator !=(const HashMap<T, U, V, W, X>& a, const HashMap<T, U, V, W, X>& b) argument
453 deleteAllValues(const HashMap<T, U, V, W, X>& collection) argument
462 deleteAllKeys(const HashMap<T, U, V, W, X>& collection) argument
471 copyKeysToVector(const HashMap<T, U, V, W, X>& collection, Y& vector) argument
484 copyValuesToVector(const HashMap<T, U, V, W, X>& collection, Y& vector) argument
[all...]
/external/chromium_org/v8/src/
H A Dhashmap.h56 // HashMap entries are (key, value, hash) triplets.
113 typedef TemplateHashMapImpl<FreeStoreAllocationPolicy> HashMap; typedef in namespace:v8::internal
283 v8::internal::FatalProcessOutOfMemory("HashMap::Initialize");
/external/v8/src/
H A Dhashmap.h49 // HashMap entries are (key, value, hash) triplets.
102 typedef TemplateHashMapImpl<FreeStoreAllocationPolicy> HashMap; typedef in namespace:v8::internal
266 v8::internal::FatalProcessOutOfMemory("HashMap::Initialize");
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp826 DenseMap<uintptr_t, PHINode *> HashMap; local
853 HashMap.insert(std::make_pair(Hash, PN));

Completed in 421 milliseconds