Home
last modified time | relevance | path

Searched defs:Private (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/giflib/
H A Degif_lib.c96 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 Ddgif_lib.c79 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/
Dpkey.rs73 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 Dallocate_shared_construct.pass.cpp79 struct Private { struct
83 friend FactoryAllocator<Private>; argument
84 Private(int i) : id(i) {} in Private() function
85 ~Private() {} in ~Private() argument
H A Dallocate_shared.lwg2070.pass.cpp80 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/
Dpreamble.rs14 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/
Dpreamble.rs14 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/
Dpacket_decl_empty_big_endian.rs14 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
Dpacket_decl_reserved_field_big_endian.rs14 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
Dpacket_decl_empty_little_endian.rs14 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
Dpacket_decl_reserved_field_little_endian.rs14 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
Dreserved_identifier_little_endian.rs14 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
Dreserved_identifier_big_endian.rs14 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
Dpacket_decl_8bit_scalar_big_endian.rs14 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
Dpacket_decl_24bit_scalar_big_endian.rs14 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
Dpacket_decl_8bit_scalar_little_endian.rs14 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
Dpacket_decl_24bit_scalar_little_endian.rs14 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
Dpacket_decl_64bit_scalar_little_endian.rs14 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
Dpacket_decl_64bit_scalar_big_endian.rs14 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
Dpacket_decl_24bit_scalar_array_little_endian.rs14 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
Dpacket_decl_8bit_scalar_array_big_endian.rs14 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
Dpacket_decl_24bit_scalar_array_big_endian.rs14 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
Dpacket_decl_8bit_scalar_array_little_endian.rs14 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
Dpacket_decl_64bit_scalar_array_little_endian.rs14 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
Dpacket_decl_64bit_scalar_array_big_endian.rs14 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

12345678910>>...18