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

1 2

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryCollection.java 32 * Class for a collection of dictionaries that behave like one dictionary.
44 final Dictionary... dictionaries) {
46 if (null == dictionaries) {
49 mDictionaries = new CopyOnWriteArrayList<>(dictionaries);
55 final Collection<Dictionary> dictionaries) {
57 mDictionaries = new CopyOnWriteArrayList<>(dictionaries);
67 final CopyOnWriteArrayList<Dictionary> dictionaries = mDictionaries; local
68 if (dictionaries.isEmpty()) return null;
71 ArrayList<SuggestedWordInfo> suggestions = dictionaries.get(0).getSuggestions(composedData,
75 final int length = dictionaries.size()
    [all...]
  /external/autotest/client/cros/cellular/
sms.py 100 '''Compare two SMS dictionaries, discounting the index number if
  /external/tensorflow/tensorflow/contrib/specs/python/
specs_lib.py 68 (new_args, new_kw), new argument lists and keyword dictionaries
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
__init__.py 167 dictionaries will be sorted by key.
231 dictionaries will be sorted by key.
  /external/python/cpython2/Lib/json/
__init__.py 167 dictionaries will be sorted by key.
232 dictionaries will be sorted by key.
  /external/python/cpython3/Lib/json/
__init__.py 157 dictionaries will be sorted by key.
219 dictionaries will be sorted by key.
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 167 dictionaries will be sorted by key.
231 dictionaries will be sorted by key.
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 167 dictionaries will be sorted by key.
231 dictionaries will be sorted by key.
  /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/icu/icu4c/source/data/
makedata.mak 827 {$(ICUSRCDATA_RELATIVE_PATH)\$(ICUBRK)\dictionaries}.txt.dict:
833 @"$(ICUTOOLS)\gendict\$(CFGTOOLS)\gendict" -c --bytes --transform offset-0x0e00 $(ICUSRCDATA_RELATIVE_PATH)\$(ICUBRK)\dictionaries\thaidict.txt "$(ICUBLD_PKG)\$(ICUBRK)\thaidict.dict"
837 @"$(ICUTOOLS)\gendict\$(CFGTOOLS)\gendict" -c --bytes --transform offset-0x0e80 $(ICUSRCDATA_RELATIVE_PATH)\$(ICUBRK)\dictionaries\laodict.txt "$(ICUBLD_PKG)\$(ICUBRK)\laodict.dict"
841 @"$(ICUTOOLS)\gendict\$(CFGTOOLS)\gendict" -c --bytes --transform offset-0x1000 $(ICUSRCDATA_RELATIVE_PATH)\$(ICUBRK)\dictionaries\burmesedict.txt "$(ICUBLD_PKG)\$(ICUBRK)\burmesedict.dict"
845 @"$(ICUTOOLS)\gendict\$(CFGTOOLS)\gendict" -c --bytes --transform offset-0x1780 $(ICUSRCDATA_RELATIVE_PATH)\$(ICUBRK)\dictionaries\khmerdict.txt "$(ICUBLD_PKG)\$(ICUBRK)\khmerdict.dict"
    [all...]
Makefile.in 106 DICTSRCDIR=$(BRKSRCDIR)/dictionaries
    [all...]
  /external/python/cpython2/Lib/
collections.py 43 # Big-O running times for all methods are the same as regular dictionaries.
52 regular dictionaries, but keyword arguments are not recommended because
  /external/tensorflow/tensorflow/contrib/training/python/training/
hparam.py 563 sort_keys: If `True`, the output dictionaries will be sorted by key.
  /external/tensorflow/tensorflow/python/tools/
saved_model_cli.py 407 input_examples_str: A string that specifies a list of dictionaries of
423 'tf.Example input must be a list of dictionaries, but "%s" is %s' %
697 'Specifying tf.Example inputs as list of dictionaries. For example: '
  /external/python/cpython3/Lib/collections/
__init__.py 76 # Big-O running times for all methods are the same as regular dictionaries.
88 regular dictionaries, but keyword arguments are not recommended because
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [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...]
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 

Completed in 1778 milliseconds

1 2