OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyCObject
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cobject.c
7
/* Declarations for objects of type
PyCObject
*/
22
PyCObject
*self;
28
self = PyObject_NEW(
PyCObject
, &PyCObject_Type);
42
PyCObject
*self;
54
self = PyObject_NEW(
PyCObject
, &PyCObject_Type);
73
return ((
PyCObject
*)self)->cobject;
88
return ((
PyCObject
*)self)->desc;
117
PyCObject
* cself = (
PyCObject
*)self;
129
PyCObject_dealloc(
PyCObject
*self)
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cobject.c
7
/* Declarations for objects of type
PyCObject
*/
22
PyCObject
*self;
28
self = PyObject_NEW(
PyCObject
, &PyCObject_Type);
42
PyCObject
*self;
54
self = PyObject_NEW(
PyCObject
, &PyCObject_Type);
73
return ((
PyCObject
*)self)->cobject;
88
return ((
PyCObject
*)self)->desc;
117
PyCObject
* cself = (
PyCObject
*)self;
129
PyCObject_dealloc(
PyCObject
*self)
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
cobject.h
47
/* Create a
PyCObject
from a pointer to a C object and an optional
49
will be called with the first argument if and when the
PyCObject
is
57
/* Create a
PyCObject
from a pointer to a C object, a description object,
60
the
PyCObject
is destroyed.
65
/* Retrieve a pointer to a C object from a
PyCObject
. */
68
/* Retrieve a pointer to a description object from a
PyCObject
. */
71
/* Import a pointer to a C object from a module using a
PyCObject
. */
83
}
PyCObject
;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
cobject.h
47
/* Create a
PyCObject
from a pointer to a C object and an optional
49
will be called with the first argument if and when the
PyCObject
is
57
/* Create a
PyCObject
from a pointer to a C object, a description object,
60
the
PyCObject
is destroyed.
65
/* Retrieve a pointer to a C object from a
PyCObject
. */
68
/* Retrieve a pointer to a description object from a
PyCObject
. */
71
/* Import a pointer to a C object from a module using a
PyCObject
. */
83
}
PyCObject
;
/prebuilts/gdb/darwin-x86/include/python2.7/
cobject.h
47
/* Create a
PyCObject
from a pointer to a C object and an optional
49
will be called with the first argument if and when the
PyCObject
is
57
/* Create a
PyCObject
from a pointer to a C object, a description object,
60
the
PyCObject
is destroyed.
65
/* Retrieve a pointer to a C object from a
PyCObject
. */
68
/* Retrieve a pointer to a description object from a
PyCObject
. */
71
/* Import a pointer to a C object from a module using a
PyCObject
. */
83
}
PyCObject
;
/prebuilts/gdb/linux-x86/include/python2.7/
cobject.h
47
/* Create a
PyCObject
from a pointer to a C object and an optional
49
will be called with the first argument if and when the
PyCObject
is
57
/* Create a
PyCObject
from a pointer to a C object, a description object,
60
the
PyCObject
is destroyed.
65
/* Retrieve a pointer to a C object from a
PyCObject
. */
68
/* Retrieve a pointer to a description object from a
PyCObject
. */
71
/* Import a pointer to a C object from a module using a
PyCObject
. */
83
}
PyCObject
;
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cobject.h
47
/* Create a
PyCObject
from a pointer to a C object and an optional
49
will be called with the first argument if and when the
PyCObject
is
57
/* Create a
PyCObject
from a pointer to a C object, a description object,
60
the
PyCObject
is destroyed.
65
/* Retrieve a pointer to a C object from a
PyCObject
. */
68
/* Retrieve a pointer to a description object from a
PyCObject
. */
71
/* Import a pointer to a C object from a module using a
PyCObject
. */
83
}
PyCObject
;
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
cobject.h
47
/* Create a
PyCObject
from a pointer to a C object and an optional
49
will be called with the first argument if and when the
PyCObject
is
57
/* Create a
PyCObject
from a pointer to a C object, a description object,
60
the
PyCObject
is destroyed.
65
/* Retrieve a pointer to a C object from a
PyCObject
. */
68
/* Retrieve a pointer to a description object from a
PyCObject
. */
71
/* Import a pointer to a C object from a module using a
PyCObject
. */
83
}
PyCObject
;
Completed in 357 milliseconds