/external/chromium/chrome/browser/extensions/ |
extension_host_mac.mm | 27 // A RenderWidgetHostViewMac has lifetime scoped to the view. We'll retain it 33 [widget_view_mac->native_view() retain];
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
selected_keyword_decoration.mm | 18 IDR_KEYWORD_SEARCH_MAGNIFIER) retain]); 73 search_image_.reset([image retain]);
|
/external/chromium/chrome/browser/ui/cocoa/ |
tracking_area_unittest.mm | 90 ScopedCrTrackingArea scoper([trackingArea_ retain]); 104 scoper.reset([trackingArea_ retain]);
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_item_button.mm | 48 // Override to retain the controller, in case a closure is pumped that deletes 51 base::scoped_nsobject<DownloadItemController> ref([controller_ retain]);
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_install_dialog_controller_browsertest.mm | 41 [[[controller->view_controller() view] window] retain]); 66 [[[controller->view_controller() view] window] retain]);
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
selected_keyword_decoration.mm | 16 IDR_KEYWORD_SEARCH_MAGNIFIER) retain]); 80 search_image_.reset([image retain]);
|
/external/chromium_org/ui/base/cocoa/ |
tracking_area_unittest.mm | 75 ScopedCrTrackingArea scoper([trackingArea_ retain]); 89 scoper.reset([trackingArea_ retain]);
|
/external/clang/test/ARCMT/ |
nonobjc-to-objc-cast.m | 71 ref = [[s string] retain]; 75 ref = [s retain];
|
/external/clang/test/Analysis/inlining/ |
retain-count-self-init.m | 17 -(id)retain; 22 // stop tracking the receiver of init with respect to Retain Release checker.
|
/external/clang/test/Rewriter/ |
rewrite-nested-property-in-blocks.mm | 15 @property (readwrite, retain) INTFOFPROP *outer; 16 @property (readwrite, retain) id inner;
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_change_id.3 | 18 Simply change uid and retain specified capabilities and that's all. 29 This returns 0 on success and a negative number on failure. -1 means capng has not been initted properly, -2 means a failure requesting to keep capabilities across the uid change, -3 means that applying the intermediate capabilities failed, -4 means changing gid failed, -5 means dropping supplemental groups failed, -6 means changing the uid failed, -7 means dropping the ability to retain caps across a uid change failed, -8 means clearing the bounding set failed, -9 means dropping CAP_SETPCAP failed.
|
/external/llvm/unittests/ADT/ |
IntrusiveRefCntPtrTest.cpp | 44 static void retain(InterceptRefCounted *I) { function in struct:llvm::IntrusiveRefCntPtrInfo 46 I->Retain();
|
/external/ppp/pppd/ |
ccp.h | 10 * 1. Redistributions of source code must retain the above copyright 17 * 3. Redistributions of any form whatsoever must retain the following
|
magic.h | 10 * 1. Redistributions of source code must retain the above copyright 29 * 4. Redistributions of any form whatsoever must retain the following
|
/external/ppp/pppd/plugins/ |
minconn.c | 10 * 1. Redistributions of source code must retain the above copyright 22 * 4. Redistributions of any form whatsoever must retain the following
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
StreamPort.java | 62 mFrame = frame.retain(); 77 mFrame.retain();
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRHashRule.m | 11 // 1. Redistributions of source code must retain the above copyright 183 [aRule retain]; 206 [aRule retain]; 213 [aRule retain]; 224 [newRule retain]; 267 [aRule retain];
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRHashRule.m | 11 // 1. Redistributions of source code must retain the above copyright 183 [aRule retain]; 206 [aRule retain]; 213 [aRule retain]; 224 [newRule retain]; 267 [aRule retain];
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRHashRule.m | 11 // 1. Redistributions of source code must retain the above copyright 183 [aRule retain]; 206 [aRule retain]; 213 [aRule retain]; 224 [newRule retain]; 267 [aRule retain];
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRHashRule.m | 11 // 1. Redistributions of source code must retain the above copyright 182 [aRule retain]; 206 [aRule retain]; 213 [aRule retain]; 224 [newRule retain]; 265 [aRule retain];
|
ANTLRTreePatternLexer.m | 13 // 1. Redistributions of source code must retain the above copyright 55 sval = [[NSMutableData dataWithLength:1000] retain]; 59 if ( pattern ) [pattern retain]; 71 sval = [[NSMutableData dataWithLength:1000] retain]; 73 pattern = [aPattern retain]; 186 [aSval retain];
|
ANTLRStringStream.m | 8 // 1. Redistributions of source code must retain the above copyright 71 [markers retain]; 73 charState = [[ANTLRCharStreamState newANTLRCharStreamState] retain]; 82 data = [theString retain]; 88 markers = [[ANTLRPtrBuffer newANTLRPtrBufferWithLen:10] retain]; 90 charState = [[ANTLRCharStreamState newANTLRCharStreamState] retain]; 99 data = [theString retain]; 106 [markers retain]; 108 charState = [[ANTLRCharStreamState newANTLRCharStreamState] retain]; 123 [markers retain]; [all...] |
ANTLRUnbufferedCommonTreeNodeStream.m | 8 // 1. Redistributions of source code must retain the above copyright 64 nodeStack = [[NSMutableArray arrayWithCapacity:5] retain]; 65 indexStack = [[NSMutableArray arrayWithCapacity:5] retain]; 66 markers = [[ANTLRPtrBuffer newANTLRPtrBufferWithLen:100] retain]; 69 [lookahead retain]; 134 [aTreeAdaptor retain]; 149 [aTokenStream retain]; 200 ANTLRUnbufferedCommonTreeNodeStreamState *state = [[[ANTLRUnbufferedCommonTreeNodeStreamState alloc] init] retain]; 279 NSMutableArray *newLookahead = [[[NSMutableArray alloc] initWithCapacity:[lookahead count]*2] retain]; 425 [aRoot retain]; [all...] |
ANTLRCommonToken.m | 8 // 1. Redistributions of source code must retain the above copyright 55 [EOF_TOKEN retain]; 56 [SKIP_TOKEN retain]; 57 [INVALID_TOKEN retain]; 104 EOF_TOKEN = [[ANTLRCommonToken newToken:ANTLRTokenTypeEOF Text:@"EOF"] retain]; 113 SKIP_TOKEN = [[ANTLRCommonToken newToken:ANTLRTokenTypeInvalid Text:@"Skip"] retain]; 122 INVALID_TOKEN = [[ANTLRCommonToken newToken:ANTLRTokenTypeInvalid Text:@"Invalid"] retain]; 154 if ( input ) [input retain]; 163 if ( text ) [text retain]; 172 if ( text ) [text retain]; [all...] |
/external/llvm/include/llvm/ADT/ |
IntrusiveRefCntPtr.h | 51 void Retain() const { ++ref_cnt; } 76 void Retain() const { ++ref_cnt; } 88 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo 104 /// Obj->Retain()/Obj->Release(). Release() is required to destroy 119 retain(); 123 retain(); 140 retain(); 177 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); function in class:llvm::IntrusiveRefCntPtr [all...] |