/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/ |
DecayingExpandableBinaryDictionaryBase.java | 46 final String dictName, final Locale locale, final String dictionaryType, 48 super(context, dictName, locale, dictionaryType, dictFile);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_types.py | 33 'DictionaryType' : 'dict',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_types.py | 33 'DictionaryType' : 'dict',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
types.py | 40 DictType = DictionaryType = dict
|
pickle.py | 651 dispatch[DictionaryType] = save_dict [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
types.py | 40 DictType = DictionaryType = dict
|
pickle.py | 651 dispatch[DictionaryType] = save_dict [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEvent.java | 267 public int dictionaryType = 0; 385 this.dictionaryType = dict;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
aepack.py | 114 if isinstance(x, DictionaryType):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 108 if type(cnfs) is DictionaryType: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 108 if type(cnfs) is DictionaryType: [all...] |