HomeSort by relevance Sort by last modified time
    Searched refs:indent_child (Results 1 - 3 of 3) sorted by null

  /external/lldb/test/python_api/value/
TestValueAPI.py 86 cvf = lldbutil.ChildVisitingFormatter(indent_child=2)
87 rdf = lldbutil.RecursiveDecentFormatter(indent_child=2)
  /external/lldb/test/python_api/value/linked_list/
TestValueAPILinkedList.py 74 cvf = lldbutil.ChildVisitingFormatter(indent_child=2)
  /external/lldb/test/
lldbutil.py 844 The constructor takes a keyword arg: indent_child, which defaults to 2.
846 def __init__(self, indent_child=2):
848 self.cindent = indent_child
865 and indent_child, which defaults to 2. The current indentation level is
869 def __init__(self, indent_level=0, indent_child=2):
871 self.cindent = indent_child

Completed in 288 milliseconds