HomeSort by relevance Sort by last modified time
    Searched defs:mapList (Results 1 - 7 of 7) 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...]
  /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 118 contentsOut.mapList.off = dexOut.getNextSectionStart();
119 contentsOut.mapList.size = 1;
120 mapListOut = dexOut.appendSection(writerSizes.mapList, "map list");
    [all...]
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 91 milliseconds