Home
last modified time | relevance | path

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

/hardware/google/av/codec2/docs/
Ddoxyfilter.sh4 global in_comment, current, indent, hold
5 in_comment, current, indent, hold = False, None, '', []
29 global current, indent, hold
30 if t != current or ind not in (indent, indent + ' '):
32 current, indent = t, ind
36 global current, indent
37 if ind in (indent, ''):
41 current, indent = None, None
/hardware/google/av/codec2/hidl/1.0/utils/
DComponentStore.cpp319 constexpr const char indent[] = " "; in dump() local
321 out << indent << "name: " << comp->name << std::endl; in dump()
322 out << indent << "domain: " << comp->domain << std::endl; in dump()
323 out << indent << "kind: " << comp->kind << std::endl; in dump()
324 out << indent << "rank: " << comp->rank << std::endl; in dump()
325 out << indent << "mediaType: " << comp->mediaType << std::endl; in dump()
326 out << indent << "aliases:"; in dump()
340 constexpr const char indent[] = " "; in dump() local
344 out << indent << "Unknown -- null interface" << std::endl; in dump()
347 out << indent << "name: " << intf->getName() << std::endl; in dump()
[all …]
/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;