/system/libufdt/ |
D | ufdt_convert.c | 50 void ufdt_destruct(struct ufdt *tree) { in ufdt_destruct() argument 51 if (tree == NULL) return; in ufdt_destruct() 53 ufdt_node_destruct(tree->root); in ufdt_destruct() 55 dto_free(tree->fdtps); in ufdt_destruct() 56 dto_free(tree->phandle_table.data); in ufdt_destruct() 57 dto_free(tree); in ufdt_destruct() 60 int ufdt_add_fdt(struct ufdt *tree, void *fdtp) { in ufdt_add_fdt() argument 65 int i = tree->num_used_fdtps; in ufdt_add_fdt() 66 if (i >= tree->mem_size_fdtps) { in ufdt_add_fdt() 67 int new_size = tree->mem_size_fdtps * 2; in ufdt_add_fdt() [all …]
|
D | ufdt_overlay.c | 70 static uint32_t ufdt_get_max_phandle(struct ufdt *tree) { in ufdt_get_max_phandle() argument 71 struct static_phandle_table sorted_table = tree->phandle_table; in ufdt_get_max_phandle() 99 static void ufdt_try_increase_phandle(struct ufdt *tree, uint32_t offset) { in ufdt_try_increase_phandle() argument 100 struct static_phandle_table sorted_table = tree->phandle_table; in ufdt_try_increase_phandle() 130 static void *ufdt_get_fixup_location(struct ufdt *tree, const char *fixup) { in ufdt_get_fixup_location() argument 165 target_node = ufdt_get_node_by_path(tree, path); in ufdt_get_fixup_location() 200 static int ufdt_do_one_fixup(struct ufdt *tree, const char *fixups, in ufdt_do_one_fixup() argument 208 fixup_pos = ufdt_get_fixup_location(tree, fixups); in ufdt_do_one_fixup() 330 static enum overlay_result ufdt_apply_fragment(struct ufdt *tree, in ufdt_apply_fragment() argument 342 target_node = ufdt_get_node_by_phandle(tree, target); in ufdt_apply_fragment() [all …]
|
/system/libufdt/include/ |
D | libufdt.h | 161 void ufdt_destruct(struct ufdt *tree); 170 int ufdt_add_fdt(struct ufdt *tree, void *fdtp); 180 int ufdt_get_string_off(const struct ufdt *tree, const char *s); 191 struct ufdt_node *ufdt_get_node_by_phandle(struct ufdt *tree, uint32_t phandle); 206 struct ufdt_node *ufdt_get_node_by_path_len(struct ufdt *tree, const char *path, 208 struct ufdt_node *ufdt_get_node_by_path(struct ufdt *tree, const char *path); 308 int ufdt_to_fdt(const struct ufdt *tree, void *buf, int buf_size); 327 void ufdt_print(struct ufdt *tree); 360 void ufdt_map(struct ufdt *tree, struct ufdt_node_closure closure);
|
/system/extras/simpleperf/scripts/ |
D | report.py | 206 tree = Treeview(report_frame, columns=[title_line], show='') 207 tree.pack(side=LEFT, fill=BOTH, expand=1) 208 tree.tag_configure('set_font', font=font) 210 tree.config(yscrollcommand=yscrollbar.set) 211 yscrollbar.config(command=tree.yview) 212 tree.config(xscrollcommand=xscrollbar.set) 213 xscrollbar.config(command=tree.xview) 215 self.display_report_items(tree, report_items) 217 def display_report_items(self, tree, report_items): argument 220 id = tree.insert( [all …]
|
/system/libufdt/tests/ |
D | README | 13 - Base device tree source. 23 - Additional device tree source. 30 - Additional device tree fragment source.
|
/system/bt/ |
D | .gn | 18 # tree and to set startup options. For documentation on the values set in this
|
/system/bt/doc/ |
D | style_guide.md | 267 The style file is located at the root of the source tree in .clang-format. The 276 the tree since the formatting change was applied, the better. In this short 337 ##### Start with a tree with your patch applied to the tip of tree 423 ##### Checkout the current tree and cherry pick your reformatted patch!
|
/system/libufdt/utils/ |
D | README.md | 4 This folder contains utilities for device tree overlay.
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 202 tree = ET.parse(config_file) 203 root = tree.getroot()
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 53 the root of the Android tree. For instance, a file IFoo.aidl defining 180 two, and should be included automatically within the Android build tree
|
/system/chre/ |
D | README.md | 35 tree, for example:
|
/system/media/audio_utils/ |
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 …]
|
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 …]
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 809 # subdirectory from a directory tree whose root is specified with the INPUT tag. 990 # - Make sure the INPUT points to the root of the source tree 1174 # shown in the various tree structured indices initially; the user can expand 1175 # and collapse entries dynamically later on. Doxygen will expand the tree to 1177 # a fully collapsed tree already exceeds this amount). So setting the number of 1178 # entries 1 will produce a full collapsed tree by default. 0 is a special value 1180 # tree by default. 1285 # the table of contents of the HTML help documentation and to the tree view. 1379 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. 1385 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index [all …]
|
/system/core/init/ |
D | README.md | 384 > Recursively restore the directory tree named by _path_ to the
|
/system/extras/simpleperf/ |
D | README.md | 540 A call graph is a tree showing function call relations. Below is an example.
|