Searched refs:input (Results 1 - 5 of 5) sorted by relevance

/dalvik/tools/dmtracedump/
H A Ddmtracedump.pl8 $input = $_;
9 $input =~ s/\.data$//;
11 $output = "$input.html";
13 print("dmtracedump -h -p $input > $output\n");
14 system("dmtracedump -h -p '$input' > '$output'");
/dalvik/dx/src/com/android/dx/cf/direct/
H A DAnnotationParser.java64 /** {@code non-null;} input stream to parse from */
65 private final ByteArray.MyDataInputStream input; field in class:AnnotationParser
91 this.input = bytes.makeDataInputStream();
106 if (input.available() != 0) {
130 if (input.available() != 0) {
155 if (input.available() != 0) {
175 int count = input.readUnsignedByte();
210 int count = input.readUnsignedShort();
246 int typeIndex = input.readUnsignedShort();
247 int numElements = input
[all...]
/dalvik/tests/093-serialization/src/
H A DMain.java57 static void checkStream(byte[] input) throws IOException { argument
58 ByteArrayInputStream byteStream = new ByteArrayInputStream(input);
/dalvik/dx/etc/
H A Ddx.bat56 REM Note that when reading the input arguments with %1, the cmd.exe
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 241 milliseconds