HomeSort by relevance Sort by last modified time
    Searched refs:Hex (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlockList.java 20 import com.android.dx.util.Hex;
60 + Hex.u2(label));
ByteBlock.java 19 import com.android.dx.util.Hex;
96 return '{' + Hex.u2(label) + ": " + Hex.u2(start) + ".." +
97 Hex.u2(end) + '}';
ReturnAddress.java 21 import com.android.dx.util.Hex;
51 return ("<addr:" + Hex.u2(subroutineAddress) + ">");
  /dalvik/dx/src/com/android/dx/rop/cst/
CstLong.java 20 import com.android.dx.util.Hex;
60 return "long{0x" + Hex.u8(value) + " / " + value + '}';
CstByte.java 20 import com.android.dx.util.Hex;
72 return "byte{0x" + Hex.u1(value) + " / " + value + '}';
CstChar.java 20 import com.android.dx.util.Hex;
72 return "char{0x" + Hex.u2(value) + " / " + value + '}';
CstDouble.java 20 import com.android.dx.util.Hex;
62 return "double{0x" + Hex.u8(bits) + " / " +
CstFloat.java 20 import com.android.dx.util.Hex;
63 return "float{0x" + Hex.u4(bits) + " / " +
CstShort.java 20 import com.android.dx.util.Hex;
73 return "short{0x" + Hex.u2(value) + " / " + value + '}';
  /dalvik/dx/src/com/android/dx/cf/direct/
CodeObserver.java 32 import com.android.dx.util.Hex;
80 String idxStr = (length <= 3) ? Hex.u1(idx) : Hex.u2(idx);
86 ((length <= 3) ? Hex.s1(value) : Hex.s2(value));
135 valueStr += Hex.u1(value);
137 valueStr += Hex.u2(value);
148 String targetStr = (length <= 3) ? Hex.u2(target) : Hex.u4(target);
161 sb.append(" // padding: " + Hex.u4(padding))
    [all...]
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/
HeaderItem.java 21 import com.android.dx.util.Hex;
79 Hex.u4(file.getFileSize()));
80 out.annotate(4, "header_size: " + Hex.u4(HEADER_SIZE));
81 out.annotate(4, "endian_tag: " + Hex.u4(ENDIAN_TAG));
84 out.annotate(4, "map_off: " + Hex.u4(mapOff));
116 out.annotate(4, "data_size: " + Hex.u4(dataSize));
117 out.annotate(4, "data_off: " + Hex.u4(dataOff));
AnnotationSetRefItem.java 20 import com.android.dx.util.Hex;
75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
MemberIdItem.java 22 import com.android.dx.util.Hex;
73 out.annotate(2, " class_idx: " + Hex.u2(classIdx));
75 Hex.u2(typoidIdx)));
76 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
CodeItem.java 35 import com.android.dx.util.Hex;
169 out.println("regs: " + Hex.u2(getRegistersSize()) +
170 "; ins: " + Hex.u2(getInsSize()) + "; outs: " +
171 Hex.u2(getOutsSize()));
245 out.annotate(2, " registers_size: " + Hex.u2(regSz));
246 out.annotate(2, " ins_size: " + Hex.u2(insSz));
247 out.annotate(2, " outs_size: " + Hex.u2(outsSz));
248 out.annotate(2, " tries_size: " + Hex.u2(triesSz));
249 out.annotate(4, " debug_off: " + Hex.u4(debugOff));
250 out.annotate(4, " insns_size: " + Hex.u4(insnsSz))
    [all...]
FieldAnnotationStruct.java 22 import com.android.dx.util.Hex;
91 out.annotate(4, " field_idx: " + Hex.u4(fieldIdx));
93 Hex.u4(annotationsOff));
FieldIdsSection.java 22 import com.android.dx.util.Hex;
84 out.annotate(4, "field_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
MethodAnnotationStruct.java 22 import com.android.dx.util.Hex;
91 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
93 Hex.u4(annotationsOff));
MethodIdsSection.java 22 import com.android.dx.util.Hex;
84 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
ProtoIdsSection.java 22 import com.android.dx.util.Hex;
76 out.annotate(4, "proto_ids_size: " + Hex.u4(sz));
77 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
TypeListItem.java 24 import com.android.dx.util.Hex;
98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz));
103 " " + Hex.u2(idx) + " // " + one.toHuman());
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
NameDistanceTest.java 67 byte[] s1 = Hex.decodeHex(NameNormalizer.normalize(name1));
68 byte[] s2 = Hex.decodeHex(NameNormalizer.normalize(name2));
  /dalvik/dx/src/com/android/dx/util/
Hex.java 22 public final class Hex {
26 private Hex() {
31 * Formats a {@code long} as an 8-byte unsigned hex value.
47 * Formats an {@code int} as a 4-byte unsigned hex value.
63 * Formats an {@code int} as a 3-byte unsigned hex value.
79 * Formats an {@code int} as a 2-byte unsigned hex value.
95 * Formats an {@code int} as either a 2-byte unsigned hex value
96 * (if the value is small enough) or a 4-byte unsigned hex value (if
111 * Formats an {@code int} as a 1-byte unsigned hex value.
127 * Formats an {@code int} as a 4-bit unsigned hex nibble
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 43 import com.android.dx.util.Hex;
228 "dead code " + Hex.u2(byteAt) + ".." + Hex.u2(start));
232 "block " + Hex.u2(bb.getLabel()) + ": " +
233 Hex.u2(start) + ".." + Hex.u2(end));
249 parsed(bytes, end, 0, "next " + Hex.u2(succ));
262 Hex.u2(one.getHandlerPc()));
272 "dead code " + Hex.u2(byteAt) + ".." + Hex.u2(end))
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 26 import com.android.dx.util.Hex;
229 case 4: sb.append(Hex.uNibble((int) bits)); break;
230 case 8: sb.append(Hex.u1((int) bits)); break;
231 case 16: sb.append(Hex.u2((int) bits)); break;
232 case 32: sb.append(Hex.u4((int) bits)); break;
233 case 64: sb.append(Hex.u8(bits)); break;
252 return (address == (char) address) ? Hex.u2(address) : Hex.u4(address);
265 return (offset == (short) offset) ? Hex.s2(offset) : Hex.s4(offset)
    [all...]

Completed in 637 milliseconds

1 2 3 4 5