Searched refs:indent (Results 1 - 25 of 29) sorted by last modified time

12

/system/tpm/attestation/common/
H A Dprint_common_proto.cc88 std::string indent(indent_size, ' ');
93 output += indent + " quote: ";
100 output += indent + " quoted_data: ";
107 output += indent + " quoted_pcr_value: ";
115 output += indent + " pcr_source_hint: ";
121 output += indent + "}\n";
131 std::string indent(indent_size, ' ');
136 output += indent + " wrapped_key: ";
143 output += indent + " iv: ";
150 output += indent
[all...]
H A Dprint_interface_proto.cc70 std::string indent(indent_size, ' ');
75 output += indent + " key_label: ";
80 output += indent + " key_type: ";
87 output += indent + " key_usage: ";
94 output += indent + " certificate_profile: ";
101 output += indent + " username: ";
106 output += indent + " origin: ";
110 output += indent + "}\n";
121 std::string indent(indent_size, ' ');
126 output += indent
[all...]
/system/tpm/tpm_manager/common/
H A Dprint_local_data_proto.cc33 std::string indent(indent_size, ' ');
38 output += indent + " owner_password: ";
45 output += indent + " owner_dependency: {";
51 output += indent + " endorsement_password: ";
59 output += indent + " lockout_password: ";
66 output += indent + "}\n";
H A Dprint_tpm_nvram_interface_proto.cc36 std::string indent(indent_size, ' ');
41 output += indent + " index: ";
46 output += indent + " length: ";
50 output += indent + "}\n";
60 std::string indent(indent_size, ' ');
65 output += indent + " status: ";
71 output += indent + "}\n";
81 std::string indent(indent_size, ' ');
86 output += indent + " index: ";
90 output += indent
[all...]
H A Dprint_tpm_ownership_interface_proto.cc37 std::string indent(indent_size, ' ');
41 output += indent + "}\n";
51 std::string indent(indent_size, ' ');
56 output += indent + " status: ";
63 output += indent + " enabled: ";
68 output += indent + " owned: ";
73 output += indent + " local_data: ";
80 output += indent + " dictionary_attack_counter: ";
85 output += indent + " dictionary_attack_threshold: ";
90 output += indent
[all...]
/system/media/camera/docs/
H A Dmetadata-parser-sanity-check51 tidy -indent -xml -quiet $thisdir/metadata_properties.xml > $tmp_tidy1
52 tidy -indent -xml -quiet $tmp_out > $tmp_tidy2
H A Dmetadata_helpers.py304 def ljust(size, indent=4):
311 indent: an integer representing the initial indendation level
326 return what + "\n" + "".ljust(indent + size)
783 def javadoc(metadata, indent = 4):
791 indent: baseline level of indentation for javadoc block
818 comment_prefix = " " * indent + " * ";
872 def ndkdoc(metadata, indent = 4):
880 indent: baseline level of indentation for comment block
932 comment_prefix = " " * indent + " * ";
991 <!--- can't use dedent directly since 'foo' has no indent
[all...]
/system/extras/simpleperf/
H A Devent_attr.cpp102 void DumpPerfEventAttr(const perf_event_attr& attr, size_t indent) { argument
109 PrintIndented(indent, "event_attr: for event type %s\n", event_name.c_str());
111 PrintIndented(indent + 1, "type %u, size %u, config %llu\n", attr.type, attr.size, attr.config);
114 PrintIndented(indent + 1, "sample_freq %llu\n", attr.sample_freq);
116 PrintIndented(indent + 1, "sample_period %llu\n", attr.sample_period);
119 PrintIndented(indent + 1, "sample_type (0x%llx) %s\n", attr.sample_type,
122 PrintIndented(indent + 1, "read_format (0x%llx) %s\n", attr.read_format,
125 PrintIndented(indent + 1, "disabled %u, inherit %u, pinned %u, exclusive %u\n", attr.disabled,
128 PrintIndented(indent + 1, "exclude_user %u, exclude_kernel %u, exclude_hv %u\n",
131 PrintIndented(indent
[all...]
H A Devent_attr.h27 void DumpPerfEventAttr(const perf_event_attr& attr, size_t indent = 0);
H A Drecord.cpp126 void SampleId::Dump(size_t indent) const {
129 PrintIndented(indent, "sample_id: pid %u, tid %u\n", tid_data.pid, tid_data.tid);
132 PrintIndented(indent, "sample_id: time %" PRId64 "\n", time_data.time);
135 PrintIndented(indent, "sample_id: stream_id %" PRId64 "\n", id_data.id);
138 PrintIndented(indent, "sample_id: stream_id %" PRId64 "\n", stream_id_data.stream_id);
141 PrintIndented(indent, "sample_id: cpu %u, res %u\n", cpu_data.cpu, cpu_data.res);
176 void Record::Dump(size_t indent) const {
177 PrintIndented(indent, "record %s: type %u, misc %u, size %u\n",
179 DumpData(indent + 1);
180 sample_id.Dump(indent
[all...]
H A Drecord.h127 void Dump(size_t indent) const;
155 void Dump(size_t indent = 0) const;
180 void DumpData(size_t indent) const override;
205 void DumpData(size_t indent) const override;
221 void DumpData(size_t indent) const override;
237 void DumpData(size_t indent) const override;
278 void DumpData(size_t indent) const override;
294 void DumpData(size_t indent) const override;
306 void DumpData(size_t indent) const override;
H A Dreport.py197 def display_call_tree(self, tree, parent_id, node, indent):
199 indent_str = ' ' * indent
217 self.display_call_tree(tree, id, child, indent + 1)
H A Dutils.cpp90 void PrintIndented(size_t indent, const char* fmt, ...) { argument
93 printf("%*s", static_cast<int>(indent * 2), "");
H A Dutils.h111 void PrintIndented(size_t indent, const char* fmt, ...);
/system/extras/simpleperf/runtest/
H A Druntest.py46 def _dump(self, indent):
47 indent_str = ' ' * indent
50 strs.extend(child._dump(indent + 1))
131 def _dump(self, indent):
132 indent_str = ' ' * indent
136 strs.extend(child._dump(indent + 1))
/system/extras/tests/include/
H A DtestUtil.h59 void testXDumpSetIndent(uint8_t indent);
/system/extras/tests/lib/testUtil/
H A DtestUtil.c356 // Set an indent of spaces for each line of hex dump output
358 testXDumpSetIndent(uint8_t indent) argument
360 xDumpIndent = indent;
363 // Obtain the current hex dump indent amount
/system/core/include/utils/
H A DCallStack.h55 void dump(int fd, int indent = 0, const char* prefix = 0) const;
H A DPrinter.h67 // - Each line will be prefixed with 'indent' number of blank spaces.
69 FdPrinter(int fd, unsigned int indent = 0, const char* prefix = 0);
H A DProcessCallStack.h49 void dump(int fd, int indent = 0, const char* prefix = 0) const;
/system/core/libutils/
H A DCallStack.cpp58 void CallStack::dump(int fd, int indent, const char* prefix) const { argument
59 FdPrinter printer(fd, indent, prefix);
H A DPrinter.cpp98 FdPrinter::FdPrinter(int fd, unsigned int indent, const char* prefix) : argument
99 mFd(fd), mIndent(indent), mPrefix(prefix ?: "") {
105 // <indent><prefix><line> -- e.g. '%-4s%s\n' for indent=4
H A DProcessCallStack.cpp238 void ProcessCallStack::dump(int fd, int indent, const char* prefix) const { argument
240 if (indent < 0) {
241 ALOGW("%s: Bad indent (%d)", __FUNCTION__, indent);
245 FdPrinter printer(fd, static_cast<unsigned int>(indent), prefix);
/system/connectivity/shill/mobile_operator_db/
H A Dserviceproviders_converter.py552 indent = (2 * self._indent) * u' '
553 line = indent + u' '.join(args) + u'\n'
561 xml_data_str = reparsed.toprettyxml(indent=u' ',
/system/connectivity/shill/net/
H A Dattribute_list.cc77 void AttributeList::Print(int log_level, int indent) const {
81 i->second->Print(log_level, indent);

Completed in 348 milliseconds

12