/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 685 public void appendGap(int gapLength) { in appendGap() argument 688 byte[] newcode = new byte[codeLength + gapLength]; in appendGap() 694 for (i = codeLength; i < codeLength + gapLength; ++i) in appendGap() 796 static byte[] insertGapCore0(byte[] code, int where, int gapLength, in insertGapCore0() argument 800 if (gapLength <= 0) in insertGapCore0() 804 return insertGapCore1(code, where, gapLength, exclusive, etable, ca); in insertGapCore0() 808 return insertGapCore1(code, where, (gapLength + 3) & ~3, in insertGapCore0() 817 private static byte[] insertGapCore1(byte[] code, int where, int gapLength, in insertGapCore1() argument 823 byte[] newcode = new byte[codeLength + gapLength]; in insertGapCore1() 824 insertGap2(code, where, gapLength, codeLength, newcode, exclusive); in insertGapCore1() [all …]
|
D | ExceptionTable.java | 251 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() argument 255 e.startPc = shiftPc(e.startPc, where, gapLength, exclusive); in shiftPc() 256 e.endPc = shiftPc(e.endPc, where, gapLength, exclusive); in shiftPc() 257 e.handlerPc = shiftPc(e.handlerPc, where, gapLength, exclusive); in shiftPc() 261 private static int shiftPc(int pc, int where, int gapLength, in shiftPc() argument 264 pc += gapLength; in shiftPc()
|
D | LineNumberAttribute.java | 172 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() argument 178 ByteArray.write16bit(pc + gapLength, info, pos); in shiftPc()
|
D | LocalVariableAttribute.java | 180 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() argument 190 ByteArray.write16bit(pc + gapLength, info, pos); in shiftPc() 192 ByteArray.write16bit(len + gapLength, info, pos + 2); in shiftPc()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | denseranges.cpp | 30 void add(int32_t gapStart, int64_t gapLength) { in add() argument 32 while(i>0 && gapLength>gapLengths[i-1]) { in add() 46 gapLengths[i]=gapLength; in add() 58 int64_t gapLength(int32_t i) const { return gapLengths[i]; } in gapLength() function in __anon05eb6bd30111::LargestGaps 142 maxLength-=gaps.gapLength(i); in uprv_makeDenseRanges() 154 ranges[i+1][0]=minValue=(int32_t)(gapStart+gaps.gapLength(gapIndex)); in uprv_makeDenseRanges()
|
/external/robolectric/v1/lib/main/ |
D | javassist-3.14.0-GA.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/bytecode/
javassist/ ... |
/external/guice/extensions/struts2/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |
/external/guice/extensions/persist/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |