Home
last modified time | relevance | path

Searched refs:CObject (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGeometry.cpp98 class CObject { class
120 CObject(
127 ~CObject();
186 const CObject * const pOb) const;
205 const CObject * const pOb);
212 const CObject * const pOb);
241 CObject * const pOb);
244 CObject * const pOb);
250 const CObject * const pOb) const;
255 const CObject * const pOb,
[all …]
/external/python/cpython2/Doc/tools/extensions/
Dc_annotations.py25 from sphinx.domains.c import CObject
112 CObject.option_spec = {
116 old_handle_signature = CObject.handle_signature
120 CObject.handle_signature = new_handle_signature
/external/python/cpython3/Doc/tools/extensions/
Dc_annotations.py25 from sphinx.domains.c import CObject
112 CObject.option_spec = {
116 old_handle_signature = CObject.handle_signature
120 CObject.handle_signature = new_handle_signature
/external/python/cpython3/Doc/howto/
Dcporting.rst196 CObject replaced with Capsule
200 :c:type:`CObject`. CObjects were useful,
201 but the :c:type:`CObject` API was problematic: it didn't permit distinguishing
208 :c:type:`CObject` was deprecated in 3.1 and 2.7 and completely removed in
224 :c:type:`CObject` provides no place to store the capsule's "name". As a
238 in a CObject, noisy failure of :c:func:`PyCapsule_SetName`
/external/python/cpython2/Doc/howto/
Dcporting.rst196 CObject replaced with Capsule
200 :c:type:`CObject`. CObjects were useful,
201 but the :c:type:`CObject` API was problematic: it didn't permit distinguishing
208 :c:type:`CObject` was deprecated in 3.1 and 2.7 and completely removed in
224 :c:type:`CObject` provides no place to store the capsule's "name". As a
238 in a CObject, noisy failure of :c:func:`PyCapsule_SetName`
/external/python/cpython2/Doc/c-api/
Dcobject.rst8 .. index:: object: CObject
13 The CObject API is deprecated as of Python 2.7. Please switch to the new
/external/lzma/CPP/Windows/
DSynchronization.h87 class CObject: public CHandle
93 class CMutex: public CObject
/external/python/cpython2/Misc/NEWS.d/
D2.7.1rc1.rst56 CObject use is marked as a Py3k warning, not a deprecation warning.
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk119 CObject.obj \
Dmakefile152 $(PATHOBJ)\CObject.obj \
/external/python/cpython3/Doc/whatsnew/
D2.7.rst2314 with the :c:type:`CObject` interface. Use of
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2290 with the :c:type:`CObject` interface. Use of
/external/python/cpython2/Misc/
DHISTORY12712 - New version of Jim Fulton's CObject object type, adds
13990 - The CObject interface has a new function,
/external/python/cpython3/Misc/
DHISTORY30091 - New version of Jim Fulton's CObject object type, adds
31369 - The CObject interface has a new function,