HomeSort by relevance Sort by last modified time
    Searched defs:mapValue (Results 1 - 25 of 42) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ItemType.java 49 private final int mapValue;
60 * @param mapValue value when represented in a {@link MapItem}
63 private ItemType(int mapValue, String typeName) {
64 this.mapValue = mapValue;
81 return mapValue;
  /dalvik/dx/src/com/android/dx/dex/file/
ItemType.java 49 private final int mapValue;
60 * @param mapValue value when represented in a {@link MapItem}
63 private ItemType(int mapValue, String typeName) {
64 this.mapValue = mapValue;
81 return mapValue;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ItemType.java 49 private final int mapValue;
60 * @param mapValue value when represented in a {@link MapItem}
63 private ItemType(int mapValue, String typeName) {
64 this.mapValue = mapValue;
81 return mapValue;
  /frameworks/base/core/java/android/util/
LruCache.java 116 V mapValue;
118 mapValue = map.get(key);
119 if (mapValue != null) {
121 return mapValue;
140 mapValue = map.put(key, createdValue);
142 if (mapValue != null) {
144 map.put(key, mapValue);
150 if (mapValue != null) {
151 entryRemoved(false, key, createdValue, mapValue);
152 return mapValue;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
LruCache.java 120 V mapValue;
122 mapValue = map.get(key);
123 if (mapValue != null) {
125 return mapValue;
144 mapValue = map.put(key, createdValue);
146 if (mapValue != null) {
148 map.put(key, mapValue);
154 if (mapValue != null) {
155 entryRemoved(false, key, createdValue, mapValue);
156 return mapValue;
    [all...]
  /frameworks/support/v4/java/android/support/v4/util/
LruCache.java 66 V mapValue;
68 mapValue = map.get(key);
69 if (mapValue != null) {
71 return mapValue;
90 mapValue = map.put(key, createdValue);
92 if (mapValue != null) {
94 map.put(key, mapValue);
100 if (mapValue != null) {
101 entryRemoved(false, key, createdValue, mapValue);
102 return mapValue;
    [all...]
  /external/dexmaker/lib/
jarjar.jar 
  /prebuilts/misc/common/jarjar/
jarjar-1.4.jar 
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.objectweb.asm_3.2.0.v200909071300.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 

Completed in 315 milliseconds

1 2