Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 7 of 7) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/
DComponentStore.cpp321 constexpr const char indent[] = " "; in dump() local
323 out << indent << "name: " << comp->name << std::endl; in dump()
324 out << indent << "domain: " << comp->domain << std::endl; in dump()
325 out << indent << "kind: " << comp->kind << std::endl; in dump()
326 out << indent << "rank: " << comp->rank << std::endl; in dump()
327 out << indent << "mediaType: " << comp->mediaType << std::endl; in dump()
328 out << indent << "aliases:"; in dump()
342 constexpr const char indent[] = " "; in dump() local
346 out << indent << "Unknown -- null interface" << std::endl; in dump()
349 out << indent << "name: " << intf->getName() << std::endl; in dump()
[all …]
/hardware/google/av/media/eco/
D.clang-format16 # "Don't indent the section label"
27 # more code that does not indent the case labels in frameworks/base.
/hardware/google/pixel/
DCPPLINT.cfg4 filter=-whitespace/indent
/hardware/qcom/msm8998/json-c/
Djson_object.c299 static void indent(struct printbuf *pb, int level, int flags) in indent() function
331 indent(pb, level+1, flags); in json_object_object_to_json_string()
347 indent(pb,level,flags); in json_object_object_to_json_string()
832 indent(pb, level + 1, flags); in json_object_array_to_json_string()
843 indent(pb,level,flags); in json_object_array_to_json_string()
/hardware/google/av/media/sfplugin/
DReflectedParamUpdater.cpp38 std::string indent(indent_, ' '); in debugString() local
43 s << indent << " "; in debugString()
101 s << tmp.c_str() << indent << " }"; in debugString()
111 s << indent << "}"; in debugString()
DReflectedParamUpdater.h69 std::string debugString(size_t indent = 0) const;
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp187 static bool cborPrettyPrintInternal(const cppbor::Item* item, string& out, size_t indent, in cborPrettyPrintInternal() argument
191 string indentString(indent, ' '); in cborPrettyPrintInternal()
248 if (!cborPrettyPrintInternal((*array)[n].get(), out, indent + 2, maxBStrSize, in cborPrettyPrintInternal()
259 if (!cborPrettyPrintInternal((*array)[n].get(), out, indent + 2, maxBStrSize, in cborPrettyPrintInternal()
281 if (!cborPrettyPrintInternal(map_key.get(), out, indent + 2, maxBStrSize, in cborPrettyPrintInternal()
291 if (!cborPrettyPrintInternal(map_value.get(), out, indent + 2, maxBStrSize, in cborPrettyPrintInternal()
306 cborPrettyPrintInternal(semantic->child().get(), out, indent, maxBStrSize, in cborPrettyPrintInternal()