Home
last modified time | relevance | path

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

12345

/external/giflib/
Degif_lib.c91 GifFilePrivateType *Private; in EGifOpenFileHandle() local
145 GifFilePrivateType *Private; in EGifOpen() local
196 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in EGifGetGifVersion() local
242 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in EGifSetGifVersion() local
253 GifFilePrivateType *Private = (GifFilePrivateType*)GifFileOut->Private; in InternalWrite() local
273 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in EGifPutScreenDesc() local
367 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutImageDesc() local
449 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in EGifPutLine() local
480 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutPixel() local
551 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in EGifPutExtensionLeader() local
[all …]
Ddgif_lib.c75 GifFilePrivateType *Private; in DGifOpenFileHandle() local
163 GifFilePrivateType *Private; in DGifOpen() local
241 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetScreenDesc() local
302 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetRecordType() local
344 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetImageDesc() local
445 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in DGifGetLine() local
485 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in DGifGetPixel() local
526 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetExtension() local
553 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetExtensionNext() local
628 GifFilePrivateType *Private; in DGifCloseFile() local
[all …]
Dgif_lib_private.h29 #define IS_READABLE(Private) (Private->FileState & FILE_STATE_READ) argument
30 #define IS_WRITEABLE(Private) (Private->FileState & FILE_STATE_WRITE) argument
/external/libabigail/tests/data/test-diff-suppr/
Dtest0-type-suppr-v1.cc7 struct MyType::Private struct in MyType
9 int m0;
10 char m1;
Dtest0-type-suppr-v0.cc7 struct MyType::Private struct in MyType
9 int m0;
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
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
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp12.cpp12 class Private {}; class in test1::A
33 class Private {}; // expected-note {{implicitly declared private here}} class in test2::A
/external/rust/crates/openssl/src/
Dpkey.rs73 pub enum Private {} enum
130 unsafe impl HasPrivate for Private {} implementation
457 pub fn hmac(key: &[u8]) -> Result<PKey<Private>, ErrorStack> { in hmac()
479 pub fn cmac(cipher: &Cipher, key: &[u8]) -> Result<PKey<Private>, ErrorStack> { in cmac()
488 fn generate_eddsa(id: Id) -> Result<PKey<Private>, ErrorStack> { in generate_eddsa()
607 pub fn ec_gen(curve: &str) -> Result<PKey<Private>, ErrorStack> { in ec_gen()
650 pub fn private_key_from_pkcs8(der: &[u8]) -> Result<PKey<Private>, ErrorStack> { in private_key_from_pkcs8()
674 ) -> Result<PKey<Private>, ErrorStack> in private_key_from_pkcs8_callback()
702 ) -> Result<PKey<Private>, ErrorStack> { in private_key_from_pkcs8_passphrase()
725 ) -> Result<PKey<Private>, ErrorStack> { in private_key_from_raw_bytes()
[all …]
/external/rust/cxx/src/
Dlib.rs518 pub trait Private {} trait
/external/robolectric/processor/src/test/java/com/example/objects/
DPrivate.java3 class Private { class
/external/robolectric-shadows/processor/src/test/java/com/example/objects/
DPrivate.java3 class Private { class
/external/rust/crates/openssl/examples/
Dmk_certs.rs84 ca_key_pair: &PKeyRef<Private>, in mk_ca_signed_cert()
85 ) -> Result<(X509, PKey<Private>), ErrorStack> { in mk_ca_signed_cert()
/external/clang/test/Index/
Dsubclass-comment.mm37 @interface SubSubClass (Private) category
/external/webrtc/sdk/objc/api/peerconnection/
DRTCVideoCodecInfo+Private.mm16 (Private) category
DRTCVideoEncoderSettings+Private.mm16 (Private) category
DRTCStatisticsReport.mm174 @implementation RTC_OBJC_TYPE (RTCStatisticsReport) (Private) category
DRTCEncodedImage+Private.mm59 (Private) category
/external/flatbuffers/tests/KeywordTest/
DKeywordsInTable.cs24 …public KeywordTest.@public Private { get { int o = __p.__offset(6); return o != 0 ? (KeywordTest.@… property
80 public KeywordTest.@public Private { get; set; } property in KeywordTest.KeywordsInTableT
/external/javassist/src/test/test5/
DInnerModifier2.java7 private class Private {} class in InnerModifier2
/external/cronet/buildtools/third_party/libc++/trunk/test/std/concepts/concepts.lang/concept.destructible/
Ddestructible.compile.pass.cpp40 struct Private { struct
/external/cronet/buildtools/third_party/libc++/trunk/test/std/concepts/concepts.lang/concept.constructible/
Dconstructible_from.compile.pass.cpp44 struct Private { struct
/external/rust/crates/der/src/tag/
Dclass.rs30 Private = 0b11000000, enumerator
/external/clang/test/CXX/dcl.decl/dcl.init/
Dp14-0x.cpp18 class Private { class
/external/clang/test/SemaCXX/
Dcxx98-compat-flags.cpp13 struct Private { struct
/external/libcxxabi/test/
Dcatch_pointer_reference.pass.cpp39 struct Private : private Base {}; struct

12345