Home
last modified time | relevance | path

Searched refs:found (Results 1 – 17 of 17) sorted by relevance

/trusted-services/components/service/locator/standalone/
A Dstandalone_service_registry.cpp70 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 Dmm_communicate_location_strategy.c46 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 Dopenamp_mhu.c34 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 Dopenamp_virtio.c379 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 Dcrypto_context_pool.c102 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 Dservice_name.c54 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 Dmaintainers.rst10 More details may be found in the `Project Maintenance Process`_ document.
A Dversion_control.rst9 repositories can be found at https://trustedfirmware.org, where two WEB UIs can be found:
A Dcontributing.rst63 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 Dlibts-import.cmake83 # 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 DLinuxFFAUserShim.cmake17 # If not found, download it
/trusted-services/deployments/libpsats/
A Dlibpsats-import.cmake84 # 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 Ddocs-build.rst88 will be used. If the executable can not be found on the ``PATH`` the
A Dservice-locator.rst92 - Fail gracefully if no compatible version is found.
/trusted-services/external/nanopb/
A Dnanopb.cmake93 message(FATAL_ERROR "Nanopb generator was not found!")
/trusted-services/tools/cmake/common/
A DLazyFetch.cmake199 can be found.
/trusted-services/docs/services/fwu/
A Dfwu-service-description.rst47 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