Home
last modified time | relevance | path

Searched defs:WithParams (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/downcast/tests/
Dtests.rs8 trait WithParams<T, U>: Any {} trait
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/
Denum_known_layout.rs37 enum WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + KnownLayout> enum
Dstruct_known_layout.rs56 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + KnownLayout>( struct
Dstruct_from_bytes.rs70 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + FromBytes>( struct
Dstruct_from_zeroes.rs68 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + FromZeroes>( struct
Dstruct_unaligned.rs91 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + Unaligned>( struct
Dstruct_as_bytes.rs152 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + AsBytes>( struct
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/
Denum_known_layout.rs37 enum WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + KnownLayout> enum
Dstruct_known_layout.rs56 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + KnownLayout>( struct
Dstruct_from_zeroes.rs68 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + FromZeroes>( struct
Dstruct_from_bytes.rs70 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + FromBytes>( struct
Dstruct_unaligned.rs91 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + Unaligned>( struct
Dstruct_as_bytes.rs152 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + AsBytes>( struct
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_onnxruntime.py9535 class WithParams(torch.nn.Module): class