Searched defs:Hex (Results 1 - 24 of 24) sorted by relevance

/external/conscrypt/platform/src/main/java/org/conscrypt/
H A DHex.java25 public class Hex { class
26 private Hex() {} method in class:Hex
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DHex.java28 public class Hex { class
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
H A DHex.java12 public class Hex class
32 * encode the input data producing a Hex encoded byte array.
34 * @return a byte array containing the Hex encoded data.
43 * encode the input data producing a Hex encoded byte array.
45 * @return a byte array containing the Hex encoded data.
60 throw new EncoderException("exception encoding Hex string: " + e.getMessage(), e);
67 * Hex encode the byte data writing it to the given output stream.
80 * Hex encode the byte data writing it to the given output stream.
95 * decode the Hex encoded input data. It is assumed the input data is valid.
110 throw new DecoderException("exception decoding Hex dat
[all...]
/external/apache-http/src/org/apache/commons/codec/binary/
H A DHex.java25 * Hex encoder and decoder.
29 * @version $Id: Hex.java,v 1.13 2004/04/18 18:22:33 ggregory Exp $
36 public class Hex implements BinaryEncoder, BinaryDecoder { class in inherits:BinaryEncoder,BinaryDecoder
39 * Used building output as Hex
103 * a byte[] to convert to Hex characters
168 * @param array a byte[] to convert to Hex characters
182 * @param object a String, or byte[] to convert to Hex characters
/external/smali/util/src/main/java/org/jf/util/
H A DHex.java34 public final class Hex { class
38 private Hex() { method in class:Hex
288 case 2: astr = Hex.u1(outOffset); break;
289 case 4: astr = Hex.u2(outOffset); break;
290 case 6: astr = Hex.u3(outOffset); break;
291 default: astr = Hex.u4(outOffset); break;
298 sb.append(Hex.u1(arr[offset]));
/external/llvm/include/llvm/Support/
H A DFormat.h146 bool Hex; member in class:llvm::FormattedNumber
154 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
/external/deqp/framework/common/
H A DtcuFormatUtil.hpp39 class Hex class in namespace:tcu::Format
42 Hex (deUint64 value_) : value(value_) {} function in class:tcu::Format::Hex
67 std::ostream& operator<< (std::ostream& stream, tcu::Format::Hex<NumDigits> hex)
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); }
249 inline Format::Hex<NumDigit
[all...]
/external/llvm/lib/Fuzzer/
H A DFuzzerUtil.cpp205 char Hex[] = "0xAA"; local
206 Hex[2] = Str[Pos + 2];
207 Hex[3] = Str[Pos + 3];
208 U->push_back(strtol(Hex, nullptr, 16));
/external/protobuf/csharp/src/Google.Protobuf/
H A DJsonFormatter.cs811 private const string Hex = "0123456789abcdef"; field in class:Google.Protobuf.JsonFormatter
815 writer.Write(Hex[(c >> 12) & 0xf]);
816 writer.Write(Hex[(c >> 8) & 0xf]);
817 writer.Write(Hex[(c >> 4) & 0xf]);
818 writer.Write(Hex[(c >> 0) & 0xf]);
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp677 bool Hex, Octal; member in struct:__anon1302::LiteralInfo
742 Info.Hex = Info.Octal = false;
744 Info.Hex = true;
859 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal))
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h591 struct Hex { struct in namespace:google::protobuf::strings
595 explicit Hex(Int v, PadSpec s = NO_PAD) function in struct:google::protobuf::strings::Hex
638 AlphaNum(Hex hex);
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dprint.c1195 STATIC CHAR8 Hex[] = {'0','1','2','3','4','5','6','7', variable
1217 *(p1++) = Hex[v & 0xf];
1339 Val[Index*3+0] = Hex[c>>4];
1340 Val[Index*3+1] = Hex[c&0xF];
/external/clang/lib/AST/
H A DExpr.cpp872 static const char Hex[] = "0123456789ABCDEF"; local
903 OS << Hex[(Char >> Shift) & 15]; local
910 << Hex[(Char >> 20) & 15]
911 << Hex[(Char >> 16) & 15]; local
914 OS << Hex[(Char >> 12) & 15]
915 << Hex[(Char >> 8) & 15]
916 << Hex[(Char >> 4) & 15]
917 << Hex[(Char >> 0) & 15]; local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/robolectric/v1/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 548 milliseconds