Searched refs:Hex (Results 26 - 50 of 90) sorted by relevance

1234

/dalvik/dx/src/com/android/dx/command/dump/
H A DDotDumper.java34 import com.android.dx.util.Hex;
130 + Hex.u2(rmeth.getFirstLabel()) + ";");
141 System.out.println("\tn" + Hex.u2(label) + " -> returns;");
143 System.out.println("\tn" + Hex.u2(label) + " -> n"
144 + Hex.u2(successors.get(0)) + ";");
146 System.out.print("\tn" + Hex.u2(label) + " -> {");
151 System.out.print(" n" + Hex.u2(successor) + " ");
157 System.out.println("\tn" + Hex.u2(label) + " -> n"
158 + Hex.u2(bb.getPrimarySuccessor())
H A DBaseDumper.java24 import com.android.dx.util.Hex;
132 println("<dump skipped backwards to " + Hex.u4(offset) + ">");
136 print(twoColumns(hex, "<skipped to " + Hex.u4(offset) + ">"));
264 return Hex.dump(bytes, offset, len, offset, hexCols, 4);
H A DSsaDumper.java39 import com.android.dx.util.Hex;
122 sb.append(Hex.u2(
133 .append(Hex.u2(block.getRopLabel())).append('\n');
140 sb.append(Hex.u2(ssaMeth.blockIndexToRopLabel(i)));
164 sb.append(Hex.u2(succLabelList.get(i)));
/dalvik/dx/src/com/android/dx/dex/file/
H A DStringDataItem.java22 import com.android.dx.util.Hex;
77 "utf16_size: " + Hex.u4(utf16Size));
H A DStringIdItem.java21 import com.android.dx.util.Hex;
104 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
H A DTypeIdItem.java22 import com.android.dx.util.Hex;
67 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
H A DCatchStructs.java26 import com.android.dx.util.Hex;
211 "bogus exception range: " + Hex.u4(start) + ".." +
212 Hex.u4(end));
251 String s1 = subPrefix + "try " + Hex.u2or4(entry.getStart())
252 + ".." + Hex.u2or4(entry.getEnd());
271 subPrefix + "size: " + Hex.u2(handlerOffsets.size()));
309 String s = handlers.toHuman(prefix, Hex.u2(offset) + ": ");
H A DClassDefItem.java31 import com.android.dx.util.Hex;
190 out.annotate(4, " class_idx: " + Hex.u4(classIdx));
193 out.annotate(4, " superclass_idx: " + Hex.u4(superIdx) +
196 out.annotate(4, " interfaces_off: " + Hex.u4(interOff));
204 out.annotate(4, " source_file_idx: " + Hex.u4(sourceFileIdx) +
207 out.annotate(4, " annotations_off: " + Hex.u4(annoOff));
208 out.annotate(4, " class_data_off: " + Hex.u4(dataOff));
210 Hex.u4(staticValuesOff));
398 pw.println(" accessFlags: " + Hex.u2(accessFlags));
H A DAnnotationSetItem.java22 import com.android.dx.util.Hex;
139 out.annotate(4, " size: " + Hex.u4(size));
150 Hex.u4(offset));
H A DEncodedField.java23 import com.android.dx.util.Hex;
90 sb.append(Hex.u2(getAccessFlags()));
143 " field_idx: " + Hex.u4(fieldIdx));
H A DParameterAnnotationStruct.java23 import com.android.dx.util.Hex;
115 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
117 Hex.u4(annotationsOff));
H A DStringIdsSection.java24 import com.android.dx.util.Hex;
91 out.annotate(4, "string_ids_size: " + Hex.u4(sz));
92 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
H A DTypeIdsSection.java23 import com.android.dx.util.Hex;
89 out.annotate(4, "type_ids_size: " + Hex.u4(sz));
90 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
H A DEncodedMethod.java25 import com.android.dx.util.Hex;
100 sb.append(Hex.u2(getAccessFlags()));
182 " method_idx: " + Hex.u4(methodIdx));
187 " code_off: " + Hex.u4(codeOff));
H A DMapItem.java20 import com.android.dx.util.Hex;
223 out.annotate(2, " type: " + Hex.u2(value) + " // " +
226 out.annotate(4, " size: " + Hex.u4(itemCount));
227 out.annotate(4, " offset: " + Hex.u4(offset));
H A DProtoIdItem.java25 import com.android.dx.util.Hex;
151 out.annotate(4, " shorty_idx: " + Hex.u4(shortyIdx) +
153 out.annotate(4, " return_type_idx: " + Hex.u4(returnIdx) +
155 out.annotate(4, " parameters_off: " + Hex.u4(paramsOff));
/dalvik/dx/src/com/android/dx/rop/code/
H A DSourcePosition.java20 import com.android.dx.util.Hex;
89 sb.append(Hex.u2(address));
H A DRegOps.java19 import com.android.dx.util.Hex;
372 return "unknown-" + Hex.u1(opcode);
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstInteger.java20 import com.android.dx.util.Hex;
89 return "int{0x" + Hex.u4(value) + " / " + value + '}';
H A DStdConstantPool.java20 import com.android.dx.util.Hex;
137 Hex.u2(idx));
/dalvik/dx/src/com/android/dx/cf/cst/
H A DConstantPoolParser.java36 import com.android.dx.util.Hex;
124 "constant_pool_count: " + Hex.u2(offsets.length));
152 Hex.u2(i) + ": " + cst.toString());
200 new ParseException("unknown tag byte: " + Hex.u1(tag));
201 ex.addContext("...while preparsing cst " + Hex.u2(i) +
202 " at offset " + Hex.u4(at));
301 ex.addContext("...while parsing cst " + Hex.u2(idx) +
302 " at offset " + Hex.u4(at));
306 pe.addContext("...while parsing cst " + Hex.u2(idx) +
307 " at offset " + Hex
[all...]
/dalvik/dx/src/com/android/dx/cf/direct/
H A DDirectClassFile.java38 import com.android.dx.util.Hex;
446 observer.parsed(bytes, 0, 4, "magic: " + Hex.u4(getMagic0()));
448 "minor_version: " + Hex.u2(getMinorVersion0()));
450 "major_version: " + Hex.u2(getMajorVersion0()));
460 Hex.u4(getMagic0()) +
462 Hex.u2(getMajorVersion0()) + "." +
463 Hex.u2(getMinorVersion0()) + ")");
488 "interfaces_count: " + Hex.u2(count));
542 "at offset " + Hex.u4(at));
/dalvik/dx/src/com/android/dx/cf/code/
H A DOneLocalsArray.java23 import com.android.dx.util.Hex;
63 ex.addContext("locals[" + Hex.u2(i) + "]: " + s);
74 sb.append("locals[" + Hex.u2(i) + "]: " + s + "\n");
244 throw new SimException("local " + Hex.u2(idx) + ": " + msg);
/dalvik/dx/src/com/android/dx/dex/code/
H A DSwitchData.java22 import com.android.dx.util.Hex;
185 sb.append(Hex.u2(baseAddress));
193 sb.append(Hex.u4(absTarget));
195 sb.append(Hex.s4(relTarget));
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
H A DASN1OctetString.java7 import org.bouncycastle.util.encoders.Hex;
145 return "#"+new String(Hex.encode(string));

Completed in 1102 milliseconds

1234