Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 6 of 6) sorted by relevance

/system/libufdt/
Dufdt_convert.c53 void ufdt_destruct(struct ufdt *tree, struct ufdt_node_pool *pool) { in ufdt_destruct()
63 int ufdt_add_fdt(struct ufdt *tree, void *fdtp) { in ufdt_add_fdt()
87 int ufdt_get_string_off(const struct ufdt *tree, const char *s) { in ufdt_get_string_off()
166 void ufdt_print(struct ufdt *tree) { in ufdt_print()
170 struct ufdt_node *ufdt_get_node_by_path_len(struct ufdt *tree, const char *path, in ufdt_get_node_by_path_len()
213 struct ufdt_node *ufdt_get_node_by_path(struct ufdt *tree, const char *path) { in ufdt_get_node_by_path()
217 struct ufdt_node *ufdt_get_node_by_phandle(struct ufdt *tree, in ufdt_get_node_by_phandle()
275 struct ufdt_static_phandle_table build_phandle_table(struct ufdt *tree) { in build_phandle_table()
306 static int _ufdt_get_property_nameoff(const struct ufdt *tree, const char *name, in _ufdt_get_property_nameoff()
325 const struct ufdt *tree, void *fdtp, in _ufdt_output_property_to_fdt()
[all …]
Dufdt_overlay.c70 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()
206 int ufdt_do_one_fixup(struct ufdt *tree, const char *fixups, int fixups_len, in ufdt_do_one_fixup()
321 enum overlay_result ufdt_overlay_get_target(struct ufdt *tree, in ufdt_overlay_get_target()
360 static enum overlay_result ufdt_apply_fragment(struct ufdt *tree, in ufdt_apply_fragment()
520 int ufdt_overlay_do_local_fixups(struct ufdt *tree, uint32_t phandle_offset) { in ufdt_overlay_do_local_fixups()
/system/extras/simpleperf/scripts/
Dreport.py234 def display_report_items(self, tree, report_items): argument
248 def display_call_tree(self, tree, parent_id, node, indent): argument
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DUniqueZonesVisualizer.java82 CountryZoneTree tree = in createGraphvizFile() local
/system/libufdt/tests/libufdt_verify/
Dufdt_test_overlay.cpp141 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()
/system/core/adb/client/
Dfastdeploy.cpp178 android::ResXMLTree tree; in get_packagename_from_apk() local