HomeSort by relevance Sort by last modified time
    Searched refs:retain (Results 126 - 150 of 1308) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseRecognizer.h 8 // 1. Redistributions of source code must retain the above copyright
63 @property (retain, getter=getState, setter=setState) ANTLRRecognizerSharedState *state;
64 @property (retain, getter=getGrammarFileName, setter=setGrammarFileName) NSString *grammarFileName;
66 @property (retain, getter=getTokenNames, setter=setTokenNames) NSArray *tokenNames;
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName;
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;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseRecognizer.h 8 // 1. Redistributions of source code must retain the above copyright
63 @property (retain, getter=getState, setter=setState) ANTLRRecognizerSharedState *state;
64 @property (retain, getter=getGrammarFileName, setter=setGrammarFileName) NSString *grammarFileName;
66 @property (retain, getter=getTokenNames, setter=setTokenNames) NSArray *tokenNames;
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName;
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;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseRecognizer.h 8 // 1. Redistributions of source code must retain the above copyright
63 @property (retain, getter=getState, setter=setState) ANTLRRecognizerSharedState *state;
64 @property (retain, getter=getGrammarFileName, setter=setGrammarFileName) NSString *grammarFileName;
66 @property (retain, getter=getTokenNames, setter=setTokenNames) NSArray *tokenNames;
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName;
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;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ACBTree.h 31 @property (retain) NSString *key;
59 @property (retain) AMutableDictionary *dict;
60 @property (retain) ACBTree *lnode;
61 @property (retain) ACBTree *rnode;
ANTLRBaseRecognizer.h 8 // 1. Redistributions of source code must retain the above copyright
175 @property (retain) ANTLRRecognizerSharedState *state;
176 @property (retain) NSString *grammarFileName;
177 @property (retain) NSString *sourceName;
178 @property (retain) AMutableArray *tokenNames;
ANTLRFastQueue.h 13 // 1. Redistributions of source code must retain the above copyright
42 @property (retain) AMutableArray *data;
ANTLRReaderStream.h 19 @property (retain) NSFileHandle *fh;
22 //@property (retain) NSData *data;
ANTLRToken.h 8 // 1. Redistributions of source code must retain the above copyright
52 @property (retain, getter = text, setter = setText:) NSString *text;
ANTLRCommonTree.h 8 // 1. Redistributions of source code must retain the above copyright
79 @property (retain, getter=getANTLRCommonToken, setter=setANTLRCommonToken:) ANTLRCommonToken *token;
82 @property (retain, getter=getParent, setter=setParent:) id<ANTLRBaseTree> parentparent;
86 @property (retain) ANTLRCommonToken *token;
89 @property (retain) ANTLRCommonTree *parent;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.h 31 @property (retain, getter=getnames, setter=setnames:) ANTLRHashMap * names;
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_cell.h 52 @property(nonatomic, retain) NSFont* secondaryFont;
  /external/webkit/Source/WebCore/loader/icon/
PageURLRecord.h 8 * 1. Redistributions of source code must retain the above copyright
71 // Returns false if the page wasn't retained beforehand, true if the retain count was already 1 or higher
72 inline bool retain() { return m_retainCount++; } function in class:WebCore::PageURLRecord
74 // Returns true if the page is still retained after the call. False if the retain count just dropped to 0
  /external/webkit/Source/WebCore/platform/mac/
Language.mm 7 * 1. Redistributions of source code must retain the above copyright
80 httpStyleLanguageCode = [lowercaseLanguageCode retain];
103 NSString *code = [[preferredLanguageCode retain] autorelease];
  /external/webkit/Source/WebKit/mac/Misc/
WebNSObjectExtras.mm 8 * 1. Redistributions of source code must retain the above copyright
80 exception = [passedException retain];
96 // Retain the return value on the main thread.
100 [value retain];
  /external/webkit/Source/WebKit/mac/WebView/
WebArchive.mm 8 * 1. Redistributions of source code must retain the above copyright
162 _private->cachedMainResource = [mainResource retain];
169 _private->cachedSubresources = [subresources retain];
176 _private->cachedSubframeArchives = [subframeArchives retain];
274 return [self retain];
294 return [[_private->cachedMainResource retain] autorelease];
327 return [_private->cachedSubresources count] ? [[_private->cachedSubresources retain] autorelease] : nil;
357 return [[_private->cachedSubframeArchives retain] autorelease];
376 return [[(NSData *)data.get() retain] autorelease];
  /external/webkit/Tools/DumpRenderTree/mac/
MockGeolocationProvider.mm 7 * 1. Redistributions of source code must retain the above copyright
50 _lastPosition = [position retain];
64 _error = [error retain];
  /external/webkit/Source/WebCore/bindings/objc/
DOMAbstractView.mm 8 * 1. Redistributions of source code must retain the above copyright
88 return [[wrapper retain] autorelease];
DOMObject.mm 9 * 1. Redistributions of source code must retain the above copyright
63 return [self retain];
DOMXPath.mm 8 * 1. Redistributions of source code must retain the above copyright
77 return [[wrapper retain] autorelease];
  /external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DOMTestInterface.mm 8 * 1. Redistributions of source code must retain the above copyright
84 return [[wrapper retain] autorelease];
DOMTestMediaQueryListListener.mm 8 * 1. Redistributions of source code must retain the above copyright
89 return [[wrapper retain] autorelease];
DOMTestSerializedScriptValueInterface.mm 8 * 1. Redistributions of source code must retain the above copyright
91 return [[wrapper retain] autorelease];

Completed in 528 milliseconds

1 2 3 4 56 7 8 91011>>