Home
last modified time | relevance | path

Searched full:key (Results 1 – 25 of 8781) sorted by relevance

12345678910>>...352

/third_party/python/Lib/idlelib/
Dconfig-keys.def2 # file is the default config file for idle key binding settings.
6 # single 'emacs style' multi-keystoke binding. The tk event specifier 'Key'
7 # is used in all cases, for consistency in auto key conflict checking in the
11 copy=<Control-Key-c> <Control-Key-C>
12 cut=<Control-Key-x> <Control-Key-X>
13 paste=<Control-Key-v> <Control-Key-V>
14 beginning-of-line= <Key-Home>
15 center-insert=<Control-Key-l> <Control-Key-L>
16 close-all-windows=<Control-Key-q> <Control-Key-Q>
17 close-window=<Alt-Key-F4> <Meta-Key-F4>
[all …]
/third_party/flutter/skia/third_party/externals/angle2/util/
Dkeyboard.h10 enum Key enum
13 KEY_A, // The A key
14 KEY_B, // The B key
15 KEY_C, // The C key
16 KEY_D, // The D key
17 KEY_E, // The E key
18 KEY_F, // The F key
19 KEY_G, // The G key
20 KEY_H, // The H key
21 KEY_I, // The I key
[all …]
/third_party/skia/third_party/externals/angle2/util/
Dkeyboard.h10 enum Key enum
13 KEY_A, // The A key
14 KEY_B, // The B key
15 KEY_C, // The C key
16 KEY_D, // The D key
17 KEY_E, // The E key
18 KEY_F, // The F key
19 KEY_G, // The G key
20 KEY_H, // The H key
21 KEY_I, // The I key
[all …]
/third_party/typescript/tests/baselines/reference/
DnoImplicitAnyStringIndexerOnObject.types17 >c : { get: (key: string) => string; }
18 >{ get: (key: string) => 'foobar'} : { get: (key: string) => string; }
20 get: (key: string) => 'foobar'
21 >get : (key: string) => string
22 >(key: string) => 'foobar' : (key: string) => string
23 >key : string
29 >c : { get: (key: string) => string; }
35 >c : { get: (key: string) => string; }
39 >d : { set: (key: string) => string; }
40 >{ set: (key: string) => 'foobar'} : { set: (key: string) => string; }
[all …]
DlocalImportNameVsGlobalName.types5 export enum Key { UP, DOWN, LEFT, RIGHT }
6 >Key : Key
7 >UP : Key.UP
8 >DOWN : Key.DOWN
9 >LEFT : Key.LEFT
10 >RIGHT : Key.RIGHT
16 import Key = Keyboard.Key;
17 >Key : typeof Key
19 >Key : Key
21 export function foo(key: Key): void {}
[all …]
/third_party/node/deps/npm/node_modules/JSONStream/test/fixtures/
Dall_npm.json2 {"id":"","key":"","value":{"rev":"1-2f11e026763c10730d8b19ba5dce7565"}}, string
3 {"id":"3scale","key":"3scale","value":{"rev":"3-db3d574bf0ecdfdf627afeaa21b4bdaa"}}, string
4 {"id":"7digital-api","key":"7digital-api","value":{"rev":"20-21d11832780e2368aabc946598a41dd5"}}, string
5 {"id":"AMD","key":"AMD","value":{"rev":"7-3b4305a9c786ab4c5ce611e7f0de0aca"}}, string
6 {"id":"AriesNode","key":"AriesNode","value":{"rev":"3-9d88392bca6582c5c54784927dbfdee6"}}, string
7 {"id":"Array.prototype.forEachAsync","key":"Array.prototype.forEachAsync","value":{"rev":"3-8569644… string
8 {"id":"Babel","key":"Babel","value":{"rev":"5-9d8370c6ac6fd9cd3d530f26a9379814"}}, string
9 {"id":"Blaggie-System","key":"Blaggie-System","value":{"rev":"3-47782b1e5cbfa425170192799510e148"}}, string
10 {"id":"Blob","key":"Blob","value":{"rev":"3-cf5fb5d69da4dd00bc4f2be8870ca698"}}, string
11 {"id":"BlobBuilder","key":"BlobBuilder","value":{"rev":"3-eb977ff1713a915384fac994f9d8fa7c"}}, string
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dframework_test.dart21 final Key key = UniqueKey();
22 expect(key, hasOneLineDescription);
23 expect(key, isNot(equals(UniqueKey())));
29 final Key keyA = ObjectKey(a);
30 final Key keyA2 = ObjectKey(a);
31 final Key keyB = ObjectKey(b);
54 final Key keyA = GlobalObjectKey(a);
55 final Key keyA2 = GlobalObjectKey(a);
56 final Key keyB = GlobalObjectKey(b);
65 final Key key = GlobalKey(debugLabel: 'problematic');
[all …]
Dimage_resolution_test.dart61 Future<ByteData> load(String key) {
63 switch (key) {
87 Future<String> loadString(String key, { bool cache = true }) {
88 if (key == 'AssetManifest.json')
107 ImageStreamCompleter load(AssetBundleImageKey key) {
109 key.bundle.load(key.name).then<void>((ByteData data) {
112 imageInfo = ImageInfo(image: image, scale: key.scale);
121 Widget buildImageAtRatio(String image, Key key, double ratio, bool inferSize, [ AssetBundle bundle …
136 key: key,
141 key: key,
[all …]
/third_party/python/Mac/PythonLauncher/
DfactorySettings.plist5 <key>Python GUI Script</key>
7 <key>debug</key>
9 <key>inspect</key>
11 <key>interpreter_list</key>
17 <key>honourhashbang</key>
19 <key>nosite</key>
21 <key>optimize</key>
23 <key>others</key>
25 <key>verbose</key>
27 <key>with_terminal</key>
[all …]
DInfo.plist.in5 <key>CFBundleDevelopmentRegion</key>
7 <key>CFBundleDocumentTypes</key>
10 <key>CFBundleTypeExtensions</key>
15 <key>CFBundleTypeIconFile</key>
17 <key>CFBundleTypeName</key>
19 <key>CFBundleTypeRole</key>
21 <key>NSDocumentClass</key>
25 <key>CFBundleTypeExtensions</key>
30 <key>CFBundleTypeIconFile</key>
32 <key>CFBundleTypeName</key>
[all …]
/third_party/gn/misc/tm/
DGN.tmLanguage5 <key>fileTypes</key>
10 <key>name</key>
12 <key>patterns</key>
15 <key>comment</key>
17 <key>match</key>
19 <key>name</key>
23 <key>comment</key>
25 <key>match</key>
27 <key>name</key>
31 <key>comment</key>
[all …]
/third_party/openssl/test/recipes/30-test_evp_data/
Devpciph_aes_ccm_cavs.txt14 Key = 4ae701103c63deca5b5a3939d7d05992
22 Key = 4ae701103c63deca5b5a3939d7d05992
32 Key = 4ae701103c63deca5b5a3939d7d05992
42 Key = 4ae701103c63deca5b5a3939d7d05992
52 Key = 4ae701103c63deca5b5a3939d7d05992
60 Key = 4ae701103c63deca5b5a3939d7d05992
70 Key = 4ae701103c63deca5b5a3939d7d05992
80 Key = 4ae701103c63deca5b5a3939d7d05992
90 Key = 4ae701103c63deca5b5a3939d7d05992
100 Key = 4ae701103c63deca5b5a3939d7d05992
[all …]
Devppkey_brainpool.txt17 -----BEGIN PRIVATE KEY-----
19 -----END PRIVATE KEY-----
22 -----BEGIN PUBLIC KEY-----
25 -----END PUBLIC KEY-----
30 -----BEGIN PRIVATE KEY-----
32 -----END PRIVATE KEY-----
35 -----BEGIN PUBLIC KEY-----
38 -----END PUBLIC KEY-----
55 -----BEGIN PRIVATE KEY-----
57 -----END PRIVATE KEY-----
[all …]
Devppkey_ecdh.txt15 # Public key algorithm tests
24 -----BEGIN PRIVATE KEY-----
27 -----END PRIVATE KEY-----
30 -----BEGIN PUBLIC KEY-----
33 -----END PUBLIC KEY-----
39 -----BEGIN PRIVATE KEY-----
42 -----END PRIVATE KEY-----
45 -----BEGIN PUBLIC KEY-----
48 -----END PUBLIC KEY-----
68 -----BEGIN PRIVATE KEY-----
[all …]
Devpciph_idea.txt14 Key = 1f8e4973953f3fb0bd6b16662e9a3c17
21 Key = 0700d603a1c514e46b6191ba430a3a0c
28 Key = 3348aa51e9a45c2dbe33ccc47f96e8de
35 Key = b7f3c9576e12dd0db63e8f8fac2b9a39
42 Key = b6f9afbfe5a1562bba1368fc72ac9d9c
49 Key = bbe7b7ba07124ff1ae7c3416fe8b465e
56 Key = 89a553730433f7e6d67d16d373bd5360
63 Key = c491ca31f91708458e29a925ec558d78
70 Key = f6e87d71b0104d6eb06a68dc6a71f498
77 Key = 2c14413751c31e2730570ba3361c786b
[all …]
Devppkey_ecc.txt17 -----BEGIN PRIVATE KEY-----
19 -----END PRIVATE KEY-----
22 -----BEGIN PUBLIC KEY-----
25 -----END PUBLIC KEY-----
31 -----BEGIN PRIVATE KEY-----
33 -----END PRIVATE KEY-----
36 -----BEGIN PUBLIC KEY-----
39 -----END PUBLIC KEY-----
71 -----BEGIN PUBLIC KEY-----
74 -----END PUBLIC KEY-----
[all …]
Devpciph_aes_common.txt19 Key = 000102030405060708090A0B0C0D0E0F
27 Key = 000102030405060708090A0B0C0D0E0F1011121314151617
36 Key = 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F
76 # AES-bits-ECB:key::plaintext:ciphertext:encdec
82 Key = 2B7E151628AED2A6ABF7158809CF4F3C
87 Key = 2B7E151628AED2A6ABF7158809CF4F3C
92 Key = 2B7E151628AED2A6ABF7158809CF4F3C
97 Key = 2B7E151628AED2A6ABF7158809CF4F3C
103 Key = 8E73B0F7DA0E6452C810F32B809079E562F8EAD2522C6B7B
108 Key = 8E73B0F7DA0E6452C810F32B809079E562F8EAD2522C6B7B
[all …]
Devppkey_kas.txt16 # Public key algorithm tests
26 -----BEGIN PRIVATE KEY-----
30 -----END PRIVATE KEY-----
33 -----BEGIN PUBLIC KEY-----
36 -----END PUBLIC KEY-----
42 -----BEGIN PUBLIC KEY-----
45 -----END PUBLIC KEY-----
60 -----BEGIN PRIVATE KEY-----
64 -----END PRIVATE KEY-----
67 -----BEGIN PUBLIC KEY-----
[all …]
/third_party/mbedtls/library/
Dpsa_crypto_slot_management.h28 /** Range of volatile key identifiers.
31 * range of key identifiers are reserved for volatile key identifiers.
32 * A volatile key identifier is equal to #PSA_KEY_ID_VOLATILE_MIN plus the
33 * index of the key slot containing the volatile key definition.
36 /** The minimum value for a volatile key identifier.
41 /** The maximum value for a volatile key identifier.
45 /** Test whether a key identifier is a volatile key identifier.
47 * \param key_id Key identifier to test.
50 * The key identifier is a volatile key identifier.
52 * The key identifier is not a volatile key identifier.
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Drsa.c18 int private_key; /* whether private key is set */
55 * crypto_rsa_import_public_key - Import an RSA public key
56 * @buf: Key buffer (DER encoded RSA public key)
57 * @len: Key buffer length in bytes
58 * Returns: Pointer to the public key or %NULL on failure
63 struct crypto_rsa_key *key; in crypto_rsa_import_public_key() local
67 key = os_zalloc(sizeof(*key)); in crypto_rsa_import_public_key()
68 if (key == NULL) in crypto_rsa_import_public_key()
71 key->n = bignum_init(); in crypto_rsa_import_public_key()
72 key->e = bignum_init(); in crypto_rsa_import_public_key()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Drsa.c18 int private_key; /* whether private key is set */
56 * crypto_rsa_import_public_key - Import an RSA public key
57 * @buf: Key buffer (DER encoded RSA public key)
58 * @len: Key buffer length in bytes
59 * Returns: Pointer to the public key or %NULL on failure
64 struct crypto_rsa_key *key; in crypto_rsa_import_public_key() local
68 key = os_zalloc(sizeof(*key)); in crypto_rsa_import_public_key()
69 if (key == NULL) in crypto_rsa_import_public_key()
72 key->n = bignum_init(); in crypto_rsa_import_public_key()
73 key->e = bignum_init(); in crypto_rsa_import_public_key()
[all …]
/third_party/node/lib/internal/readline/
Dutils.js61 Some patterns seen in terminal key escape codes, derived from combos seen
62 at http://www.midnight-commander.org/browser/lib/tty/key.c
92 const key = { variable
206 // Parse the key modifier
207 key.ctrl = !!(modifier & 4);
208 key.meta = !!(modifier & 10);
209 key.shift = !!(modifier & 1);
210 key.code = code;
212 // Parse the key itself
215 case '[P': key.name = 'f1'; break;
[all …]
/third_party/python/Mac/Resources/app/
DInfo.plist.in5 <key>CFBundleDevelopmentRegion</key>
7 <key>CFBundleDocumentTypes</key>
10 <key>CFBundleTypeOSTypes</key>
16 <key>CFBundleTypeRole</key>
20 <key>CFBundleExecutable</key>
22 <key>CFBundleGetInfoString</key>
24 <key>CFBundleHelpBookFolder</key>
29 <key>CFBundleHelpBookName</key>
31 <key>CFBundleHelpTOCFile</key>
33 <key>CFBundleIconFile</key>
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStaticUnicodeSets.java24 public static enum Key { enum in StaticUnicodeSets
68 private static final Map<Key, UnicodeSet> unicodeSets = new EnumMap<>(Key.class);
71 * Gets the static-allocated UnicodeSet according to the provided key.
73 * @param key
78 public static UnicodeSet get(Key key) { in get() argument
79 UnicodeSet candidate = unicodeSets.get(key); in get()
95 public static Key chooseFrom(String str, Key key1) { in chooseFrom()
113 public static Key chooseFrom(String str, Key key1, Key key2) { in chooseFrom()
121 public static Key chooseCurrency(String str) { in chooseCurrency()
122 if (get(Key.DOLLAR_SIGN).contains(str)) { in chooseCurrency()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DStaticUnicodeSets.java31 public static enum Key { enum in StaticUnicodeSets
75 private static final Map<Key, UnicodeSet> unicodeSets = new EnumMap<>(Key.class);
78 * Gets the static-allocated UnicodeSet according to the provided key.
80 * @param key
85 public static UnicodeSet get(Key key) { in get() argument
86 UnicodeSet candidate = unicodeSets.get(key); in get()
102 public static Key chooseFrom(String str, Key key1) { in chooseFrom()
120 public static Key chooseFrom(String str, Key key1, Key key2) { in chooseFrom()
128 public static Key chooseCurrency(String str) { in chooseCurrency()
129 if (get(Key.DOLLAR_SIGN).contains(str)) { in chooseCurrency()
[all …]

12345678910>>...352