/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRBufferedTreeNodeStream.h | 12 // 1. Redistributions of source code must retain the above copyright 84 @property (retain, getter=getUp, setter=setUp:) id<ANTLRTree> up; 85 @property (retain, getter=getDown, setter=setDown:) id<ANTLRTree> down; 86 @property (retain, getter=getEof, setter=setEof:) id<ANTLRTree> eof; 87 @property (retain, getter=getNodes, setter=setNodes:) NSMutableArray *nodes; 88 @property (retain, getter=getTreeSource, setter=setTreeSource:) id<ANTLRTree> root; 89 @property (retain, getter=getTokenStream, setter=setTokenStream:) id<ANTLRTokenStream> tokens; 90 @property (retain, getter=getAdaptor, setter=setAdaptor:) ANTLRCommonTreeAdaptor *adaptor; 94 @property (retain, getter=getCalls, setter=setCalls:) ANTLRIntArray *calls; 95 @property (retain, getter=getEnum, setter=setEnum:) NSEnumerator *e [all...] |
ANTLRFailedPredicateException.h | 8 // 1. Redistributions of source code must retain the above copyright 37 @property (retain, getter=getPredicate, setter=setPredicate:) NSString *predicate; 38 @property (retain, getter=getRuleName, setter=setRuleName:) NSString *ruleName;
|
ANTLRParserRuleReturnScope.h | 8 // 1. Redistributions of source code must retain the above copyright 35 @property (retain, getter=getStart, setter=setStart:) id<ANTLRToken> startToken; 36 @property (retain, getter=getStop, setter=setStop:) id<ANTLRToken> stopToken;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBufferedTreeNodeStream.h | 12 // 1. Redistributions of source code must retain the above copyright 85 @property (retain, getter=getUp, setter=setUp:) id up; 86 @property (retain, getter=getDown, setter=setDown:) id down; 87 @property (retain, getter=eof, setter=setEof:) id eof; 88 @property (retain, getter=getNodes, setter=setNodes:) AMutableArray *nodes; 89 @property (retain, getter=getTreeSource, setter=setTreeSource:) id root; 90 @property (retain, getter=getTokenStream, setter=setTokenStream:) id<ANTLRTokenStream> tokens; 91 @property (retain, getter=getAdaptor, setter=setAdaptor:) ANTLRCommonTreeAdaptor *adaptor; 95 @property (retain, getter=getCalls, setter=setCalls:) ANTLRIntArray *calls; 96 @property (retain, getter=getEnum, setter=setEnum:) NSEnumerator *e [all...] |
ANTLRRewriteRuleElementStream.m | 8 // 1. Redistributions of source code must retain the above copyright 106 elements = [[AMutableArray arrayWithArray:theElements] retain]; 139 [treeAdaptor retain]; 153 singleElement = [anElement retain]; 157 elements = [[AMutableArray arrayWithCapacity:5] retain]; 159 singleElement = nil; // balance previous retain in initializer/addElement 173 singleElement = [anElement retain]; 177 elements = [[AMutableArray arrayWithCapacity:5] retain]; 179 singleElement = nil; // balance previous retain in initializer/addElement 254 [elementDescription retain]; [all...] |
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; 117 @property (retain) ANTLRTreeIterator *it; 118 @property (retain) ANTLRIntArray *calls;
|
ANTLRFailedPredicateException.h | 8 // 1. Redistributions of source code must retain the above copyright 37 @property (retain) NSString *predicate; 38 @property (retain) NSString *ruleName;
|
ANTLRParserRuleReturnScope.h | 8 // 1. Redistributions of source code must retain the above copyright 35 @property (retain, getter=getStart, setter=setStart:) id<ANTLRToken> start; 36 @property (retain, getter=getStop, setter=setStop:) id<ANTLRToken> stopToken;
|
ANTLRStreamEnumerator.h | 13 // 1. Redistributions of source code must retain the above copyright 46 @property (retain) id eof; 47 @property (retain) AMutableArray *nodes;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/ |
ANTLRFastQueueTest.m | 18 ANTLRFastQueue *queue = [[ANTLRFastQueue newANTLRFastQueue] retain]; 25 ANTLRFastQueue *queue = [[ANTLRFastQueue newANTLRFastQueue] retain]; 38 ANTLRFastQueue *queue = [[ANTLRFastQueue newANTLRFastQueue] retain]; 55 ANTLRFastQueue *queue = [[ANTLRFastQueue newANTLRFastQueue] retain]; 68 ANTLRFastQueue *queue = [[ANTLRFastQueue newANTLRFastQueue] retain]; 81 ANTLRFastQueue *queue = [[ANTLRFastQueue newANTLRFastQueue] retain]; 91 ANTLRFastQueue *queue = [[ANTLRFastQueue newANTLRFastQueue] retain];
|
/external/clang/test/SemaObjC/ |
default-synthesize-1.m | 6 - (id) retain; 12 @property (retain) NSString* what; // expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}} 22 @property (nonatomic, retain) NSString* what; // expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}} 42 @property (nonatomic, retain) NSString* what; // expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}} 57 _what = [value retain]; 65 @property (retain) NSString* what; 84 what = [value retain]; // expected-error {{use of undeclared identifier 'what'}}
|
property-in-class-extension-1.m | 13 @property (nonatomic, retain, readonly) NSString* addingNoNewMemoryModel; 40 @property (readwrite, retain) NSString* none1; 42 @property (retain) NSString* changeMemoryModel; // expected-warning {{property attribute in class extension does not match the primary class}}
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
SimpleCParser.m | 60 return [[[DFA2 alloc] initWithRecognizer:aRecognizer] retain]; 251 FOLLOW_declaration_in_program28 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_declaration_in_program28_data Count:(NSUInteger)1] retain]; 252 FOLLOW_variable_in_declaration50 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_variable_in_declaration50_data Count:(NSUInteger)1] retain]; 253 FOLLOW_functionHeader_in_declaration60 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_functionHeader_in_declaration60_data Count:(NSUInteger)1] retain]; 254 FOLLOW_11_in_declaration62 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_11_in_declaration62_data Count:(NSUInteger)1] retain]; 255 FOLLOW_functionHeader_in_declaration75 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_functionHeader_in_declaration75_data Count:(NSUInteger)1] retain]; 256 FOLLOW_block_in_declaration77 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_block_in_declaration77_data Count:(NSUInteger)1] retain]; 257 FOLLOW_type_in_variable99 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_type_in_variable99_data Count:(NSUInteger)1] retain]; 258 FOLLOW_declarator_in_variable101 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_declarator_in_variable101_data Count:(NSUInteger)1] retain]; 259 FOLLOW_11_in_variable103 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_11_in_variable103_data Count:(NSUInteger)1] retain]; [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCParser.m | 60 return [[[DFA2 alloc] initWithRecognizer:aRecognizer] retain]; 237 return [[[SimpleCParser_program_return alloc] init] retain]; 256 if (aTree != nil) [aTree retain]; 277 return [[[SimpleCParser_declaration_return alloc] init] retain]; 296 if (aTree != nil) [aTree retain]; 317 return [[[SimpleCParser_variable_return alloc] init] retain]; 336 if (aTree != nil) [aTree retain]; 357 return [[[SimpleCParser_declarator_return alloc] init] retain]; 376 if (aTree != nil) [aTree retain]; 397 return [[[SimpleCParser_functionHeader_return alloc] init] retain]; [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/ |
TreeRewriteParser.m | 21 // 1. Redistributions of source code must retain the above copyright 81 return [[[TreeRewriteParser_rule_return alloc] init] retain]; 94 if (aTree != nil) [aTree retain]; 114 return [[[TreeRewriteParser_subrule_return alloc] init] retain]; 127 if (aTree != nil) [aTree retain]; 149 FOLLOW_INT_in_rule26 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_INT_in_rule26_data Count:(NSUInteger)1] retain]; 150 FOLLOW_subrule_in_rule28 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_subrule_in_rule28_data Count:(NSUInteger)1] retain]; 151 FOLLOW_INT_in_subrule53 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_INT_in_subrule53_data Count:(NSUInteger)1] retain]; 154 @"INT", @"WS", nil] retain]]; 165 if ((self = [super initWithTokenStream:aStream State:[[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:2+1] retain]]) != nil) [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableParser.m | 80 return [[[Symbols_Scope alloc] init] retain]; 126 FOLLOW_globals_in_prog50 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_globals_in_prog50_data Count:(NSUInteger)1] retain]; 127 FOLLOW_method_in_prog53 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_method_in_prog53_data Count:(NSUInteger)1] retain]; 128 FOLLOW_decl_in_globals85 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_decl_in_globals85_data Count:(NSUInteger)1] retain]; 129 FOLLOW_12_in_method116 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_12_in_method116_data Count:(NSUInteger)1] retain]; 130 FOLLOW_ID_in_method118 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_ID_in_method118_data Count:(NSUInteger)1] retain]; 131 FOLLOW_7_in_method120 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_7_in_method120_data Count:(NSUInteger)1] retain]; 132 FOLLOW_8_in_method122 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_8_in_method122_data Count:(NSUInteger)1] retain]; 133 FOLLOW_block_in_method124 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_block_in_method124_data Count:(NSUInteger)1] retain]; 134 FOLLOW_13_in_block153 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_13_in_block153_data Count:(NSUInteger)1] retain]; [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
TreeRewriteParser.m | 48 return [[[TreeRewriteParser_rule_return alloc] init] retain]; 67 if (aTree != nil) [aTree retain]; 88 return [[[TreeRewriteParser_subrule_return alloc] init] retain]; 107 if (aTree != nil) [aTree retain]; 147 FOLLOW_INT_in_rule26 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_INT_in_rule26_data Count:(NSUInteger)1] retain]; 148 FOLLOW_subrule_in_rule28 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_subrule_in_rule28_data Count:(NSUInteger)1] retain]; 149 FOLLOW_INT_in_subrule53 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_INT_in_subrule53_data Count:(NSUInteger)1] retain]; 152 @"INT", @"WS", nil] retain]]; 165 self = [super initWithTokenStream:aStream State:[[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:2+1] retain]]; 172 [self setTreeAdaptor:[[ANTLRCommonTreeAdaptor newTreeAdaptor] retain]]; [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCTP.m | 21 // 1. Redistributions of source code must retain the above copyright 155 return [[[Symbols_Scope alloc] init] retain]; 176 return [[[SimpleCTP_expr_return alloc] init] retain]; 191 FOLLOW_declaration_in_program56 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_declaration_in_program56_data Count:(NSUInteger)1] retain]; 192 FOLLOW_variable_in_declaration76 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_variable_in_declaration76_data Count:(NSUInteger)1] retain]; 193 FOLLOW_FUNC_DECL_in_declaration87 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_FUNC_DECL_in_declaration87_data Count:(NSUInteger)1] retain]; 194 FOLLOW_functionHeader_in_declaration89 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_functionHeader_in_declaration89_data Count:(NSUInteger)1] retain]; 195 FOLLOW_FUNC_DEF_in_declaration101 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_FUNC_DEF_in_declaration101_data Count:(NSUInteger)1] retain]; 196 FOLLOW_functionHeader_in_declaration103 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_functionHeader_in_declaration103_data Count:(NSUInteger)1] retain]; 197 FOLLOW_block_in_declaration105 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_block_in_declaration105_data Count:(NSUInteger)1] retain]; [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
constrained_window_mac.mm | 15 delegate_([delegate retain]), 22 systemSheet_.reset([sheet retain]); 54 delegate_([delegate retain]), 65 customSheet_.reset([sheet retain]); 66 delegate_.reset([delegate retain]); 73 customSheet_.reset([sheet retain]);
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRFailedPredicateException.h | 8 // 1. Redistributions of source code must retain the above copyright 37 @property (retain, getter=getPredicate, setter=setPredicate:) NSString *predicate; 38 @property (retain, getter=getRuleName, setter=setRuleName:) NSString *ruleName;
|
ANTLRParserRuleReturnScope.h | 8 // 1. Redistributions of source code must retain the above copyright 35 @property (retain, getter=getStart, setter=setStart:) id<ANTLRToken> startToken; 36 @property (retain, getter=getStop, setter=setStop:) id<ANTLRToken> stopToken;
|
ANTLRRecognitionException.h | 8 // 1. Redistributions of source code must retain the above copyright 44 @property (retain, getter=getStream, setter=setStream:) id<ANTLRIntStream> input; 45 @property (retain, getter=getToken, setter=setToken:) id<ANTLRToken>token; 46 @property (retain, getter=getNode, setter=setNode:) id<ANTLRTree>node;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRFailedPredicateException.h | 8 // 1. Redistributions of source code must retain the above copyright 37 @property (retain, getter=getPredicate, setter=setPredicate:) NSString *predicate; 38 @property (retain, getter=getRuleName, setter=setRuleName:) NSString *ruleName;
|
ANTLRParserRuleReturnScope.h | 8 // 1. Redistributions of source code must retain the above copyright 35 @property (retain, getter=getStart, setter=setStart:) id<ANTLRToken> startToken; 36 @property (retain, getter=getStop, setter=setStop:) id<ANTLRToken> stopToken;
|
/external/chromium_org/base/mac/ |
scoped_block.h | 27 if (block_ && policy == base::scoped_policy::RETAIN) 43 reset(that.get(), base::scoped_policy::RETAIN); 50 if (block && policy == base::scoped_policy::RETAIN)
|