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

12 3 4 5 6 7

  /external/chromium/chrome/browser/extensions/
extension_debugger_api.h 58 void SendResponseBody(DictionaryValue* dictionary);
test_extension_prefs.cc 98 DictionaryValue dictionary; local
99 dictionary.SetString(extension_manifest_keys::kName, name);
100 dictionary.SetString(extension_manifest_keys::kVersion, "0.1");
101 return AddExtensionWithManifest(dictionary, Extension::INTERNAL);
  /external/icu4c/data/brkitr/
word.txt 41 # Dictionary character set, for triggering language-based break engines. Currently
44 # characters requiring dictionary break.
46 $dictionary = [:LineBreak = Complex_Context:];
48 $ALetterPlus = [$ALetter [$dictionary-$Extend-$Control]]; # Note: default ALetter does not
49 # include the dictionary characters.
197 # For dictionary-based break
198 $dictionary $dictionary;
213 # For dictionary-based break
214 $dictionary $dictionary
    [all...]
word_POSIX.txt 41 # Dictionary character set, for triggering language-based break engines. Currently
44 # characters requiring dictionary break.
46 $dictionary = [:LineBreak = Complex_Context:];
48 $ALetterPlus = [$ALetter [$dictionary-$Extend-$Control]]; # Note: default ALetter does not
49 # include the dictionary characters.
197 # For dictionary-based break
198 $dictionary $dictionary;
213 # For dictionary-based break
214 $dictionary $dictionary
    [all...]
word_ja.txt 41 # Dictionary character set, for triggering language-based break engines. Currently
44 # characters requiring dictionary break.
46 $dictionary = [:LineBreak = Complex_Context:];
48 $ALetterPlus = [$ALetter [$dictionary-$Extend-$Control]]; # Note: default ALetter does not
49 # include the dictionary characters.
206 # For dictionary-based break
207 $dictionary $dictionary;
222 # For dictionary-based break
223 $dictionary $dictionary
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.h 75 DictionaryValue* dictionary);
95 DictionaryValue* dictionary);
98 DictionaryValue* dictionary);
100 DictionaryValue* dictionary);
102 // Converts CellularDataPlan structure into dictionary for JS. Formats plan
124 // Fills network information into JS dictionary for displaying network lists.
125 void FillNetworkInfo(DictionaryValue* dictionary,
cros_language_options_handler.cc 97 DictionaryValue* dictionary = new DictionaryValue(); local
98 dictionary->SetString("id", descriptor.id);
99 dictionary->SetString("displayName", display_name);
102 // we use a dictionary here.
117 dictionary->Set("languageCodeSet", language_codes);
119 input_method_list->Append(dictionary);
174 DictionaryValue* dictionary = new DictionaryValue(); local
175 dictionary->SetString("code", pair.first);
176 dictionary->SetString("displayName", display_names[i]);
177 dictionary->SetString("nativeDisplayName", pair.second)
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
language_options_handler.cc 89 DictionaryValue* dictionary = new DictionaryValue(); local
90 dictionary->SetString("code", pair.first);
91 dictionary->SetString("displayName", display_names[i]);
92 dictionary->SetString("nativeDisplayName", pair.second);
93 language_list->Append(dictionary);
language_options_handler_common.cc 121 DictionaryValue* dictionary = new DictionaryValue(); local
125 dictionary->SetBoolean(available_locales[i], true);
127 return dictionary;
131 DictionaryValue* dictionary = new DictionaryValue(); local
135 dictionary->SetBoolean(spell_check_languages[i], true);
137 return dictionary;
  /external/protobuf/python/google/protobuf/
service_reflection.py 64 def __init__(cls, name, bases, dictionary):
71 dictionary: The class dictionary of the class being constructed.
72 dictionary[_DESCRIPTOR_KEY] must contain a ServiceDescriptor object
77 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary:
79 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY]
94 def __init__(cls, name, bases, dictionary):
100 dictionary: The class dictionary of the class being constructed.
101 dictionary[_DESCRIPTOR_KEY] must contain a ServiceDescriptor objec
    [all...]
  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.cc 198 DictionaryValue* dictionary) {
210 NewTabUI::SetURLTitleAndDirection(dictionary, current_navigation.title(),
212 dictionary->SetString("type", "tab");
213 dictionary->SetDouble("timestamp",
215 dictionary->SetInteger("sessionId", tab.tab_id.id());
221 DictionaryValue* dictionary) {
234 dictionary->SetString("type", "window");
235 dictionary->SetDouble("timestamp",
237 dictionary->SetInteger("sessionId", window.window_id.id());
238 dictionary->Set("tabs", tab_values.release())
    [all...]
app_launcher_handler.cc 207 DictionaryValue dictionary; local
208 FillAppDictionary(&dictionary);
209 web_ui_->CallJavascriptFunction("appsPrefChangeCallback", dictionary);
217 void AppLauncherHandler::FillAppDictionary(DictionaryValue* dictionary) {
240 dictionary->Set("apps", list);
244 dictionary->SetBoolean("disableAppWindowLaunch", true);
245 dictionary->SetBoolean("disableCreateAppShortcut", true);
251 dictionary->SetBoolean("disableCreateAppShortcut", true);
254 dictionary->SetBoolean(
260 void AppLauncherHandler::FillPromoDictionary(DictionaryValue* dictionary) {
268 DictionaryValue dictionary; local
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.h 62 // Sets the fields of |settings| based on the values in |dictionary|.
63 void GetSettingsFromDictionary(const DictionaryValue* dictionary,
146 const DictionaryValue* dictionary,
150 const DictionaryValue* dictionary,
  /libcore/luni/src/main/native/
zip.h 59 const Bytef* dictionary = reinterpret_cast<const Bytef*>(&dictionaryBytes[0]); local
62 err = inflateSetDictionary(&stream, dictionary, len);
64 err = deflateSetDictionary(&stream, dictionary, len);
  /external/chromium/net/base/
sdch_filter_unittest.cc 29 // Provide sample data and compression results with a sample VCDIFF dictionary.
30 // Note an SDCH dictionary has extra meta-data before the VCDIFF dictionary.
46 // Note SDCH compressed data will include a reference to the SDCH dictionary.
67 std::string NewSdchCompressedData(const std::string dictionary);
77 const std::string dictionary) {
80 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
82 // Build compressed data that refers to our dictionary.
94 std::string dictionary("test contents");
95 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash)
145 std::string dictionary; local
    [all...]
  /packages/inputmethods/LatinIME/java/
Android.mk 17 # Do not compress dictionary files to mmap dict data runtime
  /packages/inputmethods/LatinIME/tests/
Android.mk 10 # Do not compress dictionary files to mmap dict data runtime
  /packages/inputmethods/PinyinIME/
Android.mk 18 # Make sure our dictionary file is not compressed, so we can read it with
  /external/chromium/sdch/open-vcdiff/src/
vcencoder.cc 53 VCDiffStreamingEncoderImpl(const HashedDictionary* dictionary,
85 // target data, or just within the source (dictionary) data. Please see
102 const HashedDictionary* dictionary,
105 : engine_(dictionary->engine()),
172 const HashedDictionary* dictionary,
175 : impl_(new VCDiffStreamingEncoderImpl(dictionary,
vcdiffengine.h 30 // and ADD instructions) for a given dictionary and target window. To write the
38 // aligned on block boundaries in the dictionary text.
41 VCDiffEngine(const char* dictionary, size_t dictionary_size);
58 // Main worker function. Finds the best matches between the dictionary
69 // (dictionary) data. Please see vcencoder.h for a full explanation
111 const char* dictionary_; // A copy of the dictionary contents
117 // same dictionary, without the need to compute the hash values each time.
  /external/webkit/Source/WebKit2/Shared/mac/
ArgumentCodersMac.mm 124 RetainPtr<NSDictionary> dictionary;
125 if (!decode(decoder, dictionary))
127 result = dictionary;
244 void encode(ArgumentEncoder* encoder, NSDictionary *dictionary)
248 NSUInteger size = [dictionary count];
249 NSArray *keys = [dictionary allKeys];
250 NSArray *values = [dictionary allValues];
276 RetainPtr<NSMutableDictionary> dictionary(AdoptNS, [[NSMutableDictionary alloc] initWithCapacity:size]);
287 [dictionary.get() setObject:value.get() forKey:key.get()];
290 result.adoptCF(dictionary.leakRef())
    [all...]
  /external/chromium/chrome/common/extensions/
extension_message_bundle.h 35 // Reserved message names in the dictionary.
70 const SubstitutionMap& dictionary);
78 // dictionary.
80 // Static version that accepts dictionary.
82 const SubstitutionMap& dictionary, std::string* text, std::string* error);
100 const SubstitutionMap* dictionary() const { return &dictionary_; } function in class:ExtensionMessageBundle
117 // Appends locale specific reserved messages to the dictionary.
  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 183 PassRefPtr<ArchiveResource> LegacyWebArchive::createResource(CFDictionaryRef dictionary)
185 ASSERT(dictionary);
186 if (!dictionary)
189 CFDataRef resourceData = static_cast<CFDataRef>(CFDictionaryGetValue(dictionary, LegacyWebArchiveResourceDataKey));
195 CFStringRef frameName = static_cast<CFStringRef>(CFDictionaryGetValue(dictionary, LegacyWebArchiveResourceFrameNameKey));
201 CFStringRef mimeType = static_cast<CFStringRef>(CFDictionaryGetValue(dictionary, LegacyWebArchiveResourceMIMETypeKey));
207 CFStringRef url = static_cast<CFStringRef>(CFDictionaryGetValue(dictionary, LegacyWebArchiveResourceURLKey));
213 CFStringRef textEncoding = static_cast<CFStringRef>(CFDictionaryGetValue(dictionary, LegacyWebArchiveResourceTextEncodingNameKey));
221 CFDataRef resourceResponseData = static_cast<CFDataRef>(CFDictionaryGetValue(dictionary, LegacyWebArchiveResourceResponseKey));
228 CFStringRef resourceResponseVersion = static_cast<CFStringRef>(CFDictionaryGetValue(dictionary, LegacyWebArchiveResourceResponseVersionKey))
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebHistoryItemPrivate.idl 42 [local] HRESULT initFromDictionaryRepresentation([in] void* dictionary);
43 [local] HRESULT dictionaryRepresentation([out, retval] void** dictionary);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFactory.java 30 * Factory for dictionary instances.
37 * Initializes a dictionary from a dictionary pack, with explicit flags.
39 * This searches for a content provider providing a dictionary pack for the specified
41 * as a dictionary.
43 * @param locale the locale for which to create the dictionary
51 Log.e(TAG, "No locale defined for dictionary");
55 final List<Dictionary> dictList = new LinkedList<Dictionary>();
68 // If the list is empty, that means we should not use any dictionary (for example, the use
    [all...]

Completed in 2957 milliseconds

12 3 4 5 6 7