Home
last modified time | relevance | path

Searched refs:fObj (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrPendingProgramElement.h21 GrPendingProgramElement() : fObj(nullptr) { } in GrPendingProgramElement()
24 explicit GrPendingProgramElement(T* obj) : fObj(obj) { in GrPendingProgramElement()
34 if (fObj) { in reset()
35 fObj->completedExecution(); in reset()
37 fObj = obj; in reset()
40 T* get() const { return fObj; } in get()
41 operator T*() { return fObj; }
43 T *operator->() const { return fObj; }
46 if (fObj) { in ~GrPendingProgramElement()
47 fObj->completedExecution(); in ~GrPendingProgramElement()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrPendingProgramElement.h21 GrPendingProgramElement() : fObj(nullptr) { } in GrPendingProgramElement()
24 explicit GrPendingProgramElement(T* obj) : fObj(obj) { in GrPendingProgramElement()
34 if (fObj) { in reset()
35 fObj->completedExecution(); in reset()
37 fObj = obj; in reset()
40 T* get() const { return fObj; } in get()
41 operator T*() { return fObj; }
43 T *operator->() const { return fObj; }
46 if (fObj) { in ~GrPendingProgramElement()
47 fObj->completedExecution(); in ~GrPendingProgramElement()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkTLazy.h149 SkTCopyOnFirstWrite() : fObj(nullptr) {} in SkTCopyOnFirstWrite()
156 fObj = fLazy.isValid() ? fLazy.get() : that.fObj;
162 fObj = fLazy.isValid() ? fLazy.get() : that.fObj;
168 SkASSERT(nullptr == fObj); in init()
170 fObj = &initial; in init()
177 SkASSERT(fObj); in writable()
179 fLazy.set(*fObj); in writable()
180 fObj = fLazy.get(); in writable()
182 return const_cast<T*>(fObj); in writable()
185 const T* get() const { return fObj; } in get()
[all …]
H A DSkTLList.h35 SkAlignedSTStorage<1, T> fObj; member
54 reinterpret_cast<T*>(node->fObj.get())->~T(); in ~SkTLList()
74 return new (node->fObj.get()) T(std::forward<Args>(args)...); in addToHead()
83 return new (node->fObj.get()) T(std::forward<Args>(args)...); in addToTail()
93 return new (node->fObj.get()) T(std::forward<Args>(args)...); in addBefore()
103 return new (node->fObj.get()) T(std::forward<Args>(args)...); in addAfter()
136 SkASSERT(reinterpret_cast<T*>(node->fObj.get()) == t); in remove()
213 return reinterpret_cast<T*>(node->fObj.get()); in nodeToObj()
267 reinterpret_cast<T*>(node->fObj.get())->~T(); in removeNode()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkTLazy.h149 SkTCopyOnFirstWrite() : fObj(nullptr) {} in SkTCopyOnFirstWrite()
156 fObj = fLazy.isValid() ? fLazy.get() : that.fObj;
162 fObj = fLazy.isValid() ? fLazy.get() : that.fObj;
168 SkASSERT(nullptr == fObj); in init()
170 fObj = &initial; in init()
177 SkASSERT(fObj); in writable()
179 fLazy.set(*fObj); in writable()
180 fObj = fLazy.get(); in writable()
182 return const_cast<T*>(fObj); in writable()
185 const T* get() const { return fObj; } in get()
[all …]
H A DSkTLList.h35 SkAlignedSTStorage<1, T> fObj; member
54 reinterpret_cast<T*>(node->fObj.get())->~T(); in ~SkTLList()
74 return new (node->fObj.get()) T(std::forward<Args>(args)...); in addToHead()
83 return new (node->fObj.get()) T(std::forward<Args>(args)...); in addToTail()
93 return new (node->fObj.get()) T(std::forward<Args>(args)...); in addBefore()
103 return new (node->fObj.get()) T(std::forward<Args>(args)...); in addAfter()
136 SkASSERT(reinterpret_cast<T*>(node->fObj.get()) == t); in remove()
213 return reinterpret_cast<T*>(node->fObj.get()); in nodeToObj()
267 reinterpret_cast<T*>(node->fObj.get())->~T(); in removeNode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkTLazy.h149 SkTCopyOnFirstWrite() : fObj(nullptr) {} in SkTCopyOnFirstWrite()
156 fObj = fLazy.isValid() ? fLazy.get() : that.fObj;
162 fObj = fLazy.isValid() ? fLazy.get() : that.fObj;
168 SkASSERT(nullptr == fObj); in init()
170 fObj = &initial; in init()
177 SkASSERT(fObj); in writable()
179 fLazy.set(*fObj); in writable()
180 fObj = fLazy.get(); in writable()
182 return const_cast<T*>(fObj); in writable()
185 const T* get() const { return fObj; } in get()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkTLazy.h149 SkTCopyOnFirstWrite() : fObj(nullptr) {} in SkTCopyOnFirstWrite()
156 fObj = fLazy.isValid() ? fLazy.get() : that.fObj;
162 fObj = fLazy.isValid() ? fLazy.get() : that.fObj;
168 SkASSERT(nullptr == fObj); in init()
170 fObj = &initial; in init()
177 SkASSERT(fObj); in writable()
179 fLazy.set(*fObj); in writable()
180 fObj = fLazy.get(); in writable()
182 return const_cast<T*>(fObj); in writable()
185 const T* get() const { return fObj; } in get()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkTLazy.h149 SkTCopyOnFirstWrite() : fObj(nullptr) {} in SkTCopyOnFirstWrite()
156 fObj = fLazy.isValid() ? fLazy.get() : that.fObj;
162 fObj = fLazy.isValid() ? fLazy.get() : that.fObj;
168 SkASSERT(nullptr == fObj); in init()
170 fObj = &initial; in init()
177 SkASSERT(fObj); in writable()
179 fLazy.set(*fObj); in writable()
180 fObj = fLazy.get(); in writable()
182 return const_cast<T*>(fObj); in writable()
185 const T* get() const { return fObj; } in get()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkTLazy.h149 SkTCopyOnFirstWrite() : fObj(nullptr) {} in SkTCopyOnFirstWrite()
156 fObj = fLazy.isValid() ? fLazy.get() : that.fObj;
162 fObj = fLazy.isValid() ? fLazy.get() : that.fObj;
168 SkASSERT(nullptr == fObj); in init()
170 fObj = &initial; in init()
177 SkASSERT(fObj); in writable()
179 fLazy.set(*fObj); in writable()
180 fObj = fLazy.get(); in writable()
182 return const_cast<T*>(fObj); in writable()
185 const T* get() const { return fObj; } in get()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/core/
H A DSkTLazy.h137 SkTCopyOnFirstWrite() : fObj(nullptr) {} in SkTCopyOnFirstWrite()
141 SkASSERT(nullptr == fObj); in init()
143 fObj = &initial; in init()
150 SkASSERT(fObj); in writable()
152 fLazy.set(*fObj); in writable()
153 fObj = fLazy.get(); in writable()
155 return const_cast<T*>(fObj); in writable()
162 const T *operator->() const { return fObj; }
164 operator const T*() const { return fObj; }
166 const T& operator *() const { return *fObj; }
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/core/
H A DSkTLazy.h156 SkTCopyOnFirstWrite() : fObj(nullptr) {} in SkTCopyOnFirstWrite()
160 SkASSERT(nullptr == fObj); in init()
162 fObj = &initial; in init()
169 SkASSERT(fObj); in writable()
171 fLazy.set(*fObj); in writable()
172 fObj = fLazy.get(); in writable()
174 return const_cast<T*>(fObj); in writable()
181 const T *operator->() const { return fObj; }
183 operator const T*() const { return fObj; }
185 const T& operator *() const { return *fObj; }
[all …]
/dports/audio/faust/faust-2.37.3/compiler/utils/
H A DTMutex.h97 TLockAble* fObj;
100 TLock(TLockAble* obj) : fObj(obj) in TLock()
102 if (fObj) fObj->Lock(); in TLock()
105 TLock(const TLockAble* obj) : fObj((TLockAble*)obj) in TLock()
107 if (fObj) fObj->Lock(); in TLock()
112 if (fObj) fObj->Unlock(); in ~TLock()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Operations/
H A DOrdinaryOperation.cs83 private readonly GDMObject fObj; field in GKCore.Operations.OrdinaryOperation
91 fObj = obj; in OrdinaryOperation()
238 GDMFamilyRecord famRec = fObj as GDMFamilyRecord; in ProcessFamilySpouse()
258 GDMGroupRecord grpRec = fObj as GDMGroupRecord; in ProcessGroupMember()
278 GDMSourceRecord srcRec = fObj as GDMSourceRecord; in ProcessSourceRepositoryCitation()
298 GDMResearchRecord resRec = fObj as GDMResearchRecord; in ProcessResearchTask()
358 var swl = fObj as IGDMStructWithNotes; in ProcessRecordNoteAdd()
376 var swl = fObj as IGDMStructWithNotes; in ProcessRecordNoteRemove()
392 var swl = fObj as IGDMStructWithMultimediaLinks; in ProcessRecordMediaAdd()
410 var swl = fObj as IGDMStructWithMultimediaLinks; in ProcessRecordMediaRemove()
[all …]
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/test/
H A Dserver.pem34 with open(b"server.pem", "wb") as fObj:
35 fObj.write(source)
36 fObj.write(b"\n")
37 fObj.write(b"'''\n")
38 fObj.write(dump_privatekey(FILETYPE_PEM, key))
39 fObj.write(dump_certificate(FILETYPE_PEM, cert))
40 fObj.write(b"'''\n")
41 with open(b"key.pem.no_trailing_newline", "wb") as fObj:
42 fObj.write(dump_privatekey(FILETYPE_PEM, key).rstrip('\n'))
43 with open(b"cert.pem.no_trailing_newline", "wb") as fObj:
[all …]
H A Dtest_fdesc.py218 def _execWithFileDescriptor(self, fObj): argument
224 [sys.executable, "-c", self.program % (fObj.fileno(),)],
242 with open(self.mktemp(), "wb") as fObj:
243 fdesc._setCloseOnExec(fObj.fileno())
244 status = self._execWithFileDescriptor(fObj)
253 with open(self.mktemp(), "wb") as fObj:
254 fdesc._setCloseOnExec(fObj.fileno())
255 fdesc._unsetCloseOnExec(fObj.fileno())
256 status = self._execWithFileDescriptor(fObj)
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackMutex.h72 JackLockAble* fObj;
76 JackLock(JackLockAble* obj): fObj(obj) in JackLock()
78 fObj->Lock(); in JackLock()
81 JackLock(const JackLockAble* obj): fObj((JackLockAble*)obj) in JackLock()
83 fObj->Lock(); in JackLock()
88 fObj->Unlock(); in ~JackLock()
/dports/audio/faustlive/faustlive-2.5.7/src/Utilities/
H A DTMutex.h140 TLockAble* fObj;
144 TLock(TLockAble* obj):fObj(obj) in TLock()
146 fObj->Lock(); in TLock()
149 TLock(const TLockAble* obj):fObj((TLockAble*)obj) in TLock()
151 fObj->Lock(); in TLock()
156 fObj->Unlock(); in ~TLock()
/dports/www/py-nevow/Nevow-0.14.0/nevow/test/
H A Dtest_flatsax.py34 fObj = file(fName, 'w')
35 fObj.write(
46 fObj.close()
73 fObj = file(fName, 'w')
74 fObj.write(
78 fObj.close()
92 fObj = file(fName, 'w')
93 fObj.write(
97 fObj.close()
/dports/lang/ghc/ghc-8.10.7/libraries/base/Foreign/ForeignPtr/
H A DImp.hs65 = do fObj <- newForeignPtr_ p
66 addForeignPtrFinalizer finalizer fObj
67 return fObj
101 = do fObj <- newForeignPtr_ p
102 addForeignPtrFinalizerEnv finalizer env fObj
103 return fObj
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Dtest_fdesc.py228 def _execWithFileDescriptor(self, fObj): argument
232 os.execv(sys.executable, [sys.executable, '-c', self.program % (fObj.fileno(),)])
249 with open(self.mktemp(), 'wb') as fObj:
250 fdesc._setCloseOnExec(fObj.fileno())
251 status = self._execWithFileDescriptor(fObj)
261 with open(self.mktemp(), 'wb') as fObj:
262 fdesc._setCloseOnExec(fObj.fileno())
263 fdesc._unsetCloseOnExec(fObj.fileno())
264 status = self._execWithFileDescriptor(fObj)
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkSmallAllocator.h45 rec->fKillProc(rec->fObj); in ~SkSmallAllocator()
91 rec->fObj = static_cast<void*>(rec->fHeapStorage);
96 rec->fObj = static_cast<void*>(fStorage.fBytes + fStorageUsed);
101 return rec->fObj;
121 void* fObj; member
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/test/
H A Dtest_inotify.py104 fObj = path.open("w")
105 fObj.write('foo')
106 fObj.close()
130 fObj = path.open("w")
131 fObj.close()
144 fObj = path.open("r")
145 fObj.close()
156 fObj = path.open("w")
157 fObj.close()
169 fObj.close()
[all …]
/dports/devel/py-twisted/Twisted-22.1.0/docs/core/examples/
H A Dsendfd.py40 self.fObj = self.factory.content.open()
45 self.transport.sendFileDescriptor(self.fObj.fileno())
59 self.fObj.close()
60 self.fObj = None
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/web/
H A D_element.py59 for fObj in funcObjs:
60 fObj.exposedThrough = getattr(fObj, 'exposedThrough', [])
61 fObj.exposedThrough.append(self)

1234567