HomeSort by relevance Sort by last modified time
    Searched refs:Hex (Results 76 - 100 of 407) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/util/
HexParser.java 31 * Parses the given text as hex, returning a {@code byte[]}
33 * start with a hex offset followed by a colon (which is verified
35 * hex digits freely interspersed with whitespace. If a pound sign
106 "offset " + Hex.u4(outAt));
128 Hex.u4(outAt));
133 "offset " + Hex.u4(outAt));
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeFactory.java 26 import com.android.dx.util.Hex;
93 "length: " + Hex.u4(length));
101 "attribute at offset " + Hex.u4(offset));
  /dalvik/dx/src/com/android/dx/dex/file/
FieldAnnotationStruct.java 22 import com.android.dx.util.Hex;
94 out.annotate(4, " field_idx: " + Hex.u4(fieldIdx));
96 Hex.u4(annotationsOff));
FieldIdsSection.java 22 import com.android.dx.util.Hex;
83 out.annotate(4, "field_ids_size: " + Hex.u4(sz));
84 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
MethodAnnotationStruct.java 22 import com.android.dx.util.Hex;
94 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
96 Hex.u4(annotationsOff));
MethodIdsSection.java 22 import com.android.dx.util.Hex;
83 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
84 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
ProtoIdsSection.java 23 import com.android.dx.util.Hex;
91 out.annotate(4, "proto_ids_size: " + Hex.u4(sz));
92 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
TypeListItem.java 23 import com.android.dx.util.Hex;
98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz));
103 " " + Hex.u2(idx) + " // " + one.toHuman());
CallSiteIdItem.java 21 import com.android.dx.util.Hex;
79 out.annotate(4, "call_site_off: " + Hex.u4(offset));
StringDataItem.java 23 import com.android.dx.util.Hex;
77 "utf16_size: " + Hex.u4(utf16Size));
StringIdItem.java 22 import com.android.dx.util.Hex;
103 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
TypeIdItem.java 23 import com.android.dx.util.Hex;
65 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
  /dalvik/dx/src/com/android/dx/util/
HexParser.java 31 * Parses the given text as hex, returning a {@code byte[]}
33 * start with a hex offset followed by a colon (which is verified
35 * hex digits freely interspersed with whitespace. If a pound sign
106 "offset " + Hex.u4(outAt));
128 Hex.u4(outAt));
133 "offset " + Hex.u4(outAt));
  /dalvik/dx/src/com/android/dx/command/dump/
DotDumper.java 35 import com.android.dx.util.Hex;
137 + Hex.u2(rmeth.getFirstLabel()) + ";");
148 System.out.println("\tn" + Hex.u2(label) + " -> returns;");
150 System.out.println("\tn" + Hex.u2(label) + " -> n"
151 + Hex.u2(successors.get(0)) + ";");
153 System.out.print("\tn" + Hex.u2(label) + " -> {");
158 System.out.print(" n" + Hex.u2(successor) + " ");
164 System.out.println("\tn" + Hex.u2(label) + " -> n"
165 + Hex.u2(bb.getPrimarySuccessor())
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
bspec-1.d 22 Hex dump of section '\.text':
25 Hex dump of section '\.MMIX\.spec_data\.2':
loc-1.d 38 Hex dump of section '\.text':
42 Hex dump of section '\.data':
loc-5.d 37 Hex dump of section '\.text':
40 Hex dump of section '\.data':
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
bspec1.d 37 Hex dump of section '\.text':
40 Hex dump of section '\.MMIX\.spec_data\.2':
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringDataItem.java 22 import com.android.dexgen.util.Hex;
77 "utf16_size: " + Hex.u4(utf16Size));
StringIdItem.java 21 import com.android.dexgen.util.Hex;
104 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
TypeIdItem.java 22 import com.android.dexgen.util.Hex;
67 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
SourcePosition.java 20 import com.android.dexgen.util.Hex;
89 sb.append(Hex.u2(address));
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstInteger.java 20 import com.android.dexgen.util.Hex;
89 return "int{0x" + Hex.u4(value) + " / " + value + '}';
StdConstantPool.java 20 import com.android.dexgen.util.Hex;
137 Hex.u2(idx));
  /dalvik/dx/src/com/android/dx/rop/code/
SourcePosition.java 20 import com.android.dx.util.Hex;
89 sb.append(Hex.u2(address));

Completed in 695 milliseconds

1 2 34 5 6 7 8 91011>>