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

  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 384 int asz = annotations.size(); local
385 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd();
458 int asz = annotations.size(); local
459 while (asz > 0) {
460 Annotation last = annotations.get(asz - 1);
462 annotations.remove(asz - 1);
463 asz--;
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 380 int asz = annotations.size(); local
381 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd();
454 int asz = annotations.size(); local
455 while (asz > 0) {
456 Annotation last = annotations.get(asz - 1);
458 annotations.remove(asz - 1);
459 asz--;
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 377 int asz = annotations.size(); local
378 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd();
451 int asz = annotations.size(); local
452 while (asz > 0) {
453 Annotation last = annotations.get(asz - 1);
455 annotations.remove(asz - 1);
456 asz--;
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 687 void SaveBmp(const TDesC& aName, const TAny* aData, TInt aLength, const TSize& aSz, TDisplayMode aMode)
690 s->Create(aSz, aMode);
700 void SaveBmp(const TDesC& aName, const TUint32* aData, const TSize& aSz)
703 s->Create(aSz, EColor64K);
706 for(TInt j = 0; j < aSz.iHeight; j++)
709 for(TInt i = 0; i < aSz.iWidth; i++)
1080 const TSize asz = iScreenRect.Size(); local
1083 pos.iX = asz.iWidth - pos.iX;
1084 pos.iY = asz.iHeight - pos.iY;
1093 pos.iX /= asz.iWidth;
1107 const TSize asz = iScreenRect.Size(); local
    [all...]
dsa_old.cpp 474 void SaveBmp(const TDesC& aName, const TAny* aData, TInt aLength, const TSize& aSz, TDisplayMode aMode)
477 s->Create(aSz, aMode);
487 void SaveBmp(const TDesC& aName, const TUint32* aData, const TSize& aSz)
490 s->Create(aSz, EColor64K);
493 for(TInt j = 0; j < aSz.iHeight; j++)
496 for(TInt i = 0; i < aSz.iWidth; i++)
685 const TSize asz = iScreenRect.Size(); local
688 pos.iX = asz.iWidth - pos.iX;
689 pos.iY = asz.iHeight - pos.iY;
698 pos.iX /= asz.iWidth;
712 const TSize asz = iScreenRect.Size(); local
    [all...]
dsa.cpp 928 void SaveBmp(const TDesC& aName, const TAny* aData, TInt aLength, const TSize& aSz, TDisplayMode aMode)
931 s->Create(aSz, aMode);
941 void SaveBmp(const TDesC& aName, const TUint32* aData, const TSize& aSz)
944 s->Create(aSz, EColor64K);
947 for(TInt j = 0; j < aSz.iHeight; j++)
950 for(TInt i = 0; i < aSz.iWidth; i++)
1149 const TSize asz = iScreenRect.Size(); local
1152 pos.iX = asz.iWidth - pos.iX;
1153 pos.iY = asz.iHeight - pos.iY;
1162 pos.iX /= asz.iWidth;
1176 const TSize asz = iScreenRect.Size(); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1184 milliseconds