/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/ |
D | struct_decl_grand_children_big_endian.rs | 145 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 334 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 450 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 555 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
|
D | struct_decl_grand_children_little_endian.rs | 145 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 334 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 450 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 555 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
|
D | struct_decl_child_structs_little_endian.rs | 142 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 272 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 364 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
|
D | struct_decl_child_structs_big_endian.rs | 142 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 272 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 364 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/ |
D | struct_decl_grand_children_big_endian.rs | 133 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 330 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 468 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 593 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
|
D | packet_decl_grand_children_big_endian.rs | 133 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 328 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 465 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 589 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
|
D | packet_decl_grand_children_little_endian.rs | 133 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 328 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 465 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 589 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
|
D | struct_decl_grand_children_little_endian.rs | 133 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 330 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 468 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 593 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
|
D | struct_decl_child_structs_big_endian.rs | 130 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 268 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 368 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
|
D | packet_decl_child_packets_little_endian.rs | 130 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 267 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 367 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
|
D | packet_decl_child_packets_big_endian.rs | 130 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 267 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 367 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
|
D | struct_decl_child_structs_little_endian.rs | 130 fn decode(mut buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 268 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method 368 fn decode(buf: &[u8]) -> Result<(Self, &[u8]), DecodeError> { in decode() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/charset/ |
D | CharsetDecoder.java | 605 public final CoderResult decode(ByteBuffer in, CharBuffer out, in decode() method in CharsetDecoder 839 public final CharBuffer decode(ByteBuffer in) in decode() method in CharsetDecoder
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/9/libcore/ojluni/src/main/java/java/nio/charset/ |
D | CharsetDecoder.java | 605 public final CoderResult decode(ByteBuffer in, CharBuffer out, in decode() method in CharsetDecoder 839 public final CharBuffer decode(ByteBuffer in) in decode() method in CharsetDecoder
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/charset/ |
H A D | CharsetDecoder.java | 605 public final CoderResult decode(ByteBuffer in, CharBuffer out, in decode() method in CharsetDecoder 839 public final CharBuffer decode(ByteBuffer in) in decode() method in CharsetDecoder
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/bridge/ |
H A D | symbol.rs | 115 fn decode(r: &mut Reader<'_>, s: &mut server::HandleStore<server::MarkedTypes<S>>) -> Self { in decode() method 129 fn decode(r: &mut Reader<'_>, s: &mut S) -> Self { in decode() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/bridge/ |
H A D | symbol.rs | 115 fn decode(r: &mut Reader<'_>, s: &mut server::HandleStore<server::MarkedTypes<S>>) -> Self { in decode() method 129 fn decode(r: &mut Reader<'_>, s: &mut S) -> Self { in decode() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/proc_macro/src/bridge/ |
H A D | symbol.rs | 115 fn decode(r: &mut Reader<'_>, s: &mut server::HandleStore<server::MarkedTypes<S>>) -> Self { in decode() method 129 fn decode(r: &mut Reader<'_>, s: &mut S) -> Self { in decode() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/bridge/ |
H A D | symbol.rs | 115 fn decode(r: &mut Reader<'_>, s: &mut server::HandleStore<server::MarkedTypes<S>>) -> Self { in decode() method 129 fn decode(r: &mut Reader<'_>, s: &mut S) -> Self { in decode() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/bridge/ |
H A D | symbol.rs | 115 fn decode(r: &mut Reader<'_>, s: &mut server::HandleStore<server::MarkedTypes<S>>) -> Self { in decode() method 129 fn decode(r: &mut Reader<'_>, s: &mut S) -> Self { in decode() method
|
/aosp_15_r20/frameworks/opt/bitmap/src/com/android/bitmap/ |
D | DecodeTask.java | 115 public ReusableBitmap decode() { in decode() method in DecodeTask 488 private Bitmap decode(ParcelFileDescriptor fd, InputStream in) { in decode() method in DecodeTask
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/ |
D | mod.rs | 21 mod decode; module 69 decode: DecodedLength, field
|
/aosp_15_r20/external/swiftshader/src/Device/ |
H A D | BC_Decoder.cpp | 34 …void decode(uint8_t *dst, int x, int y, int dstW, int dstH, int dstPitch, int dstBpp, bool hasAlph… in decode() function 147 …void decode(uint8_t *dst, int x, int y, int dstW, int dstH, int dstPitch, int dstBpp, int channel,… in decode() function 200 void decode(uint8_t *dst, int x, int y, int dstW, int dstH, int dstPitch, int dstBpp) const in decode() function 942 …void decode(uint8_t *dst, int dstX, int dstY, int dstWidth, int dstHeight, size_t dstPitch, size_t… in decode() function 1448 void decode(uint8_t *dst, int dstX, int dstY, int dstWidth, int dstHeight, size_t dstPitch) const in decode() function
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardQuickAffordanceInteractor.java | 243 …ivate final kotlin.Pair<java.lang.String, java.lang.String> decode(java.lang.String $this$decode) { in decode() method in KeyguardQuickAffordanceInteractor
|
/aosp_15_r20/external/rust/android-crates-io/crates/idna/src/ |
D | punycode.rs | 55 pub fn decode(input: &str) -> Option<Vec<char>> { in decode() function 66 pub(crate) fn decode<'a>(&'a mut self, input: &'a str) -> Result<Decode<'a>, ()> { in decode() method
|