/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
BinaryDictionary.java | 37 * Implements a static, compacted, binary dictionary of standard words. 40 public final class BinaryDictionary extends Dictionary { 94 * Constructor for the binary dictionary. This is supposed to be called from the 95 * dictionary factory. 97 * @param offset the offset of the dictionary data within the file. 100 * @param dictType the dictionary type, as a human-readable string 101 * @param isUpdatable whether to open the dictionary file in writable mode. 265 // calls when checking for changes in an entire dictionary. 277 // Add a unigram entry to binary dictionary in native code. 286 // Add a bigram entry to binary dictionary in native code [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ |
ResearchLogger.java | 55 import com.android.inputmethod.latin.Dictionary; 265 final Dictionary dictionary = getDictionary(); 267 dictionary != null && dictionary.isValidWord(word), 675 private Dictionary getDictionary() { 975 final Dictionary dictionary = getDictionary(); local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/first_run/ |
first_run.js | 73 // Dictionary keeping all available tutorial steps by their names.
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_util.js | 56 * @return {Object} Dictionary containing name value pairs for URL.
|
/external/chromium_org/chrome/test/chromedriver/js/ |
call_function.js | 24 * Dictionary key to use for holding an element ID.
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/ |
example.js | 57 * @param {Object} attrs Dictionary of attributes to set on the module.
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/ |
example.js | 57 * @param {Object} attrs Dictionary of attributes to set on the module.
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/ |
example.js | 57 * @param {Object} attrs Dictionary of attributes to set on the module.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Document.idl | 197 [RuntimeEnabled=CustomElements, CallWith=ScriptState, CustomElementCallbacks, RaisesException] CustomElementConstructor registerElement(DOMString name, optional Dictionary options);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BaseRecognizer.cs | [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BaseRecognizer.cs | [all...] |
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/ |
example.js | 88 * @param {Object} attrs Dictionary of attributes to set on the module.
|
/external/v8/src/ |
objects.h | 76 // - Dictionary [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Collections.pas | 48 /// An Hashtable-backed dictionary that enumerates Keys and Values in 142 /// <param name="dict">Dictionary whose string representation will be returned</param> 143 /// <returns>A string representation of the specified dictionary or "null"</returns>
|
/external/chromium/sdch/open-vcdiff/vsprojects/ |
vcdiff_test.bat | 53 -dictionary %DICTIONARY_FILE% -target %TARGET_FILE% -delta %DELTA_FILE% ^ 60 encode -dictionary %DICTIONARY_FILE% ^ 65 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^ 82 encode -dictionary %DICTIONARY_FILE% ^ 87 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^ 102 encode -dictionary %DICTIONARY_FILE% ^ 107 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^ 121 encode -dictionary %DICTIONARY_FILE% ^ 126 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^ 139 rem If using the wrong dictionary, and dictionary is smaller than the origina [all...] |
/external/chromium_org/native_client_sdk/src/resources/ |
common.js | 121 * @param {Object} attrs Dictionary of attributes to set on the module. 341 * @param {Object} attrs Optional dictionary of additional attributes.
|
/external/chromium_org/remoting/webapp/ |
oauth2.js | 288 * @param {Object.<string, string>} message Dictionary containing the parsed
|
/external/chromium_org/sdch/open-vcdiff/vsprojects/ |
vcdiff_test.bat | 53 -dictionary %DICTIONARY_FILE% -target %TARGET_FILE% -delta %DELTA_FILE% ^ 60 encode -dictionary %DICTIONARY_FILE% ^ 65 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^ 82 encode -dictionary %DICTIONARY_FILE% ^ 87 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^ 102 encode -dictionary %DICTIONARY_FILE% ^ 107 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^ 121 encode -dictionary %DICTIONARY_FILE% ^ 126 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^ 139 rem If using the wrong dictionary, and dictionary is smaller than the origina [all...] |
/external/chromium_org/ui/webui/resources/js/ |
util.js | 110 * @return {object} Dictionary containing name value pairs for URL
|
/external/open-vcdiff/vsprojects/ |
vcdiff_test.bat | 53 -dictionary %DICTIONARY_FILE% -target %TARGET_FILE% -delta %DELTA_FILE% ^ 60 encode -dictionary %DICTIONARY_FILE% ^ 65 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^ 82 encode -dictionary %DICTIONARY_FILE% ^ 87 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^ 102 encode -dictionary %DICTIONARY_FILE% ^ 107 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^ 121 encode -dictionary %DICTIONARY_FILE% ^ 126 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^ 139 rem If using the wrong dictionary, and dictionary is smaller than the origina [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
CSharp2.stg | 135 state.ruleMemo = new System.Collections.Generic.Dictionary\<int, int>[<numRules>+1];<\n><! index from 1..n !> 396 this.state.ruleMemo = new System.Collections.Generic.Dictionary\<int, int>[<length(grammar.allImportedRules)>+1];<\n><! index from 1..n !> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
CSharp3.stg | 134 state.ruleMemo = new System.Collections.Generic.Dictionary\<int, int>[<numRules>+1];<\n><! index from 1..n !> 378 this.state.ruleMemo = new System.Collections.Generic.Dictionary\<int, int>[<length(grammar.allImportedRules)>+1];<\n><! index from 1..n !> [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBObjectStore.cpp | 366 PassRefPtr<IDBIndex> IDBObjectStore::createIndex(ExecutionContext* context, const String& name, const IDBKeyPath& keyPath, const Dictionary& options, ExceptionState& exceptionState)
|
/libcore/luni/src/main/java/java/util/ |
Hashtable.java | 37 public class Hashtable<K, V> extends Dictionary<K, V> [all...] |
/external/chromium_org/v8/src/ |
objects.h | 88 // - Dictionary [all...] |