Home
last modified time | relevance | path

Searched refs:dts (Results 1 – 25 of 42) sorted by relevance

12

/packages/modules/Virtualization/pvmfw/
DAndroid.bp130 srcs: ["testdata/test_pvmfw_devices_vm_dtbo.dts"],
137 srcs: ["testdata/test_pvmfw_devices_vm_dtbo_without_symbols.dts"],
144 srcs: ["testdata/test_pvmfw_devices_vm_dtbo_with_duplicated_iommus.dts"],
151 cmd: "$(location dtc) -@ -I dts -O dtb $(in) -o $(out)",
152 srcs: ["testdata/test_pvmfw_devices_vm_dtbo_with_dependencies.dts"],
165 srcs: ["testdata/test_pvmfw_devices_overlapping_pvmfw.dts"],
172 srcs: ["testdata/test_pvmfw_devices_with_rng.dts"],
179 srcs: ["testdata/test_pvmfw_devices_without_iommus.dts"],
186 srcs: ["testdata/test_pvmfw_devices_without_device.dts"],
193 srcs: ["testdata/test_pvmfw_devices_with_multiple_devices_iommus.dts"],
[all …]
/packages/modules/Virtualization/libs/libfdt/
DAndroid.bp76 "tests/data/test_tree_one_memory_range.dts",
77 "tests/data/test_tree_no_memory_node.dts",
79 …cmd: "$(location dtc) -I dts -O dtb $(location tests/data/test_tree_one_memory_range.dts) -o $(out…
87 "tests/data/test_tree_multiple_memory_ranges.dts",
88 "tests/data/test_tree_no_memory_node.dts",
90 …cmd: "$(location dtc) -I dts -O dtb $(location tests/data/test_tree_multiple_memory_ranges.dts) -o…
98 "tests/data/test_tree_empty_memory_range.dts",
99 "tests/data/test_tree_no_memory_node.dts",
101 …cmd: "$(location dtc) -I dts -O dtb $(location tests/data/test_tree_empty_memory_range.dts) -o $(o…
108 srcs: ["tests/data/test_tree_no_memory_node.dts"],
[all …]
/packages/apps/Camera2/src/com/android/camera/ui/motion/
DDampedSpring.java101 float dts = dt * mSpringStiffness; in update() local
108 if (dts > 1.0f || dts < 0.0f) { in update()
116 mVelocity += force * dts; in update()
117 mValue += mVelocity * dts; in update()
/packages/modules/Virtualization/tests/pvmfw/
DAndroid.bp8 srcs: ["assets/avf_debug_policy_with_ramdump.dts"],
15 srcs: ["assets/avf_debug_policy_without_ramdump.dts"],
22 srcs: ["assets/avf_debug_policy_with_adb.dts"],
29 srcs: ["assets/avf_debug_policy_without_adb.dts"],
/packages/modules/Virtualization/tests/libs/libdts/src/
Dlib.rs27 dts: String, field
40 Ok(Self { dts: String::from_utf8(res.stdout)? }) in from_fs()
52 Ok(Self { dts: String::from_utf8(res.stdout)? }) in from_dtb()
73 Ok(Self { dts: String::from_utf8(res.stdout)? }) in from_fdt()
/packages/modules/Virtualization/pvmfw/testdata/
Dexpected_dt_with_dependency_loop.dts1 /dts-v1/;
3 /include/ "platform_preprocessed.dts"
Dexpected_dt_with_dependency.dts1 /dts-v1/;
3 /include/ "platform_preprocessed.dts"
Dexpected_dt_with_multiple_dependencies.dts1 /dts-v1/;
7 /include/ "platform_preprocessed.dts"
Dtest_pvmfw_devices_without_device.dts1 /dts-v1/;
Dtest_pvmfw_devices_with_dependency_loop.dts1 /dts-v1/;
Dtest_pvmfw_devices_overlapping_pvmfw.dts1 /dts-v1/;
Dtest_pvmfw_devices_without_iommus.dts1 /dts-v1/;
Dtest_pvmfw_devices_with_rng.dts1 /dts-v1/;
Dtest_pvmfw_devices_with_duplicated_pviommus.dts1 /dts-v1/;
Dtest_pvmfw_devices_with_multiple_reg_iommus.dts1 /dts-v1/;
Dtest_pvmfw_devices_with_dependency.dts1 /dts-v1/;
/packages/modules/Virtualization/libs/libfdt/tests/data/
Dtest_tree_empty_memory_range.dts1 /include/ "test_tree_no_memory_node.dts"
Dtest_tree_one_memory_range.dts1 /include/ "test_tree_no_memory_node.dts"
Dtest_tree_multiple_memory_ranges.dts1 /include/ "test_tree_no_memory_node.dts"
Dtest_tree_phandle.dts1 /dts-v1/;
/packages/modules/Virtualization/tests/pvmfw/assets/
Davf_debug_policy_without_adb.dts1 /dts-v1/;
Davf_debug_policy_with_adb.dts1 /dts-v1/;
Davf_debug_policy_without_ramdump.dts1 /dts-v1/;
Davf_debug_policy_with_ramdump.dts1 /dts-v1/;
/packages/modules/Virtualization/tests/libs/libdts/
DAndroid.bp7 crate_name: "dts",

12