/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
H A D | UserDictionarySettings.java | 55 { UserDictionary.Words._ID, UserDictionary.Words.WORD}; 57 { UserDictionary.Words._ID, UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT}; 66 UserDictionary.Words.WORD, 70 UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT 94 private static final String DELETE_SELECTION_WITH_SHORTCUT = UserDictionary.Words.WORD 96 private static final String DELETE_SELECTION_WITHOUT_SHORTCUT = UserDictionary.Words.WORD 100 UserDictionary.Words.WORD + "=?"; 192 "UPPER(" + UserDictionary.Words.WORD + ")"); in createCursor() 197 "UPPER(" + UserDictionary.Words.WORD + ")"); in createCursor() 267 mCursor.getColumnIndexOrThrow(UserDictionary.Words.WORD)); in getWord() [all …]
|
H A D | UserDictionaryAddWordContents.java | 194 private static final String[] HAS_WORD_PROJECTION = { UserDictionary.Words.WORD }; 195 private static final String HAS_WORD_SELECTION_ONE_LOCALE = UserDictionary.Words.WORD 197 private static final String HAS_WORD_SELECTION_ALL_LOCALES = UserDictionary.Words.WORD
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
H A D | CapsModeUtils.java | 270 final int WORD = 1; in getCapsMode() local 283 state = WORD; in getCapsMode() 292 case WORD: in getCapsMode() 294 state = WORD; in getCapsMode() 319 state = WORD; in getCapsMode()
|
/aosp12/packages/apps/Settings/src/com/android/settings/inputmethod/ |
H A D | UserDictionaryCursorLoader.java | 37 UserDictionary.Words.WORD, 78 "UPPER(" + UserDictionary.Words.WORD + ")"); in loadInBackground() 83 new String[]{queryLocale}, "UPPER(" + UserDictionary.Words.WORD + ")"); in loadInBackground()
|
H A D | UserDictionarySettings.java | 55 private static final String DELETE_SELECTION_WITH_SHORTCUT = UserDictionary.Words.WORD 57 private static final String DELETE_SELECTION_WITHOUT_SHORTCUT = UserDictionary.Words.WORD 141 new String[]{UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT}, in createAdapter() 209 mCursor.getColumnIndexOrThrow(UserDictionary.Words.WORD)); in getWord() 281 final int wordColIndex = c.getColumnIndexOrThrow(UserDictionary.Words.WORD); in MyAdapter()
|
H A D | UserDictionaryAddWordContents.java | 170 private static final String[] HAS_WORD_PROJECTION = {UserDictionary.Words.WORD}; 171 private static final String HAS_WORD_SELECTION_ONE_LOCALE = UserDictionary.Words.WORD 173 private static final String HAS_WORD_SELECTION_ALL_LOCALES = UserDictionary.Words.WORD
|
/aosp12/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
H A D | DictionaryBackupAgent.java | 71 Words.WORD, 153 null, null, Words.WORD); in getDictionary() 254 cv.put(Words.WORD, word); in restoreDictionary() 261 getContentResolver().delete(contentUri, Words.WORD + "=? and " in restoreDictionary() 264 getContentResolver().delete(contentUri, Words.WORD + "=? and " in restoreDictionary()
|
H A D | UserDictionaryProvider.java | 91 sDictProjectionMap.put(Words.WORD, Words.WORD); in sDictProjectionMap.put() argument 117 + Words.WORD + " TEXT," in onCreate() 228 if (!values.containsKey(Words.WORD)) { in insert() 247 long rowId = db.insert(USERDICT_TABLE_NAME, Words.WORD, values); in insert()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | UserDictionary.java | 75 public static final String WORD = "word"; field in UserDictionary.Words 175 values.put(WORD, word); in addWord()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | UserBinaryDictionary.java | 50 private static final String[] PROJECTION_QUERY = new String[] {Words.WORD, Words.FREQUENCY}; 199 final int indexWord = cursor.getColumnIndex(Words.WORD); in addWordsLocked()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | cciss_ioctl.h | 49 WORD buf_size;
|
H A D | cciss_defs.h | 48 #define WORD __u16 macro
|
/aosp12/packages/modules/adb/ |
H A D | sysdeps_win32.cpp | 1602 const WORD modifier) { in _get_char_ignoring_modifier() 1628 WORD translated = 0; in _get_char_ignoring_modifier() 1782 static DWORD _normalize_keypad_control_key_state(const WORD vk, in _normalize_keypad_control_key_state() 1825 static size_t _get_modifier_sequence(char* const buf, const WORD vk, in _get_modifier_sequence() 1868 static size_t _get_modifier_keypad_sequence(char* const buf, const WORD vk, in _get_modifier_keypad_sequence() 1940 const WORD vk = key_event->wVirtualKeyCode; in _console_read()
|
H A D | test_device.py | 1617 ('wAttributes', wintypes.WORD), 1620 ('wPopupAttributes', wintypes.WORD),
|
/aosp12/frameworks/wilhelm/doc/ |
H A D | Doxyfile | 1192 # This makes the output suitable for online browsing using WORD or other
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
H A D | feature_mos_API_doxyfile | 1131 # This makes the output suitable for online browsing using WORD or other
|
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
H A D | dbreg_API_doxyfile | 1131 # This makes the output suitable for online browsing using WORD or other
|
/aosp12/frameworks/native/docs/ |
H A D | Doxyfile | 1450 # This makes the output suitable for online browsing using WORD or other
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 35996 field public static final String WORD = "word";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 25851 field public static final java.lang.String WORD = "word";
|