HomeSort by relevance Sort by last modified time
    Searched refs:PyObject (Results 176 - 200 of 1099) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
row.h 31 PyObject* data;
32 PyObject* description;
  /external/python/cpython2/Include/
cStringIO.h 35 int(*cread)(PyObject *, char **, Py_ssize_t);
41 int(*creadline)(PyObject *, char **);
44 int(*cwrite)(PyObject *, const char *, Py_ssize_t);
47 PyObject *(*cgetvalue)(PyObject *);
50 PyObject *(*NewOutput)(int);
55 PyObject *(*NewInput)(PyObject *);
setobject.h 26 PyObject *key;
52 setentry *(*lookup)(PySetObject *so, PyObject *key, long hash);
56 PyObject *weakreflist; /* List of weak references */
83 PyAPI_FUNC(PyObject *) PySet_New(PyObject *);
84 PyAPI_FUNC(PyObject *) PyFrozenSet_New(PyObject *);
85 PyAPI_FUNC(Py_ssize_t) PySet_Size(PyObject *anyset);
87 PyAPI_FUNC(int) PySet_Clear(PyObject *set);
88 PyAPI_FUNC(int) PySet_Contains(PyObject *anyset, PyObject *key)
    [all...]
pycapsule.h 23 typedef void (*PyCapsule_Destructor)(PyObject *);
28 PyAPI_FUNC(PyObject *) PyCapsule_New(
33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
37 PyAPI_FUNC(const char *) PyCapsule_GetName(PyObject *capsule);
39 PyAPI_FUNC(void *) PyCapsule_GetContext(PyObject *capsule);
41 PyAPI_FUNC(int) PyCapsule_IsValid(PyObject *capsule, const char *name);
43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
47 PyAPI_FUNC(int) PyCapsule_SetName(PyObject *capsule, const char *name)
    [all...]
  /external/python/cpython2/Modules/_sqlite/
row.h 31 PyObject* data;
32 PyObject* description;
  /prebuilts/gdb/darwin-x86/include/python2.7/
cStringIO.h 35 int(*cread)(PyObject *, char **, Py_ssize_t);
41 int(*creadline)(PyObject *, char **);
44 int(*cwrite)(PyObject *, const char *, Py_ssize_t);
47 PyObject *(*cgetvalue)(PyObject *);
50 PyObject *(*NewOutput)(int);
55 PyObject *(*NewInput)(PyObject *);
setobject.h 26 PyObject *key;
52 setentry *(*lookup)(PySetObject *so, PyObject *key, long hash);
56 PyObject *weakreflist; /* List of weak references */
83 PyAPI_FUNC(PyObject *) PySet_New(PyObject *);
84 PyAPI_FUNC(PyObject *) PyFrozenSet_New(PyObject *);
85 PyAPI_FUNC(Py_ssize_t) PySet_Size(PyObject *anyset);
87 PyAPI_FUNC(int) PySet_Clear(PyObject *set);
88 PyAPI_FUNC(int) PySet_Contains(PyObject *anyset, PyObject *key)
    [all...]
pycapsule.h 23 typedef void (*PyCapsule_Destructor)(PyObject *);
28 PyAPI_FUNC(PyObject *) PyCapsule_New(
33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
37 PyAPI_FUNC(const char *) PyCapsule_GetName(PyObject *capsule);
39 PyAPI_FUNC(void *) PyCapsule_GetContext(PyObject *capsule);
41 PyAPI_FUNC(int) PyCapsule_IsValid(PyObject *capsule, const char *name);
43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
47 PyAPI_FUNC(int) PyCapsule_SetName(PyObject *capsule, const char *name)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
cStringIO.h 35 int(*cread)(PyObject *, char **, Py_ssize_t);
41 int(*creadline)(PyObject *, char **);
44 int(*cwrite)(PyObject *, const char *, Py_ssize_t);
47 PyObject *(*cgetvalue)(PyObject *);
50 PyObject *(*NewOutput)(int);
55 PyObject *(*NewInput)(PyObject *);
setobject.h 26 PyObject *key;
52 setentry *(*lookup)(PySetObject *so, PyObject *key, long hash);
56 PyObject *weakreflist; /* List of weak references */
83 PyAPI_FUNC(PyObject *) PySet_New(PyObject *);
84 PyAPI_FUNC(PyObject *) PyFrozenSet_New(PyObject *);
85 PyAPI_FUNC(Py_ssize_t) PySet_Size(PyObject *anyset);
87 PyAPI_FUNC(int) PySet_Clear(PyObject *set);
88 PyAPI_FUNC(int) PySet_Contains(PyObject *anyset, PyObject *key)
    [all...]
pycapsule.h 23 typedef void (*PyCapsule_Destructor)(PyObject *);
28 PyAPI_FUNC(PyObject *) PyCapsule_New(
33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
37 PyAPI_FUNC(const char *) PyCapsule_GetName(PyObject *capsule);
39 PyAPI_FUNC(void *) PyCapsule_GetContext(PyObject *capsule);
41 PyAPI_FUNC(int) PyCapsule_IsValid(PyObject *capsule, const char *name);
43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
47 PyAPI_FUNC(int) PyCapsule_SetName(PyObject *capsule, const char *name)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cStringIO.h 35 int(*cread)(PyObject *, char **, Py_ssize_t);
41 int(*creadline)(PyObject *, char **);
44 int(*cwrite)(PyObject *, const char *, Py_ssize_t);
47 PyObject *(*cgetvalue)(PyObject *);
50 PyObject *(*NewOutput)(int);
55 PyObject *(*NewInput)(PyObject *);
setobject.h 26 PyObject *key;
52 setentry *(*lookup)(PySetObject *so, PyObject *key, long hash);
56 PyObject *weakreflist; /* List of weak references */
83 PyAPI_FUNC(PyObject *) PySet_New(PyObject *);
84 PyAPI_FUNC(PyObject *) PyFrozenSet_New(PyObject *);
85 PyAPI_FUNC(Py_ssize_t) PySet_Size(PyObject *anyset);
87 PyAPI_FUNC(int) PySet_Clear(PyObject *set);
88 PyAPI_FUNC(int) PySet_Contains(PyObject *anyset, PyObject *key)
    [all...]
pycapsule.h 23 typedef void (*PyCapsule_Destructor)(PyObject *);
28 PyAPI_FUNC(PyObject *) PyCapsule_New(
33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
37 PyAPI_FUNC(const char *) PyCapsule_GetName(PyObject *capsule);
39 PyAPI_FUNC(void *) PyCapsule_GetContext(PyObject *capsule);
41 PyAPI_FUNC(int) PyCapsule_IsValid(PyObject *capsule, const char *name);
43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
47 PyAPI_FUNC(int) PyCapsule_SetName(PyObject *capsule, const char *name)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cStringIO.h 35 int(*cread)(PyObject *, char **, Py_ssize_t);
41 int(*creadline)(PyObject *, char **);
44 int(*cwrite)(PyObject *, const char *, Py_ssize_t);
47 PyObject *(*cgetvalue)(PyObject *);
50 PyObject *(*NewOutput)(int);
55 PyObject *(*NewInput)(PyObject *);
setobject.h 26 PyObject *key;
52 setentry *(*lookup)(PySetObject *so, PyObject *key, long hash);
56 PyObject *weakreflist; /* List of weak references */
83 PyAPI_FUNC(PyObject *) PySet_New(PyObject *);
84 PyAPI_FUNC(PyObject *) PyFrozenSet_New(PyObject *);
85 PyAPI_FUNC(Py_ssize_t) PySet_Size(PyObject *anyset);
87 PyAPI_FUNC(int) PySet_Clear(PyObject *set);
88 PyAPI_FUNC(int) PySet_Contains(PyObject *anyset, PyObject *key)
    [all...]
pycapsule.h 23 typedef void (*PyCapsule_Destructor)(PyObject *);
28 PyAPI_FUNC(PyObject *) PyCapsule_New(
33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
37 PyAPI_FUNC(const char *) PyCapsule_GetName(PyObject *capsule);
39 PyAPI_FUNC(void *) PyCapsule_GetContext(PyObject *capsule);
41 PyAPI_FUNC(int) PyCapsule_IsValid(PyObject *capsule, const char *name);
43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
47 PyAPI_FUNC(int) PyCapsule_SetName(PyObject *capsule, const char *name)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
setobject.h 26 PyObject *key;
52 setentry *(*lookup)(PySetObject *so, PyObject *key, long hash);
56 PyObject *weakreflist; /* List of weak references */
83 PyAPI_FUNC(PyObject *) PySet_New(PyObject *);
84 PyAPI_FUNC(PyObject *) PyFrozenSet_New(PyObject *);
85 PyAPI_FUNC(Py_ssize_t) PySet_Size(PyObject *anyset);
87 PyAPI_FUNC(int) PySet_Clear(PyObject *set);
88 PyAPI_FUNC(int) PySet_Contains(PyObject *anyset, PyObject *key);
    [all...]
pycapsule.h 23 typedef void (*PyCapsule_Destructor)(PyObject *);
28 PyAPI_FUNC(PyObject *) PyCapsule_New(
33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
37 PyAPI_FUNC(const char *) PyCapsule_GetName(PyObject *capsule);
39 PyAPI_FUNC(void *) PyCapsule_GetContext(PyObject *capsule);
41 PyAPI_FUNC(int) PyCapsule_IsValid(PyObject *capsule, const char *name);
43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
47 PyAPI_FUNC(int) PyCapsule_SetName(PyObject *capsule, const char *name);
    [all...]
ceval.h 10 PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
11 PyObject *, PyObject *, PyObject *);
15 PyEval_CallObjectWithKeywords(func, arg, (PyObject *)NULL)
17 PyAPI_FUNC(PyObject *) PyEval_CallFunction(PyObject *obj,
19 PyAPI_FUNC(PyObject *) PyEval_CallMethod(PyObject *obj,
23 PyAPI_FUNC(void) PyEval_SetProfile(Py_tracefunc, PyObject *);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
setobject.h 26 PyObject *key;
52 setentry *(*lookup)(PySetObject *so, PyObject *key, long hash);
56 PyObject *weakreflist; /* List of weak references */
83 PyAPI_FUNC(PyObject *) PySet_New(PyObject *);
84 PyAPI_FUNC(PyObject *) PyFrozenSet_New(PyObject *);
85 PyAPI_FUNC(Py_ssize_t) PySet_Size(PyObject *anyset);
87 PyAPI_FUNC(int) PySet_Clear(PyObject *set);
88 PyAPI_FUNC(int) PySet_Contains(PyObject *anyset, PyObject *key);
    [all...]
pycapsule.h 23 typedef void (*PyCapsule_Destructor)(PyObject *);
28 PyAPI_FUNC(PyObject *) PyCapsule_New(
33 PyAPI_FUNC(void *) PyCapsule_GetPointer(PyObject *capsule, const char *name);
35 PyAPI_FUNC(PyCapsule_Destructor) PyCapsule_GetDestructor(PyObject *capsule);
37 PyAPI_FUNC(const char *) PyCapsule_GetName(PyObject *capsule);
39 PyAPI_FUNC(void *) PyCapsule_GetContext(PyObject *capsule);
41 PyAPI_FUNC(int) PyCapsule_IsValid(PyObject *capsule, const char *name);
43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
47 PyAPI_FUNC(int) PyCapsule_SetName(PyObject *capsule, const char *name);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
ctype.h 6 static PyObject*
7 stringlib_isspace(PyObject *self)
12 static PyObject*
13 stringlib_isalpha(PyObject *self)
18 static PyObject*
19 stringlib_isalnum(PyObject *self)
24 static PyObject*
25 stringlib_isdigit(PyObject *self)
30 static PyObject*
31 stringlib_islower(PyObject *self)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
ctype.h 6 static PyObject*
7 stringlib_isspace(PyObject *self)
12 static PyObject*
13 stringlib_isalpha(PyObject *self)
18 static PyObject*
19 stringlib_isalnum(PyObject *self)
24 static PyObject*
25 stringlib_isdigit(PyObject *self)
30 static PyObject*
31 stringlib_islower(PyObject *self)
    [all...]
  /external/python/cpython2/Objects/stringlib/
ctype.h 6 static PyObject*
7 stringlib_isspace(PyObject *self)
12 static PyObject*
13 stringlib_isalpha(PyObject *self)
18 static PyObject*
19 stringlib_isalnum(PyObject *self)
24 static PyObject*
25 stringlib_isdigit(PyObject *self)
30 static PyObject*
31 stringlib_islower(PyObject *self
    [all...]

Completed in 447 milliseconds

1 2 3 4 5 6 78 91011>>