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

1 2 3 4 5 6 78 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRFastQueue.h 13 // 1. Redistributions of source code must retain the above copyright
42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool;
43 @property (retain, getter=getData, setter=setData) NSMutableArray *data;
ANTLRLinkBase.h 13 // 1. Redistributions of source code must retain the above copyright
56 @property (retain, getter=getfPrev, setter=setFPrev:) id<ANTLRLinkList> fPrev;
57 @property (retain, getter=getfNext, setter=setFNext:) id<ANTLRLinkList> fNext;
ANTLRMapElement.h 13 // 1. Redistributions of source code must retain the above copyright
39 @property (retain, getter=getName, setter=setName:) NSString *name;
40 @property (retain, getter=getNode, setter=setNode:) id node;
ANTLRRuleMemo.h 13 // 1. Redistributions of source code must retain the above copyright
40 @property (retain, getter=getStartIndex, setter=setStartIndex) NSNumber *startIndex;
41 @property (retain, getter=getStopIndex, setter=setStopIndex) NSNumber *stopIndex;
ANTLRTreePatternLexer.h 13 // 1. Redistributions of source code must retain the above copyright
69 @property (retain, getter=getPattern, setter=setPattern:) NSString *pattern;
73 @property (retain, getter=getSval, setter=setSval:) NSMutableData *sval;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRFailedPredicateException.m 8 // 1. Redistributions of source code must retain the above copyright
75 [thePredicate retain];
89 [theRuleName retain];
ANTLRLexerState.m 8 // 1. Redistributions of source code must retain the above copyright
71 token = [theToken retain];
135 text = [theText retain];
ANTLRLookaheadStream.h 13 // 1. Redistributions of source code must retain the above copyright
47 @property (readwrite, retain, getter=getEof, setter=setEof:) id eof;
52 @property (retain) id prevElement;
ANTLRMapElement.h 13 // 1. Redistributions of source code must retain the above copyright
39 @property (retain, getter=getName, setter=setName:) NSString *name;
40 @property (retain, getter=getNode, setter=setNode:) id node;
ANTLRNodeMapElement.m 13 // 1. Redistributions of source code must retain the above copyright
70 [aNode retain];
95 [aNode retain];
ANTLRParseTree.h 13 // 1. Redistributions of source code must retain the above copyright
62 @property (retain) id<ANTLRToken> payload;
63 @property (retain) AMutableArray *hiddenTokens;
ANTLRParserRuleReturnScope.m 8 // 1. Redistributions of source code must retain the above copyright
50 [aStart retain];
64 [aStop retain];
ANTLRRuleMapElement.m 13 // 1. Redistributions of source code must retain the above copyright
74 [aRuleNum retain];
98 [aRuleNum retain];
ANTLRRuleMemo.h 13 // 1. Redistributions of source code must retain the above copyright
40 @property (retain, getter=getStartIndex, setter=setStartIndex:) NSNumber *startIndex;
41 @property (retain, getter=getStopIndex, setter=setStopIndex:) NSNumber *stopIndex;
ANTLRTreeException.m 13 // 1. Redistributions of source code must retain the above copyright
65 [aTree retain];
74 [aTree retain];
ANTLRTreePatternLexer.h 13 // 1. Redistributions of source code must retain the above copyright
69 @property (retain) NSString *pattern;
73 @property (retain, getter=getSval, setter=setSval:) NSMutableData *sval;
ArrayIterator.h 9 * 1. Redistributions of source code must retain the above copyright
74 @property (retain) id peekObj;
77 @property (retain) NSArray *anArray;
  /external/chromium_org/ui/base/cocoa/
fullscreen_window_manager.mm 51 window_.reset([window retain]);
52 desiredScreen_.reset([desiredScreen retain]);
89 desiredScreen_.reset([[window_ screen] retain]);
  /external/clang/test/ARCMT/
Common.h 33 - (id)retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
74 #define dispatch_retain(object) ({ dispatch_object_t _o = (object); _dispatch_object_validate(_o); (void)[_o retain]; })
76 #define xpc_retain(object) ({ xpc_object_t _o = (object); _xpc_object_validate(_o); [_o retain]; })
  /external/clang/test/CodeGenObjC/
arc-bridged-cast.m 23 // CHECK-NOT: retain
27 // CHECK-NOT: retain
79 // CHECK-NOT: retain
  /external/clang/test/Index/
complete-property-flags.m 8 @property(retain, nonatomic) id xx;
18 // CHECK-CC1-NEXT: {TypedText retain}
32 // CHECK-CC1-ARC-NEXT: {TypedText retain}
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.m 21 // 1. Redistributions of source code must retain the above copyright
147 return [[[Symbols_Scope alloc] init] retain];
169 FOLLOW_globals_in_prog44 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_globals_in_prog44_data Count:(NSUInteger)1] retain];
170 FOLLOW_method_in_prog47 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_method_in_prog47_data Count:(NSUInteger)1] retain];
171 FOLLOW_decl_in_globals79 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_decl_in_globals79_data Count:(NSUInteger)1] retain];
172 FOLLOW_7_in_method110 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_7_in_method110_data Count:(NSUInteger)1] retain];
173 FOLLOW_ID_in_method112 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_ID_in_method112_data Count:(NSUInteger)1] retain];
174 FOLLOW_8_in_method114 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_8_in_method114_data Count:(NSUInteger)1] retain];
175 FOLLOW_9_in_method116 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_9_in_method116_data Count:(NSUInteger)1] retain];
176 FOLLOW_block_in_method118 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_block_in_method118_data Count:(NSUInteger)1] retain];
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTreeNodeStream.h 8 // 1. Redistributions of source code must retain the above copyright
60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root;
61 @property (retain, getter=getTokens,setter=setTokens:) id<ANTLRTokenStream> tokens;
62 @property (retain, getter=getTreeAdaptor, setter=setTreeAdaptor:) ANTLRCommonTreeAdaptor *adaptor;
ANTLRRecognizerSharedState.h 8 // 1. Redistributions of source code must retain the above copyright
51 @property (retain, getter=getFollowing, setter=setFollowing:) NSMutableArray *following;
58 @property (retain, getter=getRuleMemo, setter=setRuleMemo:) ANTLRRuleStack *ruleMemo;
65 @property (retain, getter=getText, setter=setText) NSString *text;
ANTLRRuleStack.m 13 // 1. Redistributions of source code must retain the above copyright
113 [aRule retain];
136 aHashRule = [[ANTLRHashRule newANTLRHashRuleWithLen:17] retain];
140 aRuleMemo = [[ANTLRRuleMemo newANTLRRuleMemo] retain];

Completed in 315 milliseconds

1 2 3 4 5 6 78 91011>>