HomeSort by relevance Sort by last modified time
    Searched refs:retain (Results 226 - 250 of 661) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
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/compiler-rt/lib/BlocksRuntime/
Block_private.h 150 BLOCK_EXPORT void _Block_use_RR( void (*retain)(const void *),
  /external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp 46 static void retain(InterceptRefCounted *I) { function in struct:llvm::IntrusiveRefCntPtrInfo
48 I->Retain();
  /external/skia/experimental/iOSSampleApp/Shared/
SkUIView.h 33 @property (nonatomic, retain) UINavigationItem* fTitleItem;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphInputSource.java 33 mFrame = frame.retain();
GraphOutputTarget.java 52 mFrame = frame.retain();
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderAVC.h 39 virtual OMX_ERRORTYPE PrepareDecodeBuffer(OMX_BUFFERHEADERTYPE *buffer, buffer_retain_t *retain, VideoDecodeBuffer *p);
OMXVideoDecoderH263.cpp 79 OMX_ERRORTYPE OMXVideoDecoderH263::PrepareDecodeBuffer(OMX_BUFFERHEADERTYPE *buffer, buffer_retain_t *retain, VideoDecodeBuffer *p) {
80 return OMXVideoDecoderBase::PrepareDecodeBuffer(buffer, retain, p);
OMXVideoDecoderMPEG2.cpp 79 OMX_ERRORTYPE OMXVideoDecoderMPEG2::PrepareDecodeBuffer(OMX_BUFFERHEADERTYPE *buffer, buffer_retain_t *retain, VideoDecodeBuffer *p) {
80 return OMXVideoDecoderBase::PrepareDecodeBuffer(buffer, retain, p);
OMXVideoDecoderMPEG4.cpp 79 OMX_ERRORTYPE OMXVideoDecoderMPEG4::PrepareDecodeBuffer(OMX_BUFFERHEADERTYPE *buffer, buffer_retain_t *retain, VideoDecodeBuffer *p) {
80 return OMXVideoDecoderBase::PrepareDecodeBuffer(buffer, retain, p);
  /hardware/interfaces/graphics/mapper/2.0/default/
Gralloc1Mapper.h 60 GRALLOC1_PFN_RETAIN retain; member in struct:android::hardware::graphics::mapper::V2_0::implementation::Gralloc1Mapper::__anon42857
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTParser.stg 9 1. Redistributions of source code must retain the above copyright
178 [treeAdaptor addChild:[[treeAdaptor createTree:<label>] retain] toTree:root_0];
188 <label>_tree = [[treeAdaptor createTree:<label>] retain]
198 (<ASTLabelType> *)[[treeAdaptor createTree:<label>] retain]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.m 49 self = [super initWithCharStream:anInput State:[[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:4+1] retain]];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.m 49 self = [super initWithCharStream:anInput State:[[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:3+1] retain]];
  /external/clang/test/SemaCXX/
abstract.cpp 111 virtual void retain() = 0;
118 virtual void retain();
  /external/webrtc/webrtc/base/
maccocoasocketserver.mm 105 [timer_ retain];
  /frameworks/base/core/java/android/app/
FragmentController.java 140 * Returns a list of Fragments that have opted to retain their instance across
152 * Returns a nested tree of Fragments that have opted to retain their instance across
416 * @param retain When {@code true}, the loaders aren't stopped, but, their instances
419 public void doLoaderStop(boolean retain) {
420 mHost.doLoaderStop(retain);
438 * Returns a list of LoaderManagers that have opted to retain their instance across
  /frameworks/support/fragment/java/android/support/v4/app/
FragmentController.java 153 * Returns a list of Fragments that have opted to retain their instance across
166 * Returns a nested tree of Fragments that have opted to retain their instance across
393 * @param retain When {@code true}, the loaders aren't stopped, but, their instances
396 public void doLoaderStop(boolean retain) {
397 mHost.doLoaderStop(retain);
422 * Returns a list of LoaderManagers that have opted to retain their instance across

Completed in 891 milliseconds

1 2 3 4 5 6 7 8 91011>>