OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cfretain
(Results
51 - 75
of
79
) sorted by null
1
2
3
4
/external/clang/test/Analysis/diagnostics/
undef-value-param.m
463
//CHECK: <key>type</key><string>null passed to
CFRetain
/CFRelease</string>
/external/clang/test/Analysis/
retain-release-region-store.m
19
extern CFTypeRef
CFRetain
(CFTypeRef cf);
retain-release.mm
58
extern CFTypeRef
CFRetain
(CFTypeRef cf);
retain-release-path-notes-gc.m
32
CFTypeRef
CFRetain
(CFTypeRef);
49
CFRetain
(leaked); // expected-note{{Reference count incremented. The object now has a +2 retain count}}
52
CFRetain
(leaked); // expected-note{{Reference count incremented. The object now has a +1 retain count. The object is not eligible for garbage collection until the retain count reaches 0 again}}
[
all
...]
retain-release.m
63
extern CFTypeRef
CFRetain
(CFTypeRef cf);
321
CFRetain
(date);
379
CFRetain
(date);
387
CFRetain
(date);
398
CFRetain
(date);
511
// Test when we pass NULL to
CFRetain
/CFRelease.
520
CFRetain
(p); // expected-warning{{Null pointer argument in call to
CFRetain
}}
532
CFRetain
(p);
534
CFRetain
(0); // no-warnin
[
all
...]
retain-release-path-notes.m
34
CFTypeRef
CFRetain
(CFTypeRef);
70
CFRetain
(leaked); // expected-note{{Reference count incremented. The object now has a +1 retain count}}
[
all
...]
/external/webkit/Source/JavaScriptGlue/
JSUtils.cpp
259
return
CFRetain
(GetCFNull());
/external/chromium/net/base/
x509_certificate_mac.cc
479
CFRetain
(cert);
[
all
...]
/external/libusb/libusb/os/
darwin_usb.c
270
CFRetain
(CFRunLoopGetCurrent ());
615
CFRetain
(libusb_darwin_acfl);
[
all
...]
/external/chromium/base/
message_pump_mac.mm
54
CFRetain
(run_loop_);
/external/clang/lib/StaticAnalyzer/Checkers/
Checkers.td
425
HelpText<"Check for null arguments to
CFRetain
/CFRelease">,
RetainCountChecker.cpp
645
enum UnaryFuncKind {
cfretain
, cfrelease, cfmakecollectable };
enumerator in enum:__anon5473::RetainSummaryManager::UnaryFuncKind
[
all
...]
/external/compiler-rt/BlocksRuntime/
runtime.c
468
// and unless someone has done a
CFRetain
or marked it uncollectable it will
/external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.mm
163
_performJavaScriptRunLoop = (CFRunLoopRef)
CFRetain
(CFRunLoopGetCurrent());
/external/webkit/Source/WebKit/win/
WebDownloadCFNet.cpp
377
CFRetain
(result);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp
765
*v = (void*)
CFRetain
(obj->coreAnimationLayer);
/frameworks/compile/libbcc/runtime/BlocksRuntime/
runtime.c
469
// and unless someone has done a
CFRetain
or marked it uncollectable it will
/external/skia/src/ports/
SkFontHost_mac_coretext.cpp
367
fFontRef = fontRef; // caller has already called
CFRetain
for us
486
CFRetain
(fontRef);
[
all
...]
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm
361
CFRetain
(elements);
[
all
...]
/external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm
747
CFRetain
(elements);
[
all
...]
/external/webkit/Source/WebKit/mac/Carbon/
HIWebView.mm
249
CFRetain
(webView);
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm
[
all
...]
/external/webkit/Source/WebKit/mac/
ChangeLog-2007-10-14
[
all
...]
/prebuilts/clang/linux-x86/3.1/
clang
clang++
Completed in 1357 milliseconds
1
2
3
4