OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyBuffer_Check
(Results
1 - 10
of
10
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bufferobject.h
15
#define
PyBuffer_Check
(op) (Py_TYPE(op) == &PyBuffer_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bufferobject.h
15
#define
PyBuffer_Check
(op) (Py_TYPE(op) == &PyBuffer_Type)
/prebuilts/gdb/darwin-x86/include/python2.7/
bufferobject.h
15
#define
PyBuffer_Check
(op) (Py_TYPE(op) == &PyBuffer_Type)
/prebuilts/gdb/linux-x86/include/python2.7/
bufferobject.h
15
#define
PyBuffer_Check
(op) (Py_TYPE(op) == &PyBuffer_Type)
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bufferobject.h
15
#define
PyBuffer_Check
(op) (Py_TYPE(op) == &PyBuffer_Type)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
bufferobject.h
15
#define
PyBuffer_Check
(op) (Py_TYPE(op) == &PyBuffer_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.c
128
} else if (
PyBuffer_Check
(parameter)) {
203
|| PyUnicode_CheckExact(obj) ||
PyBuffer_Check
(obj)) {
connection.c
557
} else if (
PyBuffer_Check
(py_val)) {
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bufferobject.c
138
if (
PyBuffer_Check
(base) && (((PyBufferObject *)base)->b_base) ) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bufferobject.c
138
if (
PyBuffer_Check
(base) && (((PyBufferObject *)base)->b_base) ) {
Completed in 107 milliseconds