Home
last modified time | relevance | path

Searched refs:Dictionary (Results 1 – 25 of 71) sorted by relevance

123

/external/lldb/source/Host/macosx/cfcpp/
DCFCMutableDictionary.cpp106 CFCMutableDictionary::Dictionary(bool can_create) in Dictionary() function in CFCMutableDictionary
120 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue()
133 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue()
146 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8()
163 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8()
180 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt16()
197 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt16()
214 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt32()
231 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt32()
248 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt64()
[all …]
/external/lldb/tools/lldb-perf/lib/
DResults.h24 class Dictionary; variable
36 Dictionary, enumerator
68 Dictionary *
71 if (m_type == Type::Dictionary) in GetAsDictionary()
72 return (Dictionary *)this; in GetAsDictionary()
156 class Dictionary : public Result
159 Dictionary () : in Dictionary() function
160 Result (Type::Dictionary, NULL, NULL) in Dictionary()
164 Dictionary (const char *name, const char *description) : in Dictionary() function
165 Result (Type::Dictionary, name, description) in Dictionary()
[all …]
DResults.cpp49 case Results::Result::Type::Dictionary: in AddResultToArray()
51 Results::Dictionary *value = result->GetAsDictionary(); in AddResultToArray()
120 case Results::Result::Type::Dictionary: in AddResultToDictionary()
122 Results::Dictionary *value = result->GetAsDictionary(); in AddResultToDictionary()
180 Results::Dictionary::AddUnsigned (const char *name, const char *description, uint64_t value) in AddUnsigned()
185 std::unique_ptr<Results::Dictionary> value_dict_ap (new Results::Dictionary ()); in AddUnsigned()
196 Results::Dictionary::AddDouble (const char *name, const char *description, double value) in AddDouble()
202 std::unique_ptr<Results::Dictionary> value_dict_ap (new Results::Dictionary ()); in AddDouble()
212 Results::Dictionary::AddString (const char *name, const char *description, const char *value) in AddString()
217 std::unique_ptr<Results::Dictionary> value_dict_ap (new Results::Dictionary ()); in AddString()
[all …]
DGauge.cpp19 std::unique_ptr<Results::Dictionary> value_dict_ap (new Results::Dictionary ()); in GetResult()
33 std::unique_ptr<Results::Dictionary> value_dict_ap (new Results::Dictionary ()); in GetResult()
47 std::unique_ptr<Results::Dictionary> value_dict_ap (new Results::Dictionary ()); in GetResult()
DMemoryGauge.cpp95 std::unique_ptr<Results::Dictionary> dict_ap (new Results::Dictionary (name, NULL)); in GetResult()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
DDoubleKeyMap`3.cs7 …internal IDictionary<TKey1, IDictionary<TKey2, TValue>> data = new Dictionary<TKey1, IDictionary<T…
16 data2 = new Dictionary<TKey2, TValue>(); in Put()
76 Dictionary<TValue, bool> s = new Dictionary<TValue, bool>(); in Values()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DDictionaryExtensions.cs67 public static TValue get<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key) { in get()
101 public static void put<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key, TValue value) { in put()
117 public static HashSet<TKey> keySet<TKey, TValue>(Dictionary<TKey, TValue> map) { in keySet()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DDictionaryExtensions.cs68 public static TValue get<TKey, TValue>( this Dictionary<TKey, TValue> map, TKey key ) in get()
105 … public static void put<TKey, TValue>( this Dictionary<TKey, TValue> map, TKey key, TValue value ) in put()
124 public static HashSet<TKey> keySet<TKey, TValue>( this Dictionary<TKey, TValue> map ) in keySet()
/external/lzma/CPP/7zip/UI/Common/
DZipRegistry.h30 UInt32 Dictionary; member
42 BlockLogSize = NumThreads = Level = Dictionary = Order = UInt32(-1); in ResetForLevelChange()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugTreeGrammarHelper.cs46 …private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>(…
49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>();
DProfileTreeGrammarHelper.cs46 …private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>(…
49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>();
/external/icu/icu4c/source/data/brkitr/
Dlaodict.txt11 # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
13 # License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DDoubleKeyMap.cs7 …internal IDictionary<TKey1, IDictionary<TKey2, TValue>> data = new Dictionary<TKey1, IDictionary<T…
14 data2 = new Dictionary<TKey2, TValue>(); in Put()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLegacyCommonTokenStream.cs67 protected Dictionary<int, int> discardSet;
211 channelOverrideMap = new Dictionary<int, int>(); in SetTokenTypeChannel()
218 discardSet = new Dictionary<int, int>(); in DiscardTokenType()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DDotTreeGenerator.cs75 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
DTreeWizard.cs203 IDictionary<string, int> m = new Dictionary<string, int>(); in ComputeTokenTypes()
244 IDictionary<int, IList> m = new Dictionary<int, IList>(); in Index()
427 … IDictionary<string, object> labels = new Dictionary<string, object>(); // reused for each _parse in Visit()
640 … tokenTypeToStreamIndexesMap = new Dictionary<int, IList<int>>(); // first indexing op in fillReverseIndex()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DDotTreeGenerator.cs75 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
DTreeWizard.cs180 IDictionary<string, int> m = new Dictionary<string, int>(); in ComputeTokenTypes()
216 IDictionary<int, IList> m = new Dictionary<int, IList>(); in Index()
371 … IDictionary<string, object> labels = new Dictionary<string, object>(); // reused for each _parse in Visit()
563 … tokenTypeToStreamIndexesMap = new Dictionary<int, IList<int>>(); // first indexing op in fillReverseIndex()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DDOTTreeGenerator.cs73 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
/external/libxml2/result/
Dintsubset2.xml.sax81 Character Dictionary" (i.e. the Classic, not the New Nelson).
114 s_h - The Kanji Dictionary (Spahn & Hadamitzky) - descriptor
148 nelson_c - "Modern Reader's Japanese-English Character Dictionary",
151 nelson_n - "The New Nelson Japanese-English Character Dictionary",
153 halpern_njecd - "New Japanese-English Character Dictionary",
155 halpern_kkld - "Kanji Learners Dictionary" (Kodansha) edited by
158 gakken - "A New Dictionary of Kanji Usage" (Gakken)
208 sh_desc - the descriptor codes for The Kanji Dictionary (Tuttle
Dintsubset2.xml.sax281 Character Dictionary" (i.e. the Classic, not the New Nelson).
114 s_h - The Kanji Dictionary (Spahn & Hadamitzky) - descriptor
148 nelson_c - "Modern Reader's Japanese-English Character Dictionary",
151 nelson_n - "The New Nelson Japanese-English Character Dictionary",
153 halpern_njecd - "New Japanese-English Character Dictionary",
155 halpern_kkld - "Kanji Learners Dictionary" (Kodansha) edited by
158 gakken - "A New Dictionary of Kanji Usage" (Gakken)
208 sh_desc - the descriptor codes for The Kanji Dictionary (Tuttle
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs67 Dictionary, enumerator
172 if (parser[(int)Key.Dictionary].ThereIs) in Main2()
175 if (!GetNumber((string)parser[(int)Key.Dictionary].PostStrings[0], out dicLog)) in Main2()
/external/clang/test/Analysis/
DNSContainers.m175 return @{@"abc":value, nilKey:@"abc"}; // expected-warning {{Dictionary key cannot be nil}}
181 return @{@"abc":nilValue}; // expected-warning {{Dictionary value cannot be nil}}
189 return @{@"abc":nilValue, nilKey:@"abc"}; // expected-warning {{Dictionary key cannot be nil}}
190 … // expected-warning@-1 {{Dictionary value cannot be nil}}
/external/pdfium/testing/resources/
Dbug_481363.in38 % Dictionary object malformed: 4< vs <<.
/external/zlib/src/as400/
Dzlib.inc321 D dictionary 65535 const options(*varsize) Dictionary bytes
322 D dictLength 10U 0 value Dictionary length
359 D dictionary 65535 const options(*varsize) Dictionary bytes
360 D dictLength 10U 0 value Dictionary length
365 D dictionary 65535 options(*varsize) Dictionary bytes
366 D dictLength 10U 0 Dictionary length

123