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

  /external/srec/tools/grxmlcompile/
sub_supp.cpp 381 int *mapList= new int [numVertex];
383 mapList[ii]= -1;
387 mapList[id]= 1;
390 mapList[id]= 1;
395 if (mapList[ii] > 0) {
396 mapList[ii]= count;
402 arc[ii]->AssignFromId(mapList[id]);
405 arc[ii]->AssignToId(mapList[id]);
407 startId= mapList[startId];
409 lastId= mapList[lastId]
    [all...]
  /dalvik/dx/src/com/android/dx/dex/
TableOfContents.java 41 public final Section mapList = new Section(0x1000);
53 header, stringIds, typeIds, protoIds, fieldIds, methodIds, classDefs, mapList,
72 readMap(buffer.open(mapList.off));
97 mapList.off = headerIn.readInt();
98 if (mapList.off == 0) {
177 out.writeInt(mapList.off);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c 400 static MapPtr *mapList = NULL;
408 old = mapList;
409 mapList = realloc(mapList, sizeof(MapPtr) * (numMaps + 1));
410 if (!mapList) {
411 mapList = old;
414 mapList[numMaps] = malloc(sizeof(MapRec));
415 if (!mapList[numMaps])
417 return mapList[numMaps++];
443 if (mapList[i]->physaddr == address &
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 115 contentsOut.mapList.off = dexOut.getLength();
116 contentsOut.mapList.size = 1;
117 mapListOut = dexOut.appendSection(writerSizes.mapList, "map list");
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 335 milliseconds