OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autorelease
(Results
176 - 200
of
397
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Analysis/inlining/
RetainCountExamples.m
14
-(id)
autorelease
;
inline-defensive-checks.m
13
-(id)
autorelease
;
/external/clang/test/CodeGenObjCXX/
lambda-expressions.mm
8
// MRC: @"\01L_OBJC_METH_VAR_NAME{{.*}}" = internal global [12 x i8] c"
autorelease
\00"
/external/llvm/include/llvm/Transforms/
ObjCARC.h
24
// ObjCARCAPElim - ObjC ARC
autorelease
pool elimination.
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp
313
// The second retain and
autorelease
can be deleted.
317
// pairs if nothing is actually autoreleased between them. Also,
autorelease
333
// TODO: Sink
autorelease
calls as far as possible. Unfortunately we
[
all
...]
ObjCARC.h
155
/// objc_autorelease, we also tail call -[NSObject
autorelease
] which supports
157
///
autorelease
pool which violates the semantics of __autoreleasing types in
176
/// Test whether the given instruction can
autorelease
any pointer or cause an
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m
52
imgrep = [ [ [ NSBitmapImageRep alloc ] initWithBitmapDataPlanes: NULL pixelsWide: w pixelsHigh: h bitsPerSample: 1 samplesPerPixel: 2 hasAlpha: YES isPlanar: YES colorSpaceName: NSDeviceWhiteColorSpace bytesPerRow: (w+7)/8 bitsPerPixel: 0 ]
autorelease
];
63
img = [ [ [ NSImage alloc ] initWithSize: NSMakeSize(w, h) ]
autorelease
];
425
imgrep = [ [ [ NSBitmapImageRep alloc ] initWithBitmapDataPlanes: NULL pixelsWide: icon->w pixelsHigh: icon->h bitsPerSample: 8 samplesPerPixel: 4 hasAlpha: YES isPlanar: NO colorSpaceName: NSDeviceRGBColorSpace bytesPerRow: 4*icon->w bitsPerPixel: 32 ]
autorelease
];
471
img = [ [ [ NSImage alloc ] initWithSize: NSMakeSize(icon->w, icon->h) ]
autorelease
];
/external/chromium_org/chrome/browser/ui/cocoa/
base_bubble_controller.mm
133
return [spacer.release()
autorelease
];
144
[self
autorelease
];
confirm_quit_panel_controller.mm
163
[self
autorelease
];
190
return [[g_confirmQuitPanelController retain]
autorelease
];
324
[self
autorelease
];
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.mm
42
autorelease
];
53
autorelease
];
bookmark_menu_bridge_unittest.mm
28
[menu_
autorelease
];
86
keyEquivalent:@""]
autorelease
];
126
[item setSubmenu:[[[NSMenu alloc] initWithTitle:@"bar"]
autorelease
]];
/external/chromium_org/chrome/browser/ui/cocoa/media_picker/
desktop_media_picker_controller.mm
211
return textField.
autorelease
();
221
return button.
autorelease
();
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_view.mm
232
NSMutableArray* tabs = [[[NSMutableArray alloc] init]
autorelease
];
258
return [attributes
autorelease
];
/external/chromium_org/content/shell/browser/
shell_mac.mm
53
[window
autorelease
];
206
// everything from the
autorelease
pool so the shell isn't on the stack
/external/chromium_org/media/video/capture/mac/
video_capture_device_qtkit_mac.mm
40
[[[NSMutableDictionary alloc] init]
autorelease
];
106
[[[QTCaptureDecompressedVideoOutput alloc] init]
autorelease
];
/external/chromium_org/chrome/browser/ui/cocoa/browser/
avatar_menu_bubble_controller.mm
143
// Create the item view controller.
Autorelease
it because it will be owned
147
menuController:self]
autorelease
];
346
return container.
autorelease
();
364
return newButton.
autorelease
();
383
return newButton.
autorelease
();
667
return [attributes
autorelease
];
/external/clang/docs/
AutomaticReferenceCounting.rst
169
simplify certain operations, there is also an :arc-term:`
autorelease
pool`, a
171
added to this pool by calling ``
autorelease
`` on it.
306
* ``
autorelease
``, taking no arguments and returning a pointer to the object.
329
The behavior of ``
autorelease
`` must be equivalent to sending ``release`` when
330
one of the
autorelease
pools currently in scope is popped. It may not throw an
485
call boundary. In the worst case, this may involve an ``
autorelease
``, but
486
callers must not assume that the value is actually in the
autorelease
pool.
502
autorelease
pool. There are no additional semantics enforced in the definition
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_base_controller.mm
275
[self
autorelease
];
553
autorelease
];
561
autorelease
];
/external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_cocoa_controller.mm
370
//
Autorelease
the animations (cannot use release because the animation object
373
[showHideAnimation_.release()
autorelease
];
375
[moveAnimation_.release()
autorelease
];
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac.mm
222
attributes:attributes]
autorelease
];
238
[[[NSMutableParagraphStyle alloc] init]
autorelease
];
266
autorelease
];
/external/chromium_org/chrome/installer/gcapi_mac/
gcapi.mm
69
[NSMakeCollectable(session_info_dict)
autorelease
];
152
encoding:NSUTF8StringEncoding]
autorelease
];
372
NSTask* task = [[[NSTask alloc] init]
autorelease
];
/external/chromium_org/third_party/libjingle/source/talk/base/
thread.cc
69
// Under Automatic Reference Counting (ARC), you cannot use
autorelease
pools
496
// Each thread is supposed to have an
autorelease
pool. Also for event loops
497
// like this,
autorelease
pool needs to be created and drained/released
/external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp
12
// Calls to NSAutoreleasePools will be rewritten as an @
autorelease
scope.
18
// @
autorelease
{
25
// - There is a variable that is declared inside the intended @
autorelease
scope
/external/chromium/chrome/browser/automation/
ui_controls_mac.mm
92
autorelease
];
94
[[[NSString alloc] initWithCharacters:&character length:1]
autorelease
];
/external/chromium/chrome/browser/cocoa/
install_from_dmg.mm
212
NSAlert* alert = [[[NSAlert alloc] init]
autorelease
];
360
NSAlert* alert = [[[NSAlert alloc] init]
autorelease
];
Completed in 674 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>