Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCaseTest.java69 hex(CHARACTER_LOWER_[i])); in TestCharacter()
76 hex(CHARACTER_UPPER_[i])); in TestCharacter()
86 hex(CHARACTER_UPPER_[i]) + in TestCharacter()
87 " to \\u" + hex(CHARACTER_LOWER_[i])); in TestCharacter()
93 hex(CHARACTER_LOWER_[i])); in TestCharacter()
101 hex(CHARACTER_UPPER_[i])); in TestCharacter()
104 logln("Ok \\u" + hex(CHARACTER_UPPER_[i]) + " and \\u" + in TestCharacter()
105 hex(CHARACTER_LOWER_[i])); in TestCharacter()
115 errln("FAIL: foldCase(\\u" + hex(FOLDING_SIMPLE_[i]) + in TestFolding()
116 ", true) should be \\u" + hex(FOLDING_SIMPLE_[i + 1])); in TestFolding()
[all …]
DUCharacterTest.java83 errln("FAIL \\u" + hex(i) + " expected to be a letter"); in TestLetterNumber()
87 errln("FAIL \\u" + hex(i) + " expected not to be a letter"); in TestLetterNumber()
91 errln("FAIL \\u" + hex(i) + " expected to be a digit"); in TestLetterNumber()
95 errln("FAIL \\u" + hex(i) + " expected not to be a digit"); in TestLetterNumber()
99 errln("FAIL \\u" + hex(i) + in TestLetterNumber()
155 errln("FAIL \\u" + hex(spaces[i]) + in TestSpaces()
162 errln("FAIL \\u" + hex(nonspaces[i]) + in TestSpaces()
169 errln("FAIL \\u" + hex(whitespaces[i]) + in TestSpaces()
175 errln("FAIL \\u" + hex(nonwhitespaces[i]) + in TestSpaces()
179 logln("Ok \\u" + hex(spaces[i]) + " and \\u" + in TestSpaces()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterCaseTest.java73 hex(CHARACTER_LOWER_[i])); in TestCharacter()
80 hex(CHARACTER_UPPER_[i])); in TestCharacter()
90 hex(CHARACTER_UPPER_[i]) + in TestCharacter()
91 " to \\u" + hex(CHARACTER_LOWER_[i])); in TestCharacter()
97 hex(CHARACTER_LOWER_[i])); in TestCharacter()
105 hex(CHARACTER_UPPER_[i])); in TestCharacter()
108 logln("Ok \\u" + hex(CHARACTER_UPPER_[i]) + " and \\u" + in TestCharacter()
109 hex(CHARACTER_LOWER_[i])); in TestCharacter()
119 errln("FAIL: foldCase(\\u" + hex(FOLDING_SIMPLE_[i]) + in TestFolding()
120 ", true) should be \\u" + hex(FOLDING_SIMPLE_[i + 1])); in TestFolding()
[all …]
DUCharacterTest.java87 errln("FAIL \\u" + hex(i) + " expected to be a letter"); in TestLetterNumber()
91 errln("FAIL \\u" + hex(i) + " expected not to be a letter"); in TestLetterNumber()
95 errln("FAIL \\u" + hex(i) + " expected to be a digit"); in TestLetterNumber()
99 errln("FAIL \\u" + hex(i) + " expected not to be a digit"); in TestLetterNumber()
103 errln("FAIL \\u" + hex(i) + in TestLetterNumber()
159 errln("FAIL \\u" + hex(spaces[i]) + in TestSpaces()
166 errln("FAIL \\u" + hex(nonspaces[i]) + in TestSpaces()
173 errln("FAIL \\u" + hex(whitespaces[i]) + in TestSpaces()
179 errln("FAIL \\u" + hex(nonwhitespaces[i]) + in TestSpaces()
183 logln("Ok \\u" + hex(spaces[i]) + " and \\u" + in TestSpaces()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DBasicTest.java270 errln("FAIL: " + hex(a) + " x DECOMP_COMPAT => " + in TestCompositionExclusion()
271 hex(b) + " x COMPOSE => " + in TestCompositionExclusion()
272 hex(c)); in TestCompositionExclusion()
274 logln("Ok: " + hex(a) + " x DECOMP_COMPAT => " + in TestCompositionExclusion()
275 hex(b) + " x COMPOSE => " + in TestCompositionExclusion()
276 hex(c)); in TestCompositionExclusion()
336 logln("Ok: " + hex(a) + " x COMPOSE_COMPAT => " + hex(b)); in TestZeroIndex()
338 errln("FAIL: " + hex(a) + " x COMPOSE_COMPAT => " + hex(b) + in TestZeroIndex()
339 ", expect " + hex(exp)); in TestZeroIndex()
344 logln("Ok: " + hex(b) + " x DECOMP => " + hex(a)); in TestZeroIndex()
[all …]
DTestDeprecatedNormalizerAPI.java124 errln("ERROR: " + hex(ch) + " has identical decomp"); in doTestComposedChars()
127 errln("ERROR: Normalizer decomp for " + hex(ch) + " (" + hex(normDecomp) + ")" in doTestComposedChars()
128 + " != iter decomp (" + hex(iterDecomp) + ")" ); in doTestComposedChars()
140 errln("ERROR: " + hex(x) + " has decomposition (" + hex(decomp) + ")" in assertNoDecomp()
160 logln("Skipped excluded char " + hex(ch) + " (" + UCharacter.getName(ch) + ")" ); in TestRoundTrip()
168 errln("ERROR: Round trip invalid: " + hex(chStr) + " --> " + hex(decomp) in TestRoundTrip()
169 + " --> " + hex(comp)); in TestRoundTrip()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java266 errln("FAIL: " + hex(a) + " x DECOMP_COMPAT => " + in TestCompositionExclusion()
267 hex(b) + " x COMPOSE => " + in TestCompositionExclusion()
268 hex(c)); in TestCompositionExclusion()
270 logln("Ok: " + hex(a) + " x DECOMP_COMPAT => " + in TestCompositionExclusion()
271 hex(b) + " x COMPOSE => " + in TestCompositionExclusion()
272 hex(c)); in TestCompositionExclusion()
332 logln("Ok: " + hex(a) + " x COMPOSE_COMPAT => " + hex(b)); in TestZeroIndex()
334 errln("FAIL: " + hex(a) + " x COMPOSE_COMPAT => " + hex(b) + in TestZeroIndex()
335 ", expect " + hex(exp)); in TestZeroIndex()
340 logln("Ok: " + hex(b) + " x DECOMP => " + hex(a)); in TestZeroIndex()
[all …]
DTestDeprecatedNormalizerAPI.java120 errln("ERROR: " + hex(ch) + " has identical decomp"); in doTestComposedChars()
123 errln("ERROR: Normalizer decomp for " + hex(ch) + " (" + hex(normDecomp) + ")" in doTestComposedChars()
124 + " != iter decomp (" + hex(iterDecomp) + ")" ); in doTestComposedChars()
136 errln("ERROR: " + hex(x) + " has decomposition (" + hex(decomp) + ")" in assertNoDecomp()
156 logln("Skipped excluded char " + hex(ch) + " (" + UCharacter.getName(ch) + ")" ); in TestRoundTrip()
164 errln("ERROR: Round trip invalid: " + hex(chStr) + " --> " + hex(decomp) in TestRoundTrip()
165 + " --> " + hex(comp)); in TestRoundTrip()
/external/ltrace/etc/
Dsyscalls.conf21 int open(string, hex(uint), oct(uint));
121 int openat(at_dirfd_t, string, hex(uint), oct(uint));
124 int unlinkat(at_dirfd_t, string, hex(uint));
126 int linkat(at_dirfd_t, string, at_dirfd_t, string, hex(uint));
128 int faccessat(at_dirfd_t, string, oct(uint), hex(uint));
129 int fchmodat(at_dirfd_t, string, oct(uint), hex(uint));
130 int fchownat(at_dirfd_t, string, int, int, hex(uint));
132 int fstatat(at_dirfd_t, string, addr, hex(uint));
133 int utimensat(at_dirfd_t, string, addr, hex(uint));
136 addr shmat(int, addr, hex(uint));
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java138 + Utility.hex(orders[index]) + " vs 0x" + Utility.hex(o)); in backAndForth()
156 String hexString = "0x" + Utility.hex(o) + " "; in backAndForth()
162 String hexString = "0x" + Utility.hex(o) + " "; in backAndForth()
221 test.errln("Comparing \"" + Utility.hex(source) + "\" with \"" in doTestVariant()
222 + Utility.hex(target) + "\" expected " + result in doTestVariant()
234 test.errln("Comparing CollationKeys of \"" + Utility.hex(source) in doTestVariant()
235 + "\" with \"" + Utility.hex(target) in doTestVariant()
251 + Utility.hex(source) in doTestVariant()
252 + "\" with \"" + Utility.hex(target) in doTestVariant()
286 errln("CE(U+fffe)=0x" + Utility.hex(ce) + " != 02.."); in TestMinMax()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java142 + Utility.hex(orders[index]) + " vs 0x" + Utility.hex(o)); in backAndForth()
160 String hexString = "0x" + Utility.hex(o) + " "; in backAndForth()
166 String hexString = "0x" + Utility.hex(o) + " "; in backAndForth()
225 test.errln("Comparing \"" + Utility.hex(source) + "\" with \"" in doTestVariant()
226 + Utility.hex(target) + "\" expected " + result in doTestVariant()
238 test.errln("Comparing CollationKeys of \"" + Utility.hex(source) in doTestVariant()
239 + "\" with \"" + Utility.hex(target) in doTestVariant()
255 + Utility.hex(source) in doTestVariant()
256 + "\" with \"" + Utility.hex(target) in doTestVariant()
290 errln("CE(U+fffe)=0x" + Utility.hex(ce) + " != 02.."); in TestMinMax()
[all …]
/external/libweave/src/
Ddata_encoding.cc20 inline int HexToDec(int hex) { in HexToDec() argument
22 if (hex >= '0' && hex <= '9') { in HexToDec()
23 dec = hex - '0'; in HexToDec()
24 } else if (hex >= 'A' && hex <= 'F') { in HexToDec()
25 dec = hex - 'A' + 10; in HexToDec()
26 } else if (hex >= 'a' && hex <= 'f') { in HexToDec()
27 dec = hex - 'a' + 10; in HexToDec()
/external/libbrillo/brillo/
Ddata_encoding.cc17 inline int HexToDec(int hex) { in HexToDec() argument
19 if (hex >= '0' && hex <= '9') { in HexToDec()
20 dec = hex - '0'; in HexToDec()
21 } else if (hex >= 'A' && hex <= 'F') { in HexToDec()
22 dec = hex - 'A' + 10; in HexToDec()
23 } else if (hex >= 'a' && hex <= 'f') { in HexToDec()
24 dec = hex - 'a' + 10; in HexToDec()
/external/skia/third_party/yasm/config/ios/
DMakefile714 modules/arch/x86/tests/addbyte.hex \
717 modules/arch/x86/tests/addrop.hex \
720 modules/arch/x86/tests/aes.asm modules/arch/x86/tests/aes.hex \
722 modules/arch/x86/tests/amd200707.hex \
725 modules/arch/x86/tests/arithsmall.hex \
726 modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
728 modules/arch/x86/tests/avxcc.hex \
730 modules/arch/x86/tests/bittest.hex \
732 modules/arch/x86/tests/bswap64.hex \
734 modules/arch/x86/tests/clmul.hex \
[all …]
/external/skia/third_party/yasm/config/linux/
DMakefile714 modules/arch/x86/tests/addbyte.hex \
717 modules/arch/x86/tests/addrop.hex \
720 modules/arch/x86/tests/aes.asm modules/arch/x86/tests/aes.hex \
722 modules/arch/x86/tests/amd200707.hex \
725 modules/arch/x86/tests/arithsmall.hex \
726 modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
728 modules/arch/x86/tests/avxcc.hex \
730 modules/arch/x86/tests/bittest.hex \
732 modules/arch/x86/tests/bswap64.hex \
734 modules/arch/x86/tests/clmul.hex \
[all …]
/external/skia/third_party/yasm/config/mac/
DMakefile714 modules/arch/x86/tests/addbyte.hex \
717 modules/arch/x86/tests/addrop.hex \
720 modules/arch/x86/tests/aes.asm modules/arch/x86/tests/aes.hex \
722 modules/arch/x86/tests/amd200707.hex \
725 modules/arch/x86/tests/arithsmall.hex \
726 modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
728 modules/arch/x86/tests/avxcc.hex \
730 modules/arch/x86/tests/bittest.hex \
732 modules/arch/x86/tests/bswap64.hex \
734 modules/arch/x86/tests/clmul.hex \
[all …]
/external/skia/third_party/yasm/config/win/
DMakefile714 modules/arch/x86/tests/addbyte.hex \
717 modules/arch/x86/tests/addrop.hex \
720 modules/arch/x86/tests/aes.asm modules/arch/x86/tests/aes.hex \
722 modules/arch/x86/tests/amd200707.hex \
725 modules/arch/x86/tests/arithsmall.hex \
726 modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
728 modules/arch/x86/tests/avxcc.hex \
730 modules/arch/x86/tests/bittest.hex \
732 modules/arch/x86/tests/bswap64.hex \
734 modules/arch/x86/tests/clmul.hex \
[all …]
/external/skia/third_party/yasm/config/openbsd/
DMakefile714 modules/arch/x86/tests/addbyte.hex \
717 modules/arch/x86/tests/addrop.hex \
720 modules/arch/x86/tests/aes.asm modules/arch/x86/tests/aes.hex \
722 modules/arch/x86/tests/amd200707.hex \
725 modules/arch/x86/tests/arithsmall.hex \
726 modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
728 modules/arch/x86/tests/avxcc.hex \
730 modules/arch/x86/tests/bittest.hex \
732 modules/arch/x86/tests/bswap64.hex \
734 modules/arch/x86/tests/clmul.hex \
[all …]
/external/skia/third_party/yasm/config/android/
DMakefile714 modules/arch/x86/tests/addbyte.hex \
717 modules/arch/x86/tests/addrop.hex \
720 modules/arch/x86/tests/aes.asm modules/arch/x86/tests/aes.hex \
722 modules/arch/x86/tests/amd200707.hex \
725 modules/arch/x86/tests/arithsmall.hex \
726 modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
728 modules/arch/x86/tests/avxcc.hex \
730 modules/arch/x86/tests/bittest.hex \
732 modules/arch/x86/tests/bswap64.hex \
734 modules/arch/x86/tests/clmul.hex \
[all …]
/external/skia/third_party/yasm/config/chromeos/
DMakefile714 modules/arch/x86/tests/addbyte.hex \
717 modules/arch/x86/tests/addrop.hex \
720 modules/arch/x86/tests/aes.asm modules/arch/x86/tests/aes.hex \
722 modules/arch/x86/tests/amd200707.hex \
725 modules/arch/x86/tests/arithsmall.hex \
726 modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
728 modules/arch/x86/tests/avxcc.hex \
730 modules/arch/x86/tests/bittest.hex \
732 modules/arch/x86/tests/bswap64.hex \
734 modules/arch/x86/tests/clmul.hex \
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTestUtility.java15 public static String hex(char ch) { in hex() method in TestUtility
20 public static String hex(int ch) { in hex() method in TestUtility
25 public static String hex(String s) { in hex() method in TestUtility
26 return hex(s,","); in hex()
29 public static String hex(String s, String sep) { in hex() method in TestUtility
31 String result = hex(s.charAt(0)); in hex()
34 result += hex(s.charAt(i)); in hex()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTestUtility.java14 public static String hex(char ch) { in hex() method in TestUtility
19 public static String hex(int ch) { in hex() method in TestUtility
24 public static String hex(String s) { in hex() method in TestUtility
25 return hex(s,","); in hex()
28 public static String hex(String s, String sep) { in hex() method in TestUtility
30 String result = hex(s.charAt(0)); in hex()
33 result += hex(s.charAt(i)); in hex()
/external/libxml2/result/schemas/
Dhexbinary_0_1.err1 ./test/schemas/hexbinary_1.xml:6: element hex: Schemas validity error : Element 'hex': '0' is not a…
2 ./test/schemas/hexbinary_1.xml:7: element hex: Schemas validity error : Element 'hex': '0123456789A…
3 ./test/schemas/hexbinary_1.xml:8: element hex: Schemas validity error : Element 'hex': '+abcdef0123…
4 ./test/schemas/hexbinary_1.xml:9: element hex: Schemas validity error : Element 'hex': '-0123456789…
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
DTestUCharacterIterator.java167 …errln("moveCodePointIndex(1) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(te… in TestIterationUChar32()
172 …errln("moveCodePointIndex(2) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(te… in TestIterationUChar32()
177 …errln("moveCodePointIndex(-2) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(t… in TestIterationUChar32()
183 …errln("moveCodePointIndex(-2) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(t… in TestIterationUChar32()
194 … errln("first32PostInc failed. Expected->"+hex(UTF16.charAt(text,i))+" Got-> "+hex(c)); in TestIterationUChar32()
209 …errln("Character mismatch at position "+i+", iterator has "+hex(c)+", string has "+hex(UTF16.charA… in TestIterationUChar32()
378 +"got c1= " + hex(c1) +" != expected c2= "+ hex(c2)); in previousNext()
423 +"got c1= " + hex(c1) +" != expected c2= "+ hex(c2)); in TestUCharacterIteratorWrapper()
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Dipv6.py36 hex = address.encode('hex_codec')
39 l = len(hex)
41 chunk = hex[i : i + 4]
84 hex = prefix + dns.ipv4.inet_ntoa(address[12:])
86 hex = ':'.join(chunks[:best_start]) + '::' + \
89 hex = ':'.join(chunks)
90 return hex

12345678910>>...24