/trusty/vendor/google/aosp/scripts/ |
D | run_tests.py | 181 def __init__(self, test_results: list[TestResults]): 242 def test_should_run(testname: str, test_filters: Optional[list[re.Pattern]]): 263 projects: list[str], 264 test_filters: list[re.Pattern], 266 ) -> list[str]: 305 test_filters: Optional[list[re.Pattern]] = None, 350 def print_test_command(name, cmd: Optional[list[str]] = None): 492 projects: list[str], 494 test_filters: Optional[list[re.Pattern]] = None,
|
D | build-config | 18 # # Add projects to, or remove projects from, list of projects to build. 19 # # Does not affect builds where the project list is passed on the command 27 # # If enabled is set to True or ommitted, add projects to list of 29 # # list of projects to build.
|
D | build.py | 451 sym_files = list(pathlib.Path(proj_buildroot).rglob("*.syms.elf")) 455 manifest_files = list(pathlib.Path(folder).glob("*.manifest")) 618 test_obj["needs"] = list(test.need.flags) 642 test_obj["needs"] += list(subtest.need.flags) 644 test_obj["needs"] += list(set(test_obj["needs"]))
|
D | trusty_build_config.py | 126 cmd += list(runargs) 154 cmdargs = list(cmdargs) 264 if isinstance(obj, list): 538 projects = list(config.get_projects(build=build, have_tests=tested))
|
D | test-map | 18 # # Add projects to, or remove projects from, list of projects to build. 19 # # Does not affect builds where the project list is passed on the command 27 # # If enabled is set to True or ommitted, add projects to list of 29 # # list of projects to build.
|
D | log_processor.py | 114 message, start_time = list(active_entry.pending.items())[0]
|
/trusty/user/base/lib/libc-trusty/ |
D | NOTICE | 9 notice, this list of conditions and the following disclaimer. 11 copyright notice, this list of conditions and the following 37 notice, this list of conditions and the following disclaimer. 39 notice, this list of conditions and the following disclaimer in 65 notice, this list of conditions and the following disclaimer. 67 notice, this list of conditions and the following disclaimer in 109 notice, this list of conditions and the following disclaimer. 111 notice, this list of conditions and the following disclaimer in the
|
/trusty/kernel/platform/generic-arm64/ |
D | platform.c | 70 struct list_node list; in generic_arm64_reserve_device_tree() local 71 list_initialize(&list); in generic_arm64_reserve_device_tree() 87 pmm_alloc_range(fdt_paddr, fdt_page_count, &list); in generic_arm64_reserve_device_tree()
|
/trusty/kernel/app/trusty/ |
D | appobj.S | 41 .section .task.list, "a"
|
/trusty/user/base/include/user/ |
D | AUTHORS | 1 # This is the official list of LK Trusty authors for copyright purposes.
|
/trusty/user/base/lib/openssl-stubs/ |
D | LICENSE | 8 notice, this list of conditions and the following disclaimer. 10 notice, this list of conditions and the following disclaimer in
|
/trusty/kernel/ |
D | AUTHORS | 1 # This is the official list of LK Trusty authors for copyright purposes.
|
D | kerneltests-inc.mk | 29 trusty/kernel/app/list-ports \
|
/trusty/kernel/lib/trusty/ |
D | trusty_apps.ld | 28 KEEP(*(.task.list .task.list.*))
|
D | vqueue.c | 295 obj = vqueue_mem_lookup(&mapped_list->list, vqiovs->shared_mem_id[i]); in vqueue_map_iovs() 311 vqueue_mem_delete(&mapped_list->list, obj); in vqueue_map_iovs() 340 if (unlikely(!vqueue_mem_insert(&mapped_list->list, obj))) in vqueue_map_iovs() 380 obj = vqueue_mem_lookup(&mapped_list->list, vqiovs->shared_mem_id[i]); in vqueue_unmap_iovs() 387 vqueue_mem_delete(&mapped_list->list, obj); in vqueue_unmap_iovs() 411 obj = vqueue_mem_lookup(&mapped->list, id); in vqueue_unmap_memid()
|
D | vqueue.h | 79 struct bst_root list; member
|
D | tipc_virtio_dev.c | 1433 bst_root_initialize(&dev->send_mapped.list); in create_tipc_device() 1436 bst_root_initialize(&dev->receive_mapped.list); in create_tipc_device()
|
/trusty/device/arm/generic-arm64/project/ |
D | qemu-qemu-inc.mk | 87 --target-list=$(QEMU_TARGET) --with-git=true --disable-werror \
|
/trusty/user/base/lib/libstdc++-trusty/ |
D | NOTICE | 24 notice, this list of conditions and the following disclaimer. 26 notice, this list of conditions and the following disclaimer in
|
/trusty/device/arm/generic-arm64/project/qemu/ |
D | qemu_options.py | 101 return list(self.BASIC_ARGS)
|
D | qemu_arm64_options.py | 101 return list(self.BASIC_ARGS)
|
/trusty/user/base/make/ |
D | README.md | 20 makefiles for a full list of the relevant variables that can be set in 36 libraries as dependencies. See `library.mk` for a full list of input variables
|
/trusty/user/base/tools/ |
D | manifest_compiler.py | 412 if not isinstance(value, list): 1266 def merge_manifest_dicts(manifests: list, log): argument 1277 case list(), list():
|
/trusty/host/common/scripts/metrics_atoms_protoc_plugin/ |
D | metrics_atoms_protoc_plugin.py | 316 msg_list = list(proto_file.message_type)
|
/trusty/user/app/storage/ |
D | README.md | 74 The free set B+ tree list every free block in the file system as a set of
|