/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/ |
H A D | DoubleKeyMap`3.cs | 7 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 D | DictionaryExtensions.cs | 67 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 D | DictionaryExtensions.cs | 68 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 D | object_manager.py | 60 interface2properties = dbus.Dictionary( 94 result = dbus.Dictionary(dict(), 'oa{sa{sv}}') 97 result[dbus_path] = dbus.Dictionary(dict(), 'sa{sv}')
|
H A D | dbus_property_exposer.py | 51 results = dbus.Dictionary(dict(), 'sv') 85 results = dbus.Dictionary(dict(), 'sv')
|
H A D | service.py | 74 @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 D | DebugTreeGrammarHelper.cs | 46 private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>(); 49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>();
|
H A D | ProfileTreeGrammarHelper.cs | 46 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 D | peerd_MonitorsDBusConnections.py | 58 dbus.Dictionary(signature='ss'), 59 dbus.Dictionary(signature='sv'))
|
/external/lzma/CPP/7zip/UI/Common/ |
H A D | ZipRegistry.h | 41 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 D | DoubleKeyMap.cs | 7 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 D | peerd_dbus_helper.py | 136 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 D | DotTreeGenerator.cs | 75 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
|
H A D | TreeWizard.cs | 180 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 D | DOTTreeGenerator.cs | 73 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
H A D | DotTreeGenerator.cs | 75 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
|
H A D | TreeWizard.cs | 203 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 D | Expr.g3 | 49 using HashMap = System.Collections.Generic.Dictionary<object,object>; 68 using HashMap = System.Collections.Generic.Dictionary<object,object>;
|
/external/llvm/lib/Fuzzer/ |
H A D | FuzzerMutate.cpp | 26 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 D | FuzzerDriver.cpp | 277 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 D | LegacyCommonTokenStream.cs | 67 protected Dictionary<int, int> discardSet; 211 channelOverrideMap = new Dictionary<int, int>(); 218 discardSet = new Dictionary<int, int>();
|
H A D | TokenRewriteStream.cs | 192 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 D | LzmaAlone.cs | 67 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 D | p2p_find.py | 110 P2PFindDict = dbus.Dictionary(
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
H A D | ST.stg | 132 new Dictionary\<string, object>() { <args:optionalArgument(); separator=", "> }
|