Searched
full:retain (Results
326 -
350 of
31093) sorted by null
<<11121314151617181920>>
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonTree.m | 8 // 1. Redistributions of source code must retain the above copyright 86 if ( token ) [token retain]; 100 if ( token ) [token retain]; 113 token = [[ANTLRCommonToken newToken:aTokenType] retain]; 128 token = [[ANTLRCommonToken newToken:aTokenType Text:theText] retain]; 181 [aToken retain];
|
ANTLRBaseMapElement.m | 13 // 1. Redistributions of source code must retain the above copyright 61 if ( index ) [index retain];
|
ANTLRFileStream.h | 9 1. Redistributions of source code must retain the above copyright 48 @property (retain) NSString *fileName;
|
ANTLRHashMap.m | 11 // 1. Redistributions of source code must retain the above copyright 64 buffer = [[NSMutableData dataWithLength:(NSUInteger)BuffSize * sizeof(id)] retain]; 86 buffer = [[NSMutableData dataWithLength:(NSUInteger)BuffSize * sizeof(id)] retain]; 301 [sym retain]; 374 [np retain]; 456 [aRule retain]; 478 [aRule retain]; 492 [np retain];
|
ANTLRIntArray.h | 11 // 1. Redistributions of source code must retain the above copyright 70 @property (retain) NSMutableData *buffer;
|
ANTLRSymbolStack.m | 13 // 1. Redistributions of source code must retain the above copyright 116 [aRule retain];
|
ANTLRToken.h | 8 // 1. Redistributions of source code must retain the above copyright 52 @property (retain, getter = text, setter = setText:) NSString *text;
|
ANTLRTreeRuleReturnScope.m | 13 // 1. Redistributions of source code must retain the above copyright 67 [aStart retain];
|
ANTLRUnbufferedTokenStream.h | 13 // 1. Redistributions of source code must retain the above copyright 44 @property (retain, getter=getTokenSource, setter=setTokenSource:) id<ANTLRTokenSource> tokenSource;
|
ANTLRUnbufferedTokenStream.m | 13 // 1. Redistributions of source code must retain the above copyright 59 if ( tokenSource ) [tokenSource 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;
|
ANTLRSymbolStack.m | 13 // 1. Redistributions of source code must retain the above copyright 113 [aRule retain];
|
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;
|
ANTLRSymbolStack.m | 13 // 1. Redistributions of source code must retain the above copyright 113 [aRule retain];
|
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;
|
ANTLRSymbolStack.m | 13 // 1. Redistributions of source code must retain the above copyright 113 [aRule retain];
|
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/examples/hoistedPredicates/ |
TParser.m | 78 FOLLOW_identifier_in_stat34 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_identifier_in_stat34_data Count:(NSUInteger)1] retain]; 79 FOLLOW_enumAsKeyword_in_stat47 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_enumAsKeyword_in_stat47_data Count:(NSUInteger)1] retain]; 80 FOLLOW_ID_in_identifier66 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_ID_in_identifier66_data Count:(NSUInteger)1] retain]; 81 FOLLOW_enumAsID_in_identifier74 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_enumAsID_in_identifier74_data Count:(NSUInteger)1] retain]; 82 FOLLOW_7_in_enumAsKeyword89 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_7_in_enumAsKeyword89_data Count:(NSUInteger)1] retain]; 83 FOLLOW_7_in_enumAsID100 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_7_in_enumAsID100_data Count:(NSUInteger)1] retain]; 86 @"ID", @"INT", @"WS", @"'enum'", nil] retain]]; 99 self = [super initWithTokenStream:aStream State:[[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:4+1] retain]];
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/ |
TreeRewriteParser.h | 25 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 39 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
|
/external/chromium/chrome/browser/tab_contents/ |
popup_menu_helper_mac.mm | 32 // Retain the Cocoa view for the duration of the pop-up so that it can't be 39 ([rwhvm->native_view() retain]);
|
Completed in 443 milliseconds
<<11121314151617181920>>