/external/federated-compute/fcp/dictionary/ |
D | dictionary_test.cc | 37 std::unique_ptr<Dictionary> dictionary = *Dictionary::Create(PARSE_TEXT_PROTO( in TEST_F() 43 EXPECT_EQ(Dictionary::kNotFound, dictionary->TokenToId("d")); in TEST_F() 47 std::unique_ptr<Dictionary> dictionary = *Dictionary::Create( in TEST_F() 61 std::unique_ptr<Dictionary> dictionary = *Dictionary::Create( in TEST_F() 78 std::unique_ptr<Dictionary> dictionary = *Dictionary::Create(PARSE_TEXT_PROTO( in TEST_F() 89 std::unique_ptr<Dictionary> dictionary = *Dictionary::Create( in TEST_F() 102 std::unique_ptr<Dictionary> dictionary = *Dictionary::Create( in TEST_F()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/common/ |
D | structured_headers.h | 227 class QUICHE_EXPORT Dictionary { 232 Dictionary(); 233 Dictionary(const Dictionary&); 234 Dictionary(Dictionary&&); 235 explicit Dictionary(std::vector<DictionaryMember> members); 236 ~Dictionary(); 237 Dictionary& operator=(const Dictionary&) = default; 238 Dictionary& operator=(Dictionary&&) = default; 266 friend bool operator==(const Dictionary& lhs, const Dictionary& rhs); 267 friend bool operator!=(const Dictionary& lhs, const Dictionary& rhs); [all …]
|
D | structured_headers_generated_test.cc | 2711 const std::optional<Dictionary> 2720 {Dictionary{ 2725 {"empty dictionary", "", 0, {Dictionary{{}}}, nullptr}, 2729 {Dictionary{{{"a", {Integer(1), {}}}}}}, 2734 {Dictionary{{{"a", {{{Integer(1), {}}, {Integer(2), {}}}, {}}}}}}, 2739 {Dictionary{{{"a", {{{Integer(1), {}}}, {}}}}}}, 2744 {Dictionary{{{"a", {std::vector<ParameterizedItem>(), {}}}}}}, 2749 {Dictionary{{{"a", {Integer(1), {}}}, {"b", {Integer(2), {}}}}}}, 2754 {Dictionary{{{"a", {Integer(1), {}}}, {"b", {Integer(2), {}}}}}}, 2759 {Dictionary{{{"a", {Integer(1), {}}}, {"b", {Integer(2), {}}}}}}, [all …]
|
D | structured_headers.cc | 178 std::optional<Dictionary> ReadDictionary() { in ReadDictionary() 180 Dictionary members; in ReadDictionary() 648 bool WriteDictionary(const Dictionary& value) { in WriteDictionary() 818 Dictionary::Dictionary() = default; 819 Dictionary::Dictionary(const Dictionary&) = default; 820 Dictionary::Dictionary(Dictionary&&) = default; 821 Dictionary::Dictionary(std::vector<DictionaryMember> members) in Dictionary() function in quiche::structured_headers::Dictionary 823 Dictionary::~Dictionary() = default; 824 Dictionary::iterator Dictionary::begin() { return members_.begin(); } in begin() 825 Dictionary::const_iterator Dictionary::begin() const { in begin() [all …]
|
D | structured_headers_test.cc | 240 const std::optional<Dictionary> 247 {Dictionary{{{"en", {Item("Applepie"), {}}}, 252 {Dictionary{{{"a", {Integer(1L), {}}}, {"b", {Integer(2L), {}}}}}}, 256 {Dictionary{{{"a", {Integer(1L), {}}}, 263 {Dictionary{{{"a", 270 {Dictionary{{{"a", {Item(true), {Param("b", 1)}}}}}}, 274 {Dictionary{{{"a", {Item(true), {Param("b", 1)}}}}}}, 278 {Dictionary{{{"a", {Item(true), {BooleanParam("b", true)}}}}}}, 450 std::optional<Dictionary> result = ParseDictionary(c.raw); in TEST() 681 Dictionary dict; in TEST() [all …]
|
/external/cronet/stable/net/third_party/quiche/src/quiche/common/ |
D | structured_headers.h | 227 class QUICHE_EXPORT Dictionary { 232 Dictionary(); 233 Dictionary(const Dictionary&); 234 Dictionary(Dictionary&&); 235 explicit Dictionary(std::vector<DictionaryMember> members); 236 ~Dictionary(); 237 Dictionary& operator=(const Dictionary&) = default; 238 Dictionary& operator=(Dictionary&&) = default; 266 friend bool operator==(const Dictionary& lhs, const Dictionary& rhs); 267 friend bool operator!=(const Dictionary& lhs, const Dictionary& rhs); [all …]
|
D | structured_headers_generated_test.cc | 2711 const std::optional<Dictionary> 2720 {Dictionary{ 2725 {"empty dictionary", "", 0, {Dictionary{{}}}, nullptr}, 2729 {Dictionary{{{"a", {Integer(1), {}}}}}}, 2734 {Dictionary{{{"a", {{{Integer(1), {}}, {Integer(2), {}}}, {}}}}}}, 2739 {Dictionary{{{"a", {{{Integer(1), {}}}, {}}}}}}, 2744 {Dictionary{{{"a", {std::vector<ParameterizedItem>(), {}}}}}}, 2749 {Dictionary{{{"a", {Integer(1), {}}}, {"b", {Integer(2), {}}}}}}, 2754 {Dictionary{{{"a", {Integer(1), {}}}, {"b", {Integer(2), {}}}}}}, 2759 {Dictionary{{{"a", {Integer(1), {}}}, {"b", {Integer(2), {}}}}}}, [all …]
|
D | structured_headers.cc | 178 std::optional<Dictionary> ReadDictionary() { in ReadDictionary() 180 Dictionary members; in ReadDictionary() 648 bool WriteDictionary(const Dictionary& value) { in WriteDictionary() 818 Dictionary::Dictionary() = default; 819 Dictionary::Dictionary(const Dictionary&) = default; 820 Dictionary::Dictionary(Dictionary&&) = default; 821 Dictionary::Dictionary(std::vector<DictionaryMember> members) in Dictionary() function in quiche::structured_headers::Dictionary 823 Dictionary::~Dictionary() = default; 824 Dictionary::iterator Dictionary::begin() { return members_.begin(); } in begin() 825 Dictionary::const_iterator Dictionary::begin() const { in begin() [all …]
|
D | structured_headers_test.cc | 240 const std::optional<Dictionary> 247 {Dictionary{{{"en", {Item("Applepie"), {}}}, 252 {Dictionary{{{"a", {Integer(1L), {}}}, {"b", {Integer(2L), {}}}}}}, 256 {Dictionary{{{"a", {Integer(1L), {}}}, 263 {Dictionary{{{"a", 270 {Dictionary{{{"a", {Item(true), {Param("b", 1)}}}}}}, 274 {Dictionary{{{"a", {Item(true), {Param("b", 1)}}}}}}, 278 {Dictionary{{{"a", {Item(true), {BooleanParam("b", true)}}}}}}, 450 std::optional<Dictionary> result = ParseDictionary(c.raw); in TEST() 681 Dictionary dict; in TEST() [all …]
|
/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ |
D | ReplaceDictionaryConfig.java | 144 public com.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList getWordList() { in getWordList() 146 return (com.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList) type_; in getWordList() 148 return com.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList.getDefaultInstance(); in getWordList() 162 public com.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordListOrBuilder 165 return (com.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList) type_; in getWordListOrBuilder() 167 return com.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList.getDefaultInstance(); in getWordListOrBuilder() 185 output.writeMessage(1, (com.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList) type_); in writeTo() 199 1, (com.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList) type_); in getSerializedSize() 558 com.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList, 559 com.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList.Builder, [all …]
|
/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()
|
/external/cronet/stable/third_party/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/cronet/tot/third_party/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/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/tensorflow/tensorflow/cc/experimental/libtf/tests/ |
D | module_test.cc | 52 TF_ASSERT_OK_AND_ASSIGN(tf::libtf::Dictionary node, in TEST() 53 Cast<tf::libtf::Dictionary>(objects.front())); in TEST() 62 TF_ASSERT_OK_AND_ASSIGN(tf::libtf::Dictionary node, in TEST() 63 Cast<tf::libtf::Dictionary>(objects.at(i))); in TEST() 97 EXPECT_EQ(Cast<tf::libtf::Dictionary>(result)->size(), 0); in TEST() 113 EXPECT_EQ(Cast<tf::libtf::Dictionary>(result)->size(), 0); in TEST()
|
/external/federated-compute/fcp/tensorflow/ |
D | dictionary_ops_test.py | 31 dictionary = dictionary_ops.Dictionary.from_tokens( 54 dictionary = dictionary_ops.Dictionary.from_tokens( 71 dictionary_ops.Dictionary.from_tokens(['01', '02', '11', '10', '11'], 77 dictionary = dictionary_ops.Dictionary.from_tokens( 86 dictionary = dictionary_ops.Dictionary.from_tokens( 102 dictionary = dictionary_ops.Dictionary.from_dictionary_description(
|
D | dictionary_ops.cc | 38 using fcp::dictionary::Dictionary; 66 absl::StatusOr<std::unique_ptr<Dictionary>> dictionary( in AbstractDictionaryOp() 67 Dictionary::Create(parsed_dictionary_description)); in AbstractDictionaryOp() 91 const Dictionary& dictionary) = 0; 95 std::unique_ptr<Dictionary> dictionary_; 108 const Dictionary& dictionary) override { in DoCompute() 146 const Dictionary& dictionary) override { in DoCompute() 202 const Dictionary& dictionary) override { in DoCompute()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | DictionaryStringByteConverter.java | 14 import org.unicode.cldr.util.Dictionary.Matcher; 15 import org.unicode.cldr.util.Dictionary.Matcher.Status; 18 private final Dictionary<String> dictionary; 25 public Dictionary<String> getDictionary() { in getDictionary() 30 Dictionary<String> dictionary, StringByteConverter byteMaker) { in DictionaryStringByteConverter() 120 new TreeMap<>(Dictionary.CHAR_SEQUENCE_COMPARATOR); in fromBytes()
|
D | TestStateDictionaryBuilder.java | 25 import org.unicode.cldr.util.Dictionary.Matcher; 26 import org.unicode.cldr.util.Dictionary.Matcher.Filter; 27 import org.unicode.cldr.util.Dictionary.Matcher.Status; 49 Dictionary<T> stateDictionary; 50 Dictionary.Matcher<T> stateMatcher; 52 Dictionary<T> simpleDictionary; 53 Dictionary.Matcher<T> simpleMatcher; 169 Dictionary<U> dictionary, in tryFind() 173 + Dictionary.load(dictionary.getMapping(), new TreeMap<CharSequence, U>())); in tryFind() 233 + Dictionary.load( in showDictionaryContents() [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | WriteRawPrimitivesBenchmark.cs | 50 Dictionary<int, uint[]> varint32Values; 51 Dictionary<int, ulong[]> varint64Values; 57 Dictionary<int, string[]> stringValues; 60 Dictionary<int, string[]> nonAsciiStringValues; 63 Dictionary<int, ByteString[]> byteStringValues; 79 varint32Values = new Dictionary<int, uint[]>(); in GlobalSetup() 80 varint64Values = new Dictionary<int, ulong[]>(); in GlobalSetup() 93 stringValues = new Dictionary<int, string[]>(); in GlobalSetup() 95 byteStringValues = new Dictionary<int, ByteString[]>(); in GlobalSetup() 102 nonAsciiStringValues = new Dictionary<int, string[]>(); in GlobalSetup()
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | WriteRawPrimitivesBenchmark.cs | 50 Dictionary<int, uint[]> varint32Values; 51 Dictionary<int, ulong[]> varint64Values; 57 Dictionary<int, string[]> stringValues; 60 Dictionary<int, string[]> nonAsciiStringValues; 63 Dictionary<int, ByteString[]> byteStringValues; 79 varint32Values = new Dictionary<int, uint[]>(); in GlobalSetup() 80 varint64Values = new Dictionary<int, ulong[]>(); in GlobalSetup() 93 stringValues = new Dictionary<int, string[]>(); in GlobalSetup() 95 byteStringValues = new Dictionary<int, ByteString[]>(); in GlobalSetup() 102 nonAsciiStringValues = new Dictionary<int, string[]>(); in GlobalSetup()
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | WriteRawPrimitivesBenchmark.cs | 50 Dictionary<int, uint[]> varint32Values; 51 Dictionary<int, ulong[]> varint64Values; 57 Dictionary<int, string[]> stringValues; 60 Dictionary<int, string[]> nonAsciiStringValues; 63 Dictionary<int, ByteString[]> byteStringValues; 79 varint32Values = new Dictionary<int, uint[]>(); in GlobalSetup() 80 varint64Values = new Dictionary<int, ulong[]>(); in GlobalSetup() 93 stringValues = new Dictionary<int, string[]>(); in GlobalSetup() 95 byteStringValues = new Dictionary<int, ByteString[]>(); in GlobalSetup() 102 nonAsciiStringValues = new Dictionary<int, string[]>(); in GlobalSetup()
|
/external/cronet/tot/third_party/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 …]
|