| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
| configHandler.py | 159 (idle install dir)/config-keys.def 164 (user home dir)/.idlerc/config-keys.cfg 185 configTypes=('main','extensions','highlight','keys') 235 configType must be one of ('main','extensions','highlight','keys') 285 configType must be one of ('main','extensions','highlight','keys') 287 if not (configType in ('main','extensions','highlight','keys')): 372 for element in theme.keys(): 398 return self.GetOption('main','Keys','name',default='') 456 for event in self.GetExtensionKeys(extn).keys(): 523 binding=self.GetOption('keys',keySetName,eventName,default='').split( [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
| configHandler.py | 159 (idle install dir)/config-keys.def 164 (user home dir)/.idlerc/config-keys.cfg 185 configTypes=('main','extensions','highlight','keys') 235 configType must be one of ('main','extensions','highlight','keys') 285 configType must be one of ('main','extensions','highlight','keys') 287 if not (configType in ('main','extensions','highlight','keys')): 372 for element in theme.keys(): 398 return self.GetOption('main','Keys','name',default='') 456 for event in self.GetExtensionKeys(extn).keys(): 523 binding=self.GetOption('keys',keySetName,eventName,default='').split( [all...] |
| /frameworks/base/core/java/android/inputmethodservice/ |
| KeyboardView.java | 57 * A view that renders a virtual {@link Keyboard}. It handles rendering of keys and 78 * For keys that repeat, this is only called once. 86 * For keys that repeat, this is only called once. 94 * @param keyCodes the codes for all the possible alternative keys 97 * will include other characters that may be on the same key or adjacent keys. 223 private static final int REPEAT_INTERVAL = 50; // ~20 keys per second 465 List<Key> keys = mKeyboard.getKeys(); local 466 mKeys = keys.toArray(new Key[keys.size()]); 473 // Switching to a different keyboard should abort any pending keys so that the key u 662 final Key[] keys = mKeys; local 753 final Key[] keys = mKeys; local 852 final Key[] keys = mKeys; local 902 final Key[] keys = mKeys; local [all...] |
| Keyboard.java | 39 * Loads an XML description of a keyboard and stores the attributes of the keys. A keyboard 40 * consists of rows of keys. 111 /** Total height of the keyboard, including the padding and keys */ 115 * Total width of the keyboard, including left side gaps and keys, but not any gaps on the 120 /** List of keys in this keyboard */ 123 /** List of modifier keys such as Shift & Alt, if any */ 135 // Variables for pre-computing nearest keys. 144 /** Number of key widths from current touch point to search for nearest keys. */ 150 * Container for keys in the keyboard. All keys in a row are at the same Y-coordinate. [all...] |
| /bootable/recovery/ |
| verifier.h | 28 * matches one of the given keys. Return one of the constants below.
|
| /external/bluetooth/bluedroid/stack/smp/ |
| aes.h | 62 /* Warning: The key length for 256 bit keys overflows a byte 115 encryption and decryption keys are different. 127 In the same way, the decryption subroutines output keys that 130 Only 128 and 256 bit keys are supported in these 'on the fly'
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/ |
| DHBasicAgreement.java | 17 * long term public keys if they are available. See the DHAgreement class
|
| ECDHBasicAgreement.java | 22 * DL/ECKAS-DH2. It assumes that the input keys are valid (see also
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
| DHBasicKeyPairGenerator.java | 16 * This generates keys consistent for use with the basic algorithm for
|
| /external/chromium/base/ |
| base_paths.h | 9 // This file declares path keys for the base module. These can be used with
|
| base_paths_win.h | 9 // This file declares windows-specific path keys for the base module.
|
| global_descriptors_posix.cc | 37 // In order to make unittests pass, we define a default mapping from keys to
|
| /external/chromium/chrome/browser/extensions/ |
| extension_accessibility_api_constants.cc | 9 // String keys for AccessibilityObject properties.
|
| extension_accessibility_api_constants.h | 13 // Keys.
|
| extension_bookmarks_module_constants.h | 13 // Keys.
|
| extension_cookies_api_constants.cc | 9 // Keys
|
| extension_cookies_api_constants.h | 13 // Keys.
|
| /external/chromium/chrome/browser/resources/options/chromeos/ |
| system_options.js | 44 $('modifier-keys-button').onclick = function(event) {
|
| /external/chromium/chrome/browser/safe_browsing/ |
| bloom_filter.cc | 61 BloomFilter::BloomFilter(char* data, int size, const HashKeys& keys) 62 : hash_keys_(keys) { 109 // Get all the random hash keys. 170 // Write the number of random hash keys.
|
| /external/chromium/chrome/browser/sync/protocol/ |
| encryption.proto | 26 // keep track of all keys, assign each key a name (by using that key to encrypt
|
| nigori_specifics.proto | 5 // Sync protocol datatype extension for nigori keys.
|
| /external/chromium/net/base/ |
| openssl_private_key_store.h | 18 // Defines an abstract store for private keys; the OpenSSL library does not
|
| /external/chromium-trace/trace-viewer/src/tracing/trace_model/ |
| counter.js | 44 var keys = Object.keys(this); 45 for (var i = 0; i < keys.length; i++) { 46 var key = keys[i];
|
| process_base.js | 65 var keys = Object.keys(this); 66 for (var i = 0; i < keys.length; i++) { 67 var key = keys[i];
|
| /external/chromium_org/base/ |
| base_paths.h | 8 // This file declares path keys for the base module. These can be used with
|