Searched refs:Dictionary (Results 1 - 25 of 62) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
H A DDoubleKeyMap`3.cs7 internal IDictionary<TKey1, IDictionary<TKey2, TValue>> data = new Dictionary<TKey1, IDictionary<TKey2, TValue>>();
16 data2 = new Dictionary<TKey2, TValue>();
76 Dictionary<TValue, bool> s = new Dictionary<TValue, bool>();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DDictionaryExtensions.cs67 public static TValue get<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key) {
101 public static void put<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key, TValue value) {
115 // disambiguates for Dictionary, which implements both IDictionary<T,K> and IDictionary
117 public static HashSet<TKey> keySet<TKey, TValue>(Dictionary<TKey, TValue> map) {
/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/autotest/client/cros/tendo/n_faced_peerd/
H A Dobject_manager.py60 interface2properties = dbus.Dictionary(
94 result = dbus.Dictionary(dict(), 'oa{sa{sv}}')
97 result[dbus_path] = dbus.Dictionary(dict(), 'sa{sv}')
H A Ddbus_property_exposer.py51 results = dbus.Dictionary(dict(), 'sv')
85 results = dbus.Dictionary(dict(), 'sv')
H A Dservice.py74 @return dbus.Dictionary containing this service's metadata.
77 return dbus.Dictionary(self.service_info, 'ss')
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugTreeGrammarHelper.cs46 private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>();
49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>();
H A DProfileTreeGrammarHelper.cs46 private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>();
49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>();
/external/autotest/client/site_tests/peerd_MonitorsDBusConnections/
H A Dpeerd_MonitorsDBusConnections.py58 dbus.Dictionary(signature='ss'),
59 dbus.Dictionary(signature='sv'))
/external/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.h41 UInt32 Dictionary; member in struct:NCompression::CFormatOptions
53 BlockLogSize = NumThreads = Level = Dictionary = Order = UInt32(-1);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DDoubleKeyMap.cs7 internal IDictionary<TKey1, IDictionary<TKey2, TValue>> data = new Dictionary<TKey1, IDictionary<TKey2, TValue>>();
14 data2 = new Dictionary<TKey2, TValue>();
/external/autotest/client/cros/tendo/
H A Dpeerd_dbus_helper.py136 dbus.Dictionary(signature='sv'))
173 options = dbus.Dictionary(signature='sv')
175 options[EXPOSE_SERVICE_SECTION_MDNS] = dbus.Dictionary(
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DDotTreeGenerator.cs75 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
H A DTreeWizard.cs180 IDictionary<string, int> m = new Dictionary<string, int>();
216 IDictionary<int, IList> m = new Dictionary<int, IList>();
371 IDictionary<string, object> labels = new Dictionary<string, object>(); // reused for each _parse
563 tokenTypeToStreamIndexesMap = new Dictionary<int, IList<int>>(); // first indexing op
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
H A DDOTTreeGenerator.cs73 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DDotTreeGenerator.cs75 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
H A DTreeWizard.cs203 IDictionary<string, int> m = new Dictionary<string, int>();
244 IDictionary<int, IList> m = new Dictionary<int, IList>();
427 IDictionary<string, object> labels = new Dictionary<string, object>(); // reused for each _parse
640 tokenTypeToStreamIndexesMap = new Dictionary<int, IList<int>>(); // first indexing op
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/JavaCompat/
H A DExpr.g349 using HashMap = System.Collections.Generic.Dictionary<object,object>;
68 using HashMap = System.Collections.Generic.Dictionary<object,object>;
/external/llvm/lib/Fuzzer/
H A DFuzzerMutate.cpp26 std::vector<Unit> Dictionary; member in struct:fuzzer::MutationDispatcher::Impl
42 if (Dictionary.empty()) {
45 Dictionary.push_back(Unit(Word, Word + Size));
116 auto &D = MDImpl->Dictionary;
H A DFuzzerDriver.cpp277 std::vector<Unit> Dictionary; local
279 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary))
281 if (Flags.verbosity > 0 && !Dictionary.empty())
282 Printf("Dictionary: %zd entries\n", Dictionary.size());
287 for (auto &U: Dictionary)
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLegacyCommonTokenStream.cs67 protected Dictionary<int, int> discardSet;
211 channelOverrideMap = new Dictionary<int, int>();
218 discardSet = new Dictionary<int, int>();
H A DTokenRewriteStream.cs192 programs = new Dictionary<string, IList<RewriteOperation>>();
194 lastRewriteTokenIndexes = new Dictionary<string, int>();
567 IDictionary<int, RewriteOperation> m = new Dictionary<int, RewriteOperation>();
/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/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_find.py110 P2PFindDict = dbus.Dictionary(
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DST.stg132 new Dictionary\<string, object>() { <args:optionalArgument(); separator=", "> }

Completed in 565 milliseconds

123