HomeSort by relevance Sort by last modified time
    Searched refs:Key (Results 176 - 200 of 373) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/MC/MCDisassembler/
EDOperand.cpp 33 if (Disassembler.Key.Arch == Triple::x86 ||
34 Disassembler.Key.Arch == Triple::x86_64) {
57 else if (Disassembler.Key.Arch == Triple::arm ||
58 Disassembler.Key.Arch == Triple::thumb) {
129 switch (Disassembler.Key.Arch) {
171 if (segmentReg != 0 && Disassembler.Key.Arch == Triple::x86_64) {
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 266 mAudioSession, ControlPanelEffect.Key.eq_num_presets);
270 mCallingPackageName, mAudioSession, ControlPanelEffect.Key.eq_preset_name, i);
290 mAudioSession, ControlPanelEffect.Key.global_enabled, isChecked);
327 mAudioSession, ControlPanelEffect.Key.virt_strength, progress);
335 mAudioSession, ControlPanelEffect.Key.virt_enabled, true);
345 mAudioSession, ControlPanelEffect.Key.virt_enabled, false);
379 mAudioSession, ControlPanelEffect.Key.bb_strength, progress);
387 mAudioSession, ControlPanelEffect.Key.bb_enabled, true);
397 mAudioSession, ControlPanelEffect.Key.bb_enabled, false);
407 mAudioSession, ControlPanelEffect.Key.eq_current_preset)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
MoreSuggestions.java 24 import com.android.inputmethod.keyboard.Key;
156 public void markAsEdgeKey(Key key, int pos) {
159 key.markAsBottomEdge(this);
161 key.markAsTopEdge(this);
166 key.markAsLeftEdge(this);
168 key.markAsRightEdge(this);
211 final Key key = new Key( local
    [all...]
  /frameworks/base/libs/ui/
KeyCharacterMap.cpp 87 Key* key = mKeys.editValueAt(i); local
88 delete key;
98 LOGE("Error %d opening key character map file %s.", status, filename.string());
102 LOGE("Error allocating key character map.");
112 LOGD("Parsed key character map file '%s' %d lines in %0.3fms.",
133 const Key* key; local
134 if (getKey(keyCode, &key)) {
135 result = key->label
145 const Key* key; local
157 const Key* key; local
174 const Key* key; local
195 const Key* key; local
266 const Key* key; local
287 const Key* key = mKeys.valueAt(i); local
685 Key* key = mMap->mKeys.valueFor(mKeyCode); local
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 49 * <Key android:keyLabel="A" />
67 private static final String TAG_KEY = "Key";
87 /** Default key width */
90 /** Default key height */
99 /** Key instance for the shift key, if present */
100 private Key[] mShiftKeys = { null, null };
102 /** Key index for the shift key, if present */
105 /** Current key width, while loading the keyboard *
596 final Key key = new Key(row); local
621 Key key = row.mKeys.get(keyIndex); local
631 Key key = row.mKeys.get(keyIndex); local
736 final Key key = mKeys.get(i); local
786 Key key = null; local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
WrapCipherSpi.java 6 import java.security.Key;
104 Key key)
106 return key.getEncoded().length;
136 Key key,
143 if (key instanceof JCEPBEKey)
145 JCEPBEKey k = (JCEPBEKey)key;
162 param = new KeyParameter(key.getEncoded());
196 Key key
    [all...]
JCEStreamCipher.java 6 import java.security.Key;
93 Key key)
95 return key.getEncoded().length * 8;
154 Key key,
167 // basic key check
169 if (!(key instanceof SecretKey))
171 throw new InvalidKeyException("Key for algorithm " + key.getAlgorithm() + " not suitable for symmetric enryption.")
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 63 template<typename Key, typename Mapped, class Cmp_Fn, \
78 Key, \
86 Key, \
93 debug_map_base<Key, eq_by_less<Key, Cmp_Fn>, \
94 typename Allocator::template rebind<Key>::other::const_reference>
122 template<typename Key,
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 63 template<typename Key, typename Mapped, class Cmp_Fn, \
78 Key, \
86 Key, \
93 debug_map_base<Key, eq_by_less<Key, Cmp_Fn>, \
94 typename Allocator::template rebind<Key>::other::const_reference>
122 template<typename Key,
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 63 template<typename Key, typename Mapped, class Cmp_Fn, \
78 Key, \
86 Key, \
93 debug_map_base<Key, eq_by_less<Key, Cmp_Fn>, \
94 typename Allocator::template rebind<Key>::other::const_reference>
122 template<typename Key,
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 25 import java.security.Key;
75 * Constant indicating that the key to be unwrapped is a private key.
80 * Constant indicating that the key to be unwrapped is a public key.
85 * Constant indicating that the key to be unwrapped is a secret key.
90 * Constant for key unwrapping operation mode.
95 * Constant for key wrapping operation mode.
446 * Initializes this cipher instance with the specified key
    [all...]
Mac.java 23 import java.security.Key;
182 * Initializes this {@code Mac} instance with the specified key and
185 * @param key
186 * the key to initialize this algorithm.
190 * if the specified key cannot be used to initialize this
196 public final void init(Key key, AlgorithmParameterSpec params)
198 if (key == null) {
199 throw new InvalidKeyException("key == null");
201 spiImpl.engineInit(key, params)
    [all...]
SealedObject.java 29 import java.security.Key;
41 * key and then be deserialized to retrieve the original object.The sealed
132 * Returns the wrapped object, decrypting it using the specified key.
134 * @param key
135 * the key to decrypt the data with.
144 * if the specified key cannot be used to decrypt the data.
146 public final Object getObject(Key key)
149 if (key == null) {
150 throw new InvalidKeyException("key == null")
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStore3Test.java 26 import java.security.Key;
118 Key key = keyPair.getPrivate(); local
120 mockKeyStore.setKeyEntry("Alias", key, null, null);
127 mockKeyStore.setKeyEntry("Alias", key, null,
134 mockKeyStore.setKeyEntry("Alias", key, null, new Certificate[]{certificate});
140 Key key = keyPair.getPublic(); local
141 mockKeyStore.setKeyEntry("Alias1", key, null, null);
142 mockKeyStore.setKeyEntry("Alias2", key, null
    [all...]
  /external/llvm/lib/VMCore/
LLVMContextImpl.h 57 static unsigned getHashValue(const KeyTy &Key) {
58 return DenseMapInfo<void*>::getHashValue(Key.type) ^
59 Key.val.getHashValue();
84 static unsigned getHashValue(const KeyTy &Key) {
85 return Key.val.getHashValue();
  /external/webkit/Source/WebKit2/Shared/
WebPreferencesStore.cpp 38 const String& KeyLower##Key() \
40 DEFINE_STATIC_LOCAL(String, key, (#KeyUpper)); \
41 return key; \
112 String defaultValueForKey(const String& key)
116 #define DEFINE_STRING_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPreferencesKey::KeyLower##Key(), DefaultValue);
121 return defaults.get(key);
125 bool defaultValueForKey(const String& key)
129 #define DEFINE_BOOL_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPreferencesKey::KeyLower##Key(), DefaultValue);
134 return defaults.get(key);
138 uint32_t defaultValueForKey(const String& key)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore3Test.java 28 import java.security.Key;
109 Key key = keyPair.getPrivate(); local
111 mockKeyStore.setKeyEntry("Alias", key, null, null);
118 mockKeyStore.setKeyEntry("Alias", key, null,
125 mockKeyStore.setKeyEntry("Alias", key, null, new Certificate[]{certificate});
131 Key key = keyPair.getPublic(); local
132 mockKeyStore.setKeyEntry("Alias1", key, null, null);
133 mockKeyStore.setKeyEntry("Alias2", key, null
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
debug_map_base.hpp 65 template<typename Key, class Eq_Fn, typename Const_Key_Reference>
68 debug_map_base<Key, Eq_Fn, Const_Key_Reference>
70 template<typename Key, class Eq_Fn, typename Const_Key_Reference>
74 typedef typename std::allocator< Key> key_allocator;
116 typedef std::list< Key> key_set;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
debug_map_base.hpp 65 template<typename Key, class Eq_Fn, typename Const_Key_Reference>
68 debug_map_base<Key, Eq_Fn, Const_Key_Reference>
70 template<typename Key, class Eq_Fn, typename Const_Key_Reference>
74 typedef typename std::allocator< Key> key_allocator;
116 typedef std::list< Key> key_set;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
debug_map_base.hpp 65 template<typename Key, class Eq_Fn, typename Const_Key_Reference>
68 debug_map_base<Key, Eq_Fn, Const_Key_Reference>
70 template<typename Key, class Eq_Fn, typename Const_Key_Reference>
74 typedef typename std::allocator< Key> key_allocator;
116 typedef std::list< Key> key_set;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibleKeyboardViewProxy.java 31 import com.android.inputmethod.keyboard.Key;
84 final Key key = tracker.getKey(mLastHoverKeyIndex); local
86 if (key == null)
92 .getDescriptionForKey(mView.getContext(), mView.getKeyboard(), key,
161 final Key key = tracker.getKey(keyIndex);
163 if (key == null)
167 mListener.onHoverEnter(key.mCode);
170 mListener.onHoverExit(key.mCode)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyDetector.java 45 * This class handles key detection.
99 * Computes maximum size of the array that can contain all nearby key indices returned by
102 * @return Returns maximum size of the array that can contain all nearby key indices returned
110 * Allocates array that can hold all key indices returned by {@link #getKeyIndexAndNearbyCodes}
113 * @return Allocates and returns an array that can hold all key indices returned by
129 * Insert the key into nearby keys buffer and sort nearby keys by ascending order of distance.
130 * If the distance of two keys are the same, the key which the point is on should be considered
133 * @param keyIndex index of the key.
134 * @param distance distance between the key's edge and user touched point.
135 * @param isOnKey true if the point is on the key
201 final Key key = keys.get(index); local
    [all...]
  /external/llvm/include/llvm/ADT/
ValueMap.h 13 // key is RAUWed from V1 to V2, the old mapping V1->target is removed, and a new
15 // overwritten. When a key is deleted, its mapping is removed.
114 /// count - Return true if the specified key is in the map.
126 /// lookup - Return the entry for the specified key, or a default
132 // Inserts key,value pair into the map if the key isn't already in the map.
133 // If the key is already in the map, it returns false and doesn't update the
156 value_type& FindAndConstruct(const KeyT &Key) {
157 return Map.FindAndConstruct(Wrap(Key));
160 ValueT &operator[](const KeyT &Key) {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
PendingIntentRecord.java 34 final Key key; field in class:PendingIntentRecord
42 final static class Key {
57 Key(int _t, String _p, ActivityRecord _a, String _w,
97 Key other = (Key)otherObj;
151 return "Key{" + typeName() + " pkg=" + packageName
173 PendingIntentRecord(ActivityManagerService _owner, Key _k, int _u) {
175 key = _k;
193 if ((key.flags&PendingIntent.FLAG_ONE_SHOT) != 0)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 61 template<typename Key, typename Mapped, class Eq_Fn, \
73 PB_DS_CLASS_NAME<Key, Mapped, Eq_Fn, Allocator, Update_Policy>
76 types_traits<Key, Mapped, Allocator, false>
80 debug_map_base<Key, Eq_Fn, \
81 typename Allocator::template rebind<Key>::other::const_reference>
98 template<typename Key,

Completed in 1181 milliseconds

1 2 3 4 5 6 78 91011>>