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

  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 307 return throwBadLength(attributeByteCount + (offset - origOffset));
319 return throwBadLength(2);
341 return throwBadLength(0);
353 throwBadLength(4);
397 throwBadLength((count * 2) + 2);
426 throwBadLength((count * 8) + 2);
482 throwBadLength((count * 4) + 2);
564 throwBadLength((count * 10) + 2);
680 throwBadLength(2);
702 throwBadLength(2)
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 139 milliseconds