Home
last modified time | relevance | path

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

12345678910>>...146

/external/protobuf/objectivec/
DGPBDictionary.h59 /** Number of entries stored in this dictionary. */
63 * Initializes this dictionary, copying the given values and keys.
65 * @param values The values to be placed in this dictionary.
67 * @param count The number of elements to copy into the dictionary.
69 * @return A newly initialized dictionary with a copy of the values and keys.
76 * Initializes this dictionary, copying the entries from the given dictionary.
78 * @param dictionary Dictionary containing the entries to add to this dictionary.
80 * @return A newly initialized dictionary with the entries of the given dictionary.
82 - (instancetype)initWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary;
85 * 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/python/google-api-python-client/docs/dyn/
Ddlp_v2.organizations.storedInfoTypes.html116dictionary": { # 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…
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": { # 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.locations.storedInfoTypes.html116dictionary": { # 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…
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": { # 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": { # 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…
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": { # 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": { # 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…
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": { # 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
83 """populate usb data into list dictionary
85 @returns list of dictionary, examples:
101 """retrive the list of dictionary for certain types of VID_PID
102 @param usbdata: list of dictionary for usb devices
104 @returns the list of dictionary for certain types of VID_PID
117 """retrive the list of dictionary for all audio devices
118 @param usbdata: list of dictionary for usb devices
119 @returns the list of dictionary for all audio devices
129 """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/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/libaom/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 snprintf(dictionary->strs[dictionary->num_strs], len + 1, "%s", str); in aom_accounting_dictionary_lookup()
51 dictionary->num_strs++; in aom_accounting_dictionary_lookup()
52 return dictionary->num_strs - 1; in aom_accounting_dictionary_lookup()
[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/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 …]
DLZMA2InputStream.java25 * Smallest valid LZMA2 dictionary size.
33 * Largest dictionary size supported by this implementation.
66 * the given dictionary size.
68 * @param dictSize LZMA2 dictionary size as bytes, must be
77 // and LZ decoder needs a dictionary buffer. in getMemoryUsage()
84 "Unsupported dictionary size " + dictSize); in getDictSize()
86 // Round dictionary size upward to a multiple of 16. This way LZMA in getDictSize()
97 * The caller needs to know the dictionary size used when compressing;
98 * the dictionary size isn't stored as part of a raw LZMA2 stream.
100 * Specifying a too small dictionary size will prevent decompressing
[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/protobuf/csharp/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/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DDictionaryStringByteConverter.java15 import org.unicode.cldr.util.Dictionary.Matcher;
16 import org.unicode.cldr.util.Dictionary.Matcher.Status;
19 private final Dictionary<String> dictionary; field in DictionaryStringByteConverter
26 public Dictionary<String> getDictionary() { in getDictionary()
27 return dictionary; in getDictionary()
30 …public DictionaryStringByteConverter(Dictionary<String> dictionary, StringByteConverter byteMaker)… in DictionaryStringByteConverter() argument
32 this.dictionary = dictionary; in DictionaryStringByteConverter()
33 matcher = dictionary.getMatcher(); in DictionaryStringByteConverter()
37 for (Iterator<Entry<CharSequence, String>> m = dictionary.getMapping(); m.hasNext();) { in DictionaryStringByteConverter()
114 // then convert using dictionary in fromBytes()
[all …]
/external/brotli/c/common/
Ddictionary.h7 /* Collection of static dictionary words. */
21 * Number of bits to encode index of dictionary word in a bucket.
23 * Specification: Appendix A. Static Dictionary Data
25 * Words in a dictionary are bucketed by length.
27 * Dictionary consists of words with length of [4..24] bytes.
39 Specified size matches default (RFC 7932) dictionary. Its size is
47 * Sets dictionary data.
49 * When dictionary data is already set / present, this method is no-op.
51 * Dictionary data MUST be provided before BrotliGetDictionary is invoked.
53 * to reduce storage by sharing single dictionary between implementations.
/external/icu/icu4c/source/common/
Ddictbe.h32 * dictionary to determine language-specific breaks.</p>
97 * <p>Divide up a range of known dictionary characters handled by this break engine.</p>
100 * @param rangeStart The start of the range of dictionary characters
101 * @param rangeEnd The end of the range of dictionary characters
121 * dictionary and heuristics to determine Thai-specific breaks.</p>
156 * <p>Divide up a range of known dictionary characters handled by this break engine.</p>
159 * @param rangeStart The start of the range of dictionary characters
160 * @param rangeEnd The end of the range of dictionary characters
180 * dictionary and heuristics to determine Lao-specific breaks.</p>
214 * <p>Divide up a range of known dictionary characters handled by this break engine.</p>
[all …]
/external/icu/libicu/cts_headers/
Ddictbe.h32 * dictionary to determine language-specific breaks.</p>
97 * <p>Divide up a range of known dictionary characters handled by this break engine.</p>
100 * @param rangeStart The start of the range of dictionary characters
101 * @param rangeEnd The end of the range of dictionary characters
121 * dictionary and heuristics to determine Thai-specific breaks.</p>
156 * <p>Divide up a range of known dictionary characters handled by this break engine.</p>
159 * @param rangeStart The start of the range of dictionary characters
160 * @param rangeEnd The end of the range of dictionary characters
180 * dictionary and heuristics to determine Lao-specific breaks.</p>
214 * <p>Divide up a range of known dictionary characters handled by this break engine.</p>
[all …]
/external/google-breakpad/src/processor/
Dpostfix_evaluator.h35 // in postfix (reverse Polish) notation and a dictionary mapping constants
45 // which reference the dictionary. The supported binary operators are +
54 // The dictionary is provided as a map with string keys. Keys beginning
57 // dictionary. These variables do not need to exist prior to calling
95 // (^) will not be supported. |dictionary| may be NULL, but evaluation
98 PostfixEvaluator(DictionaryType *dictionary, const MemoryRegion *memory) in PostfixEvaluator() argument
99 : dictionary_(dictionary), memory_(memory), stack_() {} in PostfixEvaluator()
102 // execution will be stored in one (or more) variables in the dictionary.
104 // variables in the dictionary in an indeterminate state. If assigned is
105 // non-NULL, any keys set in the dictionary as a result of evaluation
[all …]

12345678910>>...146