/external/lldb/test/python_api/disassemble-raw-data/ |
TestDisassemble_VST1_64.py | 27 raw_bytes = bytearray([0xf0, 0xb5, 0x03, 0xaf, 33 insts = target.GetInstructions(lldb.SBAddress(), raw_bytes) 46 raw_bytes = bytearray([0x04, 0xf9, 0xed, 0x82]) 48 insts = target.GetInstructions(lldb.SBAddress(), raw_bytes) 54 print "Raw bytes: ", [hex(x) for x in raw_bytes]
|
TestDisassembleRawData.py | 27 raw_bytes = bytearray([0x48, 0x89, 0xe5]) 29 insts = target.GetInstructions(lldb.SBAddress(), raw_bytes) 35 print "Raw bytes: ", [hex(x) for x in raw_bytes]
|
/external/chromium_org/net/url_request/ |
url_request_file_dir_job.cc | 119 std::string raw_bytes; // Empty on Windows means UTF-8 encoded name. local 123 const std::string& raw_bytes = filename.value(); local 127 raw_bytes,
|
/external/chromium_org/net/base/ |
net_util.h | 231 // |name| is the file name to be displayed. |raw_bytes| will be used 233 // server's encoding). If |raw_bytes| is an empty string, UTF-8 encoded |name| 236 // Both |name| and |raw_bytes| are escaped internally. 238 const std::string& raw_bytes,
|
net_util_icu.cc | 586 const std::string& raw_bytes, 594 if (raw_bytes.empty()) { 597 base::EscapeJSONString(EscapePath(raw_bytes), true, &result); [all...] |
net_util_icu_unittest.cc | 458 const char* raw_bytes; member in struct:net::__anon13060::GetDirectoryListingEntryCase 489 // U+D55C0 U+AE00. raw_bytes is empty (either a local file with 498 // U+D55C0 U+AE00. raw_bytes is the corresponding EUC-KR sequence: 512 test_cases[i].raw_bytes, [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
cpp_unittest.py | [all...] |