Home
last modified time | relevance | path

Searched refs:node_c (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/testdata/
Dtest_pvmfw_devices_vm_dtbo_with_dependencies.dts16 node_c {
18 android,pvmfw,target = <&node_c>;
64 node_c: node_c { label
69 loop_dep = <&node_c>;
Dtest_pvmfw_devices_with_dependency_loop.dts6 node_c: node_c { label
13 loop_dep = <&node_c>;
Dexpected_dt_with_dependency_loop.dts6 node_c: node_c { label
16 loop_dep = <&node_c>;
/aosp_15_r20/external/pytorch/torch/ao/ns/fx/
H A Dgraph_passes.py237 node_c: Node,
272 node_c, gm_b, logger_cls, node_type_to_io_type_map
934 node_c = env_c[node_b.name]
950 … prev_node_c = get_normalized_nth_input(node_c, gm_b, 0) # type: ignore[possibly-undefined]
954 prev_node_c = get_normalized_nth_input(node_c, gm_b, 0)
962 node_c,
1042 node_c, gm_b, 1
1050 node_c.name + "_shadow_copy_",
H A Dn_shadows_utils.py167 def _order_nodes(node_a, node_b, node_c) -> List[Node]: argument
168 nodes = [node_a, node_b, node_c]
196 node_c = cur_match[1][1]
197 list_of_nodes = _order_nodes(node_a, node_b, node_c)
201 node_c = cur_match[1][0]
202 list_of_nodes = _order_nodes(node_a, node_b, node_c)
/aosp_15_r20/packages/providers/MediaProvider/jni/
Dnode_test.cpp480 unique_node_ptr node_c = CreateNode(nullptr, "c"); in TEST_F() local
484 ASSERT_FALSE(cmp.operator()(node_c.get(), node_c.get())); in TEST_F()
492 check_fn(node_b.get(), node_c.get()); in TEST_F()
493 check_fn(node_a.get(), node_c.get()); in TEST_F()
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/
Dgraphmap.rs333 let node_c = gr.add_node(14); in test_from_graph() localVariable
335 gr.add_edge(node_b, node_c, 999); in test_from_graph()
336 gr.add_edge(node_c, node_a, 1111); in test_from_graph()
/aosp_15_r20/packages/modules/Virtualization/libs/libfdt/tests/data/
Dtest_tree_phandle.dts17 node_c {
/aosp_15_r20/external/crosvm/cros_fdt/src/
H A Doverlay.rs559 let node_c = node_b.subnode_mut("c").unwrap(); in fdt_find_max_phandle() localVariable
560 node_c.set_prop("linux,phandle", 0x10u32).unwrap(); in fdt_find_max_phandle()
561 node_c.set_prop("not-phandle", 0x11u32).unwrap(); in fdt_find_max_phandle()
H A Dfdt.rs1476 let node_c = root.subnode_mut("C").unwrap(); in node_order() localVariable
1478 node_c.subnode_mut(n).unwrap(); in node_order()