/aosp_15_r20/external/protobuf/objectivec/ |
H A D | GPBDictionary.h | 60 /** Number of entries stored in this dictionary. */ 64 * Initializes this dictionary, copying the given values and keys. 66 * @param values The values to be placed in this dictionary. 68 * @param count The number of elements to copy into the dictionary. 70 * @return A newly initialized dictionary with a copy of the values and keys. 77 * Initializes this dictionary, copying the entries from the given dictionary. 79 * @param dictionary Dictionary containing the entries to add to this dictionary. 81 * @return A newly initialized dictionary with the entries of the given dictionary. 83 - (instancetype)initWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary; 86 * Initializes this dictionary with the requested capacity. [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/ |
H A D | GPBDictionary.h | 60 /** Number of entries stored in this dictionary. */ 64 * Initializes this dictionary, copying the given values and keys. 66 * @param values The values to be placed in this dictionary. 68 * @param count The number of elements to copy into the dictionary. 70 * @return A newly initialized dictionary with a copy of the values and keys. 77 * Initializes this dictionary, copying the entries from the given dictionary. 79 * @param dictionary Dictionary containing the entries to add to this dictionary. 81 * @return A newly initialized dictionary with the entries of the given dictionary. 83 - (instancetype)initWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary; 86 * Initializes this dictionary with the requested capacity. [all …]
|
/aosp_15_r20/device/google/cuttlefish/host/libs/config/ |
D | cuttlefish_config_instance.cpp | 101 (*Dictionary())[kInstanceDir] = config_->InstancesPath(IdToName(id)); in MutableInstanceSpecific() 104 Json::Value* CuttlefishConfig::MutableInstanceSpecific::Dictionary() { in Dictionary() function in cuttlefish::CuttlefishConfig::MutableInstanceSpecific 108 const Json::Value* CuttlefishConfig::InstanceSpecific::Dictionary() const { in Dictionary() function in cuttlefish::CuttlefishConfig::InstanceSpecific 140 return (*Dictionary())[kBootImage].asString(); in boot_image() 144 (*Dictionary())[kBootImage] = boot_image; in set_boot_image() 148 return (*Dictionary())[kNewBootImage].asString(); in new_boot_image() 152 (*Dictionary())[kNewBootImage] = new_boot_image; in set_new_boot_image() 156 return (*Dictionary())[kInitBootImage].asString(); in init_boot_image() 160 (*Dictionary())[kInitBootImage] = init_boot_image; in set_init_boot_image() 164 return (*Dictionary())[kDataImage].asString(); in data_image() [all …]
|
/aosp_15_r20/external/federated-compute/fcp/dictionary/ |
H A D | dictionary_test.cc | 16 #include "fcp/dictionary/dictionary.h" 23 #include "fcp/dictionary/dictionary.pb.h" 30 namespace dictionary { namespace 37 std::unique_ptr<Dictionary> dictionary = *Dictionary::Create(PARSE_TEXT_PROTO( in TEST_F() local 40 EXPECT_EQ(0, dictionary->TokenToId("a")); in TEST_F() 41 EXPECT_EQ(1, dictionary->TokenToId("b")); in TEST_F() 42 EXPECT_EQ(2, dictionary->TokenToId("c")); 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() local 51 EXPECT_EQ(2, dictionary->TokenToId("a")); in TEST_F() [all …]
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/ |
D | com_android_inputmethod_latin_BinaryDictionary.cpp | 25 #include "dictionary/property/unigram_property.h" 26 #include "dictionary/property/ngram_context.h" 27 #include "dictionary/property/word_property.h" 28 #include "dictionary/structure/dictionary_structure_with_buffer_policy_factory.h" 31 #include "suggest/core/dictionary/dictionary.h" 65 Dictionary *const dictionary = in latinime_BinaryDictionary_open() local 66 new Dictionary(env, std::move(dictionaryStructureWithBufferPolicy)); in latinime_BinaryDictionary_open() 68 return reinterpret_cast<jlong>(dictionary); in latinime_BinaryDictionary_open() 94 Dictionary *const dictionary = in latinime_BinaryDictionary_createOnMemory() local 95 new Dictionary(env, std::move(dictionaryStructureWithBufferPolicy)); in latinime_BinaryDictionary_createOnMemory() [all …]
|
D | Android.bp | 27 "src/dictionary/header/header_policy.cpp", 28 "src/dictionary/header/header_read_write_utils.cpp", 29 "src/dictionary/property/ngram_context.cpp", 30 "src/dictionary/structure/dictionary_structure_with_buffer_policy_factory.cpp", 31 "src/dictionary/structure/pt_common/bigram/bigram_list_read_write_utils.cpp", 32 "src/dictionary/structure/pt_common/dynamic_pt_gc_event_listeners.cpp", 33 "src/dictionary/structure/pt_common/dynamic_pt_reading_helper.cpp", 34 "src/dictionary/structure/pt_common/dynamic_pt_reading_utils.cpp", 35 "src/dictionary/structure/pt_common/dynamic_pt_updating_helper.cpp", 36 "src/dictionary/structure/pt_common/dynamic_pt_writing_utils.cpp", [all …]
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/ |
H A D | structured_headers_generated_test.cc | 2707 const std::optional<Dictionary> 2712 // dictionary.json 2713 {"basic dictionary", 2716 {Dictionary{ 2721 {"empty dictionary", "", 0, {Dictionary{{}}}, nullptr}, 2722 {"single item dictionary", 2725 {Dictionary{{{"a", {Integer(1), {}}}}}}, 2727 {"list item dictionary", 2730 {Dictionary{{{"a", {{{Integer(1), {}}, {Integer(2), {}}}, {}}}}}}, 2732 {"single list item dictionary", [all …]
|
/aosp_15_r20/external/zstd/lib/ |
H A D | zdict.h | 51 * Zstd dictionary builder 55 * Why should I use a dictionary? 62 * structure, you can train a dictionary on ahead of time on some samples of 63 * these files. Then, zstd can use the dictionary to find repetitions that are 66 * When is a dictionary useful? 70 * The larger a file is, the less benefit a dictionary will have. Generally, 71 * we don't expect dictionary compression to be effective past 100KB. And the 72 * smaller a file is, the more we would expect the dictionary to help. 74 * How do I use a dictionary? 77 * Simply pass the dictionary to the zstd compressor with [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/fcp/dictionary/ |
D | dictionary.pb.h | 2 // source: fcp/dictionary/dictionary.proto 46 namespace dictionary { 62 } // namespace dictionary 65 template<> ::fcp::dictionary::DictionaryDescription* Arena::CreateMaybeMessage<::fcp::dictionary::D… 66 template<> ::fcp::dictionary::DictionaryDescription_OutputBlocklistIds* Arena::CreateMaybeMessage<:… 67 template<> ::fcp::dictionary::DictionaryDescription_SpecialIds* Arena::CreateMaybeMessage<::fcp::di… 68 template<> ::fcp::dictionary::DictionaryDescription_Vocabulary* Arena::CreateMaybeMessage<::fcp::di… 69 template<> ::fcp::dictionary::DictionaryDescription_Vocabulary_TokenIndex* Arena::CreateMaybeMessag… 72 namespace dictionary { 77 …SPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:fcp.dictionary.DictionaryDescri… [all …]
|
D | dictionary.pb.cc | 2 // source: fcp/dictionary/dictionary.proto 4 #include "fcp/dictionary/dictionary.pb.h" 22 namespace dictionary { namespace 96 } // namespace dictionary 99 namespace dictionary { namespace 121 // @@protoc_insertion_point(arena_constructor:fcp.dictionary.DictionaryDescription.SpecialIds) in DictionaryDescription_SpecialIds() 137 // @@protoc_insertion_point(copy_constructor:fcp.dictionary.DictionaryDescription.SpecialIds) in DictionaryDescription_SpecialIds() 154 // @@protoc_insertion_point(destructor:fcp.dictionary.DictionaryDescription.SpecialIds) in ~DictionaryDescription_SpecialIds() 171 // @@protoc_insertion_point(message_clear_start:fcp.dictionary.DictionaryDescription.SpecialIds) in Clear() 249 …// @@protoc_insertion_point(serialize_to_array_start:fcp.dictionary.DictionaryDescription.SpecialI… in _InternalSerialize() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | dlp_v2.organizations.locations.storedInfoTypes.html | 116 …dictionary": { # Custom information type based on a dictionary of words or phrases. This can … 118 …esenting a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt 121 …"words": [ # Words or phrases defining the dictionary. The dictionary must contain at le… 127 …dictionary created from a data source of any size up to the maximum size defined in the [limits](h… 128 …ld of a BigQuery table. # Field in a BigQuery table where each cell represents a dictionary phrase. 138 …of files in Cloud Storage. # Set of files containing newline-delimited lists of dictionary phrases. 141 …dictionary artifacts in Google Cloud Storage. These files will only be accessible by project owner… 142 …esenting a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt 168 …dictionary": { # Custom information type based on a dictionary of words or phrases. This can … 170 …esenting a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt [all …]
|
D | dlp_v2.projects.locations.storedInfoTypes.html | 116 …dictionary": { # Custom information type based on a dictionary of words or phrases. This can … 118 …esenting a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt 121 …"words": [ # Words or phrases defining the dictionary. The dictionary must contain at le… 127 …dictionary created from a data source of any size up to the maximum size defined in the [limits](h… 128 …ld of a BigQuery table. # Field in a BigQuery table where each cell represents a dictionary phrase. 138 …of files in Cloud Storage. # Set of files containing newline-delimited lists of dictionary phrases. 141 …dictionary artifacts in Google Cloud Storage. These files will only be accessible by project owner… 142 …esenting a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt 168 …dictionary": { # Custom information type based on a dictionary of words or phrases. This can … 170 …esenting a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt [all …]
|
D | dlp_v2.organizations.storedInfoTypes.html | 116 …dictionary": { # Custom information type based on a dictionary of words or phrases. This can … 118 …esenting a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt 121 …"words": [ # Words or phrases defining the dictionary. The dictionary must contain at le… 127 …dictionary created from a data source of any size up to the maximum size defined in the [limits](h… 128 …ld of a BigQuery table. # Field in a BigQuery table where each cell represents a dictionary phrase. 138 …of files in Cloud Storage. # Set of files containing newline-delimited lists of dictionary phrases. 141 …dictionary artifacts in Google Cloud Storage. These files will only be accessible by project owner… 142 …esenting a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt 168 …dictionary": { # Custom information type based on a dictionary of words or phrases. This can … 170 …esenting a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt [all …]
|
D | dlp_v2.projects.storedInfoTypes.html | 116 …dictionary": { # Custom information type based on a dictionary of words or phrases. This can … 118 …esenting a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt 121 …"words": [ # Words or phrases defining the dictionary. The dictionary must contain at le… 127 …dictionary created from a data source of any size up to the maximum size defined in the [limits](h… 128 …ld of a BigQuery table. # Field in a BigQuery table where each cell represents a dictionary phrase. 138 …of files in Cloud Storage. # Set of files containing newline-delimited lists of dictionary phrases. 141 …dictionary artifacts in Google Cloud Storage. These files will only be accessible by project owner… 142 …esenting a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt 168 …dictionary": { # Custom information type based on a dictionary of words or phrases. This can … 170 …esenting a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt [all …]
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | DictionaryFacilitatorImpl.java | 68 // dictionary. 80 DICT_TYPE_TO_CLASS.put(Dictionary.TYPE_USER_HISTORY, UserHistoryDictionary.class); in DICT_TYPE_TO_CLASS.put() 81 DICT_TYPE_TO_CLASS.put(Dictionary.TYPE_USER, UserBinaryDictionary.class); in DICT_TYPE_TO_CLASS.put() 82 DICT_TYPE_TO_CLASS.put(Dictionary.TYPE_CONTACTS, ContactsBinaryDictionary.class); in DICT_TYPE_TO_CLASS.put() 128 * The locale associated with the dictionary group. 133 * The user account associated with the dictionary group. 137 @Nullable private Dictionary mMainDict; 154 @Nullable final Dictionary mainDict, in DictionaryGroup() 159 // The main dictionary can be asynchronously loaded. in DictionaryGroup() 172 public void setMainDict(final Dictionary mainDict) { in setMainDict() [all …]
|
D | ExpandableBinaryDictionary.java | 52 * Abstract base class for an expandable dictionary that can be created and updated dynamically 53 * during runtime. When updated it automatically generates a new binary dictionary to handle future 54 * queries in native code. This binary dictionary is written to internal storage. 59 abstract public class ExpandableBinaryDictionary extends Dictionary { 71 * The maximum length of a word in this dictionary. 85 * The binary dictionary generated dynamically from the fusion dictionary. This is used to 91 * The name of this dictionary, used as a part of the filename for storing the binary 92 * dictionary. 96 /** Dictionary file */ 99 /** Indicates whether a task for reloading the dictionary has been scheduled. */ [all …]
|
/aosp_15_r20/out/soong/.intermediates/packages/inputmethods/LatinIME/native/jni/libjni_latinime/android_product_arm64_armv8-2a_cortex-a55_static/ |
D | meta_lic.rsp | 1 …dictionary/header/header_policy.cpp -s packages/inputmethods/LatinIME/native/jni/src/dictionary/he…
|
D | meta_lic | 14 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/header/header_policy.cpp" 15 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/header/header_read_write_utils.c… 16 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/property/ngram_context.cpp" 17 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/v… 18 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/… 19 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/… 20 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/… 21 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/… 22 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/… 23 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ver4_dic… [all …]
|
/aosp_15_r20/out/target/product/shiba/obj/METASHARED_LIBRARIES/libjni_latinime_intermediates/ |
D | libjni_latinime.meta_lic | 19 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/header/header_policy.cpp" 20 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/header/header_read_write_utils.c… 21 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/property/ngram_context.cpp" 22 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/v… 23 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/… 24 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/… 25 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/… 26 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/… 27 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/… 28 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ver4_dic… [all …]
|
/aosp_15_r20/out/soong/.intermediates/packages/inputmethods/LatinIME/native/jni/libjni_latinime/android_product_arm64_armv8-2a_cortex-a55_shared/ |
D | meta_lic | 19 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/header/header_policy.cpp" 20 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/header/header_read_write_utils.c… 21 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/property/ngram_context.cpp" 22 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/v… 23 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/… 24 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/… 25 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/… 26 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/… 27 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/… 28 sources: "packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ver4_dic… [all …]
|
D | meta_lic.rsp | 1 …dictionary/header/header_policy.cpp -s packages/inputmethods/LatinIME/native/jni/src/dictionary/he…
|
/aosp_15_r20/out/soong/.intermediates/packages/inputmethods/LatinIME/native/jni/libjni_latinime/android_product_arm64_armv8-2a_cortex-a55_shared/unstripped/ |
D | libjni_latinime.so.rsp | 1 …dictionary/header/header_policy.o out/soong/.intermediates/packages/inputmethods/LatinIME/native/j…
|
/aosp_15_r20/external/federated-compute/fcp/tensorflow/ |
H A D | dictionary_ops.cc | 24 #include "fcp/dictionary/dictionary.h" 25 #include "fcp/dictionary/dictionary.pb.h" 38 using fcp::dictionary::Dictionary; 39 using fcp::dictionary::DictionaryDescription; 43 // Base class for ops that work with a Dictionary. 65 // Fully specified dictionary. in AbstractDictionaryOp() 66 absl::StatusOr<std::unique_ptr<Dictionary>> dictionary( in AbstractDictionaryOp() local 67 Dictionary::Create(parsed_dictionary_description)); in AbstractDictionaryOp() 68 OP_REQUIRES(context, dictionary.ok(), in AbstractDictionaryOp() 69 tf::errors::InvalidArgument(dictionary.status().ToString())); in AbstractDictionaryOp() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | Dictionary.java | 29 * The {@code Dictionary} class is the abstract parent of any 31 * Every key and every value is an object. In any one {@code Dictionary} 33 * {@code Dictionary} and a key, the associated element can be looked up. 49 class Dictionary<K,V> { class 54 public Dictionary() { in Dictionary() method in Dictionary 58 * Returns the number of entries (distinct keys) in this dictionary. 60 * @return the number of keys in this dictionary. 65 * Tests if this dictionary maps no keys to value. The general contract 67 * if this dictionary contains no entries. 69 * @return {@code true} if this dictionary maps no keys to values; [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | Dictionary.java | 29 * The {@code Dictionary} class is the abstract parent of any 31 * Every key and every value is an object. In any one {@code Dictionary} 33 * {@code Dictionary} and a key, the associated element can be looked up. 49 class Dictionary<K,V> { class 54 public Dictionary() { in Dictionary() method in Dictionary 58 * Returns the number of entries (distinct keys) in this dictionary. 60 * @return the number of keys in this dictionary. 65 * Tests if this dictionary maps no keys to value. The general contract 67 * if this dictionary contains no entries. 69 * @return {@code true} if this dictionary maps no keys to values; [all …]
|