Searched refs:target (Results 1 – 7 of 7) sorted by relevance
| /test/fdt_overlay/ |
| A D | test-fdt-overlay.dtso | 13 target = <&test>; 22 target = <&test>; 31 target = <&test>; 40 target = <&test>; 51 target-path = "/"; 61 target-path = "/"; 71 target-path = "/"; 79 target-path = "/"; 87 target = <&test>;
|
| A D | test-fdt-overlay-stacked.dtso | 14 target = <&local>;
|
| /test/py/tests/test_efi_capsule/ |
| A D | capsule_common.py | 32 def init_content(ubman, target, filename, expected): argument 117 def verify_content(ubman, target, expected): argument
|
| /test/py/tests/ |
| A D | test_cleanup_build.py | 39 def _run_make(build_dir, target): argument 40 cmd = ["make", f"O={build_dir}", target]
|
| A D | test_ut.py | 142 target = os.path.join(bootdir, kernel) 143 with open(target, 'wb') as outf:
|
| /test/dm/ |
| A D | simple-bus.c | 27 ut_asserteq(0x8000, plat->target); in dm_test_simple_bus()
|
| A D | ofnode.c | 288 ofnode node, phandle, target; in dm_test_ofnode_phandle() local 361 target = ofnode_path("/phandle-node-1"); in dm_test_ofnode_phandle() 362 ut_assert(ofnode_valid(target)); in dm_test_ofnode_phandle() 364 ut_assert(ofnode_equal(target, phandle)); in dm_test_ofnode_phandle() 366 target = ofnode_path("/phandle-node-2"); in dm_test_ofnode_phandle() 367 ut_assert(ofnode_valid(target)); in dm_test_ofnode_phandle() 383 ofnode node, phandle, target; in dm_test_ofnode_phandle_ot() local 457 ut_assert(ofnode_valid(target)); in dm_test_ofnode_phandle_ot() 462 ut_assert(ofnode_valid(target)); in dm_test_ofnode_phandle_ot() 708 ofnode node, phandle_node, target; in dm_test_ofnode_options() local [all …]
|
Completed in 23 milliseconds