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

1 2

  /external/python/cpython3/Modules/
hashlib.h 14 if (!PyObject_CheckBuffer((obj))) { \
_operator.c 282 if (PyObject_CheckBuffer(a) == 0 && PyObject_CheckBuffer(b) == 0) {
    [all...]
zlibmodule.c 562 if (zdict != NULL && !PyObject_CheckBuffer(zdict)) {
    [all...]
_testbuffer.c 312 assert(PyObject_CheckBuffer(obj));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
memoryobject.c 78 if (!PyObject_CheckBuffer(base)) {
248 if (!PyObject_CheckBuffer(obj)) {
abstract.c 362 if (!PyObject_CheckBuffer(obj)) {
592 if (!PyObject_CheckBuffer(dest) ||
593 !PyObject_CheckBuffer(src)) {
    [all...]
bytearrayobject.c 853 if (PyObject_CheckBuffer(arg)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
memoryobject.c 78 if (!PyObject_CheckBuffer(base)) {
248 if (!PyObject_CheckBuffer(obj)) {
abstract.c 362 if (!PyObject_CheckBuffer(obj)) {
592 if (!PyObject_CheckBuffer(dest) ||
593 !PyObject_CheckBuffer(src)) {
    [all...]
bytearrayobject.c 847 if (PyObject_CheckBuffer(arg)) {
    [all...]
  /external/python/cpython2/Objects/
memoryobject.c 78 if (!PyObject_CheckBuffer(base)) {
248 if (!PyObject_CheckBuffer(obj)) {
abstract.c 362 if (!PyObject_CheckBuffer(obj)) {
592 if (!PyObject_CheckBuffer(dest) ||
593 !PyObject_CheckBuffer(src)) {
    [all...]
bytearrayobject.c 852 if (PyObject_CheckBuffer(arg)) {
    [all...]
  /external/python/cpython3/Modules/_sqlite/
statement.c 138 } else if (PyObject_CheckBuffer(parameter)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
abstract.h 534 #define PyObject_CheckBuffer(obj) \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
abstract.h 534 #define PyObject_CheckBuffer(obj) \
    [all...]
  /external/python/cpython2/Include/
abstract.h 534 #define PyObject_CheckBuffer(obj) \
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
abstract.h 534 #define PyObject_CheckBuffer(obj) \
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
abstract.h 534 #define PyObject_CheckBuffer(obj) \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h 534 #define PyObject_CheckBuffer(obj) \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h 534 #define PyObject_CheckBuffer(obj) \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
operator.c 322 if (PyObject_CheckBuffer(a) == 0 && PyObject_CheckBuffer(b) == 0) {
  /external/python/cpython2/Modules/
operator.c 322 if (PyObject_CheckBuffer(a) == 0 && PyObject_CheckBuffer(b) == 0) {
  /external/python/cpython3/Include/
abstract.h 605 #define PyObject_CheckBuffer(obj) \
    [all...]
  /external/python/cpython3/PC/
winreg.c 674 if (!PyObject_CheckBuffer(value)) {
    [all...]

Completed in 608 milliseconds

1 2