HomeSort by relevance Sort by last modified time
    Searched defs:Dictionary (Results 1 - 21 of 21) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
dictionary.cpp 17 #define LOG_TAG "LatinIME: dictionary.cpp"
19 #include "dictionary.h"
35 Dictionary::Dictionary(void *dict, int dictSize, int mmapFd, int dictBufAdjust)
47 Dictionary::~Dictionary() {
54 int Dictionary::getSuggestions(ProximityInfo *proximityInfo, void *traverseSession,
94 int Dictionary::getBigrams(const int *word, int length, int *inputCodePoints, int inputSize,
101 int Dictionary::getProbability(const int *word, int length) const {
105 bool Dictionary::isValidBigram(const int *word1, int length1, const int *word2, int length2) const
    [all...]
dictionary.h 31 class Dictionary {
49 Dictionary(void *dict, int dictSize, int mmapFd, int dictBufAdjust);
62 const uint8_t *getDict() const { // required to release dictionary buffer
72 virtual ~Dictionary();
75 DISALLOW_IMPLICIT_CONSTRUCTORS(Dictionary);
79 // Used only for the mmap version of dictionary loading, but we use these as dummy variables
  /libcore/luni/src/main/java/java/util/
Dictionary.java 24 * Dictionary is an abstract class which is the superclass of all classes that
30 public abstract class Dictionary<K, V> {
34 public Dictionary() {
38 * Returns an enumeration on the elements of this dictionary.
40 * @return an enumeration of the values of this dictionary.
59 * Returns true if this dictionary has no key/value pairs.
61 * @return {@code true} if this dictionary has no key/value pairs,
68 * Returns an enumeration on the keys of this dictionary.
70 * @return an enumeration of the keys of this dictionary.
78 * Associate {@code key} with {@code value} in this dictionary. If {@cod
    [all...]
  /external/chromium/base/mac/
mac_util.h 165 CF_TO_NS_MUTABLE_CAST_DECL(Dictionary);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 25 * Abstract base class for a dictionary that can do a fuzzy search for words based on a set of key
28 public abstract class Dictionary {
36 // User dictionary, the system-managed one.
38 // User history dictionary internal to LatinIME.
44 public Dictionary(final String dictType) {
72 * Checks if the given word occurs in the dictionary
110 * Subclasses may override to indicate that this Dictionary is not yet properly initialized.
Constants.java 129 public static final class Dictionary {
133 private Dictionary() {
  /external/chromium/net/base/
sdch_manager.cc 29 SdchManager::Dictionary::Dictionary(const std::string& dictionary_text,
46 SdchManager::Dictionary::~Dictionary() {
49 bool SdchManager::Dictionary::CanAdvertise(const GURL& target_url) {
52 /* The specific rules of when a dictionary should be advertised in an
53 Avail-Dictionary header are modeled after the rules for cookie scoping. The
55 dictionary may be advertised in the Avail-Dictionaries header exactly when
58 the dictionary.
59 2. If the dictionary has a Port attribute, the request port is one of th
454 Dictionary* dictionary = local
    [all...]
sdch_manager.h 12 // can find a dictionary (based on a server specification of a hash), store a
13 // dictionary, and make judgements about what URLs can use, set, etc. a
14 // dictionary.
17 // (containing metadata) as well as a VCDIFF dictionary (for use by a VCDIFF
39 // A browser may register a fetcher that is used by the dictionary managers to
47 // The Schedule() method is called when there is a need to get a dictionary
81 // Dictionary selection for use problems.
89 // Dictionary saving problems.
99 // Dictionary loading problems.
117 // Dictionary manager issues
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorValues.h 160 typedef HashMap<String, RefPtr<InspectorValue> > Dictionary;
163 typedef Dictionary::iterator iterator;
164 typedef Dictionary::const_iterator const_iterator;
209 Dictionary m_data;
  /external/v8/src/
objects.h 76 // - Dictionary
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 302 milliseconds