Searched defs:tree (Results 1 – 6 of 6) sorted by relevance
/system/bt/gd/docs/testing/ |
D | cert_test.md | 75 ### Run GD cert tests on host machine 89 ### Run GD cert tests on devices for the first time 98 ### Run GD cert tests on devices for the second time and after 106 ### `system/bt/gd/cert/run` command reference 118 ### Run GD cert tests on devices over SSH
|
/system/libufdt/ |
D | ufdt_convert.c | 53 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 …]
|
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() 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() 522 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 | 235 def display_report_items(self, tree, report_items): argument 249 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()
|