HomeSort by relevance Sort by last modified time
    Searched refs:Hex (Results 51 - 75 of 357) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP224K1Curve.java 9 import org.bouncycastle.util.encoders.Hex;
14 Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFE56D"));
28 this.order = new BigInteger(1, Hex.decode("010000000000000000000000000001DCE8D2EC6184CAF0A971769FB1F7"));
SecP256K1Curve.java 9 import org.bouncycastle.util.encoders.Hex;
14 Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F"));
28 this.order = new BigInteger(1, Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141"));
  /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<NumBytes*2>((deUint64)m_value);
161 return Hex<NumBytes*2>((deUint64)m_value).toString();
217 // Hex format iterator (useful for combining with ArrayFormatter).
234 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...]
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/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...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ec/
CustomNamedCurves.java 53 import org.bouncycastle.util.encoders.Hex;
87 // X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
102 // byte[] S = Hex.decode("000E0D4D696E6768756151750CC03A4473D03679");
104 // X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
132 // X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
146 // byte[] S = Hex.decode("1053CDE42C14D696E67687561517533BF3F83345");
148 // X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
162 // byte[] S = Hex.decode("B99B99B099B323E02709A4D696E6768756151751");
164 // X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
193 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
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));
FieldIdsSection.java 22 import com.android.dexgen.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.dexgen.util.Hex;
91 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
93 Hex.u4(annotationsOff));
MethodIdsSection.java 22 import com.android.dexgen.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.dexgen.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.dexgen.util.Hex;
98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz));
103 " " + Hex.u2(idx) + " // " + one.toHuman());
  /dalvik/dx/src/com/android/dx/dex/file/
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/dexmaker/src/dx/java/com/android/dx/dex/file/
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...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-local-63.d 24 Hex dump of section '.text':
27 Hex dump of section '.tdata':
30 Hex dump of section '.got':
tls-local-64.d 26 Hex dump of section '.text':
29 Hex dump of section '.tdata':
36 Hex dump of section '.got':
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bspec2.d 44 Hex dump of section '\.text':
47 Hex dump of section '\.MMIX\.spec_data\.2':
50 Hex dump of section '\.MMIX\.spec_data\.3':
  /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...]
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 49 import com.android.dx.util.Hex;
136 "constant_pool_count: " + Hex.u2(offsets.length));
170 ? Hex.u2(i) + ": utf8{\"" + cst.toHuman() + "\"}"
171 : Hex.u2(i) + ": " + cst.toString();
229 throw new ParseException("unknown tag byte: " + Hex.u1(tag));
233 ex.addContext("...while preparsing cst " + Hex.u2(i) + " at offset " + Hex.u4(at));
339 throw new ParseException("unknown tag byte: " + Hex.u1(tag));
343 ex.addContext("...while parsing cst " + Hex.u2(idx) +
344 " at offset " + Hex.u4(at))
    [all...]

Completed in 574 milliseconds

1 23 4 5 6 7 8 91011>>