HomeSort by relevance Sort by last modified time
    Searched full:dictionary (Results 26 - 50 of 2984) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/sync/protocol/
dictionary_specifics.proto 5 // Sync protocol datatype extension for the dictionary.
14 // Properties of Dictionary objects.
  /external/chromium_org/tools/idl_parser/test_lexer/
keywords.in 10 DICTIONARY dictionary
  /external/chromium_org/tools/json_schema_compiler/test/
idl_object_types.idl 8 dictionary FooType {
14 dictionary BarType {
idl_reserved_words.idl 16 dictionary _dictionary {
20 dictionary MyType {
  /external/clang/test/CodeGenObjC/
sel-as-builtin-type.m 11 +(id) dictionary;
16 I2 *a0 = [I2 dictionary];
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp 17 #define LOG_TAG "LatinIME: dictionary.cpp"
19 #include "suggest/core/dictionary/dictionary.h"
24 #include "suggest/core/dictionary/bigram_dictionary.h"
36 const int Dictionary::HEADER_ATTRIBUTE_BUFFER_SIZE = 32;
38 Dictionary::Dictionary(JNIEnv *env,
47 Dictionary::~Dictionary() {
54 int Dictionary::getSuggestions(ProximityInfo *proximityInfo, DicTraverseSession *traverseSession
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dictionary_structure_with_buffer_policy_factory.cpp 17 #include "suggest/policyimpl/dictionary/dictionary_structure_with_buffer_policy_factory.h"
22 #include "suggest/policyimpl/dictionary/dynamic_patricia_trie_policy.h"
23 #include "suggest/policyimpl/dictionary/patricia_trie_policy.h"
24 #include "suggest/policyimpl/dictionary/utils/format_utils.h"
25 #include "suggest/policyimpl/dictionary/utils/mmapped_buffer.h"
46 AKLOGE("DICT: dictionary format is unknown, bad magic number");
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_test.sh 48 -dictionary $DICTIONARY_FILE -target $TARGET_FILE -delta $DELTA_FILE \
55 encode -dictionary $DICTIONARY_FILE \
60 $VCDIFF decode -dictionary $DICTIONARY_FILE \
75 encode -dictionary $DICTIONARY_FILE \
80 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
95 encode -dictionary $DICTIONARY_FILE \
100 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
114 encode -dictionary $DICTIONARY_FILE \
119 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
132 # If using the wrong dictionary, and dictionary is smaller than the origina
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
vcdiff_test.sh 48 -dictionary $DICTIONARY_FILE -target $TARGET_FILE -delta $DELTA_FILE \
55 encode -dictionary $DICTIONARY_FILE \
60 $VCDIFF decode -dictionary $DICTIONARY_FILE \
75 encode -dictionary $DICTIONARY_FILE \
80 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
95 encode -dictionary $DICTIONARY_FILE \
100 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
114 encode -dictionary $DICTIONARY_FILE \
119 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
132 # If using the wrong dictionary, and dictionary is smaller than the origina
    [all...]
  /external/open-vcdiff/src/
vcdiff_test.sh 48 -dictionary $DICTIONARY_FILE -target $TARGET_FILE -delta $DELTA_FILE \
55 encode -dictionary $DICTIONARY_FILE \
60 $VCDIFF decode -dictionary $DICTIONARY_FILE \
75 encode -dictionary $DICTIONARY_FILE \
80 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
95 encode -dictionary $DICTIONARY_FILE \
100 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
114 encode -dictionary $DICTIONARY_FILE \
119 { $VCDIFF decode -dictionary $DICTIONARY_FILE \
132 # If using the wrong dictionary, and dictionary is smaller than the origina
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/signedin_devices/
id_mapping_helper_unittest.cc 22 const base::DictionaryValue& dictionary) {
24 if (dictionary.GetString(path, &out)) {
42 base::DictionaryValue dictionary; local
44 CreateMappingForUnmappedDevices(&(devices.get()), &dictionary);
59 CreateMappingForUnmappedDevices(&(devices.get()), &dictionary);
71 // Verify the dictionary.
72 EXPECT_TRUE(VerifyDictionary(public_id1, devices[0]->guid(), dictionary));
73 EXPECT_TRUE(VerifyDictionary(public_id2, devices[1]->guid(), dictionary));
74 EXPECT_TRUE(VerifyDictionary(public_id3, devices[2]->guid(), dictionary));
76 EXPECT_EQ(dictionary.size(), 3U);
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
language_dictionary_overlay.js 11 * Adding and removing words in custom spelling dictionary.
18 'language-dictionary-overlay-page');
27 * A list of words in the dictionary.
34 * The input field for searching for words in the dictionary.
48 * Initializes the edit dictionary overlay.
54 this.wordList_ = $('language-dictionary-overlay-word-list');
60 this.searchField_ = $('language-dictionary-overlay-search-field');
72 'language-dictionary-overlay-no-matches');
74 $('language-dictionary-overlay-done-button').onclick = function(e) {
80 * Refresh the dictionary words when the page is displayed
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
media_galleries_private.idl 9 // A dictionary that describes an attached device.
10 [inline_doc] dictionary DeviceAttachmentDetails {
18 // A dictionary that describes a detached device.
19 [inline_doc] dictionary DeviceDetachmentDetails {
24 // A dictionary that describes the modified gallery.
25 [inline_doc] dictionary GalleryChangeDetails {
41 // A dictionary that describes the add gallery watch request results.
42 dictionary AddGalleryWatchResult {
68 // A dictionary that describes a media galleries handler.
69 [inline_doc] dictionary MediaGalleriesHandler
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 32 * Receives broadcasts pertaining to dictionary management and takes the appropriate action.
35 * - Package installed/added. When a dictionary provider application is added or removed, we
37 * - New dictionary broadcast. The dictionary provider broadcasts new dictionary availability. When
39 * - Unknown client. If the dictionary provider is in urgent need of data about some client that
40 * it does not know, it sends this broadcast. When we receive this, we need to tell the dictionary
41 * provider about ourselves. This happens when the settings for the dictionary pack are accessed,
51 // This happens when the dictionary pack says it can't find a record for our client,
52 // which happens when the dictionary pack settings are called before the keyboar
    [all...]
ExpandableBinaryDictionary.java 41 * Abstract base class for an expandable dictionary that can be created and updated dynamically
42 * during runtime. When updated it automatically generates a new binary dictionary to handle future
43 * queries in native code. This binary dictionary is written to internal storage, and potentially
44 * shared across multiple ExpandableBinaryDictionary instances. Updates to each dictionary filename
46 * dictionary at the same time.
48 abstract public class ExpandableBinaryDictionary extends Dictionary {
57 /** Whether to call binary dictionary dynamically updating methods. */
63 * The maximum length of a word in this dictionary.
74 * binary dictionary file and tracks whether the file is regenerating. The key for this map is
75 * the filename and the value is the shared dictionary time recorder associated with tha
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
dictionary_helper.cc 25 SpellcheckCustomDictionary* dictionary,
27 int result = change.Sanitize(dictionary->GetWords());
28 dictionary->Apply(change);
29 dictionary->Notify(change);
30 dictionary->Sync(change);
51 void LoadDictionary(SpellcheckCustomDictionary* dictionary) {
52 if (dictionary->IsLoaded())
56 dictionary->AddObserver(&observer);
57 dictionary->Load();
59 dictionary->RemoveObserver(&observer)
87 const chrome::spellcheck_common::WordSet& dictionary = local
    [all...]
dictionary_helper.h 17 // dictionary for the verifier if DisableVerifier() hasn't been called. Returns
21 // Used to check the size of the dictionary within a particular sync profile.
24 // Used to check the size of the dictionary within the verifier sync profile.
31 // Used to verify that the dictionary within a particular sync profile matches
32 // the dictionary within the verifier sync profile.
35 // Adds |word| to the dictionary for profile with index |index|. Also adds
40 // Removes |word| from the dictionary for profile with index |index|. Also
  /external/chromium/net/base/
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/chromium_org/net/base/
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
40 // A browser may register a fetcher that is used by the dictionary managers to
48 // The Schedule() method is called when there is a need to get a dictionary
82 // Dictionary selection for use problems.
90 // Dictionary saving problems.
100 // Dictionary loading problems.
118 // Dictionary manager issues
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.idl 34 [RaisesException] CryptoOperation encrypt(Dictionary algorithm, Key key);
35 [RaisesException] CryptoOperation decrypt(Dictionary algorithm, Key key);
36 [RaisesException] CryptoOperation sign(Dictionary algorithm, Key key);
37 [RaisesException, ImplementedAs=verifySignature] CryptoOperation verify(Dictionary algorithm, Key key, ArrayBufferView signature);
38 [RaisesException] CryptoOperation digest(Dictionary algorithm);
40 [RaisesException] any generateKey(Dictionary algorithm, boolean extractable, DOMString[] keyUsages);
41 [RaisesException] any importKey(DOMString format, ArrayBufferView keyData, Dictionary algorithm, boolean extractable, DOMString[] keyUsages);
  /external/chromium_org/ui/webui/resources/js/
i18n_template_no_process.js 39 * @param {string} key The name of the value in the dictionary.
40 * @param {LoadTimeData} dictionary The dictionary of strings to draw from.
42 'i18n-content': function(element, key, dictionary) {
43 element.textContent = dictionary.getString(key);
49 * @param {string} key The name of the value in the dictionary. It should
53 * @param {LoadTimeData} dictionary The dictionary of strings to draw from.
55 'i18n-options': function(select, key, dictionary) {
56 var options = dictionary.getValue(key)
    [all...]
  /external/marisa-trie/tools/
marisa-lookup.cc 16 " -m, --mmap-dictionary use memory-mapped I/O to load a dictionary"
18 " -r, --read-dictionary read an entire dictionary into memory\n"
25 std::cerr << "error: a dictionary is not specified" << std::endl;
40 << ": failed to mmap a dictionary file: " << args[0] << std::endl;
48 << ": failed to load a dictionary file: " << args[0] << std::endl;
77 { "mmap-dictionary", 0, NULL, 'm' },
78 { "read-dictionary", 0, NULL, 'r' },
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-lookup.cc 16 " -m, --mmap-dictionary use memory-mapped I/O to load a dictionary"
18 " -r, --read-dictionary read an entire dictionary into memory\n"
25 std::cerr << "error: a dictionary is not specified" << std::endl;
40 << ": failed to mmap a dictionary file: " << args[0] << std::endl;
48 << ": failed to load a dictionary file: " << args[0] << std::endl;
77 { "mmap-dictionary", 0, NULL, 'm' },
78 { "read-dictionary", 0, NULL, 'r' },
  /external/chromium_org/chrome/browser/ui/webui/options/
language_dictionary_overlay_handler.h 32 // Sends the dictionary words to WebUI.
38 // Adds a new word to the dictionary. Called from WebUI.
41 // Removes a word from the dictionary. Called from WebUI.
47 // The custom spelling dictionary. Used for adding, removing, and reading
48 // words in custom dictionary file.
  /external/chromium_org/chrome/renderer/spellchecker/
custom_dictionary_engine.h 14 // Custom spellcheck dictionary. Words in this dictionary are always correctly
15 // spelled. Words that are not in this dictionary may or may not be correctly
22 // Initialize the custom dictionary engine.
32 // Update custom dictionary words.

Completed in 901 milliseconds

12 3 4 5 6 7 8 91011>>