Searched refs:dts (Results 1 – 25 of 42) sorted by relevance
12
/packages/modules/Virtualization/pvmfw/ |
D | Android.bp | 130 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/ |
D | Android.bp | 76 "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/ |
D | DampedSpring.java | 101 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/ |
D | Android.bp | 8 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/ |
D | lib.rs | 27 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/ |
D | expected_dt_with_dependency_loop.dts | 1 /dts-v1/; 3 /include/ "platform_preprocessed.dts"
|
D | expected_dt_with_dependency.dts | 1 /dts-v1/; 3 /include/ "platform_preprocessed.dts"
|
D | expected_dt_with_multiple_dependencies.dts | 1 /dts-v1/; 7 /include/ "platform_preprocessed.dts"
|
D | test_pvmfw_devices_without_device.dts | 1 /dts-v1/;
|
D | test_pvmfw_devices_with_dependency_loop.dts | 1 /dts-v1/;
|
D | test_pvmfw_devices_overlapping_pvmfw.dts | 1 /dts-v1/;
|
D | test_pvmfw_devices_without_iommus.dts | 1 /dts-v1/;
|
D | test_pvmfw_devices_with_rng.dts | 1 /dts-v1/;
|
D | test_pvmfw_devices_with_duplicated_pviommus.dts | 1 /dts-v1/;
|
D | test_pvmfw_devices_with_multiple_reg_iommus.dts | 1 /dts-v1/;
|
D | test_pvmfw_devices_with_dependency.dts | 1 /dts-v1/;
|
/packages/modules/Virtualization/libs/libfdt/tests/data/ |
D | test_tree_empty_memory_range.dts | 1 /include/ "test_tree_no_memory_node.dts"
|
D | test_tree_one_memory_range.dts | 1 /include/ "test_tree_no_memory_node.dts"
|
D | test_tree_multiple_memory_ranges.dts | 1 /include/ "test_tree_no_memory_node.dts"
|
D | test_tree_phandle.dts | 1 /dts-v1/;
|
/packages/modules/Virtualization/tests/pvmfw/assets/ |
D | avf_debug_policy_without_adb.dts | 1 /dts-v1/;
|
D | avf_debug_policy_with_adb.dts | 1 /dts-v1/;
|
D | avf_debug_policy_without_ramdump.dts | 1 /dts-v1/;
|
D | avf_debug_policy_with_ramdump.dts | 1 /dts-v1/;
|
/packages/modules/Virtualization/tests/libs/libdts/ |
D | Android.bp | 7 crate_name: "dts",
|
12