HomeSort by relevance Sort by last modified time
    Searched refs:Hex (Results 26 - 50 of 280) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/rop/cst/
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 + '}';
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
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;
71 out.annotate(2, " class_idx: " + Hex.u2(classIdx));
73 Hex.u2(typoidIdx)));
74 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...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
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/dexgen/src/com/android/dexgen/dex/file/
MemberIdItem.java 22 import com.android.dexgen.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.dexgen.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.dexgen.util.Hex;
91 out.annotate(4, " field_idx: " + Hex.u4(fieldIdx));
93 Hex.u4(annotationsOff));
  /dalvik/dx/src/com/android/dx/dex/file/
MemberIdItem.java 23 import com.android.dx.util.Hex;
71 out.annotate(2, " class_idx: " + Hex.u2(classIdx));
73 Hex.u2(typoidIdx)));
74 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
CodeItem.java 28 import com.android.dx.util.Hex;
160 out.println("regs: " + Hex.u2(getRegistersSize()) +
161 "; ins: " + Hex.u2(getInsSize()) + "; outs: " +
162 Hex.u2(getOutsSize()));
236 out.annotate(2, " registers_size: " + Hex.u2(regSz));
237 out.annotate(2, " ins_size: " + Hex.u2(insSz));
238 out.annotate(2, " outs_size: " + Hex.u2(outsSz));
239 out.annotate(2, " tries_size: " + Hex.u2(triesSz));
240 out.annotate(4, " debug_off: " + Hex.u4(debugOff));
241 out.annotate(4, " insns_size: " + Hex.u4(insnsSz))
    [all...]
  /external/deqp/framework/common/
tcuFormatUtil.hpp 39 class Hex
42 Hex (deUint64 value_) : value(value_) {}
67 std::ostream& operator<< (std::ostream& stream, tcu::Format::Hex<NumDigits> hex)
69 return hex.toStream(stream);
114 stream << Hex<BitfieldSize/4>(bitsLeft);
152 return stream << Hex<sizeof(int)*2>(m_value);
161 return Hex<sizeof(int)*2>(m_value).toString();
216 // Hex format iterator (useful for combining with ArrayFormatter).
233 Hex<sizeof(T)*2> operator* (void) const { return Hex<sizeof(T)*2>(*m_iter);
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
NameDistanceTest.java 22 import com.android.providers.contacts.util.Hex;
70 byte[] s1 = Hex.decodeHex(NameNormalizer.normalize(name1));
71 byte[] s2 = Hex.decodeHex(NameNormalizer.normalize(name2));
  /dalvik/dexgen/src/com/android/dexgen/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/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...]
  /external/dexmaker/src/dx/java/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...]
  /external/smali/util/src/main/java/org/jf/util/
Hex.java 34 public final class Hex {
38 private Hex() {
43 * Formats a <code>long</code> as an 8-byte unsigned hex value.
59 * Formats an <code>int</code> as a 4-byte unsigned hex value.
75 * Formats an <code>int</code> as a 3-byte unsigned hex value.
91 * Formats an <code>int</code> as a 2-byte unsigned hex value.
107 * Formats an <code>int</code> as either a 2-byte unsigned hex value
108 * (if the value is small enough) or a 4-byte unsigned hex value (if
123 * Formats an <code>int</code> as a 1-byte unsigned hex value.
139 * Formats an <code>int</code> as a 4-bit unsigned hex nibble
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 42 import com.android.dx.util.Hex;
229 "dead code " + Hex.u2(byteAt) + ".." + Hex.u2(start));
233 "block " + Hex.u2(bb.getLabel()) + ": " +
234 Hex.u2(start) + ".." + Hex.u2(end));
250 parsed(bytes, end, 0, "next " + Hex.u2(succ));
263 Hex.u2(one.getHandlerPc()));
273 "dead code " + Hex.u2(byteAt) + ".." + Hex.u2(end))
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
InsnFormat.java 26 import com.android.dexgen.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 750 milliseconds

12 3 4 5 6 7 8 91011>>