Home
last modified time | relevance | path

Searched defs:retain (Results 1 – 25 of 87) sorted by relevance

1234

/external/conscrypt/common/src/main/java/org/conscrypt/
DAllocatedBuffer.java51 public abstract AllocatedBuffer retain(); in retain() method in AllocatedBuffer
76 public AllocatedBuffer retain() { in wrap() method in AllocatedBuffer
/external/clang/test/CodeGenObjCXX/
Drefence-assign-write-barrier.mm5 - (NSArray*) retain; method
Dmrc-weak.mm5 - (instancetype) retain; method
/external/compiler-rt/test/tsan/Darwin/
Dosatomics-add.mm23 void retain() { function
/external/clang/test/Analysis/
DCFContainers.mm15 CFArrayRetainCallBack retain; field
58 CFSetRetainCallBack retain; field
65 CFDictionaryRetainCallBack retain; field
72 CFDictionaryRetainCallBack retain; field
Dobjc-radar17039661.m12 -(id)retain; method
/external/clang/test/CodeGenObjC/
Dsynthesize_ivar-cont-class.m14 @property (retain) id viewController; category
Dno-vararg-messaging.m9 -(id)retain; method
Ddebug-info-instancetype.m7 - (id)retain; method
Dgetter-property-type-mismatch.m18 @property (retain, nonatomic) NSMutableArray *arrayOfThings; category
Ddebug-info-id-with-protocol.m7 - (id)retain; method
Dsynthesize_ivar.m23 @property (retain) id bindingInfo; category
Drelated-result-type.m6 - (id)retain; method
/external/clang/test/SemaObjC/
Dbad-receiver-1.m4 - (id) retain; method
Dprotocol-lookup.m4 - retain; method
/external/clang/test/ARCMT/
Ddealloc.m6 - (id)retain; method
Dcheck-with-serialized-diag.m3 - (id)retain; method
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeWizard.h62 @property (retain) id object2; in property() argument
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DIntrusiveRefCntPtr.h86 static void retain(T *obj) { obj->Retain(); } in retain() function
195 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); } in retain() function
/external/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h88 static void retain(T *obj) { obj->Retain(); } in retain() function
197 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); } in retain() function
/external/iproute2/tc/
Dm_pedit.c159 int pack_key32(__u32 retain, struct m_pedit_sel *sel, in pack_key32()
173 int pack_key16(__u32 retain, struct m_pedit_sel *sel, in pack_key16()
204 int pack_key8(__u32 retain, struct m_pedit_sel *sel, struct m_pedit_key *tkey) in pack_key8()
333 int parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type, __u32 retain, in parse_cmd()
441 __u32 len, retain; in parse_offset() local
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DNettyBufferAllocator.java56 public AllocatedBuffer retain() { in retain() method in NettyBufferAllocator.ByteBufAdapter
/external/clang/test/Analysis/inlining/
Dassume-super-init-does-not-return-nil.m13 -(id)retain; method
DObjCImproperDynamictallyDetectableCast.m12 -(id)retain; method
/external/clang/test/SemaObjCXX/
Dprotocol-lookup.mm3 - retain; method

1234