Home
last modified time | relevance | path

Searched refs:indent_child (Results 1 – 3 of 3) sorted by relevance

/external/lldb/test/python_api/value/
DTestValueAPI.py86 cvf = lldbutil.ChildVisitingFormatter(indent_child=2)
87 rdf = lldbutil.RecursiveDecentFormatter(indent_child=2)
/external/lldb/test/
Dlldbutil.py846 def __init__(self, indent_child=2): argument
848 self.cindent = indent_child
869 def __init__(self, indent_level=0, indent_child=2): argument
871 self.cindent = indent_child
/external/lldb/test/python_api/value/linked_list/
DTestValueAPILinkedList.py74 cvf = lldbutil.ChildVisitingFormatter(indent_child=2)