Searched
full:retain (Results
626 -
650 of
31093) sorted by null
<<21222324252627282930>>
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
AMutableArray.h | 47 @property (retain) NSMutableData *buffer;
|
AMutableDictionary.h | 27 @property (retain) ACBTree *root;
|
ANTLRDebug.h | 8 // 1. Redistributions of source code must retain the above copyright
|
ANTLRDoubleKeyMap.m | 9 data = [[AMutableDictionary dictionaryWithCapacity:30] retain];
|
ANTLRError.h | 14 // 1. Redistributions of source code must retain the above copyright
|
ANTLRTokenRewriteStream.h | 13 // 1. Redistributions of source code must retain the above copyright 52 @property (retain, getter=text, setter=setText:) NSString *text; 114 @property (retain, getter=getPrograms, setter=setPrograms:) ANTLRHashMap *programs; 115 @property (retain, getter=getLastRewriteTokenIndexes, setter=setLastRewriteTokenIndexes:) ANTLRHashMap *lastRewriteTokenIndexes;
|
ANTLRTreeAdaptor.m | 8 // 1. Redistributions of source code must retain the above copyright 146 id<ANTLRBaseTree> tmpRootNode = [[newRootNode childAtIndex:0] retain]; 158 // what happens to newRootNode's retain count? Should we be autoreleasing this one? Probably. 159 return [newRootNode retain];
|
ANTLRTreePatternParser.m | 13 // 1. Redistributions of source code must retain the above copyright 61 if ( adaptor ) [adaptor retain]; 63 if ( tokenizer ) [tokenizer retain]; 65 if ( wizard ) [wizard retain];
|
ANTLR_Prefix.pch | 8 // 1. Redistributions of source code must retain the above copyright
|
ArrayIterator.m | 9 * 1. Redistributions of source code must retain the above copyright 66 anArray = [array retain]; 89 anArray = [[[dict keyEnumerator] allObjects] retain]; 106 anArray = [[[dict objectEnumerator] allObjects] retain];
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangParser.h | 47 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 66 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 85 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 127 @property (retain, getter=getTreeAdaptor, setter=setTreeAdaptor:) id<ANTLRTreeAdaptor> treeAdaptor; /* AST parserproperties */
|
/external/antlr/antlr-3.4/runtime/Python/ |
LICENSE | 9 1. Redistributions of source code must retain the above copyright
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
ANTLR-LICENSE.txt | 9 1. Redistributions of source code must retain the above copyright
|
/external/antlr/antlr-3.4/tool/ |
LICENSE.txt | 9 1. Redistributions of source code must retain the above copyright
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
CSharp2Target.java | 9 * 1. Redistributions of source code must retain the above copyright
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
DebugTestAutoAST.java | 9 * 1. Redistributions of source code must retain the above copyright
|
DebugTestCompositeGrammars.java | 9 * 1. Redistributions of source code must retain the above copyright
|
DebugTestRewriteAST.java | 9 * 1. Redistributions of source code must retain the above copyright
|
/external/ceres-solver/ |
LICENSE | 8 * Redistributions of source code must retain the above copyright notice,
|
/external/ceres-solver/docs/ |
CMakeLists.txt | 8 # * Redistributions of source code must retain the above copyright notice,
|
/external/chromium/ |
LICENSE | 7 // * Redistributions of source code must retain the above copyright
|
/external/chromium/android/autofill/ |
url_fetcher_proxy.cc | 7 * * Redistributions of source code must retain the above copyright
|
/external/chromium/base/third_party/dynamic_annotations/ |
LICENSE | 8 * * Redistributions of source code must retain the above copyright
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_mac.mm | 43 // the cocoa object. When the retain count hits zero, it will
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
element_applescript.h | 23 @property(nonatomic, retain) id container;
|
Completed in 953 milliseconds
<<21222324252627282930>>