Home
last modified time | relevance | path

Searched defs:specialize (Results 1 – 25 of 58) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/
Dstruct_decl_grand_children_big_endian.rs104 pub fn specialize(&self) -> Result<ParentChild, DecodeError> { in specialize() method
255 pub fn specialize(&self) -> Result<ChildChild, DecodeError> { in specialize() method
390 pub fn specialize(&self) -> Result<GrandChildChild, DecodeError> { in specialize() method
Dstruct_decl_grand_children_little_endian.rs104 pub fn specialize(&self) -> Result<ParentChild, DecodeError> { in specialize() method
255 pub fn specialize(&self) -> Result<ChildChild, DecodeError> { in specialize() method
390 pub fn specialize(&self) -> Result<GrandChildChild, DecodeError> { in specialize() method
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/
Dstruct_decl_grand_children_big_endian.rs92 pub fn specialize(&self) -> Result<ParentChild, DecodeError> { in specialize() method
243 pub fn specialize(&self) -> Result<ChildChild, DecodeError> { in specialize() method
392 pub fn specialize(&self) -> Result<GrandChildChild, DecodeError> { in specialize() method
Dpacket_decl_grand_children_big_endian.rs92 pub fn specialize(&self) -> Result<ParentChild, DecodeError> { in specialize() method
242 pub fn specialize(&self) -> Result<ChildChild, DecodeError> { in specialize() method
390 pub fn specialize(&self) -> Result<GrandChildChild, DecodeError> { in specialize() method
Dpacket_decl_grand_children_little_endian.rs92 pub fn specialize(&self) -> Result<ParentChild, DecodeError> { in specialize() method
242 pub fn specialize(&self) -> Result<ChildChild, DecodeError> { in specialize() method
390 pub fn specialize(&self) -> Result<GrandChildChild, DecodeError> { in specialize() method
Dstruct_decl_grand_children_little_endian.rs92 pub fn specialize(&self) -> Result<ParentChild, DecodeError> { in specialize() method
243 pub fn specialize(&self) -> Result<ChildChild, DecodeError> { in specialize() method
392 pub fn specialize(&self) -> Result<GrandChildChild, DecodeError> { in specialize() method
Dpacket_decl_parent_with_alias_child_little_endian.rs104 pub fn specialize(&self) -> Result<ParentChild, DecodeError> { in specialize() method
189 pub fn specialize(&self) -> Result<AliasChildChild, DecodeError> { in specialize() method
Dpacket_decl_parent_with_alias_child_big_endian.rs104 pub fn specialize(&self) -> Result<ParentChild, DecodeError> { in specialize() method
189 pub fn specialize(&self) -> Result<AliasChildChild, DecodeError> { in specialize() method
Dpacket_decl_parent_with_no_payload_big_endian.rs96 pub fn specialize(&self) -> Result<ParentChild, DecodeError> { in specialize() method
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/
Dpacket_decl_grand_children_big_endian.rs264 pub fn specialize(&self) -> ParentChild { in specialize() method
459 pub fn specialize(&self) -> ChildChild { in specialize() method
663 pub fn specialize(&self) -> GrandChildChild { in specialize() method
882 pub fn specialize(&self) -> GrandGrandChildChild { in specialize() method
Dpacket_decl_grand_children_little_endian.rs264 pub fn specialize(&self) -> ParentChild { in specialize() method
459 pub fn specialize(&self) -> ChildChild { in specialize() method
663 pub fn specialize(&self) -> GrandChildChild { in specialize() method
882 pub fn specialize(&self) -> GrandGrandChildChild { in specialize() method
Dpacket_decl_parent_with_alias_child_little_endian.rs228 pub fn specialize(&self) -> ParentChild { in specialize() method
405 pub fn specialize(&self) -> AliasChildChild { in specialize() method
865 pub fn specialize(&self) -> NormalGrandChild2Child { in specialize() method
Dpacket_decl_parent_with_alias_child_big_endian.rs228 pub fn specialize(&self) -> ParentChild { in specialize() method
405 pub fn specialize(&self) -> AliasChildChild { in specialize() method
865 pub fn specialize(&self) -> NormalGrandChild2Child { in specialize() method
Dpayload_with_size_modifier_little_endian.rs161 pub fn specialize(&self) -> TestChild { in specialize() method
Dpayload_with_size_modifier_big_endian.rs161 pub fn specialize(&self) -> TestChild { in specialize() method
Dpacket_decl_payload_field_unknown_size_terminal_big_endian.rs155 pub fn specialize(&self) -> FooChild { in specialize() method
Dpacket_decl_payload_field_unknown_size_little_endian.rs148 pub fn specialize(&self) -> FooChild { in specialize() method
Dpacket_decl_payload_field_unknown_size_terminal_little_endian.rs155 pub fn specialize(&self) -> FooChild { in specialize() method
Dpacket_decl_payload_field_unknown_size_big_endian.rs148 pub fn specialize(&self) -> FooChild { in specialize() method
/aosp_15_r20/external/libaom/build/cmake/
H A Drtcd.pl82 sub specialize { subroutine
/aosp_15_r20/external/libvpx/build/make/
H A Drtcd.pl75 sub specialize { subroutine
/aosp_15_r20/external/deqp/framework/common/
H A DtcuStringTemplate.cpp64 string StringTemplate::specialize(const map<string, string> &params) const in specialize() function in tcu::StringTemplate
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/
Dmod.rs278 let specialize = (!children_decl.is_empty()).then(|| { in generate_root_packet_decl() localVariable
636 let specialize = (!children_decl.is_empty()).then(|| { in generate_derived_packet_decl() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/ahash/src/
Dlib.rs144 mod specialize; module
/aosp_15_r20/external/mesa3d/src/microsoft/clc/
H A Dcompute_test.h182 specialize(Shader &shader, uint32_t id, T const& val) in specialize() function

123