Searched defs:tree (Results 1 – 5 of 5) sorted by relevance
| /system/libufdt/ |
| D | ufdt_convert.c | 55 void ufdt_destruct(struct ufdt *tree, struct ufdt_node_pool *pool) { in ufdt_destruct() 65 int ufdt_add_fdt(struct ufdt *tree, void *fdtp) { in ufdt_add_fdt() 89 int ufdt_get_string_off(const struct ufdt *tree, const char *s) { in ufdt_get_string_off() 174 void ufdt_print(struct ufdt *tree) { in ufdt_print() 178 struct ufdt_node *ufdt_get_node_by_path_len(struct ufdt *tree, const char *path, in ufdt_get_node_by_path_len() 229 struct ufdt_node *ufdt_get_node_by_path(struct ufdt *tree, const char *path) { in ufdt_get_node_by_path() 233 struct ufdt_node *ufdt_get_node_by_phandle(struct ufdt *tree, in ufdt_get_node_by_phandle() 291 struct ufdt_static_phandle_table build_phandle_table(struct ufdt *tree) { in build_phandle_table() 329 static int _ufdt_get_property_nameoff(const struct ufdt *tree, const char *name, in _ufdt_get_property_nameoff() 348 const struct ufdt *tree, void *fdtp, in _ufdt_output_property_to_fdt() [all …]
|
| D | ufdt_overlay.c | 70 uint32_t ufdt_get_max_phandle(struct ufdt *tree) { in ufdt_get_max_phandle() 99 void ufdt_try_increase_phandle(struct ufdt *tree, uint32_t offset) { in ufdt_try_increase_phandle() 130 void *ufdt_get_fixup_location(struct ufdt *tree, const char *fixup) { in ufdt_get_fixup_location() 212 int ufdt_do_one_fixup(struct ufdt *tree, const char *fixups, int fixups_len, in ufdt_do_one_fixup() 327 enum overlay_result ufdt_overlay_get_target(struct ufdt *tree, in ufdt_overlay_get_target() 366 static enum overlay_result ufdt_apply_fragment(struct ufdt *tree, in ufdt_apply_fragment() 530 int ufdt_overlay_do_local_fixups(struct ufdt *tree, uint32_t phandle_offset) { in ufdt_overlay_do_local_fixups()
|
| /system/extras/simpleperf/scripts/ |
| D | report.py | 236 def display_report_items(self, tree, report_items): argument 250 def display_call_tree(self, tree, parent_id, node, indent): argument
|
| /system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/ |
| D | UniqueZonesVisualizer.java | 82 CountryZoneTree tree = in createGraphvizFile() local
|
| /system/libufdt/tests/libufdt_verify/ |
| D | ufdt_test_overlay.cpp | 141 void ufdt_combine_fixup(struct ufdt *tree, const char *fixup, in ufdt_combine_fixup() 263 static int ufdt_verify_fragment(struct ufdt *tree, in ufdt_verify_fragment()
|