Searched refs:hex (Results 126 - 150 of 693) sorted by relevance

1234567891011>>

/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_long.pass.cpp116 hex(ios);
125 hex(ios);
135 hex(ios);
147 hex(ios);
159 hex(ios);
231 hex(ios);
244 hex(ios);
257 hex(ios);
H A Dput_long_long.pass.cpp116 hex(ios);
125 hex(ios);
135 hex(ios);
147 hex(ios);
159 hex(ios);
231 hex(ios);
244 hex(ios);
257 hex(ios);
H A Dput_unsigned_long.pass.cpp116 hex(ios);
125 hex(ios);
135 hex(ios);
147 hex(ios);
159 hex(ios);
231 hex(ios);
244 hex(ios);
257 hex(ios);
H A Dput_unsigned_long_long.pass.cpp116 hex(ios);
125 hex(ios);
135 hex(ios);
147 hex(ios);
159 hex(ios);
231 hex(ios);
244 hex(ios);
257 hex(ios);
/external/python/cpython2/Lib/ctypes/test/
H A Dtest_loading.py79 self.assertEqual(hex(f_ord_addr), hex(f_name_addr))
/external/python/cpython2/Lib/plat-mac/
H A Dargvemulator.py59 msg = "High Level Event: %r %r" % (hex(message), hex(h | (v<<16)))
/external/python/cpython3/Lib/ctypes/test/
H A Dtest_loading.py79 self.assertEqual(hex(f_ord_addr), hex(f_name_addr))
/external/skia/src/utils/
H A DSkParseColor.cpp458 uint32_t hex; local
459 const char* end = SkParse::FindHex(value + 1, &hex);
465 unsigned a = len == 4 ? nib2byte(hex >> 12) : oldAlpha;
466 unsigned r = nib2byte((hex >> 8) & 0xF);
467 unsigned g = nib2byte((hex >> 4) & 0xF);
468 unsigned b = nib2byte(hex & 0xF);
473 hex |= oldAlpha << 24;
474 *colorPtr = hex;
/external/skqp/src/utils/
H A DSkParseColor.cpp458 uint32_t hex; local
459 const char* end = SkParse::FindHex(value + 1, &hex);
465 unsigned a = len == 4 ? nib2byte(hex >> 12) : oldAlpha;
466 unsigned r = nib2byte((hex >> 8) & 0xF);
467 unsigned g = nib2byte((hex >> 4) & 0xF);
468 unsigned b = nib2byte(hex & 0xF);
473 hex |= oldAlpha << 24;
474 *colorPtr = hex;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DTestFmwk.java242 protected static String hex(char[] s){ method in class:TestFmwk
246 result.append(hex(s[i]));
251 protected static String hex(byte[] s){ method in class:TestFmwk
255 result.append(hex(s[i]));
260 protected static String hex(char ch) { method in class:TestFmwk
269 protected static String hex(int ch) { method in class:TestFmwk
278 protected static String hex(CharSequence s) { method in class:TestFmwk
283 result.append(hex(s.charAt(i)));
295 result.append(hex(ch));
298 result.append(hex(c
[all...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java241 protected static String hex(char[] s){ method in class:TestFmwk
245 result.append(hex(s[i]));
250 protected static String hex(byte[] s){ method in class:TestFmwk
254 result.append(hex(s[i]));
259 protected static String hex(char ch) { method in class:TestFmwk
268 protected static String hex(int ch) { method in class:TestFmwk
277 protected static String hex(CharSequence s) { method in class:TestFmwk
282 result.append(hex(s.charAt(i)));
294 result.append(hex(ch));
297 result.append(hex(c
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_uuid.py18 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
149 for u in [uuid.UUID(string), uuid.UUID(curly), uuid.UUID(hex),
165 equal(u.hex, hex)
195 # Badly formed hex strings.
239 # Must supply exactly one of hex, bytes, fields, int.
242 uuid.UUID(hex=h)
256 for hh in [[], [('hex', h)]]:
269 badtype(lambda: setattr(u, 'hex', h))
387 os.write(fds[1], value.hex)
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_uuid.py21 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
152 for u in [uuid.UUID(string), uuid.UUID(curly), uuid.UUID(hex),
168 equal(u.hex, hex)
208 # Badly formed hex strings.
252 # Must supply exactly one of hex, bytes, fields, int.
255 uuid.UUID(hex=h)
269 for hh in [[], [('hex', h)]]:
282 badtype(lambda: setattr(u, 'hex', h))
403 os.write(fds[1], value.hex
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddpp_hostapd.c689 char hex[64 * 2 + 1]; local
691 wpa_snprintf_hex(hex, sizeof(hex),
695 hex);
697 char hex[PMK_LEN * 2 + 1]; local
699 wpa_snprintf_hex(hex, sizeof(hex), auth->psk, PMK_LEN);
701 hex);
704 char *hex; local
708 hex
719 char *hex; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Ddpp_hostapd.c689 char hex[64 * 2 + 1]; local
691 wpa_snprintf_hex(hex, sizeof(hex),
695 hex);
697 char hex[PMK_LEN * 2 + 1]; local
699 wpa_snprintf_hex(hex, sizeof(hex), auth->psk, PMK_LEN);
701 hex);
704 char *hex; local
708 hex
719 char *hex; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddpp_hostapd.c689 char hex[64 * 2 + 1]; local
691 wpa_snprintf_hex(hex, sizeof(hex),
695 hex);
697 char hex[PMK_LEN * 2 + 1]; local
699 wpa_snprintf_hex(hex, sizeof(hex), auth->psk, PMK_LEN);
701 hex);
704 char *hex; local
708 hex
719 char *hex; local
[all...]
/external/autotest/client/common_lib/cros/fake_device_server/
H A Dresource_delegate.py96 id = uuid.uuid4().hex[0:6]
/external/autotest/server/cros/ap_configurators/
H A DbelkinF7D_ap_configurator.py31 hex(mode), self.name)
H A Dlinksyswrt610n_ap_configurator.py45 ' %s.', hex(mode), self.name)
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_pthread_wrappers.h53 << std::hex << err;
/external/gptfdisk/
H A Dsgdisk.cc56 res << "PART " << (i + 1) << " " << hex
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DTestCanonicalIterator.java68 if ((++counter % 5000) == 0) logln("Testing " + Utility.hex(i,0));
160 //logln(++counter + ": " + hex.transliterate(result));
187 //Transliterator hex = null;
195 //if (hex == null) hex = Transliterator.getInstance("[^\\ -\\u007F] hex");
196 return "[" + (SHOW_NAMES ? hex(s) + "; " : "") + hex(s) + "]";
226 logln("\t" + mixedCounter + "\t" + hex(item)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DTestCanonicalIterator.java65 if ((++counter % 5000) == 0) logln("Testing " + Utility.hex(i,0));
157 //logln(++counter + ": " + hex.transliterate(result));
184 //Transliterator hex = null;
192 //if (hex == null) hex = Transliterator.getInstance("[^\\ -\\u007F] hex");
193 return "[" + (SHOW_NAMES ? hex(s) + "; " : "") + hex(s) + "]";
223 logln("\t" + mixedCounter + "\t" + hex(item)
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Ddouble.pass.cpp78 hex(os);
H A Dfloat.pass.cpp78 hex(os);

Completed in 5592 milliseconds

1234567891011>>