HomeSort by relevance Sort by last modified time
    Searched refs:Retain (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/ui/gl/
scoped_cgl.h 17 static void Retain(CGLContextObj object) {
27 static void Retain(CGLPixelFormatObj object) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCacheTest.cpp 33 RefPtr<SimpleFontData> fontData = fontCache->getLastResortFallbackFont(fontDescription, Retain);
37 fontData = fontCache->getLastResortFallbackFont(fontDescription, Retain);
FontCache.h 9 * 1. Redistributions of source code must retain the above copyright
67 enum ShouldRetain { Retain, DoNotRetain };
86 PassRefPtr<SimpleFontData> getFontData(const FontDescription&, const AtomicString&, bool checkingAlternateName = false, ShouldRetain = Retain);
87 PassRefPtr<SimpleFontData> getLastResortFallbackFont(const FontDescription&, ShouldRetain = Retain);
157 PassRefPtr<SimpleFontData> fontDataFromFontPlatformData(const FontPlatformData*, ShouldRetain = Retain);
FontDataCache.h 8 * * Redistributions of source code must retain the above copyright
77 PassRefPtr<SimpleFontData> get(const FontPlatformData*, ShouldRetain = Retain);
FontDataCache.cpp 8 * * Redistributions of source code must retain the above copyright
55 pair<RefPtr<SimpleFontData>, unsigned> newValue(SimpleFontData::create(*platformData), shouldRetain == Retain ? 1 : 0);
67 if (shouldRetain == Retain) {
  /external/chromium_org/mojo/public/cpp/bindings/lib/
shared_data.h 28 holder_->Retain();
36 holder_->Retain();
68 void Retain() { ++ref_count_; }
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 71 bool OptimizeRetainCall(Function &F, Instruction *Retain);
117 ObjCARCContract::OptimizeRetainCall(Function &F, Instruction *Retain) {
118 ImmutableCallSite CS(GetObjCArg(Retain));
122 if (Call->getParent() != Retain->getParent())
125 // Check that the call is next to the retain.
129 if (&*I != Retain)
138 "return value.\nOld: "<< *Retain << "\n");
141 // retain/retainRV have the same properties.
143 cast<CallInst>(Retain)->setCalledFunction(Decl);
145 DEBUG(dbgs() << "New: " << *Retain << "\n")
    [all...]
ARCRuntimeEntryPoints.h 49 Retain(nullptr),
63 Retain = nullptr;
82 return getI8XRetI8XEntryPoint(Retain, "objc_retain", true);
112 Constant *Retain;
ObjCARCOpts.cpp 226 // The second retain and autorelease can be deleted.
252 // TODO: Delete release+retain pairs (rare).
258 "retain+autoreleases eliminated");
259 STATISTIC(NumRRs, "Number of retain+release paths eliminated");
340 /// retain-decrement-use-release sequence or release-use-decrement-retain
346 /// there are retain-release pairs in code regions where the retain count
350 /// Also, a retain+release pair nested within another retain+releas
    [all...]
  /external/chromium_org/base/mac/
scoped_typeref.h 16 // of a reference to any type that is maintained by Retain and Release methods.
18 // The Traits structure must provide the Retain and Release methods for type T.
25 // void Retain(CGLContextObj object) { CGLContextRetain(object); }
39 // ownership of the object (and should not call Retain in initialization) or if
41 // Retain in initialization). This behavior is based on the |policy| parameter,
42 // with |ASSUME| for the former and |RETAIN| for the latter. The default policy
57 if (object_ && policy == base::scoped_policy::RETAIN)
58 Traits::Retain(object_);
64 Traits::Retain(object_);
73 reset(that.get(), base::scoped_policy::RETAIN);
    [all...]
scoped_cftyperef.h 24 // enum. If the value |RETAIN| is passed (in the constructor or in reset()),
31 static void Retain(CFTypeRef object) {
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 52 void Retain() const { ++ref_cnt; }
77 void Retain() const { ++ref_cnt; }
89 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
108 void Retain() const { ++RefCount; }
130 /// Obj->Retain()/Obj->Release(). Release() is required to destroy
145 retain();
149 retain();
164 retain();
198 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); function in class:llvm::IntrusiveRefCntPtr
    [all...]
  /external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp 46 static void retain(InterceptRefCounted *I) { function in struct:llvm::IntrusiveRefCntPtrInfo
48 I->Retain();
  /external/pdfium/core/include/fxge/
fpf.h 25 virtual IFPF_Font* Retain() = 0;
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.h 19 virtual IFPF_Font* Retain();
fpf_skiafont.cpp 33 IFPF_Font* CFPF_SkiaFont::Retain()
  /frameworks/base/media/mca/filterfw/jni/
jni_util.cpp 32 Retain();
38 Retain();
50 Retain();
54 void JavaObject::Retain() {
jni_util.h 71 // Retain the instance, i.e. increase reference count.
72 void Retain();
  /external/lldb/tools/debugserver/source/
DNBBreakpoint.h 105 uint32_t Retain ()
  /external/pdfium/core/src/fpdfdoc/
tagged_int.h 79 CPDF_StructElementImpl* Retain();
doc_tagged.cpp 164 pParentElement->m_Kids[i].m_Element.m_pElement = pElement->Retain();
185 m_Kids[0] = pElement->Retain();
202 m_Kids[i] = pElement->Retain();
232 CPDF_StructElementImpl* CPDF_StructElementImpl::Retain()
  /external/chromium_org/content/browser/renderer_host/
display_link_mac.cc 14 static void Retain(CVDisplayLinkRef object) {
  /external/pdfium/core/src/fxcrt/
extension.h 38 virtual IFX_FileStream* Retain()
161 virtual IFX_FileStream* Retain()
  /external/pdfium/core/include/fxcrt/
fx_stream.h 140 virtual IFX_FileStream* Retain() = 0;
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 532 mutable IdentifierInfo *Retain, *Release, *MakeCollectable, *Autorelease;
535 : Retain(nullptr), Release(nullptr), MakeCollectable(nullptr),
555 Retain = &Ctx.Idents.get("CFRetain");
565 if (!(FuncII == Retain || FuncII == Release || FuncII == MakeCollectable ||
597 if (FuncII == Retain)
620 // Check for sending 'retain', 'release', or 'autorelease' directly to a Class.
645 retainS = GetNullarySelector("retain", Ctx);
    [all...]

Completed in 1286 milliseconds

1 2