Searched refs:HexDump (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/test/Scripts/ |
D | elf-dump | 68 … print " (('sh_name', %s)" % common_dump.HexDump(self.sh_name), "# %r" % shstrtab[self.sh_name[0]] 69 print " ('sh_type', %s)" % common_dump.HexDump(self.sh_type) 70 print " ('sh_flags', %s)" % common_dump.HexDump(self.sh_flags) 71 print " ('sh_addr', %s)" % common_dump.HexDump(self.sh_addr) 72 print " ('sh_offset', %s)" % common_dump.HexDump(self.sh_offset) 73 print " ('sh_size', %s)" % common_dump.HexDump(self.sh_size) 74 print " ('sh_link', %s)" % common_dump.HexDump(self.sh_link) 75 print " ('sh_info', %s)" % common_dump.HexDump(self.sh_info) 76 print " ('sh_addralign', %s)" % common_dump.HexDump(self.sh_addralign) 77 print " ('sh_entsize', %s)" % common_dump.HexDump(self.sh_entsize) [all …]
|
D | common_dump.py | 34 def HexDump(valPair): function
|
/external/capstone/bindings/vb6/ |
D | mMisc.bas | 279 Function HexDump(bAryOrStrData, Optional hexOnly = 0, Optional ByVal startAt As Long = 1, Optional … function 344 HexDump = Join(s, vbCrLf) 347 HexDump = Replace(HexDump, " ", "") 348 HexDump = Replace(HexDump, vbCrLf, "")
|
D | CInstDetails.cls | 64 push ret, HexDump(m_raw)
|
D | CX86Inst.cls | 119 push r, HexDump(m_raw)
|
D | CX86Operand.cls | 92 push ret, HexDump(m_raw)
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/ |
D | XmlWireAdapter.java | 20 import com.google.polo.pairing.HexDump; 78 debug(HexDump.dumpHexString(outerMessage.serializeToByteArray())); in getNextMessage() 133 debug(HexDump.dumpHexString(message.serializeToByteArray())); in writeXML()
|
/external/sfntly/cpp/src/test/ |
D | test_font_utils.h | 37 void HexDump(const unsigned char* byte_data, size_t length);
|
D | test_font_utils.cc | 99 void HexDump(const unsigned char* byte_data, size_t length) { in HexDump() function
|
/external/perfetto/src/tracing/core/ |
D | trace_buffer.cc | 31 std::string HexDump(const uint8_t* src, size_t size) { in HexDump() function 187 TRACE_BUFFER_DLOG("Chunk raw: %s", HexDump(wptr_, record_size).c_str()); in CopyChunkUntrusted() 325 HexDump(chunk_begin, chunk_meta.chunk_record->size).c_str()); in TryPatchChunkContents()
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
D | HexDump.java | 19 public class HexDump class
|
/external/apache-http/ |
D | Android.mk | 105 ../../frameworks/base/core/java/com/android/internal/util/HexDump.java \
|
/external/mdnsresponder/mDNSPosix/ |
D | NetMonitor.c | 588 mDNSlocal void HexDump(const mDNSu8 *ptr, const mDNSu8 *const end) in HexDump() function 606 HexDump(ptr, end); in DisplayError()
|