/system/core/libunwindstack/ |
D | Log.cpp | 39 void log(uint8_t indent, const char* format, ...) { in log()
|
D | DwarfCfa.cpp | 183 bool DwarfCfa<AddressType>::LogOffsetRegisterString(uint32_t indent, uint64_t cfa_offset, in LogOffsetRegisterString() 206 bool DwarfCfa<AddressType>::LogInstruction(uint32_t indent, uint64_t cfa_offset, uint8_t op, in LogInstruction() 276 bool DwarfCfa<AddressType>::Log(uint32_t indent, uint64_t pc, uint64_t start_offset, in Log()
|
D | ArmExidx.h | 85 void set_log_indent(uint8_t indent) { log_indent_ = indent; } in set_log_indent()
|
D | DwarfSection.cpp | 593 bool DwarfSectionImpl<AddressType>::Log(uint8_t indent, uint64_t pc, const DwarfFde* fde, in Log()
|
/system/tools/sysprop/ |
D | CodeWriter.cpp | 30 CodeWriter::CodeWriter(std::string indent) : indent_(std::move(indent)) { in CodeWriter()
|
/system/tools/hidl/host_utils/ |
D | Formatter.cpp | 43 void Formatter::indent(size_t level) { in indent() function in android::Formatter 52 Formatter& Formatter::indent(size_t level, const std::function<void(void)>& func) { in indent() function in android::Formatter 59 Formatter& Formatter::indent(const std::function<void(void)>& func) { in indent() function in android::Formatter
|
/system/tools/xsdc/src/com/android/xsdc/ |
D | CodeWriter.java | 24 private int indent; field in CodeWriter
|
/system/update_engine/scripts/update_payload/ |
D | checker.py | 125 def _Indent(indent, line): argument 154 def __init__(self, name, value, linebreak, indent): argument 254 def AddField(self, name, value, linebreak=False, indent=0): argument 340 msg_name=None, linebreak=False, indent=0): argument 419 linebreak=False, indent=0): argument 427 linebreak=False, indent=0): argument
|
D | checker_unittest.py | 188 linebreak=False, indent=0): argument 227 linebreak, indent): argument 254 indent): argument
|
/system/core/libutils/ |
D | Printer.cpp | 98 FdPrinter::FdPrinter(int fd, unsigned int indent, const char* prefix) : in FdPrinter()
|
D | CallStack.cpp | 58 void CallStack::dump(int fd, int indent, const char* prefix) const { in dump()
|
D | ProcessCallStack.cpp | 225 void ProcessCallStack::dump(int fd, int indent, const char* prefix) const { in dump()
|
/system/libhwbinder/ |
D | TextOutput.h | 153 inline TextOutput& indent(TextOutput& to) in indent() function
|
D | Debug.cpp | 159 void printHexData(int32_t indent, const void *buf, size_t length, in printHexData()
|
D | BufferedTextOutput.cpp | 86 int32_t indent; member
|
/system/update_engine/scripts/ |
D | payload_info.py | 42 def DisplayHexData(data, indent=0): argument
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 308 def ljust(size, indent=4): argument 789 def javadoc(metadata, indent = 4): argument 878 def ndkdoc(metadata, indent = 4): argument 977 def hidldoc(metadata, indent = 4): argument
|
/system/extras/simpleperf/ |
D | event_attr.cpp | 101 void DumpPerfEventAttr(const perf_event_attr& attr, size_t indent) { in DumpPerfEventAttr()
|
D | utils.cpp | 151 void PrintIndented(size_t indent, const char* fmt, ...) { in PrintIndented() 159 void FprintIndented(FILE* fp, size_t indent, const char* fmt, ...) { in FprintIndented()
|
D | tracing.cpp | 373 void Tracing::Dump(size_t indent) { tracing_file_->Dump(indent); } in Dump()
|
/system/extras/simpleperf/scripts/ |
D | report.py | 248 def display_call_tree(self, tree, parent_id, node, indent): argument
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 48 def _dump(self, indent): argument 133 def _dump(self, indent): argument
|
/system/extras/tests/lib/testUtil/ |
D | testUtil.c | 355 testXDumpSetIndent(uint8_t indent) in testXDumpSetIndent()
|
/system/bt/profile/avrcp/ |
D | device.cc | 1434 ScopedIndent indent(out); in operator <<() local 1440 ScopedIndent indent(out); in operator <<() local
|
/system/libvintf/ |
D | HalManifest.cpp | 222 void multilineIndent(std::ostream& os, size_t indent, const Container& lines) { in multilineIndent()
|