Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/value/
DTestValueAPI.py93 cvf = lldbutil.ChildVisitingFormatter(indent_child=2)
94 rdf = lldbutil.RecursiveDecentFormatter(indent_child=2)
/external/llvm-project/lldb/utils/lui/
Dlldbutil.py989 def __init__(self, indent_child=2): argument
991 self.cindent = indent_child
1016 def __init__(self, indent_level=0, indent_child=2): argument
1018 self.cindent = indent_child
/external/llvm-project/lldb/test/API/python_api/value/linked_list/
DTestValueAPILinkedList.py70 cvf = lldbutil.ChildVisitingFormatter(indent_child=2)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py1343 def __init__(self, indent_child=2): argument
1345 self.cindent = indent_child
1370 def __init__(self, indent_level=0, indent_child=2): argument
1372 self.cindent = indent_child