HomeSort by relevance Sort by last modified time
    Searched defs:keys (Results 526 - 550 of 1239) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 58 * A view that renders a virtual {@link Keyboard}. It handles rendering of keys and
79 * For keys that repeat, this is only called once.
87 * For keys that repeat, this is only called once.
95 * @param keyCodes the codes for all the possible alternative keys
98 * will include other characters that may be on the same key or adjacent keys.
224 private static final int REPEAT_INTERVAL = 50; // ~20 keys per second
469 List<Key> keys = mKeyboard.getKeys(); local
470 mKeys = keys.toArray(new Key[keys.size()]);
477 // Switching to a different keyboard should abort any pending keys so that the key u
666 final Key[] keys = mKeys; local
757 final Key[] keys = mKeys; local
856 final Key[] keys = mKeys; local
906 final Key[] keys = mKeys; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 687 Set keys = mIfaces.keySet(); local
688 for (Object key : keys) {
705 Set keys = mIfaces.keySet(); local
706 for (Object key : keys) {
727 Set keys = mIfaces.keySet(); local
728 for (Object key : keys) {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TreeMapTest.java 179 Set keys = map.keySet(); local
183 assertEquals("keySet() does not work", "key", keys.iterator().next());
194 assertTrue("keySet() is identical", key2 != keys);
410 assertTrue("Returned set is missing keys", ks.contains(new Integer(
573 String[] keys = { "1", "2", "3" }; local
575 for (int i = 0; i < keys.length; i++) {
576 map.put(keys[i], values[i]);
831 String[] keys = { "1", "2", "3" }; local
833 for (int i = 0; i < keys.length; i++) {
834 map.put(keys[i], values[i])
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 68 * collisions (i.e., keys that have distinct hash codes but fall into
84 * internal sizing. Note that using many keys with exactly the same
86 * hash table. To ameliorate impact, when keys are {@link Comparable},
87 * this class may use comparison order among keys to help break ties.
98 * @param <K> the type of keys maintained by this map
126 * ReservationNode do not hold normal user keys, values, or
192 * includes the case when N > (1<<30), so some keys MUST collide.
193 * Similarly for dumb or hostile usages in which multiple keys are
203 * 100 nodes inspected per operation worst case) so long as keys
453 * are special, and contain null keys and values (but are neve
1436 public Enumeration<K> keys() { method in class:ConcurrentHashMap
    [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java 3317 SecretKey[] keys = new SecretKey[LARGEST_KEY_SIZE - SMALLEST_KEY_SIZE]; local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 420 final Iterator keys = items.keys(); local
421 while (keys.hasNext()) {
422 final String mimetype = (String) keys.next();
449 final Iterator iterator = item.keys();
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 285 final Set<NotificationKey> keys = keySet(); local
286 for (NotificationKey key : keys) {
379 final Set<NotificationKey> keys = notificationMap.keySet(); local
380 for (NotificationKey notification : keys) {
421 Set<NotificationKey> keys = notificationMap.keySet(); local
427 for (NotificationKey notification : keys) {
435 for (NotificationKey notification : keys) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 58 * A view that renders a virtual {@link Keyboard}. It handles rendering of keys and
70 * For keys that repeat, this is only called once.
78 * For keys that repeat, this is only called once.
86 * @param keyCodes the codes for all the possible alternative keys
89 * will include other characters that may be on the same key or adjacent keys.
472 List<Key> keys = mKeyboard.getKeys(); local
473 mKeys = keys.toArray(new Key[keys.size()]);
593 * codes for adjacent keys. When disabled, only the primary key code will be
638 * Compute the average distance between adjacent keys (horizontally and vertically
696 final Key[] keys = mKeys; local
800 final Key[] keys = mKeys; local
893 final Key[] keys = mKeys; local
927 final Key[] keys = mKeys; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XIproto.h 1169 CARD8 keys[32]; member in struct:__anon30217
1624 CARD8 keys[4]; member in struct:__anon30249
1641 CARD8 keys[28]; member in struct:__anon30250
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pkt_cls.h 223 struct tc_u32_key keys[0]; member in struct:tc_u32_sel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XIproto.h 1169 CARD8 keys[32]; member in struct:__anon32075
1624 CARD8 keys[4]; member in struct:__anon32107
1641 CARD8 keys[28]; member in struct:__anon32108
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_cls.h 214 struct tc_u32_key keys[0]; member in struct:tc_u32_sel
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
pkt_cls.h 206 struct tc_u32_key keys[0]; member in struct:tc_u32_sel
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
pkt_cls.h 206 struct tc_u32_key keys[0]; member in struct:tc_u32_sel
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
pkt_cls.h 206 struct tc_u32_key keys[0]; member in struct:tc_u32_sel
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
pkt_cls.h 206 struct tc_u32_key keys[0]; member in struct:tc_u32_sel
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
pkt_cls.h 206 struct tc_u32_key keys[0]; member in struct:tc_u32_sel
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
pkt_cls.h 206 struct tc_u32_key keys[0]; member in struct:tc_u32_sel
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.test.performance_3.6.0.v20091014.jar 
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 

Completed in 187 milliseconds

<<21222324252627282930>>