/external/llvm-project/lldb/source/Host/macosx/cfcpp/ |
D | CFCMutableDictionary.cpp | 80 CFMutableDictionaryRef CFCMutableDictionary::Dictionary(bool can_create) { in Dictionary() function in CFCMutableDictionary 93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue() 104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue() 115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8() 130 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8() 145 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt16() 160 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt16() 175 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt32() 190 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt32() 205 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt64() [all …]
|
/external/grpc-grpc/src/csharp/Grpc.Reflection/ |
D | SymbolRegistry.cs | 26 private readonly Dictionary<string, FileDescriptor> filesByName; 27 private readonly Dictionary<string, FileDescriptor> filesBySymbol; 29 …private SymbolRegistry(Dictionary<string, FileDescriptor> filesByName, Dictionary<string, FileDesc… in SymbolRegistry() 31 this.filesByName = new Dictionary<string, FileDescriptor>(filesByName); in SymbolRegistry() 32 this.filesBySymbol = new Dictionary<string, FileDescriptor>(filesBySymbol); in SymbolRegistry() 76 private readonly Dictionary<string, FileDescriptor> filesByName; 77 private readonly Dictionary<string, FileDescriptor> filesBySymbol; 82 filesByName = new Dictionary<string, FileDescriptor>(); in Builder() 83 filesBySymbol = new Dictionary<string, FileDescriptor>(); in Builder()
|
/external/brotli/csharp/org/brotli/dec/ |
D | Dictionary.cs | 20 internal sealed class Dictionary class 61 …ng[] { Org.Brotli.Dec.Dictionary.DataHolder0.GetData(), Org.Brotli.Dec.Dictionary.DataHolder1.GetD… in DataHolder() 84 return Org.Brotli.Dec.Dictionary.DataHolder.Data; in GetData()
|
/external/brotli/java/org/brotli/wrapper/common/ |
D | SetRfcDictionaryTest.java | 13 import org.brotli.dec.Dictionary; 32 System.err.println(Dictionary.getData().slice().remaining()); in testRfcDictionaryChecksums() 34 md5.update(Dictionary.getData().slice()); in testRfcDictionaryChecksums() 38 sha1.update(Dictionary.getData().slice()); in testRfcDictionaryChecksums() 42 sha256.update(Dictionary.getData().slice()); in testRfcDictionaryChecksums() 51 BrotliCommon.setDictionaryData(Dictionary.getData()); in testSetRfcDictionary()
|
/external/brotli/java/org/brotli/dec/ |
D | Dictionary.java | 20 public final class Dictionary { class 34 Class.forName(Dictionary.class.getPackage().getName() + ".DictionaryData"); 56 int[] dictionaryOffsets = Dictionary.offsets; in setData() 57 int[] dictionarySizeBits = Dictionary.sizeBits; in setData() 80 Dictionary.data = data; in setData()
|
D | proguard.pgcfg | 4 # We get the fully-qualified name of DictionaryData from Dictionary, so avoid 6 -keepnames class org.brotli.dec.Dictionary
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | TypeRegistry.cs | 45 …public static TypeRegistry Empty { get; } = new TypeRegistry(new Dictionary<string, MessageDescrip… 47 private readonly Dictionary<string, MessageDescriptor> fullNameToMessageMap; 49 private TypeRegistry(Dictionary<string, MessageDescriptor> fullNameToMessageMap) in TypeRegistry() 140 private readonly Dictionary<string, MessageDescriptor> types; 145 types = new Dictionary<string, MessageDescriptor>(); in Builder()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DictionaryStringByteConverter.java | 15 import org.unicode.cldr.util.Dictionary.Matcher; 16 import org.unicode.cldr.util.Dictionary.Matcher.Status; 19 private final Dictionary<String> dictionary; 26 public Dictionary<String> getDictionary() { in getDictionary() 30 …public DictionaryStringByteConverter(Dictionary<String> dictionary, StringByteConverter byteMaker)… in DictionaryStringByteConverter() 117 Dictionary.CHAR_SEQUENCE_COMPARATOR); in fromBytes()
|
D | TestStateDictionaryBuilder.java | 19 import org.unicode.cldr.util.Dictionary.Matcher; 20 import org.unicode.cldr.util.Dictionary.Matcher.Filter; 21 import org.unicode.cldr.util.Dictionary.Matcher.Status; 52 Dictionary<T> stateDictionary; 53 Dictionary.Matcher<T> stateMatcher; 55 Dictionary<T> simpleDictionary; 56 Dictionary.Matcher<T> simpleMatcher; 169 …static public <U> void tryFind(CharSequence originalText, CharSource charListText, Dictionary<U> d… in tryFind() 172 + Dictionary.load(dictionary.getMapping(), new TreeMap<CharSequence, U>())); in tryFind() 220 + Dictionary.load(stateDictionary.getMapping(), new TreeMap<CharSequence, T>())); in showDictionaryContents() [all …]
|
D | Dictionary.java | 18 import org.unicode.cldr.util.Dictionary.Matcher.Filter; 19 import org.unicode.cldr.util.Dictionary.Matcher.Status; 89 public abstract class Dictionary<T> { class 107 public Dictionary<T> make(Map<CharSequence, T> source); in make() 438 public abstract Dictionary<T> getDictionary(); in getDictionary() 468 public DictionaryCharList(Dictionary<T> dictionary, T source) { in DictionaryCharList()
|
/external/autotest/client/cros/bluetooth/ |
D | advertisement.py | 66 self.manufacturer_data = dbus.Dictionary({}, signature='qv') 72 self.service_data = dbus.Dictionary({}, signature='sv') 113 properties['ManufacturerData'] = dbus.Dictionary( 117 properties['ServiceData'] = dbus.Dictionary(self.service_data, 127 scan_rsp = dbus.Dictionary({}, signature='yv')
|
/external/protobuf/objectivec/Tests/ |
D | GPBDictionaryTests.pddm | 54 //%GPB##KEY_NAME##VALUE_NAME##Dictionary 56 //%GPB##KEY_NAME##VALUE_NAME##Dictionary 58 //%GPB##KEY_NAME##VALUE_NAME##Dictionary<VALUE_TYPE> 69 …PER(KEY_NAME, VALUE_NAME, VALUE_TYPE) *dict = [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] init]; 81 …PER(KEY_NAME, VALUE_NAME, VALUE_TYPE) *dict = [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] init]; 99 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VALUE_NAME$u##s:k##VNAME$u##s 150 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VALUE_NAME##s:k##VNAME$u##s1 155 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VALUE_NAME##s:k##VNAME$u##s1 160 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VALUE_NAME##s:k##VNAME$u##s2 165 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VALUE_NAME##s:k##VNAME$u##s1 [all …]
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCollationStringByteConverter.java | 16 import org.unicode.cldr.util.Dictionary; 17 import org.unicode.cldr.util.Dictionary.DictionaryBuilder; 18 import org.unicode.cldr.util.Dictionary.DictionaryCharList; 19 import org.unicode.cldr.util.Dictionary.Matcher; 20 import org.unicode.cldr.util.Dictionary.Matcher.Filter; 134 Dictionary.CHAR_SEQUENCE_COMPARATOR); in checkBasic() 137 Dictionary<CharSequence> dict = builder.make(map); in checkBasic() 376 Dictionary.CHAR_SEQUENCE_COMPARATOR); in check() 380 Dictionary<String> dict = builder.make(map); in check()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/ |
D | DoubleKeyMap`3.cs | 7 …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/llvm-project/lldb/tools/debugserver/source/ |
D | JSONGenerator.h | 34 class Dictionary; variable 43 typedef std::shared_ptr<Dictionary> DictionarySP; 78 Dictionary *GetAsDictionary() { in GetAsDictionary() 80 return (Dictionary *)this; in GetAsDictionary() 217 class Dictionary : public Object { 219 Dictionary() : Object(Type::eTypeDictionary), m_dict() {} in Dictionary() function 221 virtual ~Dictionary() {} in ~Dictionary()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | AuthContextTest.cs | 32 var context = new AuthContext(null, new Dictionary<string, List<AuthProperty>>()); in EmptyContext() 44 … var context = new AuthContext("some_identity", new Dictionary<string, List<AuthProperty>> in AuthenticatedContext() 59 var context = new AuthContext(null, new Dictionary<string, List<AuthProperty>> in FindPropertiesByName()
|
D | SanityTest.cs | 48 = JsonConvert.DeserializeObject<Dictionary<string, List<string>>>(ReadTestsJson()); in TestsJsonUpToDate() 56 private Dictionary<string, List<string>> DiscoverAllTestClasses() in DiscoverAllTestClasses() 60 var testsByAssembly = new Dictionary<string, List<string>>(); in DiscoverAllTestClasses()
|
/external/lz4/examples/ |
D | dictionaryRandomAccess.md | 1 # LZ4 API Example : Dictionary Random Access 10 - Dictionary based compression for homogenous files. 20 Dictionary 32 Dictionary
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | ServerServiceDefinition.cs | 38 internal ServerServiceDefinition(Dictionary<string, IServerCallHandler> callHandlers) in ServerServiceDefinition() 65 …readonly Dictionary<string, IServerCallHandler> callHandlers = new Dictionary<string, IServerCallH…
|
D | Channel.cs | 45 readonly Dictionary<string, ChannelOption> options; 321 private static void EnsureUserAgentChannelOption(Dictionary<string, ChannelOption> options) in EnsureUserAgentChannelOption() 339 …private static Dictionary<string, ChannelOption> CreateOptionsDictionary(IEnumerable<ChannelOption… in CreateOptionsDictionary() 341 var dict = new Dictionary<string, ChannelOption>(); in CreateOptionsDictionary()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | DictionaryExtensions.cs | 67 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/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | DictionaryExtensions.cs | 68 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/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | StressTestClient.cs | 63 Dictionary<string, int> weightedTestCases; 70 …private StressTestClient(ClientOptions options, List<string> serverAddresses, Dictionary<string, i… in StressTestClient() 198 static Dictionary<string, int> ParseWeightedTestCases(string weightedTestCases) in ParseWeightedTestCases() 200 var result = new Dictionary<string, int>(); in ParseWeightedTestCases() 216 public WeightedRandomGenerator(Dictionary<string, int> weightedItems) in WeightedRandomGenerator()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | StructuredData.h | 58 class Dictionary; variable 67 typedef std::shared_ptr<Dictionary> DictionarySP; 91 Dictionary *GetAsDictionary() { in GetAsDictionary() 93 ? static_cast<Dictionary *>(this) in GetAsDictionary() 254 bool GetItemAtIndexAsDictionary(size_t idx, Dictionary *&result) const { in GetItemAtIndexAsDictionary() 352 class Dictionary : public Object { 354 Dictionary() : Object(lldb::eStructuredDataTypeDictionary), m_dict() {} in Dictionary() function 356 ~Dictionary() override = default; 468 Dictionary *&result) const { in GetValueForKeyAsDictionary()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | SearchFilter.h | 204 const StructuredData::Dictionary &data_dict, 302 const StructuredData::Dictionary &data_dict, 344 const StructuredData::Dictionary &data_dict, 391 const StructuredData::Dictionary &data_dict, 430 const StructuredData::Dictionary &data_dict,
|