Searched refs:hex (Results 176 - 200 of 693) sorted by relevance

1234567891011>>

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DWriteCharts.java163 //Transliterator hex = Transliterator.getInstance("Any-Hex");
214 "<td class='s'>" + ss + "<br><tt>" + hex(ss)
215 + "</tt></td><td class='t'>" + ts + "<br><tt>" + hex(ts)
216 + "</tt></td><td class='r'>" + rt + "<br><tt>" + hex(rt) + "</tt></td>" );
239 "<td class='s'>" + ss12 + "<br><tt>" + hex(ss12)
240 + "</tt></td><td class='t'>" + ts12 + "<br><tt>" + hex(ts12)
241 + "</tt></td><td class='r'>" + rt12 + "<br><tt>" + hex(rt12) + "</tt></td>" );
277 "<td class='s'>-</td><td class='t'>" + ts + "<br><tt>" + hex(ts)
279 + rt + "<br><tt>" + hex(rt) + "</tt></td>");
370 public static String hex(Strin method in class:WriteCharts
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestMultipleParagraphs.java221 errln("For char " + i + "(0x" + Utility.hex(chars[i]) +
275 errln("For char " + i + "(0x" + Utility.hex(chars[i]) +
347 Utility.hex(src.charAt(paraStart + j)) +
373 Utility.hex(src.charAt(i)) + "), level = " +
406 Utility.hex(chars[0]) + ", last_char = " +
407 Utility.hex(chars[4]) + ", index = " + k +
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DWriteCharts.java160 //Transliterator hex = Transliterator.getInstance("Any-Hex");
211 "<td class='s'>" + ss + "<br><tt>" + hex(ss)
212 + "</tt></td><td class='t'>" + ts + "<br><tt>" + hex(ts)
213 + "</tt></td><td class='r'>" + rt + "<br><tt>" + hex(rt) + "</tt></td>" );
236 "<td class='s'>" + ss12 + "<br><tt>" + hex(ss12)
237 + "</tt></td><td class='t'>" + ts12 + "<br><tt>" + hex(ts12)
238 + "</tt></td><td class='r'>" + rt12 + "<br><tt>" + hex(rt12) + "</tt></td>" );
274 "<td class='s'>-</td><td class='t'>" + ts + "<br><tt>" + hex(ts)
276 + rt + "<br><tt>" + hex(rt) + "</tt></td>");
367 public static String hex(Strin method in class:WriteCharts
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUtility.java770 buf.append(hex(c, four ? 4 : 8));
971 * Convert a char to 4 hex uppercase digits. E.g., hex('a') =>
974 public static String hex(long ch) { method in class:Utility
975 return hex(ch, 4);
979 * Supplies a zero-padded hex representation of an integer (without 0x)
981 static public String hex(long i, int places) { method in class:Utility
998 * Convert a string to comma-separated groups of 4 hex uppercase
999 * digits. E.g., hex('ab') => "0041,0042".
1001 public static String hex(CharSequenc method in class:Utility
1010 public static <S extends CharSequence, U extends CharSequence, T extends Appendable> T hex(S s, int width, U separator, boolean useCodePoints, T result) { method in class:Utility
1035 public static String hex(byte[] o, int start, int end, String separator) { method in class:Utility
1049 public static <S extends CharSequence> String hex(S s, int width, S separator) { method in class:Utility
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUtility.java766 buf.append(hex(c, four ? 4 : 8));
967 * Convert a char to 4 hex uppercase digits. E.g., hex('a') =>
970 public static String hex(long ch) { method in class:Utility
971 return hex(ch, 4);
975 * Supplies a zero-padded hex representation of an integer (without 0x)
977 static public String hex(long i, int places) { method in class:Utility
994 * Convert a string to comma-separated groups of 4 hex uppercase
995 * digits. E.g., hex('ab') => "0041,0042".
997 public static String hex(CharSequenc method in class:Utility
1006 public static <S extends CharSequence, U extends CharSequence, T extends Appendable> T hex(S s, int width, U separator, boolean useCodePoints, T result) { method in class:Utility
1031 public static String hex(byte[] o, int start, int end, String separator) { method in class:Utility
1045 public static <S extends CharSequence> String hex(S s, int width, S separator) { method in class:Utility
[all...]
/external/autotest/client/cros/cellular/mbim_compliance/
H A Dmbim_channel_endpoint.py189 numpy.set_printoptions(formatter={'int':lambda x: hex(int(x))},
209 numpy.set_printoptions(formatter={'int':lambda x: hex(int(x))},
/external/capstone/bindings/java/
H A DTestPpc.java12 // from http://stackoverflow.com/questions/140131/convert-a-string-representation-of-a-hex-dump-to-a-byte-array-using-java
26 private static String hex(int i) { method in class:TestPpc
30 private static String hex(long i) { method in class:TestPpc
H A DTestSparc.java12 // from http://stackoverflow.com/questions/140131/convert-a-string-representation-of-a-hex-dump-to-a-byte-array-using-java
27 private static String hex(int i) { method in class:TestSparc
31 private static String hex(long i) { method in class:TestSparc
H A DTestSystemz.java12 // from http://stackoverflow.com/questions/140131/convert-a-string-representation-of-a-hex-dump-to-a-byte-array-using-java
26 private static String hex(int i) { method in class:TestSystemz
30 private static String hex(long i) { method in class:TestSystemz
H A DTestXcore.java11 // from http://stackoverflow.com/questions/140131/convert-a-string-representation-of-a-hex-dump-to-a-byte-array-using-java
25 private static String hex(int i) { method in class:TestXcore
29 private static String hex(long i) { method in class:TestXcore
/external/eigen/test/
H A Dhalf_float.cpp99 std::cout << "epsilon = " << NumTraits<half>::epsilon() << " (0x" << std::hex << NumTraits<half>::epsilon().x << ")" << std::endl;
100 std::cout << "highest = " << NumTraits<half>::highest() << " (0x" << std::hex << NumTraits<half>::highest().x << ")" << std::endl;
101 std::cout << "lowest = " << NumTraits<half>::lowest() << " (0x" << std::hex << NumTraits<half>::lowest().x << ")" << std::endl;
102 std::cout << "min = " << (std::numeric_limits<half>::min)() << " (0x" << std::hex << half((std::numeric_limits<half>::min)()).x << ")" << std::endl;
103 std::cout << "denorm min = " << (std::numeric_limits<half>::denorm_min)() << " (0x" << std::hex << half((std::numeric_limits<half>::denorm_min)()).x << ")" << std::endl;
104 std::cout << "infinity = " << NumTraits<half>::infinity() << " (0x" << std::hex << NumTraits<half>::infinity().x << ")" << std::endl;
105 std::cout << "quiet nan = " << NumTraits<half>::quiet_NaN() << " (0x" << std::hex << NumTraits<half>::quiet_NaN().x << ")" << std::endl;
106 std::cout << "signaling nan = " << std::numeric_limits<half>::signaling_NaN() << " (0x" << std::hex << std::numeric_limits<half>::signaling_NaN().x << ")" << std::endl;
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DCanonicalCharacterData.java93 System.out.println(Utility.hex(character, 6) + " - " + count + ":");
104 System.out.print(Utility.hex(UTF16.charAt(equiv, c), 6));
/external/parameter-framework/upstream/parameter/
H A DBitParameterType.cpp138 << "0x" << std::hex << std::uppercase;
167 strStream << "0x" << std::hex << std::uppercase;
H A DFloatingPointParameterType.cpp194 ostrStream << std::showbase << std::hex << std::setw(static_cast<int>(getSize() * 2))
215 ostrStream << std::showbase << std::hex << std::setw(static_cast<int>(getSize() * 2))
/external/protobuf/js/binary/
H A Dutils.js642 * Converts a '0x<16 digits>' hex string into its hash string representation.
643 * @param {string} hex
646 jspb.utils.hexStringToHash64 = function(hex) {
647 hex = hex.toLowerCase();
648 goog.asserts.assert(hex.length == 18);
649 goog.asserts.assert(hex[0] == '0');
650 goog.asserts.assert(hex[1] == 'x');
654 var hi = jspb.utils.DIGITS.indexOf(hex[i * 2 + 2]);
655 var lo = jspb.utils.DIGITS.indexOf(hex[
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dint128_unittest.cc461 {uint128(0), std::ios::hex, 0, '_', "0"},
465 {uint128(0, -1), std::ios::hex, 0, '_', "ffffffffffffffff"},
468 {uint128(1, 0), std::ios::hex, 0, '_', "10000000000000000"},
474 {uint128(GOOGLE_ULONGLONG(0x8000000000000000), 0), std::ios::hex, 0, '_',
481 {uint128(-1, -1), std::ios::hex, 0, '_',
484 {uint128(-1, -1), std::ios::hex | std::ios::uppercase, 0, '_',
489 {uint128(1), std::ios::hex | std::ios::showbase, 0, '_', "0x1"},
493 {uint128(0), std::ios::hex | std::ios::showbase, 0, '_', "0"},
/external/webrtc/webrtc/base/
H A Dmacutils.cc67 ss << "0x" << std::hex << fc;
139 ss << std::hex << ver;
/external/apache-http/android/src/android/net/http/
H A DRequestHandle.java418 StringBuilder hex = new StringBuilder(2 * length);
424 hex.append(hexChars[h]);
425 hex.append(hexChars[l]);
428 return hex.toString();
/external/autotest/server/cros/ap_configurators/
H A DbelkinF5D7234_ap_configurator.py63 hex(mode), self.name)
H A DbelkinF6D4230_ap_configurator.py39 hex(mode), self.name)
H A Dlinksyse2100_ap_configurator.py24 hex(mode), self.name)
H A Dlinksyswrt54gl_ap_configurator.py48 hex(mode), self.name)
/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_temp_file.py22 random_hex = hex(random.randint(0, 2 ** 52))[2:]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_h_e_a_d.py61 value = hex(value)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_h_e_a_d.py61 value = hex(value)

Completed in 533 milliseconds

1234567891011>>