/system/tools/hidl/host_utils/ |
D | Formatter.cpp | 40 void Formatter::indent(size_t level) { in indent() function in android::Formatter 49 Formatter& Formatter::indent(size_t level, const std::function<void(void)>& func) { in indent() function in android::Formatter 56 Formatter& Formatter::indent(const std::function<void(void)>& func) { in indent() function in android::Formatter
|
/system/core/libunwindstack/ |
D | Log.cpp | 39 void log(uint8_t indent, const char* format, ...) { in log()
|
D | DwarfCfa.cpp | 181 bool DwarfCfa<AddressType>::LogOffsetRegisterString(uint32_t indent, uint64_t cfa_offset, in LogOffsetRegisterString() 204 bool DwarfCfa<AddressType>::LogInstruction(uint32_t indent, uint64_t cfa_offset, uint8_t op, in LogInstruction() 270 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()
|
/system/tools/sysprop/ |
D | CodeWriter.cpp | 30 CodeWriter::CodeWriter(std::string indent) : indent_(std::move(indent)) { in CodeWriter()
|
/system/tools/xsdc/src/com/android/xsdc/ |
D | CodeWriter.java | 24 private int indent; field in CodeWriter
|
/system/extras/perfprofd/scripts/ |
D | perf_config_proto.py | 58 def read_message(msg_descriptor, indent): argument
|
D | perf_proto_stack_sqlite_flame.py | 57 def print_callsite_ascii(self, depth, indent, dsos, syms): argument
|
/system/update_engine/scripts/update_payload/ |
D | checker.py | 127 def _Indent(indent, line): argument 156 def __init__(self, name, value, linebreak, indent): argument 256 def AddField(self, name, value, linebreak=False, indent=0): argument 344 msg_name=None, linebreak=False, indent=0): argument 423 linebreak=False, indent=0): argument 431 linebreak=False, indent=0): argument
|
D | checker_unittest.py | 156 linebreak=False, indent=0): argument 194 linebreak, indent): argument 221 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/include/hwbinder/ |
D | TextOutput.h | 159 inline TextOutput& indent(TextOutput& to) in indent() function
|
/system/update_engine/scripts/ |
D | payload_info.py | 41 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 | 152 void PrintIndented(size_t indent, const char* fmt, ...) { in PrintIndented() 160 void FprintIndented(FILE* fp, size_t indent, const char* fmt, ...) { in FprintIndented()
|
D | tracing.cpp | 375 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/libhwbinder/ |
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/extras/tests/lib/testUtil/ |
D | testUtil.c | 355 testXDumpSetIndent(uint8_t indent) in testXDumpSetIndent()
|
/system/bt/profile/avrcp/ |
D | device.cc | 1424 ScopedIndent indent(out); in operator <<() local 1430 ScopedIndent indent(out); in operator <<() local
|