HomeSort by relevance Sort by last modified time
    Searched defs:Hex (Results 1 - 20 of 20) sorted by null

  /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...]
ByteArrayAnnotatedOutput.java 60 * {@code >= 8 (if used);} the number of bytes of hex output to use
508 left.write(Hex.dump(data, start, end - start, start, hexCols, 6));
516 left.write(Hex.dump(data, leftAt, cursor - leftAt, leftAt,
  /external/bouncycastle/src/main/java/org/bouncycastle/util/encoders/
Hex.java 7 public class Hex
12 * encode the input data producing a Hex encoded byte array.
14 * @return a byte array containing the Hex encoded data.
23 * encode the input data producing a Hex encoded byte array.
25 * @return a byte array containing the Hex encoded data.
40 throw new RuntimeException("exception encoding Hex string: " + e);
47 * Hex encode the byte data writing it to the given output stream.
60 * Hex encode the byte data writing it to the given output stream.
75 * decode the Hex encoded input data. It is assumed the input data is valid.
90 throw new RuntimeException("exception decoding Hex string: " + e)
    [all...]
  /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...]
  /dalvik/dx/src/com/android/dx/dex/file/
EncodedField.java 23 import com.android.dx.util.Hex;
90 sb.append(Hex.u2(getAccessFlags()));
143 " field_idx: " + Hex.u4(fieldIdx));
EncodedMethod.java 25 import com.android.dx.util.Hex;
100 sb.append(Hex.u2(getAccessFlags()));
182 " method_idx: " + Hex.u4(methodIdx));
187 " code_off: " + Hex.u4(codeOff));
StringDataItem.java 22 import com.android.dx.util.Hex;
77 "utf16_size: " + Hex.u4(utf16Size));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
Hex.java 19 * Basic hex operations: from byte array to string and vice versa.
23 public class Hex {
  /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...]
SwitchData.java 22 import com.android.dx.util.Hex;
185 sb.append(Hex.u2(baseAddress));
193 sb.append(Hex.u4(absTarget));
195 sb.append(Hex.s4(relTarget));
ArrayData.java 23 import com.android.dx.util.Hex;
187 sb.append(Hex.u2(baseAddress));
CatchHandlerList.java 21 import com.android.dx.util.Hex;
90 sb.append(Hex.u2or4(entry.getHandler()));
  /dalvik/dx/src/com/android/dx/rop/code/
SourcePosition.java 20 import com.android.dx.util.Hex;
89 sb.append(Hex.u2(address));
AccessFlags.java 19 import com.android.dx.util.Hex;
369 sb.append(Hex.u2(extra));
  /external/apache-http/src/org/apache/commons/codec/binary/
Hex.java 25 * Hex encoder and decoder.
29 * @version $Id: Hex.java,v 1.13 2004/04/18 18:22:33 ggregory Exp $
31 public class Hex implements BinaryEncoder, BinaryDecoder {
34 * Used building output as Hex
64 // two characters form the hex value.
82 * @throws DecoderException Thrown if ch is an illegal hex character
98 * a byte[] to convert to Hex characters
107 // two characters form the hex value.
163 * @param array a byte[] to convert to Hex characters
177 * @param object a String, or byte[] to convert to Hex character
    [all...]
  /external/openssl/crypto/bn/
bn_print.c 65 static const char Hex[]="0123456789ABCDEF";
91 *(p++)=Hex[v>>4];
92 *(p++)=Hex[v&0x0f];
189 /* a is the start of the hex digits, and it is 'i' long */
200 /* i is the number of hex digests; */
203 j=i; /* least significant 'hex' */
349 if (BIO_write(bp,&(Hex[v]),1) != 1)
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 39 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)));
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...]
  /external/webkit/WebCore/html/
PreloadScanner.cpp 186 Hex,
233 entityState = Hex;
235 case Hex:
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 299 milliseconds