/packages/apps/Camera2/src/com/android/camera/data/ |
FilmstripItemBase.java | 26 import com.bumptech.glide.load.Key; 134 protected final Key generateSignature(FilmstripItemData data) {
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/ |
AutoFlashZslImageFilter.java | 90 public <T> T get(CaptureResult.Key<T> key) { 91 if (key == TotalCaptureResult.CONTROL_AE_STATE) { 92 Integer aeState = (Integer) mDelegate.get(key); 97 return mDelegate.get(key); 102 public List<CaptureResult.Key<?>> getKeys() {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
EmojiPalettesAdapter.java | 26 import com.android.inputmethod.keyboard.Key; 57 public void addRecentKey(final Key key) { 59 mRecentsKeyboard.addPendingKey(key); 62 mRecentsKeyboard.addKeyFirst(key); 75 // Make sure the delayed key-down event (highlight effect and haptic feedback) will be
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyPreviewView.java | 29 import com.android.inputmethod.keyboard.Key; 35 * The pop up key preview view. 54 public void setPreviewVisual(final Key key, final KeyboardIconsSet iconsSet, 56 // What we show as preview should match what we show on a key top in onDraw(). 57 final int iconId = key.getIconId(); 59 setCompoundDrawables(null, null, null, key.getPreviewIcon(iconsSet)); 66 setTextSize(TypedValue.COMPLEX_UNIT_PX, key.selectPreviewTextSize(drawParams)); 67 setTypeface(key.selectPreviewTypeface(drawParams)); 69 setTextAndScaleX(key.getPreviewLabel()) [all...] |
KeyboardRow.java | 23 import com.android.inputmethod.keyboard.Key; 34 * Some of the key size defaults can be overridden per row from what the {@link Keyboard} 50 /** Default width of a key in this row. */ 58 * Parse and create key attributes. This constructor is used to parse Row tag. 61 * @param defaultKeyWidth a default key width. 70 Key.BACKGROUND_TYPE_NORMAL); 74 * Parse and update key attributes using default attributes. This constructor is used 93 // Will be updated by {@link Key}'s constructor. 164 // key starts at mCurrentX. Or, this key will overlaps the adjacent key o [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
ActionTestsBase.java | 25 import com.android.inputmethod.keyboard.Key; 83 final Key actualKey = keyboard.getKey(Constants.CODE_ENTER); 84 assertNotNull(tag + " enter key on " + keyboard.mId, actualKey);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/ |
cc_ht_map_.hpp | 70 template<typename Key, typename Mapped, typename Hash_Fn, \ 75 PB_DS_CC_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \ 79 hash_eq_fn<Key, Eq_Fn, _Alloc, Store_Hash> 82 ranged_hash_fn<Key, Hash_Fn, _Alloc, Comb_Hash_Fn, Store_Hash> 85 types_traits<Key, Mapped, _Alloc, Store_Hash> 89 debug_map_base<Key, Eq_Fn, \ 90 typename _Alloc::template rebind<Key>::other::const_reference> 100 * @tparam Key Key type. 108 * Default std::equal_to<Key> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 68 template<typename Key, typename Mapped, typename Hash_Fn, typename Eq_Fn, \ 73 PB_DS_GP_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \ 77 hash_eq_fn<Key, Eq_Fn, _Alloc, Store_Hash> 80 ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, Store_Hash> 83 types_traits<Key, Mapped, _Alloc, Store_Hash> 87 debug_map_base<Key, Eq_Fn, \ 88 typename _Alloc::template rebind<Key>::other::const_reference> 98 * @tparam Key Key type. 106 * Default std::equal_to<Key> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/ |
cc_ht_map_.hpp | 70 template<typename Key, typename Mapped, typename Hash_Fn, \ 75 PB_DS_CC_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \ 79 hash_eq_fn<Key, Eq_Fn, _Alloc, Store_Hash> 82 ranged_hash_fn<Key, Hash_Fn, _Alloc, Comb_Hash_Fn, Store_Hash> 85 types_traits<Key, Mapped, _Alloc, Store_Hash> 89 debug_map_base<Key, Eq_Fn, \ 90 typename _Alloc::template rebind<Key>::other::const_reference> 100 * @tparam Key Key type. 108 * Default std::equal_to<Key> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 68 template<typename Key, typename Mapped, typename Hash_Fn, typename Eq_Fn, \ 73 PB_DS_GP_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \ 77 hash_eq_fn<Key, Eq_Fn, _Alloc, Store_Hash> 80 ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, Store_Hash> 83 types_traits<Key, Mapped, _Alloc, Store_Hash> 87 debug_map_base<Key, Eq_Fn, \ 88 typename _Alloc::template rebind<Key>::other::const_reference> 98 * @tparam Key Key type. 106 * Default std::equal_to<Key> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/ |
cc_ht_map_.hpp | 70 template<typename Key, typename Mapped, typename Hash_Fn, \ 75 PB_DS_CC_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \ 79 hash_eq_fn<Key, Eq_Fn, _Alloc, Store_Hash> 82 ranged_hash_fn<Key, Hash_Fn, _Alloc, Comb_Hash_Fn, Store_Hash> 85 types_traits<Key, Mapped, _Alloc, Store_Hash> 89 debug_map_base<Key, Eq_Fn, \ 90 typename _Alloc::template rebind<Key>::other::const_reference> 100 * @tparam Key Key type. 108 * Default std::equal_to<Key> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 68 template<typename Key, typename Mapped, typename Hash_Fn, typename Eq_Fn, \ 73 PB_DS_GP_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \ 77 hash_eq_fn<Key, Eq_Fn, _Alloc, Store_Hash> 80 ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, Store_Hash> 83 types_traits<Key, Mapped, _Alloc, Store_Hash> 87 debug_map_base<Key, Eq_Fn, \ 88 typename _Alloc::template rebind<Key>::other::const_reference> 98 * @tparam Key Key type. 106 * Default std::equal_to<Key> [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/ |
cc_ht_map_.hpp | 70 template<typename Key, typename Mapped, typename Hash_Fn, \ 75 PB_DS_CC_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \ 79 hash_eq_fn<Key, Eq_Fn, _Alloc, Store_Hash> 82 ranged_hash_fn<Key, Hash_Fn, _Alloc, Comb_Hash_Fn, Store_Hash> 85 types_traits<Key, Mapped, _Alloc, Store_Hash> 89 debug_map_base<Key, Eq_Fn, \ 90 typename _Alloc::template rebind<Key>::other::const_reference> 100 * @tparam Key Key type. 108 * Default std::equal_to<Key> [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 68 template<typename Key, typename Mapped, typename Hash_Fn, typename Eq_Fn, \ 73 PB_DS_GP_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \ 77 hash_eq_fn<Key, Eq_Fn, _Alloc, Store_Hash> 80 ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, Store_Hash> 83 types_traits<Key, Mapped, _Alloc, Store_Hash> 87 debug_map_base<Key, Eq_Fn, \ 88 typename _Alloc::template rebind<Key>::other::const_reference> 98 * @tparam Key Key type. 106 * Default std::equal_to<Key> [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
loc-3.d | 21 Key to Flags:
|
loc-4.d | 21 Key to Flags:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
scomm-directive-4.d | 18 Key to Flags:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
bspec2.d | 28 Key to Flags:
|
local1.d | 30 Key to Flags:
|
local3.d | 28 Key to Flags:
|
local5.d | 29 Key to Flags:
|
local7.d | 30 Key to Flags:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
common.d | 17 Key to Flags:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
ilp32-4-nacl.d | 20 Key to Flags:
|
ilp32-4.d | 19 Key to Flags:
|