HomeSort by relevance Sort by last modified time
    Searched refs:globalMap (Results 1 - 5 of 5) sorted by null

  /tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/layout/
MissingIdCondition.java 59 private HashMap<String, GlobalLayoutId> globalMap;
83 globalMap = new HashMap<String, GlobalLayoutId>();
96 //initialize globalMap
97 if (!globalMap.containsKey(layoutName))
99 globalMap.put(layoutName, new GlobalLayoutId());
133 final Set<String> completeIDList = globalMap.get(key).getIdsList();
154 globalMap.get(key).getNode(missingKey), false));
182 globalMap.get(layoutName).addID(rootId, rootElem);
215 globalMap.get(layoutName).addID(id, node);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ClassLoaderLocalMap.java 36 private static final Map<Object, Object> globalMap =
64 return globalMap.containsKey(key);
77 globalMap.put(key, value);
88 return globalMap.get(key);
  /dalvik/vm/compiler/codegen/x86/
LowerJump.cpp 30 LabelMap* globalMap;
105 otherwise, an entry is created in globalMap.
117 item->nextItem = globalMap;
118 globalMap = item;
170 \brief search globalMap to find the entry for the given label
174 LabelMap* ptr = globalMap;
231 \brief free memory allocated for globalMap
235 LabelMap* ptr = globalMap;
237 globalMap = ptr->nextItem;
239 ptr = globalMap;
    [all...]
Lower.cpp 340 globalMap = NULL;
Lower.h 434 four label maps are defined: globalMap globalShortMap globalWorklist globalShortWorklist
435 globalMap: global labels where codePtr points to the label
508 extern LabelMap* globalMap;
    [all...]

Completed in 155 milliseconds