Searched defs:HexDump (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/binder/
H A DTextOutput.cpp51 HexDump::HexDump(const void *buf, size_t size, size_t bytesPerLine) function in class:android::HexDump
64 TextOutput& operator<<(TextOutput& to, const HexDump& val)
/frameworks/base/core/java/com/android/internal/util/
H A DHexDump.java19 public class HexDump class
/frameworks/native/include/binder/
H A DTextOutput.h94 class HexDump class in namespace:android
97 HexDump(const void *buf, size_t size, size_t bytesPerLine=16);
98 inline ~HexDump();
100 inline HexDump& setBytesPerLine(size_t bytesPerLine);
101 inline HexDump& setSingleLineCutoff(int32_t bytes);
102 inline HexDump& setAlignment(size_t alignment);
103 inline HexDump& setCArrayStyle(bool enabled);
121 TextOutput& operator<<(TextOutput& to, const HexDump& val);
179 inline HexDump::~HexDump() { }
[all...]
/frameworks/native/libs/binder/include/binder/
H A DTextOutput.h94 class HexDump class in namespace:android
97 HexDump(const void *buf, size_t size, size_t bytesPerLine=16);
98 inline ~HexDump();
100 inline HexDump& setBytesPerLine(size_t bytesPerLine);
101 inline HexDump& setSingleLineCutoff(int32_t bytes);
102 inline HexDump& setAlignment(size_t alignment);
103 inline HexDump& setCArrayStyle(bool enabled);
121 TextOutput& operator<<(TextOutput& to, const HexDump& val);
179 inline HexDump::~HexDump() { }
[all...]
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dservicetool.cpp49 void HexDump(const void* pointer, size_t length);
83 HexDump(buffer.data(), status.get());
172 void HexDump(const void* pointer, size_t length) { function in namespace:__anon1764
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 6286 milliseconds