Searched refs:input (Results 1 – 4 of 4) sorted by relevance
8 $input = $_;9 $input =~ s/\.data$//;11 $output = "$input.html";13 print("dmtracedump -h -p $input > $output\n");14 system("dmtracedump -h -p '$input' > '$output'");
64 private final ByteArray.MyDataInputStream input; field in AnnotationParser90 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 …]
57 static void checkStream(byte[] input) throws IOException { in checkStream() argument58 ByteArrayInputStream byteStream = new ByteArrayInputStream(input); in checkStream()
55 REM Note that when reading the input arguments with %1, the cmd.exe