Home
last modified time | relevance | path

Searched refs:Box (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/security/keymint/aidl/default/ta/
Dlib.rs49 rng: Box::new(rng), in boringssl_crypto_impls()
50 clock: Some(Box::new(clock)), in boringssl_crypto_impls()
51 compare: Box::new(BoringEq), in boringssl_crypto_impls()
52 aes: Box::new(BoringAes), in boringssl_crypto_impls()
53 des: Box::new(BoringDes), in boringssl_crypto_impls()
54 hmac: Box::new(BoringHmac), in boringssl_crypto_impls()
55 rsa: Box::new(rsa), in boringssl_crypto_impls()
56 ec: Box::new(ec), in boringssl_crypto_impls()
57 ckdf: Box::new(BoringAesCmac), in boringssl_crypto_impls()
58 hkdf: Box::new(BoringHmac), in boringssl_crypto_impls()
[all …]
/hardware/google/pixel/gpu_probe/
Dmain.rs25 std::panic::set_hook(Box::new(|panic_msg| { in main()
/hardware/interfaces/security/secretkeeper/default/src/
Dmain.rs36 std::panic::set_hook(Box::new(|panic_info| { in main()
Dlib.rs54 let storage_impl = Box::new(store::InMemoryStore::default()); in new()
/hardware/interfaces/uwb/aidl/default/src/
Dservice.rs22 panic::set_hook(Box::new(|panic_info| { in main()
/hardware/interfaces/security/authgraph/default/src/
Dmain.rs57 std::panic::set_hook(Box::new(|panic_info| { in inner_main()
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXregion.h53 } Box, BOX, BoxRec, *BoxPtr; typedef
/hardware/interfaces/security/keymint/aidl/default/
Dmain.rs65 std::panic::set_hook(Box::new(|panic_info| { in inner_main()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtextures.adoc3889 == Box Filter Sampling
3909 image::{images}/vulkantexture_boxFilter.svg[align="center",title="Box Filter Sampling Example",opts…
3919 === Box Filter Sampler Parameters
3928 === Box Filter Operation
4073 * (s,t,r,q,a) to (u,v,w,a) Transformation, Wrapping, and Box Filter
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_image_processing.adoc481 ### Box Filter Sampling
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1910 If an code:OpImageBoxFilterQCOM operation is used, then code:Box
1916 code:Texture code:Image and code:Box code:Size parameters must: be
Dglossary.adoc115 Axis-aligned Bounding Box::
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.mjs4265 defineSymbol(math, ams, textord, "\u25a1", "\\Box");