Searched refs:found (Results 1 – 17 of 17) sorted by relevance
| /trusted-services/components/service/locator/standalone/ |
| A D | standalone_service_registry.cpp | 70 bool found = false; in find_context_index() local 72 for (size_t i = 0; !found && i < m_service_instances.size(); i++) { in find_context_index() 77 found = true; in find_context_index() 81 return found; in find_context_index()
|
| /trusted-services/components/service/locator/linux/mm_communicate/ |
| A D | mm_communicate_location_strategy.c | 46 bool found = false; in find_candidate_location() local 60 found = true; in find_candidate_location() 67 return found; in find_candidate_location()
|
| /trusted-services/components/messaging/openamp/sp/ |
| A D | openamp_mhu.c | 34 bool found; in openamp_mhu_device_get() local 36 found = config_store_query(CONFIG_CLASSIFIER_DEVICE_REGION, dev, 0, in openamp_mhu_device_get() 38 if (!found) in openamp_mhu_device_get()
|
| A D | openamp_virtio.c | 379 bool found; in openamp_virtio_device_get() local 381 found = config_store_query(CONFIG_CLASSIFIER_DEVICE_REGION, dev, 0, in openamp_virtio_device_get() 383 if (!found) { in openamp_virtio_device_get()
|
| /trusted-services/components/service/crypto/provider/ |
| A D | crypto_context_pool.c | 102 struct crypto_context *found = NULL; in crypto_context_pool_find() local 111 found = context; in crypto_context_pool_find() 118 return found; in crypto_context_pool_find()
|
| /trusted-services/components/service/locator/ |
| A D | service_name.c | 54 bool found = false; in find_next() local 61 found = (*next < len); in find_next() 68 return found; in find_next()
|
| /trusted-services/docs/project/ |
| A D | maintainers.rst | 10 More details may be found in the `Project Maintenance Process`_ document.
|
| A D | version_control.rst | 9 repositories can be found at https://trustedfirmware.org, where two WEB UIs can be found:
|
| A D | contributing.rst | 63 More details may be found in the `Gerrit Signed-off-by Lines guidelines`_. 67 More details may be found in the `Gerrit Change-Ids documentation`_. 89 …ntegration testing, the changes will make their way into the ``main`` branch. If a problem is found
|
| /trusted-services/deployments/libts/ |
| A D | libts-import.cmake | 83 # the matching build type is not found, cmake will fall back to any build type. Details of the fall… 86 # as not found.
|
| /trusted-services/external/LinuxFFAUserShim/ |
| A D | LinuxFFAUserShim.cmake | 17 # If not found, download it
|
| /trusted-services/deployments/libpsats/ |
| A D | libpsats-import.cmake | 84 # the matching build type is not found, cmake will fall back to any build type. Details of the fall… 87 # as not found.
|
| /trusted-services/docs/developer/ |
| A D | docs-build.rst | 88 will be used. If the executable can not be found on the ``PATH`` the
|
| A D | service-locator.rst | 92 - Fail gracefully if no compatible version is found.
|
| /trusted-services/external/nanopb/ |
| A D | nanopb.cmake | 93 message(FATAL_ERROR "Nanopb generator was not found!")
|
| /trusted-services/tools/cmake/common/ |
| A D | LazyFetch.cmake | 199 can be found.
|
| /trusted-services/docs/services/fwu/ |
| A D | fwu-service-description.rst | 47 Within the Trusted Services project, source code related to FWU can be found under the 459 Some sample disk image files can be found under ``components/media/disk/disk_images``
|
Completed in 35 milliseconds