Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 26) sorted by relevance

12

/trusty/vendor/google/aosp/scripts/
Drun_tests.py181 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,
Dbuild-config18 # # 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.
Dbuild.py451 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"]))
Dtrusty_build_config.py126 cmd += list(runargs)
154 cmdargs = list(cmdargs)
264 if isinstance(obj, list):
538 projects = list(config.get_projects(build=build, have_tests=tested))
Dtest-map18 # # 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.
Dlog_processor.py114 message, start_time = list(active_entry.pending.items())[0]
/trusty/user/base/lib/libc-trusty/
DNOTICE9 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/
Dplatform.c70 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/
Dappobj.S41 .section .task.list, "a"
/trusty/user/base/include/user/
DAUTHORS1 # This is the official list of LK Trusty authors for copyright purposes.
/trusty/user/base/lib/openssl-stubs/
DLICENSE8 notice, this list of conditions and the following disclaimer.
10 notice, this list of conditions and the following disclaimer in
/trusty/kernel/
DAUTHORS1 # This is the official list of LK Trusty authors for copyright purposes.
Dkerneltests-inc.mk29 trusty/kernel/app/list-ports \
/trusty/kernel/lib/trusty/
Dtrusty_apps.ld28 KEEP(*(.task.list .task.list.*))
Dvqueue.c295 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()
Dvqueue.h79 struct bst_root list; member
Dtipc_virtio_dev.c1433 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/
Dqemu-qemu-inc.mk87 --target-list=$(QEMU_TARGET) --with-git=true --disable-werror \
/trusty/user/base/lib/libstdc++-trusty/
DNOTICE24 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/
Dqemu_options.py101 return list(self.BASIC_ARGS)
Dqemu_arm64_options.py101 return list(self.BASIC_ARGS)
/trusty/user/base/make/
DREADME.md20 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/
Dmanifest_compiler.py412 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/
Dmetrics_atoms_protoc_plugin.py316 msg_list = list(proto_file.message_type)
/trusty/user/app/storage/
DREADME.md74 The free set B+ tree list every free block in the file system as a set of

12