HomeSort by relevance Sort by last modified time
    Searched defs:typeMap (Results 1 - 8 of 8) sorted by null

  /sdk/layoutlib_api/sample/src/com/example/android/render/
ProjectCallback.java 80 Map<String, Integer> typeMap = mIdMap.get(type);
81 if (typeMap == null) {
82 typeMap = new HashMap<String, Integer>();
83 mIdMap.put(type, typeMap);
86 Integer value = typeMap.get(name);
88 value = typeMap.size() + 1;
89 typeMap.put(name, value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResources.java 145 Map<String, ResourceValue> typeMap = resultMap.get(type);
146 if (typeMap == null) {
149 typeMap.putAll(entry.getValue());
  /sdk/sdk_common/src/com/android/ide/common/resources/
ResourceResolver.java 356 Map<String, ResourceValue> typeMap;
360 typeMap = mProjectResources.get(resType);
361 ResourceValue item = typeMap.get(resName);
368 typeMap = mFrameworkResources.get(resType);
369 ResourceValue item = typeMap.get(resName);
395 Map<String, ResourceValue> typeMap = resourceRepository.get(resourceType);
396 if (typeMap != null) {
397 ResourceValue item = typeMap.get(resourceName);
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 473 Map typeMap = getAllInterfaces(type.clazz, null);
476 return findCommonInterfaces(typeMap, thisMap);
480 Map typeMap = getDeclaredInterfaces(type.clazz, null);
487 typeMap.remove(intf);
491 return findCommonInterfaces(typeMap, thisMap);
495 Map findCommonInterfaces(Map typeMap, Map alterMap) {
498 if (! typeMap.containsKey(i.next()))
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 117 static Class[] typeMap = new Class[]{
734 for (int i = 1; i <= typeMap.length; i++) {
738 + " does not correspond " + typeMap[i-1] + "at "+i, value
739 .getClass().equals(typeMap[i-1]));
751 for (int i = 1; i <= typeMap.length; i++) {
760 for (int i = 1; i <= typeMap.length; i++) {
765 + " for "+name+" does not correspond " + typeMap[i-1] + "at "+i, value
766 .getClass().equals(typeMap[i-1]));
780 for (int i = 1; i <= typeMap.length; i++) {
    [all...]
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/utils/
AaptUtils.java 104 private static Map<String, String> typeMap;
168 typeMap = new HashMap<String, String>();
169 typeMap.put("3", "car");
182 localizationAttributesMap2.put(patternArray[7] = Pattern.compile("type=[0-9]"), typeMap);
    [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 7684 milliseconds