/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | TestUtility.java | 19 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
|
D | RegexUtilitiesTest.java | 61 Transliterator hex = Transliterator.getInstance("hex"); field in RegexUtilitiesTest
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | TestUtility.java | 16 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
|
D | RegexUtilitiesTest.java | 58 Transliterator hex = Transliterator.getInstance("hex"); field in RegexUtilitiesTest
|
/external/okhttp/okio/okio/src/test/java/okio/ |
D | Utf8Test.java | 189 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/u-boot/drivers/power/regulator/ |
D | max77686.c | 71 int hex = 0; in max77686_buck_volt2hex() local 102 static int max77686_buck_hex2volt(int buck, int hex) in max77686_buck_hex2volt() 140 int hex = 0; in max77686_ldo_volt2hex() local 164 static int max77686_ldo_hex2volt(int ldo, int hex) in max77686_ldo_hex2volt() 193 static int max77686_ldo_hex2mode(int ldo, int hex) in max77686_ldo_hex2mode() 227 static int max77686_buck_hex2mode(int buck, int hex) in max77686_buck_hex2mode() 321 int hex, ldo, ret; in max77686_ldo_val() local 362 int hex, buck, ret; in max77686_buck_val() local
|
D | s2mps11_regulator.c | 44 static int s2mps11_buck_hex2volt(int buck, int hex) in s2mps11_buck_hex2volt() 83 int hex; in s2mps11_buck_volt2hex() local 118 int hex, buck, ret; in s2mps11_buck_val() local 334 static int s2mps11_ldo_hex2volt(int ldo, int hex) in s2mps11_ldo_hex2volt() 361 int hex = 0; in s2mps11_ldo_volt2hex() local 389 int hex, ldo, ret; in s2mps11_ldo_val() local
|
D | lp873x_regulator.c | 72 static int lp873x_buck_hex2volt(int hex) in lp873x_buck_hex2volt() 88 unsigned int hex, adr; in lp873x_buck_val() local 169 static int lp873x_ldo_hex2volt(int hex) in lp873x_ldo_hex2volt() 182 unsigned int hex, adr; in lp873x_ldo_val() local
|
D | palmas_regulator.c | 100 static int palmas_smps_hex2volt(int hex, bool range) in palmas_smps_hex2volt() 120 unsigned int hex, adr; in palmas_smps_val() local 243 static int palmas_ldo_hex2volt(int hex) in palmas_ldo_hex2volt() 256 unsigned int hex, adr; in palmas_ldo_val() local
|
/external/capstone/bindings/java/ |
D | TestPpc.java | 26 private static String hex(int i) { in hex() method in TestPpc 30 private static String hex(long i) { in hex() method in TestPpc
|
D | TestXcore.java | 25 private static String hex(int i) { in hex() method in TestXcore 29 private static String hex(long i) { in hex() method in TestXcore
|
D | TestSystemz.java | 26 private static String hex(int i) { in hex() method in TestSystemz 30 private static String hex(long i) { in hex() method in TestSystemz
|
D | TestSparc.java | 27 private static String hex(int i) { in hex() method in TestSparc 31 private static String hex(long i) { in hex() method in TestSparc
|
D | TestArm64.java | 26 private static String hex(int i) { in hex() method in TestArm64 30 private static String hex(long i) { in hex() method in TestArm64
|
D | TestMips.java | 27 private static String hex(int i) { in hex() method in TestMips 31 private static String hex(long i) { in hex() method in TestMips
|
D | TestArm.java | 29 private static String hex(int i) { in hex() method in TestArm 33 private static String hex(long i) { in hex() method in TestArm
|
D | TestX86.java | 28 private static String hex(int i) { in hex() method in TestX86 32 private static String hex(long i) { in hex() method in TestX86
|
/external/icu/icu4c/source/test/intltest/ |
D | testutil.cpp | 39 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/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | Formatter.java | 7 String hex = Integer.toHexString(value); in toHex() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | NormalizerBuilder.java | 486 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | NormalizerBuilder.java | 485 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/nanohttpd/core/src/test/java/fi/iki/elonen/ |
D | HttpParsingTest.java | 52 String hex = Integer.toHexString(i); in testNormalCharacters() local
|
/external/antlr/tool/src/main/java/org/antlr/codegen/ |
D | Perl5Target.java | 64 String hex = Integer.toHexString(c | 0x10000).toUpperCase().substring(1, 5); in getTargetCharLiteralFromANTLRCharLiteral() local
|
D | JavaScriptTarget.java | 41 String hex = Integer.toHexString(v|0x10000).substring(1,5); in encodeIntAsCharEscape() local
|
/external/boringssl/src/crypto/test/ |
D | test_util.cc | 38 static const char hex[] = "0123456789abcdef"; in operator <<() local
|