Home
last modified time | relevance | path

Searched full:dictionary (Results 1 – 25 of 4189) sorted by relevance

12345678910>>...168

/external/protobuf/objectivec/
DGPBDictionary.h60 /** 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 …]
/external/cronet/third_party/protobuf/objectivec/
DGPBDictionary.h60 /** 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 …]
/external/zstd/lib/
Dzdict.h40 * Zstd dictionary builder
44 * Why should I use a dictionary?
51 * structure, you can train a dictionary on ahead of time on some samples of
52 * these files. Then, zstd can use the dictionary to find repetitions that are
55 * When is a dictionary useful?
59 * The larger a file is, the less benefit a dictionary will have. Generally,
60 * we don't expect dictionary compression to be effective past 100KB. And the
61 * smaller a file is, the more we would expect the dictionary to help.
63 * How do I use a dictionary?
66 * Simply pass the dictionary to the zstd compressor with
[all …]
/external/cronet/net/third_party/quiche/src/quiche/common/
Dstructured_headers_generated_test.cc2760 const absl::optional<Dictionary>
2765 // dictionary.json
2766 {"basic dictionary",
2769 {Dictionary{
2774 {"empty dictionary", "", 0, {Dictionary{{}}}, nullptr},
2775 {"single item dictionary",
2778 {Dictionary{{{"a", {Integer(1), {}}}}}},
2780 {"list item dictionary",
2783 {Dictionary{{{"a", {{{Integer(1), {}}, {Integer(2), {}}}, {}}}}}},
2785 {"single list item dictionary",
[all …]
/external/python/google-api-python-client/docs/dyn/
Ddlp_v2.organizations.locations.storedInfoTypes.html116dictionary&quot;: { # 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 …&quot;words&quot;: [ # Words or phrases defining the dictionary. The dictionary must contain at le…
127dictionary 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.
141dictionary 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
168dictionary&quot;: { # 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 …]
Ddlp_v2.projects.locations.storedInfoTypes.html116dictionary&quot;: { # 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 …&quot;words&quot;: [ # Words or phrases defining the dictionary. The dictionary must contain at le…
127dictionary 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.
141dictionary 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
168dictionary&quot;: { # 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 …]
Ddlp_v2.organizations.storedInfoTypes.html116dictionary&quot;: { # 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 …&quot;words&quot;: [ # Words or phrases defining the dictionary. The dictionary must contain at le…
127dictionary 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.
141dictionary 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
168dictionary&quot;: { # 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 …]
Ddlp_v2.projects.storedInfoTypes.html116dictionary&quot;: { # 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 …&quot;words&quot;: [ # Words or phrases defining the dictionary. The dictionary must contain at le…
127dictionary 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.
141dictionary 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
168dictionary&quot;: { # 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 …]
/external/python/cpython2/Doc/c-api/
Ddict.rst5 Dictionary Objects
8 .. index:: object: dictionary
13 This subtype of :c:type:`PyObject` represents a Python dictionary object.
22 This instance of :c:type:`PyTypeObject` represents the Python dictionary
46 Return a new empty dictionary, or *NULL* on failure.
53 dictionary for non-dynamic class types.
60 Empty an existing dictionary of all key-value pairs.
65 Determine if dictionary *p* contains *key*. If an item in *p* is matches
74 Return a new dictionary that contains the same key-value pairs as *p*.
81 Insert *value* into the dictionary *p* with a key of *key*. *key* must be
[all …]
/external/autotest/client/common_lib/cros/manual/
Dget_usb_devices.py7 # 1. Populate usb data into dictionary
84 """populate usb data into list dictionary
86 @returns list of dictionary, examples:
102 """retrive the list of dictionary for certain types of VID_PID
103 @param usbdata: list of dictionary for usb devices
105 @returns the list of dictionary for certain types of VID_PID
118 """retrive the list of dictionary for all audio devices
119 @param usbdata: list of dictionary for usb devices
120 @returns the list of dictionary for all audio devices
130 """retrive the list of dictionary for all video devices
[all …]
/external/brotli/fetch-spec/
Dshared-brotli-fetch-spec.txt8 The goal is to add support for custom dictionaries for Brotli. A dictionary is used
9 to improve compression. A client can download a dictionary from a server and then
10 use it to decompress resources compressed with this dictionary.
12 This document specifies how the client and server negotiate the dictionary over HTTP.
14 with a URL of the dictionary. The browser downloads the dictionary from the URL and
16 which the client uses to verify the dictionary. Caching, CORS, and other existing
17 mechanisms are used. A dictionary can be a pre-made static dictionary, but does not
31 shared dictionary.
48 Shared-Brotli-dictionary fetch given dictionaryId and request.
55 [NOTE-BOX] If the dictionary is still being fetched, which happens in
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/
D.project12 <dictionary>
15 </dictionary>
16 <dictionary>
19 </dictionary>
20 <dictionary>
23 </dictionary>
24 <dictionary>
27 </dictionary>
28 <dictionary>
31 </dictionary>
[all …]
/external/python/cpython3/Doc/c-api/
Ddict.rst5 Dictionary Objects
8 .. index:: object: dictionary
13 This subtype of :c:type:`PyObject` represents a Python dictionary object.
18 This instance of :c:type:`PyTypeObject` represents the Python dictionary
36 Return a new empty dictionary, or ``NULL`` on failure.
43 prevent modification of the dictionary for non-dynamic class types.
48 Empty an existing dictionary of all key-value pairs.
53 Determine if dictionary *p* contains *key*. If an item in *p* is matches
60 Return a new dictionary that contains the same key-value pairs as *p*.
65 Insert *val* into the dictionary *p* with a key of *key*. *key* must be
[all …]
/external/libaom/av1/decoder/
Daccounting.c31 /* Dictionary lookup based on an open-addressing hash table. */
35 AccountingDictionary *dictionary; in aom_accounting_dictionary_lookup() local
36 dictionary = &accounting->syms.dictionary; in aom_accounting_dictionary_lookup()
39 if (strcmp(dictionary->strs[accounting->hash_dictionary[hash]], str) == 0) { in aom_accounting_dictionary_lookup()
46 assert(dictionary->num_strs + 1 < MAX_SYMBOL_TYPES); in aom_accounting_dictionary_lookup()
47 accounting->hash_dictionary[hash] = dictionary->num_strs; in aom_accounting_dictionary_lookup()
49 dictionary->strs[dictionary->num_strs] = malloc(len + 1); in aom_accounting_dictionary_lookup()
50 if (!dictionary->strs[dictionary->num_strs]) abort(); in aom_accounting_dictionary_lookup()
51 snprintf(dictionary->strs[dictionary->num_strs], len + 1, "%s", str); in aom_accounting_dictionary_lookup()
52 dictionary->num_strs++; in aom_accounting_dictionary_lookup()
[all …]
/external/python/oauth2client/tests/contrib/
Dtest_dictionary_storage.py43 dictionary = {}
45 storage = dictionary_storage.DictionaryStorage(dictionary, key)
47 self.assertEqual(dictionary, storage._dictionary)
52 dictionary = {}
54 storage = dictionary_storage.DictionaryStorage(dictionary, key)
58 dictionary, key, lock=lock)
63 dictionary = {}
65 storage = dictionary_storage.DictionaryStorage(dictionary, key)
69 dictionary[key] = credentials.to_json()
80 dictionary = {}
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/
D.project12 <dictionary>
15 </dictionary>
16 <dictionary>
19 </dictionary>
20 <dictionary>
23 </dictionary>
24 <dictionary>
27 </dictionary>
28 <dictionary>
31 </dictionary>
[all …]
/external/cronet/third_party/brotli/include/brotli/
Dshared_dictionary.h7 /* (Opaque) Shared Dictionary definition and utilities. */
25 * Opaque structure that holds shared dictionary data.
36 /** Raw LZ77 prefix dictionary. */
38 /** Serialized shared dictionary. */
45 * Fresh instance has default word dictionary and transforms
46 * and no LZ77 prefix dictionary.
65 * @param dict shared dictionary instance to be cleaned up and deallocated
71 * Attaches dictionary to a given instance of ::BrotliSharedDictionary.
73 * Dictionary to be attached is represented in a serialized format as a region
76 * Provided data it partially referenced by a resulting (compound) dictionary,
[all …]
/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs315 IDictionary dictionary = map; in IDictionary_Add()
316 dictionary.Add("a", "b"); in IDictionary_Add()
318 Assert.Throws<ArgumentException>(() => dictionary.Add("a", "duplicate")); in IDictionary_Add()
319 Assert.Throws<InvalidCastException>(() => dictionary.Add(new object(), "key is bad")); in IDictionary_Add()
320 Assert.Throws<InvalidCastException>(() => dictionary.Add("value is bad", new object())); in IDictionary_Add()
327 IDictionary dictionary = map; in IDictionary_Contains()
329 Assert.IsFalse(dictionary.Contains("a")); in IDictionary_Contains()
330 Assert.IsFalse(dictionary.Contains(5)); in IDictionary_Contains()
332 Assert.IsFalse(dictionary.Contains(new DictionaryEntry("x", "y"))); in IDictionary_Contains()
333 Assert.IsTrue(dictionary.Contains("x")); in IDictionary_Contains()
[all …]
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs315 IDictionary dictionary = map; in IDictionary_Add()
316 dictionary.Add("a", "b"); in IDictionary_Add()
318 Assert.Throws<ArgumentException>(() => dictionary.Add("a", "duplicate")); in IDictionary_Add()
319 Assert.Throws<InvalidCastException>(() => dictionary.Add(new object(), "key is bad")); in IDictionary_Add()
320 Assert.Throws<InvalidCastException>(() => dictionary.Add("value is bad", new object())); in IDictionary_Add()
327 IDictionary dictionary = map; in IDictionary_Contains()
329 Assert.IsFalse(dictionary.Contains("a")); in IDictionary_Contains()
330 Assert.IsFalse(dictionary.Contains(5)); in IDictionary_Contains()
332 Assert.IsFalse(dictionary.Contains(new DictionaryEntry("x", "y"))); in IDictionary_Contains()
333 Assert.IsTrue(dictionary.Contains("x")); in IDictionary_Contains()
[all …]
/external/python/cpython2/Objects/
Ddictnotes.txt40 * Accumulating references in a dictionary of lists:
74 Tunable Dictionary Parameters
84 * Maximum dictionary load in PyDict_SetItem. Currently set to 2/3.
98 depending on the size of the dictionary. Setting to *4
101 * Maximum sparseness (minimum dictionary load). What percentage
102 of entries can be unused before the dictionary shrinks to
121 While making a dictionary more sparse reduces collisions, it impairs
123 entry. Doubling the size of dictionary results in twice as many
126 Also, every dictionary iterates at least twice, once for the memset()
129 Dictionary operations involving only a single key can be O(1) unless
[all …]
/external/cronet/components/nacl/renderer/
Djson_manifest.cc27 // ISA Dictionary keys
103 // Return true if this is a valid dictionary. Having only keys present in
105 // Error messages will be placed in |error_string|, given that the dictionary
107 // E.g., "container_key" : dictionary
108 bool IsValidDictionary(const base::Value::Dict& dictionary, in IsValidDictionary() argument
116 // Check for unknown dictionary members. in IsValidDictionary()
117 for (const auto [property_name, unused_value] : dictionary) { in IsValidDictionary()
122 // the dictionary. in IsValidDictionary()
130 if (!dictionary.Find(required_keys[i])) { in IsValidDictionary()
142 // Validate a "url" dictionary assuming it was resolved from container_key.
[all …]
/external/xz-java/src/org/tukaani/xz/
DLZMAInputStream.java39 * Largest dictionary size supported by this implementation.
69 * the given dictionary size and LZMA properties byte (lc, lp, and pb).
71 * @param dictSize LZMA dictionary size as bytes, should be
92 "LZMA dictionary is too big for this implementation"); in getMemoryUsage()
107 * the given dictionary size, lc, and lp. Note that pb isn't needed.
109 * @param dictSize LZMA dictionary size as bytes, must be
129 // Roughly 10 KiB for the base state + LZ decoder's dictionary buffer in getMemoryUsage()
139 "LZMA dictionary is too big for this implementation"); in getDictSize()
141 // For performance reasons, use a 4 KiB dictionary if something in getDictSize()
144 // dictionary is just a few bytes. But we need to handle the special in getDictSize()
[all …]
/external/licenseclassifier/v2/
Ddocument_test.go25 t.Errorf("new dictionary should not have words populated")
28 t.Errorf("new dictionary should not have indices populated")
31 // Add a word to the dictionary
35 t.Errorf("dictionary has %d words, expected 1", got)
38 t.Errorf("dictionary has %d indices, expected 1", got)
41 t.Errorf("dictionary index: got %d, want 1", got)
44 t.Errorf("dictionary word: got %q, want %q", got, "hello")
47 // Adding the same word to the dictionary doesn't change the dictionary
51 t.Errorf("dictionary has %d words, expected 1", got)
54 t.Errorf("dictionary has %d indices, expected 1", got)
[all …]
/external/python/oauth2client/oauth2client/contrib/
Ddictionary_storage.py15 """Dictionary storage for OAuth2 Credentials."""
21 """Store and retrieve credentials to and from a dictionary-like object.
24 dictionary: A dictionary or dictionary-like object.
26 ``dictionary[key]``.
29 dictionary.
32 def __init__(self, dictionary, key, lock=None): argument
35 self._dictionary = dictionary
39 """Retrieve the credentials from the dictionary, if they exist.
54 """Save the credentials to the dictionary.
64 """Remove the credentials from the dictionary, if they exist."""
/external/cronet/third_party/brotli/enc/
Dencoder_dict.h10 #include "../common/dictionary.h"
23 Dictionary hierarchy for Encoder:
27 = prefix dictionary with precomputed hashes
30 = for each context, precomputed static dictionary with words + transforms
32 Dictionary hiearchy from common: similar, but without precomputed hashes
56 /* Dictionary data (words and transforms) for 1 possible context */
73 Contains every possible transformed dictionary word in a trie. It encodes
92 /* Dictionary data for all 64 contexts */
114 /* LZ77 prefix, compound dictionary */
117 /* Custom static dictionary (optionally context-based) */
[all …]

12345678910>>...168