OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:retain
(Results
351 - 375
of
31093
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_name_folder_controller.mm
36
initialName_.reset([base::SysUTF16ToNSString(node_->GetTitle())
retain
]);
40
initialName_.reset([newString
retain
]);
/external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details_view_controller_unittest.mm
63
[CreateDatabaseTestContent()
retain
]);
77
[CreateCookieTestContent(YES)
retain
]);
/external/chromium/third_party/libjingle/source/talk/base/
openssladapter.h
8
* 1. Redistributions of source code must
retain
the above copyright notice,
91
// If true, socket will
retain
SSL configuration after Close.
schanneladapter.h
8
* 1. Redistributions of source code must
retain
the above copyright notice,
81
// If true, socket will
retain
SSL configuration after Close.
/external/chromium_org/chrome/browser/sync/test/integration/
multiple_client_sessions_sync_test.cc
45
// Open tabs on all clients and
retain
window information.
81
// Open tabs on all clients and
retain
window information.
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_button_cell_unittest.mm
22
menuController:nil]
retain
]);
46
menuController:nil]
retain
]);
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details_view_controller_unittest.mm
63
[CreateDatabaseTestContent()
retain
]);
77
[CreateCookieTestContent(YES)
retain
]);
/external/chromium_org/chrome/browser/ui/cocoa/
info_bubble_view.mm
21
backgroundColor_.reset([[NSColor whiteColor]
retain
]);
109
backgroundColor_.reset([backgroundColor
retain
]);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDataCache.h
8
* * Redistributions of source code must
retain
the above copyright
77
PassRefPtr<SimpleFontData> get(const FontPlatformData*, ShouldRetain =
Retain
);
/external/chromium_org/third_party/WebKit/public/web/
WebPrintParams.h
8
* * Redistributions of source code must
retain
the above copyright
54
// Specifies whether to reduce/enlarge/
retain
the print contents to fit the
WebSharedWorkerClient.h
8
* * Redistributions of source code must
retain
the above copyright
64
// WebWorkerPermissionClientProxy should not
retain
the given
/external/chromium_org/third_party/libjingle/source/talk/base/
bandwidthsmoother.h
8
* 1. Redistributions of source code must
retain
the above copyright notice,
45
// We
retain
the initial bandwidth guess as our current bandwidth estimation
openssladapter.h
8
* 1. Redistributions of source code must
retain
the above copyright notice,
91
// If true, socket will
retain
SSL configuration after Close.
schanneladapter.h
8
* 1. Redistributions of source code must
retain
the above copyright notice,
81
// If true, socket will
retain
SSL configuration after Close.
/external/chromium_org/third_party/ocmock/OCMock/
OCMObserverRecorder.m
33
recordedNotification = [[NSNotification notificationWithName:name object:sender]
retain
];
38
recordedNotification = [[NSNotification notificationWithName:name object:sender userInfo:userInfo]
retain
];
/external/clang/test/Analysis/
NSWindow.m
12
- (id)
retain
;
79
[window
retain
];
retain-release-path-notes-gc.m
6
This file is for testing the path-sensitive notes for
retain
/release errors.
8
not to actually check all possible
retain
/release errors.
11
Non-specific and ref-count-only notes should go in
retain
-release-path-notes.m.
21
- (id)
retain
;
28
@property(
retain
) id propertyValue;
43
CFTypeRef leaked = CFCreateSomething(); // expected-warning{{leak}} expected-note{{Call to function 'CFCreateSomething' returns a Core Foundation object with a +1
retain
count. Core Foundation objects are not automatically garbage collected}}
44
return; // expected-note{{Object leaked: object allocated and stored into 'leaked' is not referenced later in this execution path and has a
retain
count of +1}}
48
CFTypeRef leaked = CFCreateSomething(); // expected-warning{{leak}} expected-note{{Call to function 'CFCreateSomething' returns a Core Foundation object with a +1
retain
count. Core Foundation objects are not automatically garbage collected}}
49
CFRetain(leaked); // expected-note{{Reference count incremented. The object now has a +2
retain
count}}
50
CFMakeCollectable(leaked); // expected-note{{In GC mode a call to 'CFMakeCollectable' decrements an object's
retain
count and registers the object with the garbage collector. An object must have a 0 retain count to (…)
[
all
...]
/external/clang/test/SemaObjC/
property-category-4.m
10
@property (readwrite,
retain
) id selectedObjects; // expected-note {{property declared here}}
11
@property (readwrite,
retain
) id d_selectedObjects; // expected-note {{property declared here}}
property-typecheck-1.m
35
@property(nonatomic,readonly,
retain
) SSyncSet* syncSet;
52
@property(nonatomic,readonly,
retain
) SPeer_iDisk_local* localPeer;
arc.m
28
- (id)
retain
;
36
SEL s = @selector(
retain
); // expected-error {{ARC forbids use of '
retain
' in a @selector}}
41
[a
retain
]; // expected-error {{ARC forbids explicit message send of '
retain
'}}
60
- (id)
retain
; // expected-note {{method '
retain
' declared here}}
67
- (id)
retain
{return 0;} // expected-error {{ARC forbids implementation of '
retain
'}}
74
- (id)
retain
{return 0;} // expected-error {{ARC forbids implementation of 'retain'}}
[
all
...]
/external/llvm/test/Transforms/ObjCARC/
rv.ll
25
; Test that
retain
+release elimination is suppressed when the
26
;
retain
is an objc_retainAutoreleasedReturnValue, since it's
81
; Delete a redundant
retain
,autoreleaseRV when forwaring a call result
95
; Delete a redundant fused
retain
+autoreleaseRV when forwaring a call result
139
; Don't apply the RV optimization to autorelease if there's no
retain
.
161
; could undo the
retain
.
249
; Like test19 but with plain
retain
.
261
; Like test19 but with plain
retain
and autorelease.
/external/ppp/pppd/
eui64.c
10
* 1. Redistributions of source code must
retain
the above copyright
22
* 4. Redistributions of any form whatsoever must
retain
the following
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp
313
// The second
retain
and autorelease can be deleted.
339
// TODO: Delete release+
retain
pairs (rare).
345
"
retain
+autoreleases eliminated");
346
STATISTIC(NumRRs, "Number of
retain
+release paths eliminated");
427
///
retain
-decrement-use-release sequence or release-use-decrement-
retain
433
/// there are
retain
-release pairs in code regions where the
retain
count
437
/// Also, a
retain
+release pair nested within another
retain
+releas
[
all
...]
/abi/cpp/src/
array_type_info.cc
7
// 1. Redistributions of source code must
retain
the above copyright
class_type_info.cc
7
// 1. Redistributions of source code must
retain
the above copyright
Completed in 1021 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>