HomeSort by relevance Sort by last modified time
    Searched full:keys (Results 76 - 100 of 1850) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/test/
InstrumentationTestCase.java 224 * of keys is a string containing the key names as specified in KeyEvent, without the
229 * @param keysSequence The sequence of keys.
232 final String[] keys = keysSequence.split(" "); local
233 final int count = keys.length;
238 String key = keys[i];
281 * @param keys The series of key codes to send through instrumentation.
283 public void sendKeys(int... keys) {
284 final int count = keys.length;
289 instrumentation.sendKeyDownUpSync(keys[i]);
305 * @param keys The series of key repeats and codes to send through instrumentation
    [all...]
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 121 Enumeration<CstType> keys = unprocessed_catches.elementAt(i) local
122 .type_branch.keys();
123 while (keys.hasMoreElements()) {
124 result.add(keys.nextElement().getClassType());
191 Enumeration<CstType> keys = uc.type_branch.keys(); local
194 while (keys.hasMoreElements()) {
195 CstType type = keys.nextElement();
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherWrapThread.java 26 CipherWrapThread(String name, int[] keys, String[] modes, String[] paddings) {
27 super(name, keys, modes, paddings);
  /external/giflib/
gif_hash.h 36 #define HT_KEY_MASK 0x1FFF /* 13bits keys */
37 #define HT_KEY_NUM_BITS 13 /* 13bits keys */
  /external/guava/src/com/google/common/collect/
ImmutableSortedMapFauxverideShim.java 59 * non-{@code Comparable} keys.</b> Proper calls will resolve to the version
63 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link
73 * non-{@code Comparable} keys.</b> Proper calls to will resolve to the
77 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link
88 * non-{@code Comparable} keys.</b> Proper calls will resolve to the version
92 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link
103 * non-{@code Comparable} keys.</b> Proper calls will resolve to the version
107 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link
  /external/srec/srec/Semproc/include/
SR_SemanticResult.h 37 * @param count The number keys
42 * to the keys used internally by the recognition result. These keys should not be modified!
45 * @param list [out] List of keys associated with n-best list entry.
80 * @param count The number keys
85 * to the keys used internally by the recognition result. These keys should not be modified!
88 * @param list [out] List of keys associated with n-best list entry.
  /external/webkit/WebCore/platform/android/
SSLKeyGeneratorAndroid.cpp 33 void getSupportedKeySizes(Vector<String>& keys)
35 keys = PlatformBridge::getSupportedKeyStrengthList();
  /frameworks/base/core/res/res/drawable/
btn_keyboard_key.xml 19 <!-- Toggle keys. Use checkable/checked state. -->
31 <!-- Normal keys -->
btn_keyboard_key_fulltrans.xml 19 <!-- Toggle keys. Use checkable/checked state. -->
31 <!-- Normal keys -->
  /packages/apps/IM/plugin/com/android/im/plugin/
ImPlugin.java 23 * Gets a map of branding resources for the provider. The keys are defined
42 * Gets the configuration for the provider. The keys MUST match the values
  /packages/inputmethods/LatinIME/java/res/drawable/
btn_keyboard_key.xml 19 <!-- Toggle keys. Use checkable/checked state. -->
31 <!-- Normal keys -->
  /packages/inputmethods/LatinIME/java/res/drawable-land/
btn_keyboard_key.xml 19 <!-- Toggle keys. Use checkable/checked state. -->
31 <!-- Normal keys -->
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_ttls.c 323 struct tls_keys keys; local
331 os_memset(&keys, 0, sizeof(keys));
332 if (tls_connection_get_keys(sm->ssl_ctx, data->ssl.conn, &keys) ||
333 keys.client_random == NULL || keys.server_random == NULL ||
334 keys.inner_secret == NULL) {
341 rnd = os_malloc(keys.client_random_len + keys.server_random_len);
350 os_memcpy(rnd, keys.server_random, keys.server_random_len)
1374 struct tls_keys keys; local
    [all...]
  /build/tools/droiddoc/src/
Hierarchy.java 52 Set<String> keys = nodes.keySet();
53 for (String n: keys) {
71 Set<String> keys = nodes.keySet(); local
72 if (keys.size() > 0) {
75 for (String n: keys) {
  /dalvik/libcore/security/src/test/java/tests/security/spec/
EncodedKeySpec2Test.java 54 KeyPair keys = keyGen.generateKeyPair(); local
61 byte[] encoded = keys.getPublic().getEncoded();
65 isEqual(key, keys.getPublic()));
68 encoded = keys.getPrivate().getEncoded();
72 isEqual(key, keys.getPrivate()));
  /system/core/include/cutils/
hashmap.h 38 * @param hash function which hashes keys
39 * @param equals function which compares keys for equality
45 * Frees the hash map. Does not free the keys or values themselves.
123 * Hashes int keys. 'key' is a pointer to int.
128 * Compares two int keys for equality.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12KeyStore.java 87 private Hashtable keys = new Hashtable(); field in class:JDKPKCS12KeyStore
215 Enumeration e = certs.keys();
221 e = keys.keys();
231 return tab.keys();
237 return (certs.get(alias) != null || keys.get(alias) != null);
248 Key k = (Key)keys.remove(alias);
312 Enumeration k = certs.keys();
326 k = keyCerts.keys();
399 Enumeration e = chainCerts.keys();
    [all...]
  /dalvik/libcore/json/src/test/java/org/json/
JSONArrayTest.java 312 JSONArray keys = new JSONArray(); local
313 keys.put("a");
314 keys.put("b");
320 JSONObject object = values.toJSONObject(keys);
324 keys.put(0, "a");
330 JSONArray keys = new JSONArray(); local
331 keys.put("a");
332 keys.put("b");
339 JSONObject object = values.toJSONObject(keys);
346 JSONArray keys = new JSONArray() local
357 JSONArray keys = new JSONArray(); local
368 JSONArray keys = new JSONArray(); local
    [all...]
  /external/dropbear/
common-session.c 88 ses.keys = (struct key_context*)m_malloc(sizeof(struct key_context));
90 ses.keys->recv_algo_crypt = &dropbear_nocipher;
91 ses.keys->trans_algo_crypt = &dropbear_nocipher;
93 ses.keys->recv_algo_mac = &dropbear_nohash;
94 ses.keys->trans_algo_mac = &dropbear_nohash;
96 ses.keys->algo_kex = -1;
97 ses.keys->algo_hostkey = -1;
98 ses.keys->recv_algo_comp = DROPBEAR_COMP_NONE;
99 ses.keys->trans_algo_comp = DROPBEAR_COMP_NONE;
102 ses.keys->recv_zstream = NULL
    [all...]
  /external/iproute2/tc/
f_flow.c 27 " [hashing mode]: hash keys KEY-LIST ... [ perturb SECS ]\n"
62 static int flow_parse_keys(__u32 *keys, __u32 *nkeys, char *argv)
67 *keys = 0;
77 *keys |= 1 << i;
97 static int get_addend(__u32 *addend, char *argv, __u32 keys)
111 if (keys & (FLOW_KEY_SRC | FLOW_KEY_DST |
139 __u32 keys = 0, nkeys = 0; local
160 } else if (matches(*argv, "keys") == 0) {
162 if (flow_parse_keys(&keys, &nkeys, *argv))
164 addattr32(n, 4096, TCA_FLOW_KEYS, keys);
    [all...]
  /external/bluetooth/bluez/test/
list-devices 38 for key in properties.keys():
57 for key in properties.keys():
81 for key in properties.keys():
  /external/quake/quake/src/WinQuake/
keys.h 29 // normal keys should be passed as lowercased ascii
62 // mouse buttons generate virtual keys
77 // aux keys are for multi-buttoned joysticks to generate so they can use
  /external/webkit/WebCore/manual-tests/
arrow-key-events.html 3 Redundant keydown, keypress, keyup events sent for arrow keys.</p>
5 <p>Try pressing arrow keys, PgUp/PgDown/Home/End, Esc, or function keys.
  /frameworks/base/keystore/java/android/security/
Credentials.java 44 /** Key prefix for user private keys. */
53 /** Data type for public keys. */
56 /** Data type for private keys. */
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 147 KeyPair keys = keyGen.generateKeyPair(); local
152 KeySpec privateKeySpec = fact.getKeySpec(keys.getPrivate(),
155 boolean samePrivate = Arrays.equals(keys.getPrivate()
160 fact.generatePrivate(new PKCS8EncodedKeySpec(keys.getPrivate()
195 KeyPair keys = keyGen.generateKeyPair(); local
199 KeySpec publicKeySpec = fact.getKeySpec(keys.getPublic(),
202 boolean samePublic = Arrays.equals(keys.getPublic()
370 KeyPair keys = keyGen.generateKeyPair(); local
374 KeySpec privateKeySpec = fact.getKeySpec(keys.getPrivate(),
376 KeySpec publicKeySpec = fact.getKeySpec(keys.getPublic()
456 KeyPair keys = keyGen.generateKeyPair(); local
    [all...]

Completed in 556 milliseconds

1 2 34 5 6 7 8 91011>>