Home
last modified time | relevance | path

Searched defs:hex (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTestUtility.java16 public static String hex(char ch) { in hex() method in TestUtility
21 public static String hex(int ch) { in hex() method in TestUtility
26 public static String hex(String s) { in hex() method in TestUtility
30 public static String hex(String s, String sep) { in hex() method in TestUtility
DRegexUtilitiesTest.java58 Transliterator hex = Transliterator.getInstance("hex"); field in RegexUtilitiesTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTestUtility.java19 public static String hex(char ch) { in hex() method in TestUtility
24 public static String hex(int ch) { in hex() method in TestUtility
29 public static String hex(String s) { in hex() method in TestUtility
33 public static String hex(String s, String sep) { in hex() method in TestUtility
DRegexUtilitiesTest.java61 Transliterator hex = Transliterator.getInstance("hex"); field in RegexUtilitiesTest
/external/deqp-deps/amber/src/
Dfloat16_helper.cc77 uint32_t hex = sign | exponent | mantissa; in HexFloat16ToFloat() local
91 uint32_t hex = exponent | mantissa; in HexFloat11ToFloat() local
105 uint32_t hex = exponent | mantissa; in HexFloat10ToFloat() local
127 const uint32_t* hex = reinterpret_cast<const uint32_t*>(&value); in FloatToHexFloat16() local
/external/okhttp/okio/okio/src/test/java/okio/
DUtf8Test.java189 private void assertEncoded(String hex, int... codePoints) throws Exception { in assertEncoded()
195 private void assertCodePointEncoded(String hex, int... codePoints) throws Exception { in assertCodePointEncoded()
203 private void assertCodePointDecoded(String hex, int... codePoints) throws Exception { in assertCodePointDecoded()
211 private void assertStringEncoded(String hex, String string) throws Exception { in assertStringEncoded()
/external/okio/okio/src/jvmTest/java/okio/
DUtf8Test.java236 private void assertEncoded(String hex, int... codePoints) throws Exception { in assertEncoded()
242 private void assertCodePointEncoded(String hex, int... codePoints) throws Exception { in assertCodePointEncoded()
250 private void assertCodePointDecoded(String hex, int... codePoints) throws Exception { in assertCodePointDecoded()
258 private void assertStringEncoded(String hex, String string) throws Exception { in assertStringEncoded()
/external/capstone/bindings/java/
DTestPpc.java26 private static String hex(int i) { in hex() method in TestPpc
30 private static String hex(long i) { in hex() method in TestPpc
DTestXcore.java25 private static String hex(int i) { in hex() method in TestXcore
29 private static String hex(long i) { in hex() method in TestXcore
DTestSystemz.java26 private static String hex(int i) { in hex() method in TestSystemz
30 private static String hex(long i) { in hex() method in TestSystemz
DTestSparc.java27 private static String hex(int i) { in hex() method in TestSparc
31 private static String hex(long i) { in hex() method in TestSparc
DTestMips.java27 private static String hex(int i) { in hex() method in TestMips
31 private static String hex(long i) { in hex() method in TestMips
DTestArm64.java26 private static String hex(int i) { in hex() method in TestArm64
30 private static String hex(long i) { in hex() method in TestArm64
DTestArm.java29 private static String hex(int i) { in hex() method in TestArm
33 private static String hex(long i) { in hex() method in TestArm
DTestX86.java31 private static String hex(int i) { in hex() method in TestX86
35 private static String hex(long i) { in hex() method in TestX86
/external/icu/icu4c/source/test/intltest/
Dtestutil.cpp39 UnicodeString TestUtility::hex(UChar32 ch) { in hex() function in TestUtility
45 UnicodeString TestUtility::hex(const UnicodeString& s) { in hex() function in TestUtility
49 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) { in hex() function in TestUtility
63 UnicodeString TestUtility::hex(const uint8_t* bytes, int32_t len) { in hex() function in TestUtility
/external/rust/crates/ring/src/rsa/
Dconvert_nist_rsa_test_vectors.py52 def from_hex(hex): argument
60 def reformat_hex(hex): argument
/external/rust/crates/bytes/src/fmt/
Dmod.rs2 mod hex; module
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerBuilder.java485 static public String hex(int i) { in hex() method in NormalizerBuilder
493 static public String hex(char i) { in hex() method in NormalizerBuilder
501 public static String hex(String s, String sep) { in hex() method in NormalizerBuilder
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizerBuilder.java486 static public String hex(int i) { in hex() method in NormalizerBuilder
494 static public String hex(char i) { in hex() method in NormalizerBuilder
502 public static String hex(String s, String sep) { in hex() method in NormalizerBuilder
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dhigh-address-dereference.c19 const char *hex = argv[1]; in main() local
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DFormatter.java7 String hex = Integer.toHexString(value); in toHex() local
/external/skqp/gm/
Dmultipicturedraw.cpp32 SkPath hex; in make_hex_path() local
49 SkPath hex = make_hex_path(0, 0); in make_hex_plane_picture() local
94 SkPath hex = make_hex_path(0, 0); in make_single_layer_hex_plane_picture() local
301 SkPath hex = make_hex_path((kNumHexX / 2.0f) * kHexSide, kNumHexY * kHexSide * kRoot3Over2); in path_clip() local
313 SkPath hex = make_hex_path((kNumHexX / 2.0f) * kHexSide, kNumHexY * kHexSide * kRoot3Over2); in invpath_clip() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DRandomDataImpl.java177 String hex = Integer.toHexString(c.intValue() + 128); in nextHexString() local
286 String hex = Integer.toHexString(c.intValue() + 128); in nextSecureHexString() local
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DHttpParsingTest.java52 String hex = Integer.toHexString(i); in testNormalCharacters() local

12345678910>>...12