Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 25 of 51) sorted by relevance

123

/system/libufdt/
Dufdt_convert.c53 void ufdt_destruct(struct ufdt *tree, struct ufdt_node_pool *pool) { in ufdt_destruct() argument
54 if (tree == NULL) return; in ufdt_destruct()
56 ufdt_node_destruct(tree->root, pool); in ufdt_destruct()
58 dto_free(tree->fdtps); in ufdt_destruct()
59 dto_free(tree->phandle_table.data); in ufdt_destruct()
60 dto_free(tree); in ufdt_destruct()
63 int ufdt_add_fdt(struct ufdt *tree, void *fdtp) { in ufdt_add_fdt() argument
68 int i = tree->num_used_fdtps; in ufdt_add_fdt()
69 if (i >= tree->mem_size_fdtps) { in ufdt_add_fdt()
70 int new_size = tree->mem_size_fdtps * 2; in ufdt_add_fdt()
[all …]
Dufdt_overlay.c70 uint32_t ufdt_get_max_phandle(struct ufdt *tree) { in ufdt_get_max_phandle() argument
71 struct ufdt_static_phandle_table sorted_table = tree->phandle_table; in ufdt_get_max_phandle()
99 void ufdt_try_increase_phandle(struct ufdt *tree, uint32_t offset) { in ufdt_try_increase_phandle() argument
100 struct ufdt_static_phandle_table sorted_table = tree->phandle_table; in ufdt_try_increase_phandle()
130 void *ufdt_get_fixup_location(struct ufdt *tree, const char *fixup) { in ufdt_get_fixup_location() argument
171 target_node = ufdt_get_node_by_path(tree, path); 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() argument
214 fixup_pos = ufdt_get_fixup_location(tree, fixups); in ufdt_do_one_fixup()
321 enum overlay_result ufdt_overlay_get_target(struct ufdt *tree, in ufdt_overlay_get_target() argument
333 *target_node = ufdt_get_node_by_phandle(tree, target); in ufdt_overlay_get_target()
[all …]
/system/libufdt/include/
Dufdt_overlay_internal.h22 void *ufdt_get_fixup_location(struct ufdt *tree, const char *fixup);
23 int ufdt_do_one_fixup(struct ufdt *tree, const char *fixups, int fixups_len,
37 enum overlay_result ufdt_overlay_get_target(struct ufdt *tree,
40 void ufdt_try_increase_phandle(struct ufdt *tree, uint32_t offset);
41 uint32_t ufdt_get_max_phandle(struct ufdt *tree);
42 struct ufdt_static_phandle_table build_phandle_table(struct ufdt *tree);
43 int ufdt_overlay_do_local_fixups(struct ufdt *tree, uint32_t phandle_offset);
Dlibufdt.h162 void ufdt_destruct(struct ufdt *tree, struct ufdt_node_pool *pool);
171 int ufdt_add_fdt(struct ufdt *tree, void *fdtp);
181 int ufdt_get_string_off(const struct ufdt *tree, const char *s);
192 struct ufdt_node *ufdt_get_node_by_phandle(struct ufdt *tree, uint32_t phandle);
207 struct ufdt_node *ufdt_get_node_by_path_len(struct ufdt *tree, const char *path,
209 struct ufdt_node *ufdt_get_node_by_path(struct ufdt *tree, const char *path);
302 int ufdt_to_fdt(const struct ufdt *tree, void *buf, int buf_size);
321 void ufdt_print(struct ufdt *tree);
/system/extras/simpleperf/scripts/
Dreport.py224 tree = Treeview(report_frame, columns=[title_line], show='')
225 tree.pack(side=LEFT, fill=BOTH, expand=1)
226 tree.tag_configure('set_font', font=font)
228 tree.config(yscrollcommand=yscrollbar.set)
229 yscrollbar.config(command=tree.yview)
230 tree.config(xscrollcommand=xscrollbar.set)
231 xscrollbar.config(command=tree.xview)
233 self.display_report_items(tree, report_items)
235 def display_report_items(self, tree, report_items): argument
238 id = tree.insert(
[all …]
/system/libufdt/tests/
DREADME13 - Base device tree source.
23 - Additional device tree source.
30 - Additional device tree fragment source.
/system/libufdt/tests/libufdt_verify/
Dufdt_test_overlay.cpp141 void ufdt_combine_fixup(struct ufdt *tree, const char *fixup, in ufdt_combine_fixup() argument
179 target_node = ufdt_get_node_by_path(tree, path); in ufdt_combine_fixup()
263 static int ufdt_verify_fragment(struct ufdt *tree, in ufdt_verify_fragment() argument
268 enum overlay_result target_search_result = ufdt_overlay_get_target(tree, frag_node, in ufdt_verify_fragment()
280 bool result = ufdt_verify_overlay_node(target_node, overlay_node, tree, overlay_tree); in ufdt_verify_fragment()
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DUniqueZonesVisualizer.java82 CountryZoneTree tree = in createGraphvizFile() local
84 tree.createGraphvizFile(outputFile); in createGraphvizFile()
/system/apex/tests/testdata/sharedlibs/
DREADME.md9 root of the tree:
/system/chre/apps/tflm_demo/
DREADME18 GitHub repo: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/micro
/system/connectivity/wificond/net/kernel-header-latest/
DREADME.txt5 external/kernel-headers has the headers from the stable kernel tree which is generally
/system/tools/aidl/metadata/
DAndroid.bp1 // build time C++ available list of all AIDL interfaces in the tree
/system/tools/hidl/metadata/
DAndroid.bp1 // build time C++ available list of all HIDL interfaces in the tree
/system/bt/gd/cert/
Dset_up_virtualenv.sh17 Ensure invoked from within the android source tree
/system/sepolicy/prebuilts/api/30.0/private/
Dsnapshotctl.te20 # Allow to get A/B slot suffix from device tree or kernel cmdline.
/system/tools/hidl/lint/test/
DAndroid.bp44 // These tests currently require the source tree to run properly.
/system/sepolicy/private/
Dsnapshotctl.te20 # Allow to get A/B slot suffix from device tree or kernel cmdline.
/system/sepolicy/prebuilts/api/31.0/private/
Dsnapshotctl.te20 # Allow to get A/B slot suffix from device tree or kernel cmdline.
/system/bt/doc/
Dstyle_guide.md267 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/sepolicy/prebuilts/api/29.0/public/
Dfastbootd.te76 # Needed to read fstab node from device tree.
/system/sepolicy/prebuilts/api/31.0/public/
Dfastbootd.te69 # Needed to read fstab node from device tree.
/system/sepolicy/public/
Dfastbootd.te69 # Needed to read fstab node from device tree.
/system/chre/doc/
Dvendor_extensions.md55 the API be placed outside of the CHRE tree, in a separate Git project under
56 `vendor/` in the Android tree, to avoid potential conflicts when upgrading to a
/system/bt/gd/docs/testing/
Dgtest.md43 CTS/GTS tests, etc. To use `atest` with GD, simplying sync your Android tree,
76 1. Sync Android tree, run `build/envsetup` and `lunch` desired target, `cd`
/system/sepolicy/prebuilts/api/30.0/public/
Dfastbootd.te79 # Needed to read fstab node from device tree.

123