Home
last modified time | relevance | path

Searched refs:container (Results 1 – 9 of 9) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dcontains.h98 constexpr bool Contains(Container&& container, U&& u) {
100 return container.find(std::forward<U>(u)) != container.end();
107 constexpr bool Contains(Container&& container, U&& u) {
110 std::find(std::begin(container), std::end(container), std::forward<U>(u));
111 return itr != std::end(container);
Dcollect.h31 Set Collect(const Container& container, in Collect() argument
34 std::copy_if(container.cbegin(), container.cend(), in Collect()
49 for (const auto& container : containers) { in Flatten() local
50 output.insert(container.cbegin(), container.cend()); in Flatten()
/device/google/cuttlefish_vmm/
DDockerfile5 ENV container docker
11 # Set up the user to be the same as the user creating the container. Not
49 ENV container docker
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/search/
DSearchFragment.java59 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() argument
61 final View root = inflater.inflate(R.layout.search, container, false); in onCreateView()
/device/google/cuttlefish_vmm/qemu/
DREADME.md23 dependencies, and starts a build isolated in a podman container.
61 You can also build in a container with:
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DAppFragment.java118 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() argument
120 final View root = inflater.inflate(R.layout.app_launch_row, container, false); in onCreateView()
/device/google/cuttlefish/host/frontend/webrtc/html_client/
Dstyle.css357 .device-video-container {
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/
Dtrace-events-all5096 vfio_disconnect_container(int fd) "close container->fd=%d"
5166 iommufd_cdev_alloc_ioas(int iommufd, int ioas_id) " [iommufd=%d] new IOMMUFD container with ioasid=…
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/
Dtrace-events-all5096 vfio_disconnect_container(int fd) "close container->fd=%d"
5166 iommufd_cdev_alloc_ioas(int iommufd, int ioas_id) " [iommufd=%d] new IOMMUFD container with ioasid=…