HomeSort by relevance Sort by last modified time
    Searched refs:HexDump (Results 1 - 13 of 13) sorted by null

  /art/runtime/base/
hex_dump_test.cc 33 TEST(HexDump, OneLine) {
36 oss << HexDump(test_text, strlen(test_text), false, "");
42 TEST(HexDump, MultiLine) {
45 oss << HexDump(test_text, strlen(test_text), false, "");
54 TEST(HexDump, ShowActualAddresses) {
57 oss << HexDump(&g16byte_aligned_number, 8, true, "");
63 TEST(HexDump, Prefix) {
66 oss << HexDump(test_text, strlen(test_text), false, "test prefix: ");
hex_dump.h 30 class HexDump {
32 HexDump(const void* address, size_t byte_count, bool show_actual_addresses, const char* prefix)
45 DISALLOW_COPY_AND_ASSIGN(HexDump);
48 inline std::ostream& operator<<(std::ostream& os, const HexDump& rhs) {
hex_dump.cc 25 void HexDump::Dump(std::ostream& os) const {
  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_font_utils.h 37 void HexDump(const unsigned char* byte_data, size_t length);
test_font_utils.cc 99 void HexDump(const unsigned char* byte_data, size_t length) {
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlWireAdapter.java 20 import com.google.polo.pairing.HexDump;
78 debug(HexDump.dumpHexString(outerMessage.serializeToByteArray()));
133 debug(HexDump.dumpHexString(message.serializeToByteArray()));
  /external/chromium_org/net/url_request/
view_cache_helper.h 47 static void HexDump(const char *buf, size_t buf_len, std::string* result);
view_cache_helper.cc 75 void ViewCacheHelper::HexDump(const char *buf, size_t buf_len,
350 HexDump(buf_->data(), buf_len_, data_);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
HexDump.java 19 public class HexDump
  /art/runtime/arch/x86/
fault_handler_x86.cc 271 VLOG(signals) << HexDump(pc, 32, true, "PC ");
  /external/chromium_org/content/browser/appcache/
view_appcache_internals_job.cc 272 net::ViewCacheHelper::HexDump(buf, buf_len, out);
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 588 mDNSlocal void HexDump(const mDNSu8 *ptr, const mDNSu8 *const end)
606 HexDump(ptr, end);
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc     [all...]

Completed in 568 milliseconds