Searched
refs:hex (Results
251 -
275 of
573) sorted by null
<<11121314151617181920>>
/external/chromium_org/content/browser/ssl/ |
ssl_manager.cc | 65 << " cert_status: " << std::hex << ssl_info.cert_status;
|
/external/chromium_org/media/audio/win/ |
device_enumeration_win.cc | 37 LOG(WARNING) << "Failed to create IMMDeviceEnumerator: " << std::hex << hr;
|
/external/chromium_org/remoting/host/policy_hack/ |
policy_watcher_win.cc | 207 << std::showbase << std::hex << object;
|
/external/chromium_org/sandbox/win/src/ |
Wow64.cc | 152 command << std::hex << std::showbase << L"\"" << path <<
|
/external/chromium_org/third_party/skia/src/core/ |
SkString.cpp | 530 void SkString::insertHex(size_t offset, uint32_t hex, int minDigits) { 539 *--p = gHex[hex & 0xF]; 540 hex >>= 4; 542 } while (hex != 0);
|
/external/chromium_org/third_party/tcmalloc/chromium/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/tools/android/memdump/ |
memsymbols.py | 35 return hex(addr)[2:].zfill(8)
|
/external/chromium_org/tools/cygprofile/ |
patch_orderfile.py | 47 hex(addr) + " nm_addr: " + str(nm_addr) + " start: " + str(start) +
|
/external/oprofile/libpp/ |
callgraph_container.cpp | 115 << hex << offset << " >= " << end_offset 172 cverb << vdebug << hex << "Caller sym: " 198 cverb << vdebug << hex << "Callee sym: " 260 cverb << (vdebug & vlevel1) << hex << "offset: "
|
/external/skia/src/core/ |
SkString.cpp | 530 void SkString::insertHex(size_t offset, uint32_t hex, int minDigits) { 539 *--p = gHex[hex & 0xF]; 540 hex >>= 4; 542 } while (hex != 0);
|
/external/srtp/crypto/math/ |
math.c | 297 /* double length, since one octet takes two hex characters */ 434 hex_string_to_octet_string(char *raw, char *hex, int len) { 441 tmp = hex_char_to_nibble(hex[0]); 446 tmp = hex_char_to_nibble(hex[1]); 452 hex += 2;
|
/external/stlport/stlport/stl/ |
_iomanip.h | 113 __n == 16 ? ios_base::hex :
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_iomanip.h | 113 __n == 16 ? ios_base::hex :
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_iomanip.h | 113 __n == 16 ? ios_base::hex :
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_iomanip.h | 113 __n == 16 ? ios_base::hex :
|
/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...] |
/art/runtime/gc/space/ |
image_space.cc | 266 LOG(ERROR) << "Failed to match oat file checksum " << std::hex << oat_checksum 267 << " to expected oat checksum " << std::hex << image_oat_checksum
|
/external/chromium/chrome/browser/resources/net_internals/ |
logviewpainter.js | 157 var hex = hexString.substr(j, 2); 158 hexLine += hex + ' '; 159 var charCode = parseInt(hex, 16); 206 // For transferred bytes, display the bytes in hex and ASCII.
|
/external/chromium_org/remoting/host/setup/ |
daemon_controller_delegate_win.cc | 223 << "(error: 0x" << std::hex << hr << std::dec << ")."; 406 << "(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/oprofile/pp/ |
opgprof.cpp | 153 cverb << vdebug << "low_pc: " << hex << low_pc << " " << "high_pc: " 161 cverb << vdebug << "low_pc: " << hex << low_pc << " " << "high_pc: "
|
Completed in 1386 milliseconds
<<11121314151617181920>>