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

1 2 3 4 5 6 7 8 91011>>

  /external/robolectric/.idea/dictionaries/
pivotal.xml 2 <dictionary name="pivotal">
8 </dictionary>
  /external/chromium_org/tools/json_schema_compiler/dart_test/
tags.idl 7 // This dictionary has the property [inline_doc].
8 [inline_doc] dictionary InlineDoc {
11 // This dictionary has the property [nodoc].
12 [nodoc] dictionary Nodoc {
15 // This dictionary has the property [nocompile].
16 [nocompile] dictionary Nocompile {
19 // This dictionary has no tags on the dictionary itself.
20 dictionary PlainDict {
operatable_type.idl 7 dictionary DictType {
13 dictionary OperatableType {
23 // Function returning dictionary.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
PersonalizationDictionaryUpdateSession.java 26 * dictionary.
31 * to the personalization dictionary.
47 // TODO: Use a dynamic binary dictionary instead
59 public void setDictionary(PersonalizationDictionary dictionary) {
60 mDictionary = new WeakReference<PersonalizationDictionary>(dictionary);
63 public void setPredictionDictionary(DecayingExpandableBinaryDictionaryBase dictionary) {
65 new WeakReference<DecayingExpandableBinaryDictionaryBase>(dictionary);
77 final PersonalizationDictionary dictionary = getDictionary(); local
78 if (dictionary == null) {
81 dictionary.unRegisterUpdateSession(this)
85 final DecayingExpandableBinaryDictionaryBase dictionary = getPredictionDictionary(); local
93 final DecayingExpandableBinaryDictionaryBase dictionary = getPredictionDictionary(); local
109 final DecayingExpandableBinaryDictionaryBase dictionary = getPredictionDictionary(); local
120 final DecayingExpandableBinaryDictionaryBase dictionary = getPredictionDictionary(); local
    [all...]
  /external/chromium_org/tools/idl_parser/test_parser/
dictionary_web.idl 5 /* Test Dictionary productions
34 *Dictionary(MyDict)
36 dictionary MyDict { };
39 *Dictionary(MyDictInherit)
42 dictionary MyDictInherit : Foo {};
45 *Dictionary(MyDictPartial)
47 partial dictionary MyDictPartial { };
50 partial dictionary MyDictInherit : Foo {};
53 *Dictionary(MyDictBig)
66 dictionary MyDictBig
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.h 27 // Defines the browser-side hunspell dictionary and provides access to it.
33 // Interface to implement for observers of the Hunspell dictionary.
36 // The dictionary has been initialized.
39 // Dictionary download began.
42 // Dictionary download succeeded.
45 // Dictionary download failed.
62 // Returns true if the dictionary is ready to use.
70 // Add an observer for Hunspell dictionary events.
73 // Remove an observer for Hunspell dictionary events.
76 // Whether dictionary is being downloaded
    [all...]
spellcheck_dictionary.h 10 // Defines a dictionary for use in the spellchecker system and provides access
11 // to words within the dictionary.
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 26 #include "suggest/core/dictionary/dictionary.h"
28 #include "suggest/policyimpl/dictionary/dictionary_structure_with_buffer_policy_factory.h"
29 #include "suggest/policyimpl/dictionary/utils/dict_file_writing_utils.h"
97 Dictionary *const dictionary = new Dictionary(env, dictionaryStructureWithBufferPolicy); local
100 return reinterpret_cast<jlong>(dictionary);
105 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict) local
116 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict); local
123 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict); local
133 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict); local
145 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict); local
233 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict); local
243 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict); local
281 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict); local
293 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict); local
309 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict); local
325 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict); local
335 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict); local
    [all...]
  /external/clang/test/PCH/
objc_container.h 19 NSMutableDictionary *dictionary; local
22 oldObject = dictionary[key];
24 dictionary[key] = newObject;
  /external/chromium_org/chrome/browser/resources/options/
language_dictionary_overlay.css 5 #language-dictionary-overlay-no-matches {
12 #language-dictionary-overlay-page h1 {
17 html[dir=rtl] #language-dictionary-overlay-page h1 {
22 #language-dictionary-overlay-search-field {
28 html[dir=rtl] #language-dictionary-overlay-search-field {
33 #language-dictionary-overlay-word-list {
37 #language-dictionary-overlay-word-list.no-search-matches {
41 #language-dictionary-overlay-word-list > * {
45 .language-dictionary-overlay-word-list-item {
language_dictionary_overlay.html 1 <div id="language-dictionary-overlay-page" class="page" hidden>
4 <input id="language-dictionary-overlay-search-field" type="search"
10 <p id="language-dictionary-overlay-no-matches"
12 <list id="language-dictionary-overlay-word-list"></list>
16 <button id="language-dictionary-overlay-done-button" class="default-button"
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_dictionary_download_browsertest.js 6 * TestFixture for testing messages of dictionary download progress in language
22 * Register a mock dictionary handler.
33 // Verify that dictionary download success shows 'This language is used for
40 expectTrue($('language-options-dictionary-downloading-message').hidden);
41 expectTrue($('language-options-dictionary-download-failed-message').hidden);
43 $('language-options-dictionary-download-fail-help-message').hidden);
46 // Verify that dictionary download in progress shows 'Downloading spell check
53 expectFalse($('language-options-dictionary-downloading-message').hidden);
54 expectTrue($('language-options-dictionary-download-failed-message').hidden);
56 $('language-options-dictionary-download-fail-help-message').hidden)
    [all...]
language_options_handler_unittest.cc 14 scoped_ptr<DictionaryValue> dictionary(
16 EXPECT_TRUE(dictionary->HasKey("en-US"));
19 // EXPECT_FALSE(dictionary->HasKey("no"));
24 scoped_ptr<DictionaryValue> dictionary(
26 EXPECT_TRUE(dictionary->HasKey("en-US"));
  /external/chromium/chrome/browser/ui/webui/
value_helper.cc 12 DictionaryValue* dictionary) {
20 NewTabUI::SetURLTitleAndDirection(dictionary, current_navigation.title(),
22 dictionary->SetString("type", "tab");
23 dictionary->SetDouble("timestamp", tab.timestamp.ToDoubleT());
29 DictionaryValue* dictionary) {
42 dictionary->SetString("type", "window");
43 dictionary->SetDouble("timestamp", window.timestamp.ToDoubleT());
44 dictionary->Set("tabs", tab_values.release());
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac_dictionary_helper.h 19 // This is triggered by "Lookup in Dictionary" context menu item.
20 // Either uses Dictionary.app or a light-weight dictionary panel, based on
27 // Overrides the view to use to bring up dictionary panel.
30 // cocoa dictionary panel.
34 // Brings up either Dictionary.app or a light-weight dictionary panel,
41 // This view is use to bring up the dictionary panel. Generally this is the
  /external/chromium_org/third_party/WebKit/ManualTests/
user-media-request-crash.html 9 function getUserMedia(dictionary, callback) {
11 navigator.webkitGetUserMedia(dictionary, callback, error);
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.h 12 FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);
14 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);
  /external/chromium_org/chrome/browser/task_profiler/
task_profiler_data_serializer.cc 28 // Re-serializes the |location| into |dictionary|.
30 DictionaryValue* dictionary) {
31 dictionary->Set("file_name", Value::CreateStringValue(location.file_name));
35 dictionary->Set("function_name",
37 dictionary->Set("line_number",
41 // Re-serializes the |birth| into |dictionary|. Prepends the |prefix| to the
42 // "thread" and "location" key names in the dictionary.
45 DictionaryValue* dictionary) {
50 dictionary->Set(prefix + "_location", location_value.release());
52 dictionary->Set(prefix + "_thread"
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DicTraverseSession.java 30 long dictionary, int[] previousWord, int previousWordLength);
35 public DicTraverseSession(Locale locale, long dictionary, long dictSize) {
38 initSession(dictionary);
45 public void initSession(long dictionary) {
46 initSession(dictionary, null, 0);
49 public void initSession(long dictionary, int[] previousWord, int previousWordLength) {
51 mNativeDicTraverseSession, dictionary, previousWord, previousWordLength);
DictionaryFactory.java 34 * Factory for dictionary instances.
40 * Initializes a main dictionary collection from a dictionary pack, with explicit flags.
42 * This searches for a content provider providing a dictionary pack for the specified
43 * locale. If none is found, it falls back to the built-in dictionary - if any.
45 * @param locale the locale for which to create the dictionary
52 Log.e(TAG, "No locale defined for dictionary");
53 return new DictionaryCollection(Dictionary.TYPE_MAIN,
57 final LinkedList<Dictionary> dictList = CollectionUtils.newLinkedList();
64 useFullEditDistance, locale, Dictionary.TYPE_MAIN)
    [all...]
  /external/srec/config/en.us/
config.mk 7 dictionary/basic.ok \
8 dictionary/enroll.ok \
9 dictionary/cmu6plus.ok.zip \
  /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_org/chrome/test/mini_installer/
verifier.py 9 """Verifies that the current machine states match the property dictionary.
11 A property dictionary is a dictionary where each key is a verifier's name and
16 property: A property dictionary.
  /external/chromium_org/ppapi/proxy/
raw_var_data_unittest.cc 136 // Empty dictionary.
137 scoped_refptr<DictionaryVar> dictionary(new DictionaryVar);
139 dictionary->GetPPVar());
140 EXPECT_TRUE(WriteReadAndCompare(dictionary->GetPPVar()));
142 // Dictionary with primitives.
143 dictionary->SetWithStringKey("1", PP_MakeUndefined());
144 dictionary->SetWithStringKey("2", PP_MakeNull());
145 dictionary->SetWithStringKey("3", PP_MakeInt32(-100));
146 dictionary->SetWithStringKey("4", PP_MakeBool(PP_TRUE));
147 dictionary->SetWithStringKey("5", PP_MakeDouble(-103.52))
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
patricia_trie_policy.h 24 #include "suggest/policyimpl/dictionary/bigram/bigram_list_policy.h"
25 #include "suggest/policyimpl/dictionary/header/header_policy.h"
26 #include "suggest/policyimpl/dictionary/shortcut/shortcut_list_policy.h"
27 #include "suggest/policyimpl/dictionary/utils/mmapped_buffer.h"
81 // This method should not be called for non-updatable dictionary.
82 AKLOGI("Warning: addUnigramWord() is called for non-updatable dictionary.");
88 // This method should not be called for non-updatable dictionary.
89 AKLOGI("Warning: addBigramWords() is called for non-updatable dictionary.");
95 // This method should not be called for non-updatable dictionary.
96 AKLOGI("Warning: removeBigramWords() is called for non-updatable dictionary.")
    [all...]

Completed in 739 milliseconds

1 2 3 4 5 6 7 8 91011>>