Home
last modified time | relevance | path

Searched refs:input (Results 1 – 4 of 4) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/direct/
DAnnotationParser.java64 private final ByteArray.MyDataInputStream input; field in AnnotationParser
90 this.input = bytes.makeDataInputStream(); in AnnotationParser()
105 if (input.available() != 0) { in parseValueAttribute()
129 if (input.available() != 0) { in parseParameterAttribute()
154 if (input.available() != 0) { in parseAnnotationAttribute()
174 int count = input.readUnsignedByte(); in parseAnnotationsList()
209 int count = input.readUnsignedShort(); in parseAnnotations()
245 int typeIndex = input.readUnsignedShort(); in parseAnnotation()
246 int numElements = input.readUnsignedShort(); in parseAnnotation()
283 int elementNameIndex = input.readUnsignedShort(); in parseElement()
[all …]
/dalvik/dx/etc/
Ddx.bat55 REM Note that when reading the input arguments with %1, the cmd.exe
DmainDexClasses.bat65 REM Note that when reading the input arguments with %1, the cmd.exe
Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr ...