/bionic/libc/kernel/common/linux/ |
pkt_cls.h | 217 struct tc_u32_key keys[0]; member in struct:tc_u32_sel
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
TreeMapTest.java | 190 Set keys = map.keySet(); local 194 assertEquals("keySet() does not work", "key", keys.iterator().next()); 205 assertTrue("keySet() is identical", key2 != keys); 421 assertTrue("Returned set is missing keys", ks.contains(new Integer( 609 String[] keys = { "1", "2", "3" }; local 611 for (int i = 0; i < keys.length; i++) { 612 map.put(keys[i], values[i]); 867 String[] keys = { "1", "2", "3" }; local 869 for (int i = 0; i < keys.length; i++) { 870 map.put(keys[i], values[i]) [all...] |
/external/chromium_org/v8/src/ |
runtime.cc | 184 // Check that there are only internal strings and array indices among keys. 202 // If we only have internalized strings and array indices among keys then we 208 Handle<FixedArray> keys = local 215 keys->set(index++, key); 221 return isolate->factory()->ObjectLiteralMapFromCache(context, keys); [all...] |
/external/clang/lib/Sema/ |
SemaExprObjC.cpp | 777 ParmVarDecl *keys = ParmVarDecl::Create(Context, Method local [all...] |
/external/iproute2/include/linux/ |
pkt_cls.h | 214 struct tc_u32_key keys[0]; member in struct:tc_u32_sel
|
/external/javassist/src/main/javassist/ |
CtClassType.java | 1621 Set keys = table.keySet(); local [all...] |
/external/kernel-headers/original/linux/ |
pkt_cls.h | 223 struct tc_u32_key keys[0]; member in struct:tc_u32_sel
|
/external/srec/srec/test/SRecTest/src/ |
SRecTest.c | 2355 LCHAR *keys[32], keysdata[128*32]; local [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
KeyboardView.java | 57 * A view that renders a virtual {@link Keyboard}. It handles rendering of keys and 78 * For keys that repeat, this is only called once. 86 * For keys that repeat, this is only called once. 94 * @param keyCodes the codes for all the possible alternative keys 97 * will include other characters that may be on the same key or adjacent keys. 223 private static final int REPEAT_INTERVAL = 50; // ~20 keys per second 465 List<Key> keys = mKeyboard.getKeys(); local 466 mKeys = keys.toArray(new Key[keys.size()]); 473 // Switching to a different keyboard should abort any pending keys so that the key u 662 final Key[] keys = mKeys; local 753 final Key[] keys = mKeys; local 852 final Key[] keys = mKeys; local 902 final Key[] keys = mKeys; local [all...] |
/frameworks/base/services/java/com/android/server/ |
AppWidgetServiceImpl.java | 1146 Set<FilterComparison> keys = mRemoteViewsServicesAppWidgets.keySet(); local [all...] |
/frameworks/base/services/java/com/android/server/connectivity/ |
Tethering.java | 676 Set keys = mIfaces.keySet(); local 677 for (Object key : keys) { 694 Set keys = mIfaces.keySet(); local 695 for (Object key : keys) { 712 Set keys = mIfaces.keySet(); local 713 for (Object key : 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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XIproto.h | 1162 CARD8 keys[32]; member in struct:__anon37008 1512 CARD8 keys[4]; member in struct:__anon37034 1529 CARD8 keys[28]; member in struct:__anon37035 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XIproto.h | 1162 CARD8 keys[32]; member in struct:__anon38598 1512 CARD8 keys[4]; member in struct:__anon38624 1529 CARD8 keys[28]; member in struct:__anon38625 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XIproto.h | 1162 CARD8 keys[32]; member in struct:__anon40113 1512 CARD8 keys[4]; member in struct:__anon40139 1529 CARD8 keys[28]; member in struct:__anon40140 [all...] |
/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 | |
org.eclipse.equinox.p2.console_1.0.200.v20100601.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 | |
/external/bluetooth/bluedroid/stack/btm/ |
btm_int.h | 195 tBTM_BLE_LOCAL_ID_KEYS id_keys; /* local BLE ID keys */ 512 tBTM_SEC_BLE_KEYS keys; /* LE device security info in slave rode */ member in struct:__anon815 [all...] |
/frameworks/base/core/java/android/content/pm/ |
PackageParser.java | 1634 Set<PublicKey> keys = new HashSet<PublicKey>(); local [all...] |
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 1332 Spec[] keys = getGroupBounds().keys; local 2148 K[] keys = (K[]) Array.newInstance(keyType, N); local 2175 public final K[] keys; field in class:PackedMap [all...] |
/frameworks/base/media/java/android/media/ |
MediaPlayer.java | 958 String[] keys = null; local [all...] |