Home
last modified time | relevance | path

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

12

/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.py223 tree = Treeview(report_frame, columns=[title_line], show='')
224 tree.pack(side=LEFT, fill=BOTH, expand=1)
225 tree.tag_configure('set_font', font=font)
227 tree.config(yscrollcommand=yscrollbar.set)
228 yscrollbar.config(command=tree.yview)
229 tree.config(xscrollcommand=xscrollbar.set)
230 xscrollbar.config(command=tree.xview)
232 self.display_report_items(tree, report_items)
234 def display_report_items(self, tree, report_items): argument
237 id = tree.insert(
[all …]
/system/libufdt/tests/
DREADME13 - Base device tree source.
23 - Additional device tree source.
30 - Additional device tree fragment source.
/system/core/adb/client/
Dfastdeploy.cpp178 android::ResXMLTree tree; in get_packagename_from_apk() local
179 android::status_t setto_status = tree.setTo(manifest_data.data(), manifest_len, true); in get_packagename_from_apk()
184 while ((code = tree.next()) != android::ResXMLParser::BAD_DOCUMENT && in get_packagename_from_apk()
189 const char16_t* element_name = tree.getElementName(&element_name_length); in get_packagename_from_apk()
195 for (size_t i = 0; i < tree.getAttributeCount(); i++) { in get_packagename_from_apk()
198 tree.getAttributeName(i, &attribute_name_length); in get_packagename_from_apk()
207 tree.getAttributeStringValue(i, &attribute_value_length); in get_packagename_from_apk()
/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/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/connectivity/wificond/net/kernel-header-latest/
DREADME.txt5 external/kernel-headers has the headers from the stable kernel tree which is generally
/system/bt/
D.gn18 # tree and to set startup options. For documentation on the values set in this
/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/apex/apexer/
Dapexer.py141 tree = ET.parse(android_manifest)
142 manifest_tag = tree.getroot()
/system/sepolicy/public/
Dfastbootd.te76 # Needed to read fstab node from device tree.
/system/sepolicy/prebuilts/api/29.0/public/
Dfastbootd.te76 # Needed to read fstab node from device tree.
/system/update_engine/
Dupdate_metadata.proto262 // The extent for data covered by verity hash tree.
265 // The extent to store verity hash tree.
268 // The hash algorithm used in verity hash tree.
271 // The salt used for verity hash tree.
/system/update_engine/update_engine/
Dupdate_metadata.proto262 // The extent for data covered by verity hash tree.
265 // The extent to store verity hash tree.
268 // The hash algorithm used in verity hash tree.
271 // The salt used for verity hash tree.
/system/sepolicy/private/
Dapexd.te56 # /sys directory tree traversal
/system/sepolicy/prebuilts/api/29.0/private/
Dapexd.te56 # /sys directory tree traversal
/system/extras/simpleperf/runtest/
Druntest.py208 tree = ET.parse(config_file)
209 root = tree.getroot()
/system/libufdt/utils/
DREADME.md4 This folder contains utilities for device tree overlay.
/system/extras/libjsonpb/
DREADME.md44 Once `libprotobuf` in the source tree is updated to a higher version and
/system/media/camera/docs/
DHidlMetadata.mako95 * '/system/media/camera/docs/docs.html' in the corresponding Android source tree.</p>
/system/tools/aidl/docs/
Daidl-cpp.md53 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/media/audio_utils/
DDoxyfile776 # 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 …]

12