HomeSort by relevance Sort by last modified time
    Searched full:dictionary (Results 126 - 150 of 3430) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/google-breakpad/src/client/mac/sender/
uploader.h 51 NSMutableDictionary *serverDictionary_; // The dictionary mapping a
53 // dictionary of server
55 NSMutableDictionary *socorroDictionary_; // The dictionary for
57 NSMutableDictionary *googleDictionary_; // The dictionary for
59 NSMutableDictionary *extraServerVars_; // A dictionary containing
81 // This method adds a key/value pair to the dictionary that
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/rbbi/
readme.html 16 dictionary from a Unicode text file containing a list of Thai words.
28 <h3>How To Build The Thai Word Break Dictionary</h3>
30 ported to ICU4C - the dictionary builder tool was never ported, so you
31 have to use the Java tool to build the dictionary file for ICU4C. On
37 word break dictionary for ICU4C and
44 <li>Run the following command line to build the Thai dictionary file:<br>
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1parse.h 45 /* base_dict :: A pointer to the top-level dictionary. */
47 /* base_len :: The length in bytes of the top dictionary. */
49 /* private_dict :: A pointer to the private dictionary. */
51 /* private_len :: The length in bytes of the private dictionary. */
58 /* single_block :: A boolean. Indicates that the private dictionary */
59 /* is stored in lieu of the base dictionary. */
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMA2Options.java 41 * Minimum dictionary size is 4 KiB.
46 * Maximum dictionary size for compression is 768 MiB.
53 * If you really need bigger dictionary for decompression,
59 * The default dictionary size is 8 MiB.
223 * Sets the dictionary size in bytes.
225 * The dictionary (or history buffer) holds the most recently seen
226 * uncompressed data. Bigger dictionary usually means better compression.
240 "LZMA2 dictionary size must be at least 4 KiB: "
245 "LZMA2 dictionary size must not exceed "
252 * Gets the dictionary size in bytes
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1parse.h 45 /* base_dict :: A pointer to the top-level dictionary. */
47 /* base_len :: The length in bytes of the top dictionary. */
49 /* private_dict :: A pointer to the private dictionary. */
51 /* private_len :: The length in bytes of the private dictionary. */
58 /* single_block :: A boolean. Indicates that the private dictionary */
59 /* is stored in lieu of the base dictionary. */
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
dictionary_structure_with_buffer_policy.h 23 #include "dictionary/property/historical_info.h"
24 #include "dictionary/property/word_attributes.h"
25 #include "dictionary/property/word_property.h"
26 #include "dictionary/utils/binary_dictionary_shortcut_iterator.h"
109 // Method to iterate all words in the dictionary.
111 // starts iterating the dictionary.
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_node_writer.h 21 * dictionary/structure/v4/ver4_patricia_trie_node_writer.h
28 #include "dictionary/structure/pt_common/dynamic_pt_reading_helper.h"
29 #include "dictionary/structure/pt_common/pt_node_params.h"
30 #include "dictionary/structure/pt_common/pt_node_writer.h"
31 #include "dictionary/structure/backward/v402/content/probability_entry.h"
116 // count. They will be removed from the dictionary during GC.
ver4_patricia_trie_node_reader.h 21 * dictionary/structure/v4/ver4_patricia_trie_node_reader.h
28 #include "dictionary/structure/pt_common/pt_node_params.h"
29 #include "dictionary/structure/pt_common/pt_node_reader.h"
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary_utils.cpp 17 #include "suggest/core/dictionary/dictionary_utils.h"
19 #include "dictionary/interface/dictionary_structure_with_buffer_policy.h"
20 #include "dictionary/property/ngram_context.h"
24 #include "suggest/core/dictionary/dictionary.h"
25 #include "suggest/core/dictionary/digraph_utils.h"
  /development/samples/SearchableDictionary/res/values/
strings.xml 22 <string name="app_name">Searchable Dictionary</string>
25 <string name="search_label">Dictionary</string>
28 <string name="search_hint">Search the dictionary</string>
  /external/autotest/scheduler/
drone_task_queue.py 19 """Get a results dictionary keyed on drones.
21 @return: A dictionary of return values from drones.
38 @return: A dictionary keyed on the drones, containing a list of return
  /external/chromium-trace/catapult/dashboard/dashboard/
units_to_direction.py 30 """Updates internal maps of units to direction from the given dictionary.
33 units_dict: A dictionary mapping unit names to dictionaries mapping
41 # Units not in the input dictionary will be removed from the datastore.
  /external/clang/test/PCH/
subscripting-literals.m 50 NSMutableDictionary *dictionary;
51 oldObject = dictionary[key];
52 dictionary[key] = newObject;
  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator_unittest.cc 60 const DictionaryValue* dictionary; local
61 ASSERT_TRUE(type_names->GetAsDictionary(&dictionary));
66 ASSERT_TRUE(dictionary->GetString("1", &type_name));
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
probability_entry.h 21 * dictionary/structure/v4/content/probability_entry.h
28 #include "dictionary/property/historical_info.h"
29 #include "dictionary/structure/backward/v402/ver4_dict_constants.h"
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_reading_helper.cpp 17 #include "dictionary/structure/pt_common/dynamic_pt_reading_helper.h"
19 #include "dictionary/structure/pt_common/pt_node_array_reader.h"
38 // For example, visits c -> b -> y -> x -> a for the following dictionary:
97 // that PtNodes are written in the dictionary buffer.
98 // For example, visits a -> b -> x -> c -> y for the following dictionary:
110 // Empty dictionary. Needs to notify the listener of the tail of empty PtNode array.
189 // Then, following parent node link to the dictionary root and fetch node code points.
195 // The ptNodePos is not a valid terminal node position in the dictionary.
205 // The node position or the dictionary is invalid.
236 // Different code point is found. The given word is not included in the dictionary
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
sparse_table_dict_content.h 23 #include "dictionary/structure/v4/ver4_dict_constants.h"
24 #include "dictionary/utils/buffer_with_extendable_buffer.h"
25 #include "dictionary/utils/sparse_table.h"
  /system/tpm/tpm_manager/common/
tpm_ownership_interface.proto 39 // The current dictionary attack counter value.
41 // The current dictionary attack counter threshold.
43 // Whether the TPM is in some form of dictionary attack lockout.
  /development/samples/SearchableDictionary/
_index.html 3 <p>This application includes a dictionary of words. By invoking the Android search dialog inside the
5 across the dictionary. As you type, suggestions will appear, which you can select
8 search) to provide dictionary suggestions.</p>
35 <p class="note"><strong>Note:</strong> For the original version of Searchable Dictionary, which
  /external/autotest/client/cros/chameleon/
chameleon_usb_audio.py 12 number specified in the configs dictionary.
15 @param playback_configs: A 4-entry dictionary with following fields:
40 number specified in the configs dictionary.
43 @param capture_configs: A 4-entry dictionary with following fields:
  /external/chromium-trace/catapult/third_party/webapp2/docs/api/webapp2_extras/
config.rst 6 configuration dictionary used by default, stored in
  /external/llvm/lib/Fuzzer/test/
SimpleDictionaryTest.cpp 2 // The fuzzer must find a string based on dictionary words:
  /external/proguard/examples/dictionaries/
shakespeare.txt 2 # This obfuscation dictionary contains quotes from plays by Shakespeare.
  /external/v8/test/mjsunit/regress/
regress-1531.js 38 // Regression test for lookup after delete of a dictionary-mode arguments
41 // Put into dictionary mode.
43 // Delete a property from the dictionary.
45 // Look up a property in the dictionary.
regress-362870.js 8 // we construct a dictionary, quite the opposite.

Completed in 1051 milliseconds

1 2 3 4 56 7 8 91011>>