Searched refs:tree (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/ |
D | report.py | 172 tree = Treeview(report_frame, columns=[title_line], show='') 173 tree.pack(side=LEFT, fill=BOTH, expand=1) 174 tree.tag_configure('set_font', font=font) 176 tree.config(yscrollcommand=yscrollbar.set) 177 yscrollbar.config(command=tree.yview) 178 tree.config(xscrollcommand=xscrollbar.set) 179 xscrollbar.config(command=tree.xview) 181 self.display_report_items(tree, report_items) 183 def display_report_items(self, tree, report_items): argument 186 id = tree.insert( [all …]
|
/system/bt/ |
D | .gn | 18 # tree and to set startup options. For documentation on the values set in this
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 200 tree = ET.parse(config_file) 201 root = tree.getroot()
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 776 # subdirectory from a directory tree whose root is specified with the INPUT tag. 949 # - Make sure the INPUT points to the root of the source tree 1130 # shown in the various tree structured indices initially; the user can expand 1131 # and collapse entries dynamically later on. Doxygen will expand the tree to 1133 # a fully collapsed tree already exceeds this amount). So setting the number of 1134 # entries 1 will produce a full collapsed tree by default. 0 is a special value 1136 # tree by default. 1240 # the table of contents of the HTML help documentation and to the tree view. 1334 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. 1340 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index [all …]
|
D | Doxyfile | 776 # subdirectory from a directory tree whose root is specified with the INPUT tag. 949 # - Make sure the INPUT points to the root of the source tree 1130 # shown in the various tree structured indices initially; the user can expand 1131 # and collapse entries dynamically later on. Doxygen will expand the tree to 1133 # a fully collapsed tree already exceeds this amount). So setting the number of 1134 # entries 1 will produce a full collapsed tree by default. 0 is a special value 1136 # tree by default. 1240 # the table of contents of the HTML help documentation and to the tree view. 1334 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. 1340 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index [all …]
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 53 the root of the Android tree. For instance, a file IFoo.aidl defining
|
/system/core/init/ |
D | readme.txt | 321 Recursively restore the directory tree named by <path> to the
|