HomeSort by relevance Sort by last modified time
    Searched defs:keys (Results 401 - 425 of 768) sorted by null

<<11121314151617181920>>

  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc 90 INPUT keys[4] = {0}; // Keyboard events local
94 keys[key_count].type = INPUT_KEYBOARD;
95 keys[key_count].ki.wVk = VK_SHIFT;
96 keys[key_count].ki.wScan = MapVirtualKey(VK_SHIFT, 0);
101 keys[key_count].type = INPUT_KEYBOARD;
102 keys[key_count].ki.wVk = VK_CONTROL;
103 keys[key_count].ki.wScan = MapVirtualKey(VK_CONTROL, 0);
108 keys[key_count].type = INPUT_KEYBOARD;
109 keys[key_count].ki.wVk = VK_MENU;
110 keys[key_count].ki.wScan = MapVirtualKey(VK_MENU, 0)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 778 int[] keys = new int[size]; local
782 keys[i] = in.readInt();
790 this, opcodeUnit, keys, targets);
796 int[] keys = payload.getKeys(); local
803 for (int key : keys) {
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 234 /* keys 6 USHORT[256] sub-header keys */
238 /* The `keys' table is used to map charcode high-bytes to sub-headers. */
240 /* table and is computed by finding the maximum of the `keys' table. */
242 /* Note that for any n, `keys[n]' is a byte offset within the `subs' */
285 FT_Byte* keys; /* keys table */ local
293 keys = table + 6;
295 /* parse keys to compute sub-headers count */
296 p = keys;
    [all...]
  /external/guava/guava/src/com/google/common/collect/
AbstractMultimap.java 63 * through the keys and values in sorted order.
65 * <p>Keys and values may be null, as long as the underlying collection classes
993 public Multiset<K> keys() { method
996 return multiset = new Multimaps.Keys<K, V>() {
    [all...]
  /external/icu4c/tools/genrb/
reslist.c 671 * If there are no local keys, then use the whole 16-bit space
690 /* all keys have been mapped */
1485 char *keys; local
    [all...]
  /external/linux-tools-perf/
builtin-lock.c 248 struct lock_key keys[] = { variable in typeref:struct:lock_key
264 for (i = 0; keys[i].name; i++) {
265 if (!strcmp(keys[i].name, sort_key)) {
266 compare = keys[i].key;
  /external/openssh/
ssh-agent.c 211 /* send list of supported public keys to 'client' */
417 /* Loop over all identities and clear the keys. */
432 /* removes expired keys and returns number of seconds until the next expiry */
705 Key **keys = NULL, *k; local
729 count = pkcs11_add_provider(provider, pin, &keys);
731 k = keys[i];
747 keys[i] = NULL;
754 if (keys)
755 xfree(keys);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
InputGameInterface.java 79 final InputButton[] keys = input.getKeyboard().getKeys(); local
116 // keys or trackball
118 final InputButton left = keys[mLeftKeyCode];
119 final InputButton right = keys[mRightKeyCode];
197 final InputButton jumpKey = keys[mJumpKeyCode];
225 final InputButton attackKey = keys[mAttackKeyCode];
226 final InputButton clickButton = keys[KeyEvent.KEYCODE_DPAD_CENTER]; // special case
  /external/wpa_supplicant_8/src/radius/
radius.c 1071 struct radius_ms_mppe_keys *keys; local
1076 keys = os_zalloc(sizeof(*keys));
1077 if (keys == NULL)
1084 keys->send = decrypt_ms_key(key, keylen,
1087 &keys->send_len);
1095 keys->recv = decrypt_ms_key(key, keylen,
1098 &keys->recv_len);
1102 return keys;
1112 struct radius_ms_mppe_keys *keys; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 702 struct radius_ms_mppe_keys *keys; local
704 keys = radius_msg_get_ms_keys(msg, req, shared_secret,
706 if (keys && keys->send == NULL && keys->recv == NULL) {
707 os_free(keys);
708 keys = radius_msg_get_cisco_keys(msg, req, shared_secret,
712 if (keys) {
713 if (keys->send) {
715 keys->send, keys->send_len)
    [all...]
  /external/zlib/src/contrib/minizip/
unzip.c 190 unsigned long keys[3]; /* keys defining the pseudo-random sequence */ member in struct:__anon29013
    [all...]
  /hardware/invensense/60xx/mlsdk/mllite/
dmpDefaultMantis.c 406 static tKeyLabel keys[NUM_KEYS]; variable
414 keys[ kk ].addr = 0xffff;
415 keys[ kk ].key = kk;
418 keys[ dmpTConfig[kk].key ].addr = dmpTConfig[kk].addr;
424 return keys[ key ].addr;
  /libcore/luni/src/main/java/java/util/
Hashtable.java 30 * <p>Neither keys nor values can be null. (Use {@code HashMap} or {@code LinkedHashMap} if you
31 * need null keys or values.)
33 * @param <K> the type of keys maintained by this map
248 * @see #keys
355 * @see #keys
588 * Returns a set of the keys contained in this {@code Hashtable}. The set
592 * @return a set of the keys.
626 * Returns an enumeration on the keys of this {@code Hashtable} instance.
630 * @return an enumeration of the keys of this {@code Hashtable}.
635 public synchronized Enumeration<K> keys() { method in class:Hashtable
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 67 * @param <K> the type of keys maintained by this map
1194 public Enumeration<K> keys() { method in class:ConcurrentHashMap
    [all...]
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 289 * Returns an array of all preference keys of this node or an empty array if
293 * @return the array of all preference keys.
366 for (String key : keys()) {
512 public String[] keys() throws BackingStoreException { method in class:AbstractPreferences
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldAbstractPreferencesTest.java 143 String[] str = pref.keys();
147 str = pref.keys();
629 String[] str = pref.keys();
646 pref.keys();
811 assertEquals(1, pref.keys().length);
813 assertEquals(1, pref.keys().length);
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
HashMapTest.java 149 Set keys = map.keySet(); local
154 "key", keys.iterator().next());
165 assertTrue("keySet() is identical", key2 != keys);
296 assertTrue("Returned set does not contain all keys", s
464 assertTrue("Returned collection does not contain all keys", c
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...]
LinkedHashMapTest.java 254 assertTrue("Returned set does not contain all keys", s
308 assertTrue("Returned collection does not contain all keys", c
374 Set keys = map.keySet(); local
379 "key", keys.iterator().next());
391 assertTrue("keySet() is identical", key2 != keys);
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HandshakeCompletedEventTest.java 393 String keys; field in class:HandshakeCompletedEventTest.TestServer
399 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception {
400 this.keys = keys;
406 KeyManager[] keyManagers = provideKeys ? getKeyManagers(keys) : null;
476 private String keys; field in class:HandshakeCompletedEventTest.TestClient
480 public TestClient(boolean provideKeys, String keys) {
481 this.keys = keys;
489 KeyManager[] keyManagers = provideKeys ? getKeyManagers(keys) : null
    [all...]
SSLSessionTest.java 476 String keys; field in class:SSLSessionTest.TestServer
484 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception {
485 this.keys = keys;
491 store = provideKeys ? getKeyStore(keys) : null;
559 private String keys; field in class:SSLSessionTest.TestClient
565 public TestClient(boolean provideKeys, String keys) {
566 this.keys = keys;
574 store = provideKeys ? getKeyStore(keys) : null
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 549 final String[] keys = keyStore.saw(Credentials.VPN); local
550 if (keys != null) {
551 for (String key : keys) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 672 * Return set of all keys defined through this object.
675 final HashSet<String> keys = Sets.newHashSet(); local
679 keys.add(entry.getKey());
685 keys.add(entry.getKey());
689 return keys;
769 * object, and any defined keys have equal values.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 461 List<Keyboard.Key> keys = keyboard.getKeys(); local
462 int keyIndex = (KEY_NUMBER_12KEY < keys.size())
464 mChangeModeKey = keys.get(keyIndex);
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 366 // a unique key, matching the keys for instancesMap.
451 Set<String> keys = instancesMap.keySet(); local
452 for (String syncIdKey : keys) {
503 for (String syncIdKey : keys) {
    [all...]

Completed in 623 milliseconds

<<11121314151617181920>>