HomeSort by relevance Sort by last modified time
    Searched full:autorelease (Results 51 - 75 of 397) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/
base_bubble_controller.h 42 // bubble visible. It will autorelease itself when the user dismisses the
53 // bubble visible. It will autorelease itself when the user dismisses the
encoding_menu_controller_delegate_mac.mm 26 keyEquivalent:@""] autorelease];
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_truetype_font_list_mac.mm 39 NSFontManager* fontManager = [[[NSFontManager alloc] init] autorelease];
50 NSFontManager* fontManager = [[[NSFontManager alloc] init] autorelease];
  /external/chromium_org/remoting/host/installer/mac/uninstaller/
remoting_uninstaller_app.mm 38 [[[RemotingUninstaller alloc] init] autorelease];
93 [[[RemotingUninstaller alloc] init] autorelease];
remoting_uninstaller.mm 25 NSMutableArray* ns_array = [[[NSMutableArray alloc] init] autorelease];
53 task = [[[NSTask alloc] init] autorelease];
72 autorelease];
172 [[[RemotingUninstaller alloc] init] autorelease];
  /external/chromium_org/third_party/ocmock/OCMock/
OCMArg.m 50 return [[[OCMBlockConstraint alloc] initWithConstraintBlock:block] autorelease];
57 return (id *)[[[OCMPassByRefSetter alloc] initWithValue:value] autorelease];
OCPartialMockRecorder.m 15 [invocationHandlers addObject:[[[OCMRealObjectForwarder alloc] init] autorelease]];
  /external/clang/test/ARCMT/
Common.h 36 - (id)autorelease NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
102 return [(id)CFMakeCollectable(X) autorelease];
nonobjc-to-objc-cast-2.m 54 return (CFStringRef)[[[NSString alloc] init] autorelease]; // expected-error {{it is not safe to cast to 'CFStringRef' the result of 'autorelease' message; a __bridge cast may result in a pointer to a destroyed object and a __bridge_retained may leak the object}} \
checking.m 21 - (id)autorelease NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
50 - (id)autorelease; // expected-note 2 {{declaration has been explicitly marked unavailable here}}
68 - (id)autorelease { return self; } // expected-error {{ARC forbids implementation}}
94 [a autorelease]; // expected-error {{it is not safe to remove an unused 'autorelease' message; its receiver may be destroyed immediately}} \
96 // expected-error {{'autorelease' is unavailable}}
97 [a autorelease]; // expected-error {{it is not safe to remove an unused 'autorelease' message; its receiver may be destroyed immediately}} \
99 // expected-error {{'autorelease' is unavailable}}
113 s = @selector(autorelease); // expected-error {{ARC forbids use of 'autorelease' in a @selector}
    [all...]
checking-in-arc.m 21 - (id)autorelease NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
  /external/llvm/test/Transforms/ObjCARC/
empty-block.ll 12 ; Don't delete the autorelease.
36 ; Do delete the autorelease, even with the retain in a different block.
  /external/chromium/base/mac/
scoped_nsautorelease_pool.h 24 // autorelease pool to be maintained in ordinary C++ code without bringing in
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell_unittest.mm 29 initTextCell:@"TEST STRING"] autorelease];
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_uninstall_dialog_cocoa.mm 26 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
  /external/chromium_org/base/mac/
scoped_nsautorelease_pool.h 21 // sends it a -drain message when destroyed. This allows an autorelease pool to
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_bubble_controller.h 21 // -showWindow: to make the bubble visible. It will autorelease itself when the
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell_unittest.mm 29 initTextCell:@"TEST STRING"] autorelease];
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_button.mm 53 nil] autorelease];
59 NSShadow* shadow = [[[NSShadow alloc] init] autorelease];
69 NSShadow* shadow = [[[NSShadow alloc] init] autorelease];
115 attributes:attributes] autorelease];
  /external/chromium_org/chrome/browser/ui/cocoa/
encoding_menu_controller_delegate_mac.mm 26 keyEquivalent:@""] autorelease];
simple_message_box_mac.mm 26 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
  /external/chromium_org/content/common/
font_list_mac.mm 18 NSFontManager* fontManager = [[[NSFontManager alloc] init] autorelease];
  /external/chromium_org/third_party/ocmock/
ocmock_extensions.mm 73 autorelease];
  /external/chromium_org/ui/base/cocoa/
nib_loading.mm 39 return [[view retain] autorelease];
  /external/clang/test/Analysis/
test-objc-non-nil-return-value-checker.m 12 -(id)autorelease;

Completed in 2422 milliseconds

1 23 4 5 6 7 8 91011>>