HomeSort by relevance Sort by last modified time
    Searched full:dictionary (Results 51 - 75 of 3288) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/e2fsprogs/lib/et/test_cases/
continuation.et 4 "New password was found in a dictionary of possible passwords and\n\
  /external/proguard/examples/dictionaries/
compact.txt 2 # This obfuscation dictionary contains strings that are already present
  /external/snakeyaml/src/test/resources/pyyaml/
construct-omap.data 1 # Explicitly typed ordered map (dictionary).
  /external/snakeyaml/src/test/resources/specification/types/
omap.yaml 1 # Explicitly typed ordered map (dictionary).
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
RTCICECandidate+JSON.m 23 + (RTCICECandidate *)candidateFromJSONDictionary:(NSDictionary *)dictionary {
24 NSString *mid = dictionary[kRTCICECandidateMidKey];
25 NSString *sdp = dictionary[kRTCICECandidateSdpKey];
26 NSNumber *num = dictionary[kRTCICECandidateMLineIndexKey];
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
compact.txt 2 # This obfuscation dictionary contains strings that are already present
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DicTraverseSession.java 51 long dictionary, int[] previousWord, int previousWordLength);
56 public DicTraverseSession(Locale locale, long dictionary, long dictSize) {
59 initSession(dictionary);
66 public void initSession(long dictionary) {
67 initSession(dictionary, null, 0);
70 public void initSession(long dictionary, int[] previousWord, int previousWordLength) {
72 mNativeDicTraverseSession, dictionary, previousWord, previousWordLength);
Dictionary.java 30 * Abstract base class for a dictionary that can do a fuzzy search for words based on a set of key
33 public abstract class Dictionary {
37 // The following types do not actually come from real dictionary instances, so we create
58 // The following types of dictionary have actual functional instances. We don't need final
59 // phony dictionary instances for them.
62 // User dictionary, the system-managed one.
64 // User history dictionary internal to LatinIME.
67 // The locale for this dictionary. May be null if unknown (phony dictionary for example).
71 * Set out of the dictionary types listed above that are based on data specific to the user
    [all...]
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 *
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
sparse_table_dict_content.h 21 * dictionary/structure/v4/content/sparse_table_dict_content.h
28 #include "dictionary/structure/backward/v402/content/dict_content.h"
29 #include "dictionary/structure/backward/v402/ver4_dict_constants.h"
30 #include "dictionary/utils/buffer_with_extendable_buffer.h"
31 #include "dictionary/utils/dict_file_writing_utils.h"
32 #include "dictionary/utils/mmapped_buffer.h"
33 #include "dictionary/utils/sparse_table.h"
probability_dict_content.h 21 * dictionary/structure/v4/content/probability_dict_content.h
28 #include "dictionary/structure/backward/v402/content/single_dict_content.h"
29 #include "dictionary/structure/backward/v402/content/terminal_position_lookup_table.h"
30 #include "dictionary/structure/backward/v402/ver4_dict_constants.h"
31 #include "dictionary/utils/buffer_with_extendable_buffer.h"
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_dict_buffers.h 24 #include "dictionary/header/header_policy.h"
25 #include "dictionary/structure/v4/content/language_model_dict_content.h"
26 #include "dictionary/structure/v4/content/shortcut_dict_content.h"
27 #include "dictionary/structure/v4/content/terminal_position_lookup_table.h"
28 #include "dictionary/structure/v4/ver4_dict_constants.h"
29 #include "dictionary/utils/buffer_with_extendable_buffer.h"
30 #include "dictionary/utils/mmapped_buffer.h"
  /device/google/dragon/audio/hal/
dictionary.h 4 @file dictionary.h
6 @brief Implements a dictionary for string variables.
8 This module implements a simple dictionary object, i.e. a list
33 @brief Dictionary object
37 in the dictionary is speeded up by the use of a (hopefully collision-free)
42 int n ; /** Number of entries in dictionary */
47 } dictionary ; typedef in typeref:struct:_dictionary_
70 @brief Create a new dictionary object.
71 @param size Optional initial size of the dictionary.
72 @return 1 newly allocated dictionary objet
    [all...]
iniparser.h 28 #include "dictionary.h"
32 @brief Get number of sections in a dictionary
33 @param d Dictionary to examine
34 @return int Number of sections found in dictionary
36 This function returns the number of sections found in a dictionary.
38 dictionary: a section name is given as "section" whereas a key is
49 int iniparser_getnsec(dictionary * d);
54 @brief Get name for section n in a dictionary.
55 @param d Dictionary to examine
59 This function locates the n-th section in a dictionary and return
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h 24 #include "dictionary/interface/dictionary_header_structure_policy.h"
25 #include "dictionary/interface/dictionary_structure_with_buffer_policy.h"
26 #include "dictionary/interface/ngram_listener.h"
27 #include "dictionary/property/historical_info.h"
28 #include "dictionary/property/word_property.h"
41 class Dictionary {
65 Dictionary(JNIEnv *env, DictionaryStructureWithBufferPolicy::StructurePolicyPtr
109 // Method to iterate all words in the dictionary.
111 // starts iterating the dictionary.
120 DISALLOW_IMPLICIT_CONSTRUCTORS(Dictionary);
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
gpu_info.py 25 """Constructs a GPUInfo from a dictionary of attributes.
27 Attributes currently required to be present in the dictionary:
42 """Returns a dictionary of auxiliary, optional, attributes.
44 On the Chrome browser, for example, this dictionary contains:
61 """Returns an optional dictionary of graphics features and their status."""
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
ver2_patricia_trie_node_reader.cpp 17 #include "dictionary/structure/v2/ver2_patricia_trie_node_reader.h"
19 #include "dictionary/structure/pt_common/patricia_trie_reading_utils.h"
26 // Reading invalid position because of bug or broken dictionary.
27 AKLOGE("Fetching PtNode info from invalid dictionary position: %d, dictionary size: %zd",
  /packages/inputmethods/OpenWnn/
README.txt 31 3. Dictionary Libraries
33 [libWnnEngDic.so: English dictionary]
34 Index 0: English dictionary for normal prediction (high priority)
35 Index 1: English dictionary for normal prediction (middle priority)
36 Index 2: English dictionary for normal prediction (low priority)
37 Index 3: English dictionary for relative prediction #1
38 Index 4: English dictionary for relative prediction #2
40 [libWnnJpnDic.so: Japanese dictionary]
41 Index 0: Japanese dictionary for normal prediction (high priority)
42 Index 1: Japanese dictionary for normal prediction (low priority
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_dict_buffers.h 21 * dictionary/structure/v4/ver4_dict_buffers.h
30 #include "dictionary/header/header_policy.h"
31 #include "dictionary/structure/backward/v402/content/bigram_dict_content.h"
32 #include "dictionary/structure/backward/v402/content/probability_dict_content.h"
33 #include "dictionary/structure/backward/v402/content/shortcut_dict_content.h"
34 #include "dictionary/structure/backward/v402/content/terminal_position_lookup_table.h"
35 #include "dictionary/structure/backward/v402/ver4_dict_constants.h"
36 #include "dictionary/utils/buffer_with_extendable_buffer.h"
37 #include "dictionary/utils/mmapped_buffer.h"
  /external/nanopb-c/generator/google/protobuf/
reflection.py 100 def __new__(cls, name, bases, dictionary):
113 dictionary: The class dictionary of the class we're
114 constructing. dictionary[_DESCRIPTOR_KEY] must contain
121 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
122 bases = _NewMessage(bases, descriptor, dictionary)
125 new_class = superclass.__new__(cls, name, bases, dictionary)
129 def __init__(cls, name, bases, dictionary):
141 dictionary: The class dictionary of the class we'r
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnEngine.java 32 /** The identifier of the learning dictionary */
34 /** The identifier of the user dictionary */
119 * candidates to the learning dictionary or update the frequency
128 * Register a word to the user's dictionary.
131 * @return Number of registered words in the user's dictionary after the operation; minus value if a error occurs.
136 * Delete a word from the user's dictionary.
144 * Delete all words from the user's dictionary.
146 * @param dictionary {@code DICTIONARY_TYPE_LEARN} or {@code DICTIONARY_TYPE_USER}
149 public boolean initializeDictionary(int dictionary);
152 * Delete all words from the user's dictionary of the specified language
    [all...]
  /external/icu/icu4c/source/common/
dictbe.h 28 * dictionary to determine language-specific breaks.</p>
118 * <p>Divide up a range of known dictionary characters handled by this break engine.</p>
121 * @param rangeStart The start of the range of dictionary characters
122 * @param rangeEnd The end of the range of dictionary characters
139 * dictionary and heuristics to determine Thai-specific breaks.</p>
175 * <p>Divide up a range of known dictionary characters handled by this break engine.</p>
178 * @param rangeStart The start of the range of dictionary characters
179 * @param rangeEnd The end of the range of dictionary characters
196 * dictionary and heuristics to determine Lao-specific breaks.</p>
231 * <p>Divide up a range of known dictionary characters handled by this break engine.</p
    [all...]
  /external/autotest/client/virt/tests/
autotest.py 10 @param params: Dictionary with test parameters.
11 @param env: Dictionary with the test environment.
boot.py 13 @param params: Dictionary with the test parameters
14 @param env: Dictionary with test environment.
  /external/icu/icu4j/main/tests/charset/
.project 21 <dictionary>
24 </dictionary>

Completed in 1091 milliseconds

1 23 4 5 6 7 8 91011>>