HomeSort by relevance Sort by last modified time
    Searched full:keys (Results 26 - 50 of 3620) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/qemu/android/utils/
intmap.c 20 * One array for the integer keys, and the other one
31 int* keys; member in struct:AIntMap
47 map->keys = map->keys0;
57 if (map->keys != map->keys0)
58 AFREE(map->keys);
85 int* keys = map->keys; local
89 if (keys[index] == key)
101 void* keys = map->keys; local
128 int* keys; local
161 int* keys; local
    [all...]
  /libcore/luni/src/main/java/javax/crypto/spec/
package.html 4 This package provides the classes and interfaces needed to specify keys
11 <p>Keys may be specified via algorithm or in a more abstract and general way
14 <p>Keys and algorithm parameters are specified for the following procedures:
  /external/icu4c/samples/legacy/
legacy.cpp 25 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxLen, uint8_t keys[][32]);
26 extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]);
49 void printKeys(const char *comment, uint8_t keys[][32], int32_t keySize) {
54 currentKey = keys[i];
88 static uint8_t keys[4][32]; local
96 test_current(uTest, 4, 5, keys);
98 printKeys("Current keys", keys, 4);
104 test_legacy(uTest, 4, 5, keys);
106 printKeys("Legacy keys", keys, 4)
    [all...]
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Core.py 35 keys = flag_fields[event_name][field_name]['values'].keys()
36 keys.sort()
37 for idx in keys:
54 keys = symbolic_fields[event_name][field_name]['values'].keys()
55 keys.sort()
56 for idx in keys:
77 keys = trace_flags.keys()
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
AsymmetricCipherKeyPairGenerator.java 16 * return an AsymmetricCipherKeyPair containing the generated keys.
18 * @return an AsymmetricCipherKeyPair containing the generated keys.
KeyGenerationParameters.java 18 * @param strength the size, in bits, of the keys we want to produce.
40 * return the bit strength for keys produced by this generator,
42 * @return the strength of the keys this generator produces (in bits).
  /libcore/luni/src/main/java/java/text/
CollationKey.java 27 * comparing collation keys generated from different {@code Collator} instances
49 * The following example shows how collation keys can be used to sort a
56 * CollationKey[] keys = new CollationKey[3];
57 * keys[0] = myCollator.getCollationKey(&quot;Tom&quot;);
58 * keys[1] = myCollator.getCollationKey(&quot;Dick&quot;);
59 * keys[2] = myCollator.getCollationKey(&quot;Harry&quot;);
60 * sort(keys);
64 * // Inside body of sort routine, compare keys this way
65 * if( keys[i].compareTo( keys[j] ) &gt; 0
    [all...]
  /tools/motodev/src/help/studio_help/src/topics/
t_keystore-entries-importing.dita 5 <shortdesc>The Signing and Keys view makes it easy to copy keys from one keystore to another.</shortdesc>
17 <cmd>If necessary, open the Signing and Keys view by <ph product="webui android-studio">selecting <menucascade>
23 <uicontrol>Signing and Keys</uicontrol>
28 <cmd>From the list of keystores displayed in the Signing and Keys view, select the one into which the keys are
32 <cmd>In the Signing and Keys toolbar, click <image href="../images/KeystoreEntriesImport.png"/> (Import
38 keys to be imported, and supply the keystore's password (if necessary; the password is filled in automatically
47 <cmd>For any selected keys that show "Not verified" in the <uicontrol>Verified</uicontrol> column, supply their
56 <result>The selected keys are copied into the target keystore.</result
    [all...]
t_keystore-deleting.dita 5 <shortdesc>Easily delete keystores that you no longer need from within the Signing and Keys view.</shortdesc>
14 <prereq>Deleting a keystore deletes all of the keys within that keystore as well. Before deleting any keystore,
15 examine the keystore's contents to make sure that the keys are no longer needed. To be safe, you may want to back
18 copies of all keys you have used to sign apps submitted to Google Play.</note></prereq>
21 <cmd>If necessary, open the Signing and Keys view by <ph product="webui android-studio">selecting <menucascade>
27 <uicontrol>Signing and Keys</uicontrol>
33 <cmd>In the Signing and Keys toolbar, click <image href="../images/KeystoreDelete.png"/> (Delete
39 you don't select this option, the keystore will be removed from the Signing and Keys view, but the keystore
46 <result>The keystore is removed from the Signing and Keys view, and, if you selected the option, the keystore file
t_keystore-importing.dita 5 <shortdesc>A keystore created outside of MOTODEV Studio can be imported into the Signing and Keys view for use within that view.</shortdesc>
16 <cmd>If necessary, open the Signing and Keys view by <ph product="webui android-studio">selecting <menucascade>
22 <uicontrol>Signing and Keys</uicontrol>
41 <result>The specified keystore is imported and shown in the Signing and Keys view. You can now sign Android packages
42 using the keystore's keys. <note>Although you don't need to supply the keystore password as part of the import
43 process, you will need to do so when you attempt to display its contents in the Signing and Keys
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLocaleUtilsTest.java 67 Iterator<String> keys = mContactLocaleUtils.getNameLookupKeys(CHINESE_NAME, local
69 verifyKeys(keys, CHINESE_NAME_KEY);
71 keys = mContactLocaleUtils.getNameLookupKeys(CHINESE_LATIN_MIX_NAME_1,
73 verifyKeys(keys, CHINESE_LATIN_MIX_NAME_1_KEY);
75 keys = mContactLocaleUtils.getNameLookupKeys(CHINESE_LATIN_MIX_NAME_2,
77 verifyKeys(keys, CHINESE_LATIN_MIX_NAME_2_KEY);
97 Iterator<String> keys = mContactLocaleUtils.getNameLookupKeys(CHINESE_NAME, local
99 verifyKeys(keys, CHINESE_NAME_KEY);
100 keys = mContactLocaleUtils.getNameLookupKeys(CHINESE_NAME, FullNameStyle.CJK);
101 verifyKeys(keys, CHINESE_NAME_KEY)
    [all...]
  /libcore/luni/src/test/java/tests/security/interfaces/
DSAPublicKeyTest.java 39 KeyPair keys = null; local
48 keys = keyGen.generateKeyPair();
49 priv = (DSAPrivateKey) keys.getPrivate();
50 publ = (DSAPublicKey) keys.getPublic();
56 keys = keyGen.generateKeyPair();
57 priv = (DSAPrivateKey) keys.getPrivate();
58 publ = (DSAPublicKey) keys.getPublic();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysPanel.java 28 * Show more keys panel.
30 * @param parentView the parent view of this more keys panel
31 * @param controller the controller that can dismiss this more keys panel
32 * @param pointX x coordinate of this more keys panel
33 * @param pointY y coordinate of this more keys panel
34 * @param window PopupWindow to be used to show this more keys panel
35 * @param listener the listener that will receive keyboard action from this more keys panel.
  /cts/tests/tests/util/src/android/util/cts/
SparseArrayTest.java 23 private static final int[] KEYS = {12, 23, 4, 6, 8, 1, 3, -12, 0, -3, 11, 14, -23};
36 sparseArray.put(KEYS[i], VALUES[i]);
41 assertEquals(new Integer(i), sparseArray.get(KEYS[i]));
45 assertEquals(sparseArray.indexOfValue(VALUES[i]), sparseArray.indexOfKey(KEYS[i]));
49 int existKey = KEYS[0];
75 assertEquals(VALUES[1], sparseArray.get(KEYS[1]));
77 sparseArray.delete(KEYS[1]);
79 sparseArray.get(KEYS[1], VALUE_FOR_NON_EXISTED_KEY));
83 assertEquals(VALUES[2], sparseArray.get(KEYS[2]));
85 sparseArray.remove(KEYS[2])
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers.cc 27 namespace keys = extension_proxy_api_constants;
40 std::string(keys::kPACDataUrlPrefix) + pac_script_base64_encoded;
47 if (pac_script_url_base64_encoded.find(keys::kPACDataUrlPrefix) != 0)
52 pac_script_url_base64_encoded.substr(strlen(keys::kPACDataUrlPrefix));
67 proxy_config->GetStringASCII(keys::kProxyConfigMode, &proxy_mode);
79 proxy_config->GetDictionary(keys::kProxyConfigPacScript, &pac_dict);
85 if (pac_dict->HasKey(keys::kProxyConfigPacScriptUrl) &&
86 !pac_dict->GetString(keys::kProxyConfigPacScriptUrl, &pac_url16)) {
103 proxy_config->GetDictionary(keys::kProxyConfigPacScript, &pac_dict);
108 if (pac_dict->HasKey(keys::kProxyConfigPacScriptData) &
    [all...]
extension_cookies_helpers.cc 21 namespace keys = extension_cookies_api_constants;
53 result->SetString(keys::kNameKey, cookie.Name());
54 result->SetString(keys::kValueKey, cookie.Value());
55 result->SetString(keys::kDomainKey, cookie.Domain());
56 result->SetBoolean(keys::kHostOnlyKey,
58 result->SetString(keys::kPathKey, cookie.Path());
59 result->SetBoolean(keys::kSecureKey, cookie.IsSecure());
60 result->SetBoolean(keys::kHttpOnlyKey, cookie.IsHttpOnly());
61 result->SetBoolean(keys::kSessionKey, !cookie.DoesExpire());
63 result->SetDouble(keys::kExpirationDateKey
    [all...]
extension_processes_api.cc 27 namespace keys = extension_processes_api_constants;
36 result->SetInteger(keys::kIdKey, process_id);
37 result->SetString(keys::kTypeKey, type);
38 result->SetDouble(keys::kCpuKey, cpu);
39 result->SetDouble(keys::kNetworkKey, static_cast<double>(net));
40 result->SetDouble(keys::kPrivateMemoryKey, static_cast<double>(pr_mem));
41 result->SetDouble(keys::kSharedMemoryKey, static_cast<double>(sh_mem));
79 std::string type = keys::kProcessTypeOther;
83 type = keys::kProcessTypeBrowser;
86 type = keys::kProcessTypeRenderer
    [all...]
  /libcore/luni/src/main/java/java/io/
SerializationHandleMap.java 28 private Object[] keys; field in class:SerializationHandleMap
45 Object[] oldKeys = keys;
48 this.keys = new Object[newSize];
55 int index = findIndex(key, keys);
56 keys[index] = key;
63 int index = findIndex(key, keys);
64 if (keys[index] == key) {
99 int index = findIndex(_key, keys);
102 if (keys[index] != _key) {
105 index = findIndex(_key, keys);
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestMapEntrySetGenerator.java 24 * Creates map entries using sample keys and sample values.
32 private final SampleElements<K> keys; field in class:TestMapEntrySetGenerator
36 SampleElements<K> keys, SampleElements<V> values) {
37 this.keys = keys;
43 return SampleElements.mapEntries(keys, values);
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyKeyStore.java 46 private Hashtable Keys = new Hashtable();
64 if (Keys.containsKey(alias)) {
65 return (Key) Keys.get(alias);
96 Keys.put(alias, key);
116 Keys.put(alias, keyK);
131 if (Keys.containsKey(alias)) {
132 Keys.remove(alias);
146 if (Keys.containsKey(alias)) {
156 return (Keys.size() + Cert.size());
160 if (Keys.containsKey(alias))
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
ECPointEncoder.java 4 * All BC elliptic curve keys implement this interface. You need to
7 * By default BC keys produce encodings without point compression,
  /external/clang/test/Parser/
objc-foreach-syntax.m 23 static int test7(id keys) {
24 for (id key; in keys) ; // expected-error {{use of undeclared identifier 'in'}}
  /external/webkit/LayoutTests/fast/dom/HTMLKeygenElement/
keygen.html 7 <keygen id="keys" />
13 var keygen = document.getElementById('keys');
  /external/wpa_supplicant_8/src/eap_common/
eap_ikev2_common.c 18 int eap_ikev2_derive_keymat(int prf, struct ikev2_keys *keys,
27 if (keys->SK_d == NULL || i_nonce == NULL || r_nonce == NULL)
37 if (ikev2_prf_plus(prf, keys->SK_d, keys->SK_d_len, nonces, nlen,
78 int eap_ikev2_validate_icv(int integ_alg, struct ikev2_keys *keys,
85 const u8 *SK_a = initiator ? keys->SK_ai : keys->SK_ar;
106 if (ikev2_integ_hash(integ_alg, SK_a, keys->SK_integ_len,
  /libcore/luni/src/main/java/java/security/spec/
package.html 8 This package provides the classes and interfaces needed to specify keys and parameters for
13 Keys may be specified via algorithm or in a more abstract and general way with ASN.1.

Completed in 1547 milliseconds

12 3 4 5 6 7 8 91011>>