Searched defs:Dictionary (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DDictionaryExtensions.cs68 public static TValue get<TKey, TValue>( this Dictionary<TKey, TValue> map, TKey key ) argument
105 public static void put<TKey, TValue>( this Dictionary<TKey, TValue> map, TKey key, TValue value ) argument
122 // disambiguates for Dictionary, which implements both IDictionary<T,K> and IDictionary
124 public static HashSet<TKey> keySet<TKey, TValue>( this Dictionary<TKey, TValue> map ) argument
/external/lldb/tools/lldb-perf/lib/
H A DResults.h24 class Dictionary;
36 Dictionary, member in class:lldb_perf::Results::Result::Type
68 Dictionary *
71 if (m_type == Type::Dictionary)
72 return (Dictionary *)this;
156 class Dictionary : public Result class in class:lldb_perf::Results
159 Dictionary () : function in class:lldb_perf::Results::Dictionary
160 Result (Type::Dictionary, NULL, NULL)
164 Dictionary (const char *name, const char *description) : function in class:lldb_perf::Results::Dictionary
165 Result (Type::Dictionary, nam
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.h30 UInt32 Dictionary; member in struct:NCompression::CFormatOptions
42 BlockLogSize = NumThreads = Level = Dictionary = Order = UInt32(-1);
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp106 CFCMutableDictionary::Dictionary(bool can_create) function in class:CFCMutableDictionary
120 CFMutableDictionaryRef dict = Dictionary(can_create);
133 CFMutableDictionaryRef dict = Dictionary(can_create);
146 CFMutableDictionaryRef dict = Dictionary(can_create);
163 CFMutableDictionaryRef dict = Dictionary(can_create);
180 CFMutableDictionaryRef dict = Dictionary(can_create);
197 CFMutableDictionaryRef dict = Dictionary(can_create);
214 CFMutableDictionaryRef dict = Dictionary(can_create);
231 CFMutableDictionaryRef dict = Dictionary(can_create);
248 CFMutableDictionaryRef dict = Dictionary(can_creat
[all...]
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs67 Dictionary, enumerator in enum:SevenZip.LzmaAlone.Key
172 if (parser[(int)Key.Dictionary].ThereIs)
175 if (!GetNumber((string)parser[(int)Key.Dictionary].PostStrings[0], out dicLog))
/external/v8/src/
H A Dobjects.cc5203 template<typename Dictionary>
5204 static void FreezeDictionary(Dictionary* dictionary) {
6752 // Dictionary maps can always have additional data properties.
6812 // Dictionary maps can always have additional data properties.
13042 void Dictionary<Derived, Shape, Key>::Print(OStream& os) { // NOLINT
13061 void Dictionary<Derived, Shape, Key>::CopyValuesTo(FixedArray* elements) {
13067 Object* k = Dictionary::KeyAt(i);
13068 if (Dictionary::IsKey(k)) {
13467 // Copy the keys from arguments first, because Dictionary::CopyKeysTo
13998 template class Dictionary<NameDictionar
15158 CopyKeysTo( FixedArray* storage, PropertyAttributes filter, typename Dictionary<Derived, Shape, Key>::SortMode sort_mode) argument
15218 CopyKeysTo( FixedArray* storage, int index, PropertyAttributes filter, typename Dictionary<Derived, Shape, Key>::SortMode sort_mode) argument
[all...]
H A Dobjects.h74 // - Dictionary
966 V(Dictionary) \
1659 // properties is a FixedArray in the fast case and a Dictionary in the
3482 class Dictionary: public HashTable<Derived, Shape, Key> { class in namespace:v8::internal
3617 class NameDictionary: public Dictionary<NameDictionary,
3620 typedef Dictionary<
3668 : public Dictionary<SeededNumberDictionary,
3716 : public Dictionary<UnseededNumberDictionary,
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1256 milliseconds