HomeSort by relevance Sort by last modified time
    Searched refs:dictionary (Results 151 - 175 of 385) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/ndk/platforms/android-14/include/
zlib.h 430 If a preset dictionary is needed after this call (see inflateSetDictionary
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
539 const Bytef *dictionary,
542 Initializes the compression dictionary from the given byte sequence
546 dictionary (see inflateSetDictionary).
548 The dictionary should consist of strings (byte sequences) that are likely
550 used strings preferably put towards the end of the dictionary. Using a
551 dictionary is most useful when the data to be compressed is short and can be
553 with the default empty dictionary
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h 430 If a preset dictionary is needed after this call (see inflateSetDictionary
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
539 const Bytef *dictionary,
542 Initializes the compression dictionary from the given byte sequence
546 dictionary (see inflateSetDictionary).
548 The dictionary should consist of strings (byte sequences) that are likely
550 used strings preferably put towards the end of the dictionary. Using a
551 dictionary is most useful when the data to be compressed is short and can be
553 with the default empty dictionary.
    [all...]
  /external/brotli/c/enc/
hash_forgetful_chain_inc.h 157 const BrotliDictionary* dictionary, const uint16_t* dictionary_hash,
243 SearchInStaticDictionary(dictionary, dictionary_hash,
hash_longest_match64_inc.h 161 const BrotliDictionary* dictionary, const uint16_t* dictionary_hash,
260 SearchInStaticDictionary(dictionary, dictionary_hash,
hash_longest_match_inc.h 154 const BrotliDictionary* dictionary, const uint16_t* dictionary_hash,
252 SearchInStaticDictionary(dictionary, dictionary_hash,
hash_to_binary_tree_inc.h 202 const BrotliDictionary* dictionary, const uint8_t* data,
245 if (BrotliFindAllStaticDictionaryMatches(dictionary,
backward_references_hq.c 310 this or greater than |max_backward| are static dictionary references, and
491 to this distance. If the distance refers to the static dictionary, or
628 const BrotliDictionary* dictionary,
656 size_t num_matches = FindAllMatchesH10(hasher, dictionary, ringbuffer,
691 MemoryManager* m, const BrotliDictionary* dictionary, size_t num_bytes,
701 *num_commands += BrotliZopfliComputeShortestPath(m, dictionary, num_bytes,
711 MemoryManager* m, const BrotliDictionary* dictionary, size_t num_bytes,
743 num_found_matches = FindAllMatchesH10(hasher, dictionary, ringbuffer,
  /external/brotli/research/
deorummolae.cc 11 /* Length of substring that is considered to be covered by dictionary string. */
13 /* Minimal dictionary entry size. */
158 size_t DM_generate(uint8_t* dictionary, size_t dictionary_size_limit,
230 /* Restrict (last) dictionary entry length. */
263 "Savings: %zu+%zu, dictionary: %zu+%d\n",
266 dictionary[total + i] =
  /external/v8/src/runtime/
runtime-object.cc 61 // (which is a dictionary lookup with a non-internalized key) is
62 // about as expensive as doing the property dictionary lookup with
68 // Attempt dictionary lookup.
69 GlobalDictionary* dictionary = receiver->global_dictionary(); local
70 int entry = dictionary->FindEntry(key);
72 DCHECK(dictionary->ValueAt(entry)->IsPropertyCell());
73 PropertyCell* cell = PropertyCell::cast(dictionary->ValueAt(entry));
83 // Attempt dictionary lookup.
84 NameDictionary* dictionary = receiver->property_dictionary(); local
85 int entry = dictionary->FindEntry(key)
    [all...]
  /external/v8/src/
code-stub-assembler.cc     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.c 387 It is also called to create a window for dictionary data when a dictionary
    [all...]
  /external/python/cpython3/Modules/zlib/
inflate.c 387 It is also called to create a window for dictionary data when a dictionary
    [all...]
  /external/zlib/src/
inflate.c 387 It is also called to create a window for dictionary data when a dictionary
    [all...]
  /external/tensorflow/tensorflow/contrib/training/python/training/
hparam.py 72 m_dict: Dictionary constructed from regex parsing.
76 results_dictionary: The dictionary being updated for return by the parsing
95 # will be in this dictionary and map to a non-dictionary.
121 m_dict: Dictionary constructed from regex parsing.
124 results_dictionary: The dictionary being updated for return by the parsing
223 type_map: A dictionary mapping hyperparameter names to types. Note every
234 * A dictionary mapping index numbers to scalar values.
527 """Override hyperparameter values, parsing new values from a dictionary.
530 values_dict: Dictionary of name:value pairs
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/bin/
git-clang-format 184 """Return the git configuration as a dictionary.
187 is a dictionary mapping option name (in lower case) to either "--bool" or
296 The return value is a dictionary mapping filename to a list of (start_line,
319 def filter_by_extension(dictionary, allowed_extensions):
320 """Delete every key in `dictionary` that doesn't have an allowed extension.
325 for filename in list(dictionary.keys()):
330 del dictionary[filename]
  /prebuilts/clang/host/darwin-x86/clang-4479392/bin/
git-clang-format 184 """Return the git configuration as a dictionary.
187 is a dictionary mapping option name (in lower case) to either "--bool" or
296 The return value is a dictionary mapping filename to a list of (start_line,
319 def filter_by_extension(dictionary, allowed_extensions):
320 """Delete every key in `dictionary` that doesn't have an allowed extension.
325 for filename in list(dictionary.keys()):
330 del dictionary[filename]
  /prebuilts/clang/host/darwin-x86/clang-4579689/bin/
git-clang-format 184 """Return the git configuration as a dictionary.
187 is a dictionary mapping option name (in lower case) to either "--bool" or
296 The return value is a dictionary mapping filename to a list of (start_line,
319 def filter_by_extension(dictionary, allowed_extensions):
320 """Delete every key in `dictionary` that doesn't have an allowed extension.
325 for filename in list(dictionary.keys()):
330 del dictionary[filename]
  /prebuilts/clang/host/darwin-x86/clang-4630689/bin/
git-clang-format 184 """Return the git configuration as a dictionary.
187 is a dictionary mapping option name (in lower case) to either "--bool" or
296 The return value is a dictionary mapping filename to a list of (start_line,
319 def filter_by_extension(dictionary, allowed_extensions):
320 """Delete every key in `dictionary` that doesn't have an allowed extension.
325 for filename in list(dictionary.keys()):
330 del dictionary[filename]
  /prebuilts/clang/host/darwin-x86/clang-4639204/bin/
git-clang-format 184 """Return the git configuration as a dictionary.
187 is a dictionary mapping option name (in lower case) to either "--bool" or
296 The return value is a dictionary mapping filename to a list of (start_line,
319 def filter_by_extension(dictionary, allowed_extensions):
320 """Delete every key in `dictionary` that doesn't have an allowed extension.
325 for filename in list(dictionary.keys()):
330 del dictionary[filename]
  /prebuilts/clang/host/darwin-x86/clang-4691093/bin/
git-clang-format 184 """Return the git configuration as a dictionary.
187 is a dictionary mapping option name (in lower case) to either "--bool" or
296 The return value is a dictionary mapping filename to a list of (start_line,
319 def filter_by_extension(dictionary, allowed_extensions):
320 """Delete every key in `dictionary` that doesn't have an allowed extension.
325 for filename in list(dictionary.keys()):
330 del dictionary[filename]
  /prebuilts/clang/host/darwin-x86/clang-stable/bin/
git-clang-format 184 """Return the git configuration as a dictionary.
187 is a dictionary mapping option name (in lower case) to either "--bool" or
296 The return value is a dictionary mapping filename to a list of (start_line,
319 def filter_by_extension(dictionary, allowed_extensions):
320 """Delete every key in `dictionary` that doesn't have an allowed extension.
325 for filename in list(dictionary.keys()):
330 del dictionary[filename]
  /prebuilts/clang/host/linux-x86/clang-4393122/bin/
git-clang-format 184 """Return the git configuration as a dictionary.
187 is a dictionary mapping option name (in lower case) to either "--bool" or
296 The return value is a dictionary mapping filename to a list of (start_line,
319 def filter_by_extension(dictionary, allowed_extensions):
320 """Delete every key in `dictionary` that doesn't have an allowed extension.
325 for filename in list(dictionary.keys()):
330 del dictionary[filename]
  /prebuilts/clang/host/linux-x86/clang-4479392/bin/
git-clang-format 184 """Return the git configuration as a dictionary.
187 is a dictionary mapping option name (in lower case) to either "--bool" or
296 The return value is a dictionary mapping filename to a list of (start_line,
319 def filter_by_extension(dictionary, allowed_extensions):
320 """Delete every key in `dictionary` that doesn't have an allowed extension.
325 for filename in list(dictionary.keys()):
330 del dictionary[filename]
  /prebuilts/clang/host/linux-x86/clang-4579689/bin/
git-clang-format 184 """Return the git configuration as a dictionary.
187 is a dictionary mapping option name (in lower case) to either "--bool" or
296 The return value is a dictionary mapping filename to a list of (start_line,
319 def filter_by_extension(dictionary, allowed_extensions):
320 """Delete every key in `dictionary` that doesn't have an allowed extension.
325 for filename in list(dictionary.keys()):
330 del dictionary[filename]
  /prebuilts/clang/host/linux-x86/clang-4630689/bin/
git-clang-format 184 """Return the git configuration as a dictionary.
187 is a dictionary mapping option name (in lower case) to either "--bool" or
296 The return value is a dictionary mapping filename to a list of (start_line,
319 def filter_by_extension(dictionary, allowed_extensions):
320 """Delete every key in `dictionary` that doesn't have an allowed extension.
325 for filename in list(dictionary.keys()):
330 del dictionary[filename]

Completed in 1189 milliseconds

1 2 3 4 5 67 8 91011>>