/external/robolectric/.idea/dictionaries/ |
pivotal.xml | 2 <dictionary name="pivotal"> 8 </dictionary>
|
/external/chromium_org/gin/ |
dictionary.cc | 5 #include "gin/dictionary.h" 9 Dictionary::Dictionary(v8::Isolate* isolate) 13 Dictionary::Dictionary(v8::Isolate* isolate, 19 Dictionary::~Dictionary() { 22 Dictionary Dictionary::CreateEmpty(v8::Isolate* isolate) { 23 Dictionary dictionary(isolate) [all...] |
dictionary.h | 13 // Dictionary is useful when writing bindings for a function that either 15 // arbitrary JavaScript object as a result. For example, Dictionary is useful 16 // when you might use the |dictionary| type in WebIDL: 20 // WARNING: You cannot retain a Dictionary object in the heap. The underlying 21 // storage for Dictionary is tied to the closest enclosing 22 // v8::HandleScope. Generally speaking, you should store a Dictionary 25 class GIN_EXPORT Dictionary { 27 explicit Dictionary(v8::Isolate* isolate); 28 Dictionary(v8::Isolate* isolate, v8::Handle<v8::Object> object); 29 ~Dictionary(); [all...] |
/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 | 26 // Defines the browser-side hunspell dictionary and provides access to it. 32 // Interface to implement for observers of the Hunspell dictionary. 35 // The dictionary has been initialized. 38 // Dictionary download began. 41 // Dictionary download succeeded. 44 // Dictionary download failed. 61 // Returns true if the dictionary is ready to use. 69 // Add an observer for Hunspell dictionary events. 72 // Remove an observer for Hunspell dictionary events. 75 // Whether dictionary is being downloaded [all...] |
/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_org/mojo/apps/js/bindings/ |
core.cc | 12 #include "gin/dictionary.h" 24 gin::Dictionary CreateMessagePipe(const gin::Arguments& args) { 30 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()); local 31 dictionary.Set("handle0", handle_0); 32 dictionary.Set("handle1", handle_1); 33 return dictionary; 48 gin::Dictionary ReadMessage(const gin::Arguments& args, MojoHandle handle, 55 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()) local 78 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()); local [all...] |
/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/chrome/common/extensions/api/test_presubmit/ |
invalid_idl_1.idl | 8 // Unexpected "{" after keyword "dictionary". 9 dictionary {
|
/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/ppapi/generators/test_parser/ |
dictionary.idl | 6 dictionary MyDict { 14 dictionary MyDict {
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
user-media-request-crash.html | 9 function getUserMedia(dictionary, callback) { 11 navigator.webkitGetUserMedia(dictionary, callback, error);
|
/external/chromium_org/tools/json_schema_compiler/test/ |
idl_pepper.idl | 18 dictionary MyType3 { 22 dictionary MyType2 { 26 dictionary MyType1 { 29 dictionary MyType4 { 33 dictionary MyType5 { 38 dictionary MyType6 { 42 dictionary MyType0 { 45 dictionary MyType {
|
/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/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 { 50 // A dictionary that describes a media galleries handler. 51 [inline_doc] dictionary MediaGalleriesHandler [all...] |
/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);
|