Searched refs:hex (Results 26 - 50 of 693) sorted by relevance

1234567891011>>

/external/python/cpython3/PCbuild/
H A Dfield3.py27 print(" * PY_RELEASE_LEVEL = %r = %s" % (level, hex(levelnum)))
/external/google-tv-pairing-protocol/cpp/src/polo/util/
H A Dpoloutil.cc26 char* hex = BN_bn2hex(bn); local
27 std::string hex_string(hex);
29 OPENSSL_free(hex);
/external/libcups/cups/
H A Dmd5passwd.c104 char * /* O - MD5 sum in hex */
107 /* O - MD5 sum in hex */
111 static const char hex[] = "0123456789abcdef"; local
121 *md5ptr++ = hex[*sum >> 4];
122 *md5ptr++ = hex[*sum & 15];
/external/libvpx/libvpx/test/
H A Dmd5_helper.h51 static const char hex[16] = { local
60 res_[i * 2 + 0] = hex[tmp[i] >> 4];
61 res_[i * 2 + 1] = hex[tmp[i] & 0xf];
/external/syslinux/utils/
H A Dppmtolss1642 ## the color #rrggbb (hex) should be assigned index i (decimal)
174 $r = hex($1) << 4;
175 $g = hex($2) << 4;
176 $b = hex($3) << 4;
179 $r = hex($1);
180 $g = hex($2);
181 $b = hex($3);
184 $r = hex($1) >> 4;
185 $g = hex($2) >> 4;
186 $b = hex(
[all...]
/external/okhttp/okio/okio/src/test/java/okio/
H A DUtf8Test.java189 private void assertEncoded(String hex, int... codePoints) throws Exception { argument
190 assertCodePointEncoded(hex, codePoints);
191 assertCodePointDecoded(hex, codePoints);
192 assertStringEncoded(hex, new String(codePoints, 0, codePoints.length));
195 private void assertCodePointEncoded(String hex, int... codePoints) throws Exception { argument
200 assertEquals(buffer.readByteString(), ByteString.decodeHex(hex));
203 private void assertCodePointDecoded(String hex, int... codePoints) throws Exception { argument
204 Buffer buffer = new Buffer().write(ByteString.decodeHex(hex));
211 private void assertStringEncoded(String hex, String string) throws Exception { argument
212 ByteString expectedUtf8 = ByteString.decodeHex(hex);
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DBasicTest.java282 errln("FAIL: " + hex(a) + " x DECOMP_COMPAT => " +
283 hex(b) + " x COMPOSE => " +
284 hex(c));
286 logln("Ok: " + hex(a) + " x DECOMP_COMPAT => " +
287 hex(b) + " x COMPOSE => " +
288 hex(c));
311 // errln("FAIL: " + hex(a) + " x DECOMP_COMPAT => " +
312 // hex(b) + " x COMPOSE => " +
313 // hex(c));
315 // logln("Ok: " + hex(
[all...]
H A DUnicodeNormalizerConformanceTest.java193 errln((" " + msg + ") " + op + "(" + s + ")=" + hex(got) +
194 ", exp. " + hex(exp)));
200 * character. Then, parse the resultant fields from hex into
248 int hex = Integer.parseInt(strToHex,16);
249 if (hex < 0 ) {
250 throw new IllegalArgumentException("Out of range hex " +
251 hex + " in " + s);
252 }else if (hex > 0xFFFF){
253 buf.append((char)((hex>>10)+0xd7c0));
254 buf.append((char)((hex
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java279 errln("FAIL: " + hex(a) + " x DECOMP_COMPAT => " +
280 hex(b) + " x COMPOSE => " +
281 hex(c));
283 logln("Ok: " + hex(a) + " x DECOMP_COMPAT => " +
284 hex(b) + " x COMPOSE => " +
285 hex(c));
308 // errln("FAIL: " + hex(a) + " x DECOMP_COMPAT => " +
309 // hex(b) + " x COMPOSE => " +
310 // hex(c));
312 // logln("Ok: " + hex(
[all...]
/external/iproute2/lib/
H A Djson_print.c171 unsigned int hex)
176 snprintf(b1, sizeof(b1), "%#x", hex);
179 color_fprintf(stdout, color, fmt, hex);
187 unsigned int hex)
192 snprintf(b1, sizeof(b1), "%x", hex);
198 color_fprintf(stdout, color, fmt, hex);
167 print_color_0xhex(enum output_type type, enum color_attr color, const char *key, const char *fmt, unsigned int hex) argument
183 print_color_hex(enum output_type type, enum color_attr color, const char *key, const char *fmt, unsigned int hex) argument
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_invite.py33 print "BSSID = ", hex(bssid[0]) , ":" , \
34 hex(bssid[1]) , ":" , hex(bssid[2]) , ":", \
35 hex(bssid[3]) , ":" , hex(bssid[4]) , ":" , \
36 hex(bssid[5])
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
H A Dfmtflags.pass.cpp17 // static const fmtflags hex;
30 // static const fmtflags basefield = dec | oct | hex;
41 assert(std::ios_base::hex);
59 & std::ios_base::hex
78 | std::ios_base::hex));
/external/ltp/testcases/kernel/syscalls/gethostid/
H A Dgethostid01.c145 hostid2[HOSTIDLEN], *hostid3, hex[2] = "0x"; local
192 if (name[0] == hex[0] && name[1] == hex[1])
/external/webrtc/webrtc/examples/turnserver/
H A Dturnserver_main.cc31 std::string hex; local
32 bool ret = file_.GetStringValue(username, &hex);
35 size_t len = rtc::hex_decode(buf, sizeof(buf), hex);
/external/autotest/server/cros/ap_configurators/
H A DbelkinF7D5301_ap_configurator.py26 hex(mode), self.name)
H A Dlinksys_ap_15_configurator.py22 ' %s.', hex(mode), self.name)
H A Dlinksyse1500_ap_configurator.py23 hex(mode), self.name)
H A Dlinksyswrt54gs2_ap_configurator.py28 ' %s.', hex(mode), self.name)
/external/curl/docs/cmdline-opts/
H A Dtrace-ascii.d3 Help: Like --trace, but without hex output
10 This is very similar to --trace, but leaves out the hex part and only shows
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestCharFromDirProp.java39 + "] == U+" + Utility.hex(c) + ") failed", i, dir);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/
H A DTestUCharacterIterator.java167 errln("moveCodePointIndex(1) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(text,1)) + " i= " + i);
172 errln("moveCodePointIndex(2) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(text,4)) + " i= " + i);
177 errln("moveCodePointIndex(-2) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(text,1)) + " i= " + i);
183 errln("moveCodePointIndex(-2) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(text,(text.length()-3)) ) + " i= " + i);
194 errln("first32PostInc failed. Expected->"+hex(UTF16.charAt(text,i))+" Got-> "+hex(
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DUCharacterCaseTest.java70 hex(CHARACTER_LOWER_[i]));
77 hex(CHARACTER_UPPER_[i]));
87 hex(CHARACTER_UPPER_[i]) +
88 " to \\u" + hex(CHARACTER_LOWER_[i]));
94 hex(CHARACTER_LOWER_[i]));
102 hex(CHARACTER_UPPER_[i]));
105 logln("Ok \\u" + hex(CHARACTER_UPPER_[i]) + " and \\u" +
106 hex(CHARACTER_LOWER_[i]));
117 errln("FAIL: foldCase(\\u" + hex(FOLDING_SIMPLE_[i]) +
118 ", true) should be \\u" + hex(FOLDING_SIMPLE
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestCharFromDirProp.java36 + "] == U+" + Utility.hex(c) + ") failed", i, dir);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
H A DTestUCharacterIterator.java164 errln("moveCodePointIndex(1) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(text,1)) + " i= " + i);
169 errln("moveCodePointIndex(2) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(text,4)) + " i= " + i);
174 errln("moveCodePointIndex(-2) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(text,1)) + " i= " + i);
180 errln("moveCodePointIndex(-2) didn't work correctly expected "+ hex(c) +" got "+hex(UTF16.charAt(text,(text.length()-3)) ) + " i= " + i);
191 errln("first32PostInc failed. Expected->"+hex(UTF16.charAt(text,i))+" Got-> "+hex(
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterCaseTest.java67 hex(CHARACTER_LOWER_[i]));
74 hex(CHARACTER_UPPER_[i]));
84 hex(CHARACTER_UPPER_[i]) +
85 " to \\u" + hex(CHARACTER_LOWER_[i]));
91 hex(CHARACTER_LOWER_[i]));
99 hex(CHARACTER_UPPER_[i]));
102 logln("Ok \\u" + hex(CHARACTER_UPPER_[i]) + " and \\u" +
103 hex(CHARACTER_LOWER_[i]));
114 errln("FAIL: foldCase(\\u" + hex(FOLDING_SIMPLE_[i]) +
115 ", true) should be \\u" + hex(FOLDING_SIMPLE
[all...]

Completed in 500 milliseconds

1234567891011>>