Home
last modified time | relevance | path

Searched defs:indent (Results 1 – 15 of 15) sorted by relevance

/system/tpm/attestation/common/
Dprint_interface_proto.cc70 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
121 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
152 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
176 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
241 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
262 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
298 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
320 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
378 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
413 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
[all …]
Dprint_common_proto.cc88 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
131 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
180 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
209 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
/system/tpm/tpm_manager/common/
Dprint_tpm_nvram_interface_proto.cc36 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
60 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
81 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
100 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
121 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
147 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
168 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
187 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
215 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
234 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
[all …]
Dprint_tpm_ownership_interface_proto.cc37 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
51 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
112 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
126 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
148 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
171 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
Dprint_local_data_proto.cc33 std::string indent(indent_size, ' '); in GetProtoDebugStringWithIndent() local
/system/extras/simpleperf/
Devent_attr.cpp102 void DumpPerfEventAttr(const perf_event_attr& attr, size_t indent) { in DumpPerfEventAttr()
Dreport.py197 def display_call_tree(self, tree, parent_id, node, indent): argument
Dutils.cpp90 void PrintIndented(size_t indent, const char* fmt, ...) { in PrintIndented()
/system/core/libutils/
DCallStack.cpp58 void CallStack::dump(int fd, int indent, const char* prefix) const { in dump()
DPrinter.cpp98 FdPrinter::FdPrinter(int fd, unsigned int indent, const char* prefix) : in FdPrinter()
DProcessCallStack.cpp238 void ProcessCallStack::dump(int fd, int indent, const char* prefix) const { in dump()
/system/media/camera/docs/
Dmetadata_helpers.py304 def ljust(size, indent=4): argument
783 def javadoc(metadata, indent = 4): argument
872 def ndkdoc(metadata, indent = 4): argument
/system/extras/simpleperf/runtest/
Druntest.py46 def _dump(self, indent): argument
131 def _dump(self, indent): argument
/system/extras/tests/lib/testUtil/
DtestUtil.c358 testXDumpSetIndent(uint8_t indent) in testXDumpSetIndent()
/system/connectivity/shill/test-scripts/
Dflimflam.py40 def convert_dbus_value(value, indent=0): argument