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

12 3 4 5 6 7 8 9

  /external/webkit/Source/WebKit2/Shared/API/c/
WKMutableDictionary.cpp 36 RefPtr<MutableDictionary> dictionary = MutableDictionary::create(); local
37 return toAPI(dictionary.release().releaseRef());
  /external/webkit/Source/WebKit2/Shared/mac/
PrintInfoMac.mm 32 : pageSetupScaleFactor([[[printInfo dictionary] objectForKey:NSPrintScalingFactor] floatValue])
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/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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AutoCorrection.java 36 final ConcurrentHashMap<String, Dictionary> dictionaries,
52 public static boolean isValidWord(final ConcurrentHashMap<String, Dictionary> dictionaries,
60 final Dictionary dictionary = dictionaries.get(key); local
61 // It's unclear how realistically 'dictionary' can be null, but the monkey is somehow
63 // no main dictionary and the monkey manages to type a whole word before the thread
64 // that reads the dictionary is started or something?
68 if (null == dictionary) continue;
69 if (dictionary.isValidWord(word)
70 || (ignoreCase && dictionary.isValidWord(lowerCasedWord)))
85 final Dictionary dictionary = dictionaries.get(key); local
    [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/srec/config/en.us/
Android.mk 9 dictionary/basic.ok \
10 dictionary/enroll.ok \
11 dictionary/cmu6plus.ok.zip \
59 # This needs an explicit rule to specify the vocabulary (dictionary)
60 $(G2G_INSTALL_PATH)/enroll.g2g: $(LOCAL_PATH)/grammars/enroll.grxml $(GRXML) $(MAKE_G2G) $(DEFAULT_PAR) $(LOCAL_PATH)/dictionary/enroll.ok
62 $(GRXML) -par $(DEFAULT_PAR) -grxml $< -vocab dictionary/enroll.ok -outdir $(G2G_INSTALL_PATH)
71 $(G2G_INSTALL_PATH)/%.g2g: $(LOCAL_PATH)/grammars/%.grxml $(GRXML) $(MAKE_G2G) $(DEFAULT_PAR) $(LOCAL_PATH)/dictionary/cmu6plus.ok.zip
80 # $ g4 edit external/srec/config/en.us/dictionary/cmu6plus.ok.zip
91 DICT_DIR=$(ASR_ROOT_DIR)/config/en.us/dictionary
102 # build cmu2nuance dictionary conversion program, to prevent bitro
    [all...]
  /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/PinyinIME/
Android.mk 20 # 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/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...]

Completed in 5019 milliseconds

12 3 4 5 6 7 8 9