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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
WeakNodeMap.cpp 25 typedef Vector<WeakNodeMap*, 1> MapList;
26 typedef HashMap<Node*, OwnPtr<MapList> > NodeToMapList;
34 result.storedValue->value = adoptPtr(new MapList());
43 MapList* mapList = it->value.get();
44 size_t position = mapList->find(map);
46 mapList->remove(position);
47 if (mapList->size() == 0) {
56 OwnPtr<NodeToWeakNodeMaps::MapList> maps = m_nodeToMapList.take(node);
  /external/srec/tools/grxmlcompile/
sub_supp.cpp 382 int *mapList= new int [numVertex];
384 mapList[ii]= -1;
388 mapList[id]= 1;
391 mapList[id]= 1;
396 if (mapList[ii] > 0) {
397 mapList[ii]= count;
403 arc[ii]->AssignFromId(mapList[id]);
406 arc[ii]->AssignToId(mapList[id]);
408 startId= mapList[startId];
410 lastId= mapList[lastId]
    [all...]
sub_min.cpp 157 void SubGraph::CheckForChangeAndResort (int currId, int *mapList)
168 if (nextId >= 0 && mapList[nextId] != nextId) {
170 arc[forwardList[rix]]->AssignToId(mapList[nextId]);
sub_grph.h 253 void CheckForChangeAndResort (int currId, int *mapList);
  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 39 public final Section mapList = new Section(0x1000);
51 header, stringIds, typeIds, protoIds, fieldIds, methodIds, classDefs, mapList,
70 readMap(dex.open(mapList.off));
95 mapList.off = headerIn.readInt();
96 if (mapList.off == 0) {
175 out.writeInt(mapList.off);
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA.c 405 static MapPtr *mapList = NULL;
413 old = mapList;
414 mapList = realloc(mapList, sizeof(MapPtr) * (numMaps + 1));
415 if (!mapList) {
416 mapList = old;
419 mapList[numMaps] = malloc(sizeof(MapRec));
420 if (!mapList[numMaps])
422 return mapList[numMaps++];
448 if (mapList[i]->physaddr == address &
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 119 contentsOut.mapList.off = dexOut.getNextSectionStart();
120 contentsOut.mapList.size = 1;
121 mapListOut = dexOut.appendSection(writerSizes.mapList, "map list");
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 92 milliseconds