HomeSort by relevance Sort by last modified time
    Searched refs:dictionaries (Results 1 - 24 of 24) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryCollection.java 31 * Class for a collection of dictionaries that behave like one dictionary.
42 public DictionaryCollection(final String dictType, final Dictionary... dictionaries) {
44 if (null == dictionaries) {
47 mDictionaries = new CopyOnWriteArrayList<>(dictionaries);
52 public DictionaryCollection(final String dictType, final Collection<Dictionary> dictionaries) {
54 mDictionaries = new CopyOnWriteArrayList<>(dictionaries);
63 final CopyOnWriteArrayList<Dictionary> dictionaries = mDictionaries; local
64 if (dictionaries.isEmpty()) return null;
67 ArrayList<SuggestedWordInfo> suggestions = dictionaries.get(0).getSuggestions(composer,
71 final int length = dictionaries.size()
    [all...]
DictionaryFacilitator.java 54 // TODO: Consolidate dictionaries in native code.
62 private Dictionaries mDictionaries = new Dictionaries();
65 // To synchronize assigning mDictionaries to ensure closing dictionaries.
99 * Class contains dictionaries for a locale.
101 private static class Dictionaries {
107 public Dictionaries() {
111 public Dictionaries(final Locale locale, final Dictionary mainDict,
224 // We always try to have the main dictionary. Other dictionaries can be unused.
264 // Replace Dictionaries
345 final Dictionaries dictionaries; local
410 final Dictionaries dictionaries = mDictionaries; local
493 final Dictionaries dictionaries = mDictionaries; local
517 final Dictionaries dictionaries = mDictionaries; local
542 final Dictionaries dictionaries = mDictionaries; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
compute_interfaces_info_overall.py 165 dictionaries = {}
180 dictionaries[interface_name] = interface_info['is_dictionary']
192 interfaces_info['dictionaries'] = dictionaries
code_generator_v8.py 111 IdlType.set_dictionaries(interfaces_info['dictionaries'])
145 if definition_name in definitions.dictionaries:
148 definitions.dictionaries[definition_name])
209 if not definition_name in definitions.dictionaries:
211 dictionary = definitions.dictionaries[definition_name]
idl_reader.py 91 definitions.dictionaries.values())
idl_types.py 130 dictionaries = set() variable in class:IdlType
157 return self.base_type in IdlType.dictionaries
222 cls.dictionaries.update(new_dictionaries)
idl_definitions.py 106 self.dictionaries = {}
143 self.dictionaries[dictionary.name] = dictionary
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.js 21 * @param {Array} preferences List of dictionaries describing preferences.
40 * @param {Array} paths List of dictionaries describing paths.
49 * @param {Array} gcacheContents List of dictionaries describing metadata
116 * @param {Array} inFlightOperations List of dictionaries describing the status
237 * @param {Array} list List of dictionaries containing 'key', 'value' (optional)
  /external/chromium_org/chrome/common/extensions/docs/server2/
jsc_view.py 172 '''Returns a list of dictionaries representing this Model's types.
194 '''Returns a list of dictionaries representing this Model's functions.
232 '''Returns a list of dictionaries representing this Model's events.
239 '''Returns a list of dictionaries representing this Model's DOM events.
301 '''Returns a list of dictionaries representing this Model's properites.
  /external/chromium_org/v8/test/webkit/
dictionary-no-cache.js 24 description("Test to ensure that we handle caching of prototype chains containing dictionaries.");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 167 dictionaries will be sorted by key.
231 dictionaries will be sorted by key.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 167 dictionaries will be sorted by key.
231 dictionaries will be sorted by key.
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 7 * updated on load log). The *Types dictionaries map strings to numeric IDs,
291 * Loads all constants from |constants|. On failure, global dictionaries are
  /external/chromium_org/third_party/simplejson/
__init__.py 210 If *sort_keys* is true (default: ``False``), the output of dictionaries
305 If *sort_keys* is true (default: ``False``), the output of dictionaries
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
exif_encoder.js 199 // can be directly mapped to offsets as encoded in the dictionaries.
  /external/chromium_org/v8/test/mjsunit/
object-define-property.js 1055 // Regression test: Ensure that growing dictionaries are not ignored.
    [all...]
unicode-test.js     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.js 9 // * The network property dictionaries are being converted to use ONC values.
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 964 * Takes two dictionaries data1 and data2, and returns a new flat list which
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1676 milliseconds