/aosp_15_r20/external/giflib/ |
H A D | egif_lib.c | 96 GifFilePrivateType *Private; in EGifOpenFileHandle() local 150 GifFilePrivateType *Private; in EGifOpen() local 202 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifGetGifVersion() local 251 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifSetGifVersion() local 261 GifFilePrivateType *Private = (GifFilePrivateType *)GifFileOut->Private; in InternalWrite() local 277 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutScreenDesc() local 371 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutImageDesc() local 453 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutLine() local 485 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutPixel() local 555 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutExtensionLeader() local [all …]
|
H A D | dgif_lib.c | 79 GifFilePrivateType *Private; in DGifOpenFileHandle() local 170 GifFilePrivateType *Private; in DGifOpen() local 252 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetScreenDesc() local 313 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetGifVersion() local 327 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetRecordType() local 364 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetImageHeader() local 430 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetImageDesc() local 485 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetLine() local 527 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetPixel() local 569 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetExtension() local [all …]
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | pkey.rs | 73 pub enum Private {} enum 138 unsafe impl HasPrivate for Private {} implementation 483 pub fn hmac(key: &[u8]) -> Result<PKey<Private>, ErrorStack> { in hmac() 505 pub fn cmac(cipher: &Cipher, key: &[u8]) -> Result<PKey<Private>, ErrorStack> { in cmac() 514 fn generate_eddsa(id: Id) -> Result<PKey<Private>, ErrorStack> { in generate_eddsa() 633 pub fn ec_gen(curve: &str) -> Result<PKey<Private>, ErrorStack> { in ec_gen() 676 pub fn private_key_from_pkcs8(der: &[u8]) -> Result<PKey<Private>, ErrorStack> { in private_key_from_pkcs8() 700 ) -> Result<PKey<Private>, ErrorStack> in private_key_from_pkcs8_callback() 728 ) -> Result<PKey<Private>, ErrorStack> { in private_key_from_pkcs8_passphrase() 751 ) -> Result<PKey<Private>, ErrorStack> { in private_key_from_raw_bytes() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | allocate_shared_construct.pass.cpp | 79 struct Private { struct 83 friend FactoryAllocator<Private>; argument 84 Private(int i) : id(i) {} in Private() function 85 ~Private() {} in ~Private() argument
|
H A D | allocate_shared.lwg2070.pass.cpp | 80 struct Private { struct 84 friend FactoryAllocator<Private>; argument 85 Private(int i) : id(i) {} in Private() function 86 ~Private() {} in ~Private() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/ |
D | preamble.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/ |
D | preamble.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/ |
D | packet_decl_empty_big_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | packet_decl_reserved_field_big_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | packet_decl_empty_little_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | packet_decl_reserved_field_little_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | reserved_identifier_little_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | reserved_identifier_big_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | packet_decl_8bit_scalar_big_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | packet_decl_24bit_scalar_big_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | packet_decl_8bit_scalar_little_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | packet_decl_24bit_scalar_little_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | packet_decl_64bit_scalar_little_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | packet_decl_64bit_scalar_big_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | packet_decl_24bit_scalar_array_little_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | packet_decl_8bit_scalar_array_big_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | packet_decl_24bit_scalar_array_big_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | packet_decl_8bit_scalar_array_little_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | packet_decl_64bit_scalar_array_little_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|
D | packet_decl_64bit_scalar_array_big_endian.rs | 14 pub struct Private<T>(T); struct 15 impl<T> std::ops::Deref for Private<T> { implementation 21 impl<T: std::fmt::Debug> std::fmt::Debug for Private<T> { implementation
|