| /frameworks/native/include/input/ |
| VirtualKeyMap.h | 44 * Describes a collection of virtual keys on a touch screen in terms of
|
| /libcore/luni/src/main/java/java/security/ |
| PrivateKey.java | 21 * {@code PrivateKey} is the common interface for private keys.
|
| PublicKey.java | 21 * {@code PublicKey} is the common interface for public keys.
|
| /libcore/luni/src/main/java/java/security/interfaces/ |
| DSAKey.java | 23 * keys.
|
| ECKey.java | 23 * The base interface for Elliptic Curve (EC) public or private keys.
|
| RSAKey.java | 23 * The base interface for PKCS#1 RSA public and private keys.
|
| /libcore/luni/src/main/java/javax/crypto/ |
| SecretKey.java | 25 * This interface is a <i>marker interface</i> to group secret keys and to
|
| /libcore/luni/src/main/java/javax/net/ssl/ |
| KeyManager.java | 23 * responsible for handling the keys used to authenticate the local side to its
|
| /libcore/luni/src/test/java/tests/api/java/util/ |
| HashtableTest.java | 160 Enumeration keys = h.keys(); local 162 && !(keys.hasMoreElements())); 175 Enumeration org = htfull.keys(); 176 Enumeration cpy = h.keys(); 185 assertTrue("Copy has more keys than original", !cpy.hasMoreElements()); 257 assertEquals("All keys not retrieved", 10, ht10.size()); 425 * java.util.Hashtable#keys() 428 // Test for method java.util.Enumeration java.util.Hashtable.keys() 430 Enumeration keys = ht10.keys() local [all...] |
| /packages/apps/LegacyCamera/src/com/android/camera/ui/ |
| IndicatorControlContainer.java | 27 boolean isZoomSupported, String[] keys, String[] otherSettingKeys);
|
| SecondLevelIndicatorControlBar.java | 60 String[] keys, String[] otherSettingKeys) { 64 addControls(keys, otherSettingKeys); 148 int resId, String[] keys) { 150 super.addOtherSettingIndicator(context, resId, keys);
|
| /packages/inputmethods/LatinIME/java/res/values/ |
| attrs.xml | 81 <!-- Fadeout and fadein animator for altCodeWhileTyping keys. --> 114 <!-- Layout resource for more keys keyboard --> 117 <!-- More keys keyboard will shown at touched point. --> 204 <!-- Default horizontal gap between keys, in the proportion of keyboard width. --> 206 <!-- Default vertical gap between rows of keys, in the proportion of keyboard height. --> 208 <!-- More keys keyboard layout template --> 246 <!-- The keys to display in the more keys keyboard. --> 248 <!-- The keys to display in the more keys keyboard in addition to moreKeys [all...] |
| /packages/inputmethods/LatinIME/java/res/values-sw540dp/ |
| config.xml | 37 <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
|
| /packages/inputmethods/LatinIME/java/res/values-sw768dp/ |
| config.xml | 34 <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
| DownloadRecord.java | 27 // keys as they do for all MetadataDbHelper functions. Since only word lists have
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
| proximity_info_state.h | 225 // The vector for the key code set which holds nearby keys for each sampled input point 229 // The vector for the key code set which holds nearby keys of some trailing sampled input points 230 // for each sampled input point. These nearby keys contain the next characters which can be in 231 // the dictionary. Specifically, currently we are looking for keys nearby trailing sampled
|
| /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
| Environment.java | 66 * The text size for normal keys. It is relative to the smaller one of 72 * The text size for function keys. It is relative to the smaller one of 78 * The text size balloons of normal keys. It is relative to the smaller one 84 * The text size balloons of function keys. It is relative to the smaller
|
| /pdk/apps/CameraITS/tests/ |
| test_camera_properties.py | 26 # Test that a handful of required keys are present.
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| _LWPCookieJar.py | 40 keys = cookie._rest.keys() 41 keys.sort() 42 for k in keys:
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
| test_msvc9compiler.py | 135 keys = Reg.read_keys(HKCU, 'xxxx') 136 self.assertEqual(keys, None) 138 keys = Reg.read_keys(HKCU, r'Control Panel') 139 self.assertTrue('Desktop' in keys)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
| dynOptionMenuWidget.py | 16 if 'highlightthickness' in kwargs.keys():
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_defaultdict.py | 35 self.assertIn("foo", d2.keys()) 37 self.assertIn("bar", d2.keys()) 39 self.assertIn(42, d2.keys()) 41 self.assertNotIn(12, d2.keys())
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| _LWPCookieJar.py | 40 keys = cookie._rest.keys() 41 keys.sort() 42 for k in keys:
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
| test_msvc9compiler.py | 135 keys = Reg.read_keys(HKCU, 'xxxx') 136 self.assertEqual(keys, None) 138 keys = Reg.read_keys(HKCU, r'Control Panel') 139 self.assertTrue('Desktop' in keys)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
| dynOptionMenuWidget.py | 16 if 'highlightthickness' in kwargs.keys():
|