/external/chromium_org/chrome_frame/ |
urlmon_bind_status_callback.cc | 385 " mshtml OnDataAvailable returned: " << std::hex << hr;
|
/external/chromium_org/media/filters/ |
stream_parser_factory.cc | 128 << "0x" << std::hex << audio_object_type
|
/external/chromium_org/remoting/host/ |
input_injector_win.cc | 183 VLOG(3) << "Converting USB keycode: " << std::hex << event.usb_keycode()
|
input_injector_linux.cc | 221 VLOG(3) << "Converting USB keycode: " << std::hex << event.usb_keycode()
|
/external/chromium_org/third_party/sqlite/src/test/ |
fuzz_common.tcl | 84 {hex([Expr])} \
|
/external/chromium_org/v8/src/ |
uri.js | 393 // Convert a character code to 4-digit hex string representation 410 // Returns true if all digits in string s are valid hex numbers
|
/external/qemu-pc-bios/bochs/bios/ |
apmbios.S | 66 ; print the hex number in eax
|
/external/v8/src/ |
uri.js | 361 // Convert a character code to 4-digit hex string representation 378 // Returns true if all digits in string s are valid hex numbers
|
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.c | 744 char hex[PMK_LEN * 2 + 1]; local 745 wpa_snprintf_hex(hex, sizeof(hex), 747 ret = os_snprintf(pos, end - pos, "psk=%s\n", hex); [all...] |
/bootable/recovery/applypatch/ |
applypatch.c | 524 // Take a string 'str' of 40 hex digits and parse it into the 20 671 const char* hex = "0123456789abcdef"; local 673 putchar(hex[(sha1[i]>>4) & 0xf]); 674 putchar(hex[sha1[i] & 0xf]); [all...] |
/external/chromium_org/chrome_frame/test/ |
ie_event_sink.cc | 500 << std::hex << hr; 504 << navigate_url << ", hr = 0x" << std::hex << hr; 508 << std::hex << hr;
|
/external/chromium_org/content/common/gpu/media/ |
dxva_video_decode_accelerator.cc | 49 log << ", HRESULT: 0x" << std::hex << result, \ 63 log << ", HRESULT: 0x" << std::hex << result, \ 774 << std::hex << std::showbase << output_stream_info_.dwFlags; [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
regcoll.cpp | 1151 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1)); 1153 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : " 1154 + TestUtility::hex(key2, len2)); [all...] |
itrbnf.cpp | 115 errln((UnicodeString)"expected '" + TestUtility::hex(expected) + "'\nbut got: '" + TestUtility::hex(result) + "'"); 128 errln((UnicodeString)"expected '" + TestUtility::hex(expected) + "'\nbut got: '" + TestUtility::hex(result) + "'"); [all...] |
/external/icu4c/test/intltest/ |
regcoll.cpp | 1151 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1)); 1153 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : " 1154 + TestUtility::hex(key2, len2)); [all...] |
/external/iproute2/ip/ |
ipl2tp.c | 446 static int hex(char ch) function 463 c = hex(buf[j]); 469 c = hex(buf[j + 1]); 505 fprintf(stderr, " HEXSTR := { 8 or 16 hex digits (4 / 8 bytes) }\n"); 593 invarg("cookie must be either 8 or 16 hex digits\n", *argv); 597 invarg("cookie must be a hex string\n", *argv); 603 invarg("cookie must be either 8 or 16 hex digits\n", *argv); 607 invarg("cookie must be a hex string\n", *argv);
|
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternUtils.java | 839 final String hex = "0123456789ABCDEF"; local [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cnumtst.c | 63 static const char hex[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' }; local 81 *p++ = hex[(c >> 12) & 0xf]; 82 *p++ = hex[(c >> 8) & 0xf]; 83 *p++ = hex[(c >> 4) & 0xf]; 84 *p++ = hex[c & 0xf]; [all...] |
/external/valgrind/main/coregrind/ |
vgdb.c | 1896 unsigned char hex[3]; local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 864 MV hex[6] = { { -1, -2}, {1, -2}, {2, 0}, {1, 2}, { -1, 2}, { -2, 0} } ; local 915 /* hex search */ 922 this_mv.as_mv.row = br + hex[i].row; 923 this_mv.as_mv.col = bc + hex[i].col; 932 this_mv.as_mv.row = br + hex[i].row; 933 this_mv.as_mv.col = bc + hex[i].col; 945 br += hex[best_site].row; 946 bc += hex[best_site].col; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pickle.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pickle.py | [all...] |
/external/chromium_org/chrome/test/functional/ap_lab/ |
dlink_ap_configurator.py | 156 hex(mode), self.getRouterName())
|
/external/chromium_org/media/mp2t/ |
mp2t_stream_parser.cc | 325 << " stream_type=" << std::hex << stream_type << std::dec;
|
/external/chromium_org/net/quic/test_tools/ |
quic_test_utils.h | 47 bool DecodeHexString(const base::StringPiece& hex, std::string* bytes);
|