HomeSort by relevance Sort by last modified time
    Searched refs:retain (Results 176 - 200 of 1308) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/platform/text/cf/
StringImplCF.cpp 41 static const void* retain(const void* info) function in namespace:WTF::StringWrapperCFAllocator
122 CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deallocate, preferredSize };
  /external/webkit/Source/WebKit/mac/WebView/
WebRenderLayer.mm 7 * 1. Redistributions of source code must retain the above copyright
114 name = [[WebRenderLayer nameForLayer:layer] retain];
117 compositingInfo = [[WebRenderLayer compositingInfoForLayer:layer] retain];
153 name = [[WebRenderLayer nameForLayer:layer] retain];
156 compositingInfo = [[WebRenderLayer compositingInfoForLayer:layer] retain];
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDFA.h 8 // 1. Redistributions of source code must retain the above copyright
47 @property (retain, getter=getRecognizer,setter=setRecognizer:) ANTLRBaseRecognizer *recognizer;
ANTLRLookaheadStream.h 13 // 1. Redistributions of source code must retain the above copyright
45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
ANTLRTreeParser.h 8 // 1. Redistributions of source code must retain the above copyright
37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input;
ANTLRUnbufferedTokenStream.h 13 // 1. Redistributions of source code must retain the above copyright
44 @property (retain, getter=getTokenSource, setter=setTokenSource:) id<ANTLRTokenSource> tokenSource;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDFA.h 8 // 1. Redistributions of source code must retain the above copyright
47 @property (retain, getter=getRecognizer,setter=setRecognizer:) ANTLRBaseRecognizer *recognizer;
ANTLRLookaheadStream.h 13 // 1. Redistributions of source code must retain the above copyright
45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
ANTLRTreeParser.h 8 // 1. Redistributions of source code must retain the above copyright
37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input;
ANTLRUnbufferedTokenStream.h 13 // 1. Redistributions of source code must retain the above copyright
44 @property (retain, getter=getTokenSource, setter=setTokenSource:) id<ANTLRTokenSource> tokenSource;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDFA.h 8 // 1. Redistributions of source code must retain the above copyright
47 @property (retain, getter=getRecognizer,setter=setRecognizer:) ANTLRBaseRecognizer *recognizer;
ANTLRLookaheadStream.h 13 // 1. Redistributions of source code must retain the above copyright
45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
ANTLRTreeParser.h 8 // 1. Redistributions of source code must retain the above copyright
37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input;
ANTLRUnbufferedTokenStream.h 13 // 1. Redistributions of source code must retain the above copyright
44 @property (retain, getter=getTokenSource, setter=setTokenSource:) id<ANTLRTokenSource> tokenSource;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
AMutableArray.h 47 @property (retain) NSMutableData *buffer;
AMutableDictionary.h 27 @property (retain) ACBTree *root;
ANTLRBaseTree.h 8 // 1. Redistributions of source code must retain the above copyright
98 @property (retain) AMutableArray *children;
99 @property (retain) NSException *anException;
173 @property (retain) AMutableArray *children;
174 @property (retain) NSException *anException;
ANTLRDFA.h 8 // 1. Redistributions of source code must retain the above copyright
79 @property (retain, getter=getRecognizer,setter=setRecognizer:) ANTLRBaseRecognizer *recognizer;
ANTLRIntArray.h 11 // 1. Redistributions of source code must retain the above copyright
70 @property (retain) NSMutableData *buffer;
ANTLRTreeParser.h 8 // 1. Redistributions of source code must retain the above copyright
37 @property (retain, getter=input, setter=setInput:) id<ANTLRTreeNodeStream> input;
ANTLRUnbufferedTokenStream.h 13 // 1. Redistributions of source code must retain the above copyright
44 @property (retain, getter=getTokenSource, setter=setTokenSource:) id<ANTLRTokenSource> tokenSource;
  /external/clang/test/ARCMT/
Common.h 31 - (id)retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
  /external/compiler-rt/BlocksRuntime/
Block_private.h 150 BLOCK_EXPORT void _Block_use_RR( void (*retain)(const void *),
  /external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp 44 static void retain(InterceptRefCounted *I) { function in struct:llvm::IntrusiveRefCntPtrInfo
46 I->Retain();
  /external/webkit/Source/WebKit/mac/Panels/
WebPanelAuthenticationHandler.m 8 * 1. Redistributions of source code must retain the above copyright
86 NSURLAuthenticationChallenge *challenge = [[queue objectAtIndex:0] retain];
148 [window retain];

Completed in 1031 milliseconds

1 2 3 4 5 6 78 91011>>