/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_iomanip.h | 113 __n == 16 ? ios_base::hex :
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_iomanip.h | 113 __n == 16 ? ios_base::hex :
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_iomanip.h | 113 __n == 16 ? ios_base::hex :
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib.py | 18 hex_repr = hex(ord(char))[2:].upper() 456 character you write it as '%' + <2 character US-ASCII hex value>. The Python 457 code of ``'%' + hex(ord(<character>))[2:]`` escapes a character properly. 458 Case does not matter on the hex letters. 610 # Test unquoting on mixed-case hex digits in the percent-escapes [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib.py | 18 hex_repr = hex(ord(char))[2:].upper() 456 character you write it as '%' + <2 character US-ASCII hex value>. The Python 457 code of ``'%' + hex(ord(<character>))[2:]`` escapes a character properly. 458 Case does not matter on the hex letters. 610 # Test unquoting on mixed-case hex digits in the percent-escapes [all...] |
/external/chromium_org/remoting/host/setup/ |
daemon_controller_delegate_win.cc | 232 << "(error: 0x" << std::hex << hr << std::dec << ")."; 415 << "(error: 0x" << std::hex << hr << std::dec << ").";
|
/external/chromium_org/v8/test/mjsunit/ |
char-escape.js | 51 // Do the hex and unicode escape chars have the right value?
|
/external/lldb/test/python_api/thread/ |
TestThreadAPI.py | 271 print "start addr:", hex(start_addr) 272 print "end addr:", hex(end_addr)
|
/external/oprofile/pp/ |
opgprof.cpp | 153 cverb << vdebug << "low_pc: " << hex << low_pc << " " << "high_pc: " 161 cverb << vdebug << "low_pc: " << hex << low_pc << " " << "high_pc: "
|
/frameworks/base/core/java/android/text/method/ |
QwertyKeyListener.java | 152 String hex = TextUtils.substring(content, start, selEnd); local 153 ch = Integer.parseInt(hex, 16);
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_ios.i | 48 static const fmtflags hex ;
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
derb.c | 463 UChar hex[2]; local 465 hex[0] = map[what >> 4]; 466 hex[1] = map[what & 0xf]; 468 printString(out, converter, hex, (int32_t)(sizeof(hex)/sizeof(*hex)));
|
/external/icu/icu4c/source/tools/genrb/ |
derb.c | 405 UChar hex[2]; local 407 hex[0] = map[what >> 4]; 408 hex[1] = map[what & 0xf]; 410 printString(out, converter, hex, (int32_t)(sizeof(hex)/sizeof(*hex)));
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.cpp | 199 "or 64 hex digit PSK")); 460 bool hex; local 468 * Assume hex key if only hex characters are present and length matches 478 hex = true; 483 hex = false; 488 if (hex && len != 10 && len != 26 && len != 32) 489 hex = false; 491 setNetworkParam(network_id, buf, txt, !hex);
|
/hardware/libhardware/tests/camera2/ |
camera2.cpp | 56 std::cout << " Camera module API version: 0x" << std::hex 58 std::cout << " Camera module HAL API version: 0x" << std::hex 65 << std::hex << module->module_api_version 67 << std::hex << CAMERA_MODULE_API_VERSION_2_0 << ")"; 92 std::cout << " Version: 0x" << std::hex << 261 << "No support found for format 0x" << std::hex << format;
|
/prebuilts/misc/common/swig/include/2.0.11/ |
swigrun.swg | 476 static const char hex[17] = "0123456789abcdef"; 481 *(c++) = hex[(uu & 0xf0) >> 4]; 482 *(c++) = hex[uu & 0xf];
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
citertst.c | 1015 static int32_t hex2num(char hex) { 1016 if(hex>='0' && hex <='9') { 1017 return hex-'0'; 1018 } else if(hex>='a' && hex<='f') { 1019 return hex-'a'+10; 1020 } else if(hex>='A' && hex<='F') { 1021 return hex-'A'+10 [all...] |
/external/oprofile/libpp/ |
xml_utils.cpp | 384 char hex[2]; local 385 hex[0] = hex_map[(contents[i] >> 4) & 0xf]; 386 hex[1] = hex_map[contents[i] & 0xf]; 387 out << hex[0] << hex[1]; local
|
/external/valgrind/main/coregrind/ |
vgdb.c | 542 /* Convert hex digit A to a number. */ 552 XERROR(0, "Reply contains invalid hex digit %c\n", a); 941 char hex[3]; local 974 sprintf(hex, "%02x", (unsigned char) commands[nc][i]); 976 strcat (hexcommand, hex); 983 sprintf(hex, "%02x", cksum); 984 strcat(hexcommand, hex); 986 "writing hex command to pid", /* notify */ True); [all...] |
/external/wpa_supplicant_8/src/ap/ |
drv_callbacks.c | 705 char *hex = os_malloc(hex_len); local 706 if (hex) { 707 wpa_snprintf_hex(hex, hex_len, rx_mgmt->frame, 709 wpa_msg(hapd->msg_ctx, MSG_INFO, "MGMT-RX %s", hex); 710 os_free(hex);
|
/frameworks/av/camera/tests/ |
ProCameraTests.cpp | 82 dout << "On status changed: 0x" << std::hex 296 dout << "Notify received: msg " << std::hex << msg 297 << ", ext1: " << std::hex << ext1 << ", ext2: " << std::hex << ext2 654 << std::hex << stat << std::endl; [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
pprof | 124 # There is a pervasive dependency on the length (in hex characters, 170 on linux), followed by a list of hex addresses to map, one per line. [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
keyboard_overlay.js | 169 * Converts a single hex number to a character. 170 * @param {string} hex Hexadecimal string. 173 function hex2char(hex) { 174 if (!hex) { 178 var n = parseInt(hex, 16); 186 console.error('hex2Char error: Code point out of range :' + hex);
|
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/ |
sctpdataengine.cc | 186 << "; tos: " << std::hex << static_cast<int>(tos) 187 << "; set_df: " << std::hex << static_cast<int>(set_df); 778 << std::hex << evt->strreset_flags << " (" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
gzip.py | 148 return '<gzip ' + s[1:-1] + ' ' + hex(id(self)) + '>' 346 raise IOError("CRC check failed %s != %s" % (hex(crc32), 347 hex(self.crc)))
|