OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autorelease
(Results
76 - 100
of
397
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGenObjCXX/
arc-globals.mm
5
//
autorelease
pool.
/external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h
51
Autorelease
(0),
65
Autorelease
= 0;
86
return getI8XRetI8XEntryPoint(
Autorelease
, "objc_autorelease", true);
116
Constant *
Autorelease
;
/external/chromium/base/
message_pump_mac.mm
27
// A scoper for
autorelease
pools created from message pump run loops.
29
// case where an
autorelease
pool needs to be passed in.
249
// The NSApplication-based run loop only drains the
autorelease
pool at each
250
// UI event (NSEvent). The
autorelease
pool is not drained for each
308
// The NSApplication-based run loop only drains the
autorelease
pool at each
309
// UI event (NSEvent). The
autorelease
pool is not drained for each
464
// This is completely identical to calling CFRunLoopRun(), except
autorelease
522
// NSRunLoop manages
autorelease
pools itself.
553
// NSApplication manages
autorelease
pools itself when run this way.
594
// Prevents an
autorelease
pool from being created if the app is in the midst o
[
all
...]
/external/chromium_org/base/message_loop/
message_pump_mac.mm
42
// A scoper for
autorelease
pools created from message pump run loops.
44
// case where an
autorelease
pool needs to be passed in.
479
// The NSApplication-based run loop only drains the
autorelease
pool at each
480
// UI event (NSEvent). The
autorelease
pool is not drained for each
541
// The NSApplication-based run loop only drains the
autorelease
pool at each
542
// UI event (NSEvent). The
autorelease
pool is not drained for each
715
// This is completely identical to calling CFRunLoopRun(), except
autorelease
773
// NSRunLoop manages
autorelease
pools itself.
834
// NSApplication manages
autorelease
pools itself when run this way.
881
// Prevents an
autorelease
pool from being created if the app is in the midst o
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/applescript/
browsercrapplication+applescript.mm
86
initWithBookmarkNode:model->other_node()]
autorelease
];
109
initWithBookmarkNode:model->GetBookmarkBarNode()]
autorelease
];
/external/chromium/chrome/browser/ui/cocoa/
external_protocol_dialog.mm
47
[self
autorelease
];
130
[self
autorelease
];
hyperlink_button_cell_unittest.mm
50
[[[NSKeyedUnarchiver alloc] initForReadingWithData:emptyData]
autorelease
];
repost_form_warning_mac.mm
54
autorelease
],
/external/chromium_org/chrome/browser/ui/cocoa/applescript/
browsercrapplication+applescript.mm
89
initWithBookmarkNode:model->other_node()]
autorelease
];
112
initWithBookmarkNode:model->bookmark_bar_node()]
autorelease
];
/external/chromium_org/chrome/browser/ui/cocoa/
base_bubble_controller.h
56
// bubble visible. It will
autorelease
itself when the user dismisses the
67
// bubble visible. It will
autorelease
itself when the user dismisses the
external_protocol_dialog.mm
56
[self
autorelease
];
140
[self
autorelease
];
accelerator_utils_cocoa.mm
29
[[[NSString alloc] initWithCharacters:&character length:1]
autorelease
];
restart_browser.mm
48
[self
autorelease
];
/external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm
109
length:characters.size()]
autorelease
];
115
return [string
autorelease
];
/external/chromium_org/ui/gfx/image/
image_skia_util_mac.mm
101
return [image.release()
autorelease
];
120
return [image.release()
autorelease
];
/external/chromium_org/ui/keyboard/resources/elements/
kb-modifier-key.html
106
* Overrides the
autoRelease
function to enable chording.
108
autoRelease
: function() {
/external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp
12
// Removes retain/release/
autorelease
/dealloc messages.
14
// return [[foo retain]
autorelease
];
70
// An unused
autorelease
is badness. If we remove it the receiver
72
// by the
autorelease
pool. This is bad practice in general, leave it
74
Pass.TA.reportError("it is not safe to remove an unused '
autorelease
' "
163
/// \brief Checks for idioms where an unused -
autorelease
is common.
168
/// [backingValue
autorelease
];
173
/// [[var retain]
autorelease
];
/external/clang/test/ARCMT/
atautorelease-check.m
19
- (id)
autorelease
NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
105
// a @
autorelease
scope it will be undefined outside it so don't touch the pool.
nonobjc-to-objc-cast.m
39
_uuidString = [(NSString *)CFUUIDCreateString(kCFAllocatorDefault, _uuid)
autorelease
];
/external/clang/test/Analysis/
NSString.m
48
- (id)
autorelease
;
194
// Test regular use of -
autorelease
201
return [str
autorelease
]; // no-warning
207
[s
autorelease
];
211
NSString *s = [[[NSString alloc] init]
autorelease
]; // expected-warning{{leak}}
216
NSString *s = [[[NSString alloc] init]
autorelease
];
218
[s
autorelease
];
228
[s
autorelease
];
/external/chromium/chrome/browser/extensions/
extension_process_manager_unittest.cc
14
// make the test a PlatformTest to setup
autorelease
pools properly on mac
/external/chromium/chrome/browser/ui/webui/options/
font_settings_utils_mac.mm
36
NSFontManager* fontManager = [[[NSFontManager alloc] init]
autorelease
];
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_uninstall_dialog_cocoa.mm
48
NSAlert* alert = [[[NSAlert alloc] init]
autorelease
];
/external/clang/test/Analysis/inlining/
retain-count-self-init.m
14
-(id)
autorelease
;
/external/llvm/test/Transforms/ObjCARC/
contract.ll
60
; Merge a retain,
autorelease
pair around a call.
74
; Trivial retain,
autorelease
pair with intervening call, but it's post-dominated
75
; by another release. The retain and
autorelease
can be merged.
93
; Don't merge retain and
autorelease
if they're not control-equivalent.
Completed in 568 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>