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

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
stringobject.h 62 PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t);
63 PyAPI_FUNC(PyObject *) PyString_FromString(const char *);
64 PyAPI_FUNC(PyObject *) PyString_FromFormatV(const char*, va_list)
66 PyAPI_FUNC(PyObject *) PyString_FromFormat(const char*, ...)
68 PyAPI_FUNC(Py_ssize_t) PyString_Size(PyObject *);
69 PyAPI_FUNC(char *) PyString_AsString(PyObject *);
70 PyAPI_FUNC(PyObject *) PyString_Repr(PyObject *, int);
71 PyAPI_FUNC(void) PyString_Concat(PyObject **, PyObject *);
    [all...]
fileobject.h 13 PyObject *f_name;
14 PyObject *f_mode;
26 PyObject *f_encoding;
27 PyObject *f_errors;
28 PyObject *weakreflist; /* List of weak references */
40 PyAPI_FUNC(PyObject *) PyFile_FromString(char *, char *);
41 PyAPI_FUNC(void) PyFile_SetBufSize(PyObject *, int);
42 PyAPI_FUNC(int) PyFile_SetEncoding(PyObject *, const char *);
43 PyAPI_FUNC(int) PyFile_SetEncodingAndErrors(PyObject *, const char *, char *errors);
44 PyAPI_FUNC(PyObject *) PyFile_FromFile(FILE *, char *, char *
    [all...]
import.h 11 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModule(char *name, PyObject *co);
12 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModuleEx(
13 char *name, PyObject *co, char *pathname);
14 PyAPI_FUNC(PyObject *) PyImport_GetModuleDict(void);
15 PyAPI_FUNC(PyObject *) PyImport_AddModule(const char *name);
16 PyAPI_FUNC(PyObject *) PyImport_ImportModule(const char *name);
17 PyAPI_FUNC(PyObject *) PyImport_ImportModuleNoBlock(const char *);
18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name,
19 PyObject *globals, PyObject *locals, PyObject *fromlist, int level)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
stringobject.h 62 PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t);
63 PyAPI_FUNC(PyObject *) PyString_FromString(const char *);
64 PyAPI_FUNC(PyObject *) PyString_FromFormatV(const char*, va_list)
66 PyAPI_FUNC(PyObject *) PyString_FromFormat(const char*, ...)
68 PyAPI_FUNC(Py_ssize_t) PyString_Size(PyObject *);
69 PyAPI_FUNC(char *) PyString_AsString(PyObject *);
70 PyAPI_FUNC(PyObject *) PyString_Repr(PyObject *, int);
71 PyAPI_FUNC(void) PyString_Concat(PyObject **, PyObject *);
    [all...]
fileobject.h 13 PyObject *f_name;
14 PyObject *f_mode;
26 PyObject *f_encoding;
27 PyObject *f_errors;
28 PyObject *weakreflist; /* List of weak references */
40 PyAPI_FUNC(PyObject *) PyFile_FromString(char *, char *);
41 PyAPI_FUNC(void) PyFile_SetBufSize(PyObject *, int);
42 PyAPI_FUNC(int) PyFile_SetEncoding(PyObject *, const char *);
43 PyAPI_FUNC(int) PyFile_SetEncodingAndErrors(PyObject *, const char *, char *errors);
44 PyAPI_FUNC(PyObject *) PyFile_FromFile(FILE *, char *, char *
    [all...]
import.h 11 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModule(char *name, PyObject *co);
12 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModuleEx(
13 char *name, PyObject *co, char *pathname);
14 PyAPI_FUNC(PyObject *) PyImport_GetModuleDict(void);
15 PyAPI_FUNC(PyObject *) PyImport_AddModule(const char *name);
16 PyAPI_FUNC(PyObject *) PyImport_ImportModule(const char *name);
17 PyAPI_FUNC(PyObject *) PyImport_ImportModuleNoBlock(const char *);
18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name,
19 PyObject *globals, PyObject *locals, PyObject *fromlist, int level)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
longobject.h 18 PyAPI_FUNC(PyObject *) PyLong_FromLong(long);
19 PyAPI_FUNC(PyObject *) PyLong_FromUnsignedLong(unsigned long);
20 PyAPI_FUNC(PyObject *) PyLong_FromDouble(double);
21 PyAPI_FUNC(PyObject *) PyLong_FromSize_t(size_t);
22 PyAPI_FUNC(PyObject *) PyLong_FromSsize_t(Py_ssize_t);
23 PyAPI_FUNC(long) PyLong_AsLong(PyObject *);
24 PyAPI_FUNC(long) PyLong_AsLongAndOverflow(PyObject *, int *);
25 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLong(PyObject *);
26 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLongMask(PyObject *);
27 PyAPI_FUNC(Py_ssize_t) PyLong_AsSsize_t(PyObject *);
    [all...]
fileobject.h 25 PyObject *f_name;
26 PyObject *f_mode;
38 PyObject *f_encoding;
39 PyObject *f_errors;
40 PyObject *weakreflist; /* List of weak references */
52 PyAPI_FUNC(PyObject *) PyFile_FromString(char *, char *);
53 PyAPI_FUNC(void) PyFile_SetBufSize(PyObject *, int);
54 PyAPI_FUNC(int) PyFile_SetEncoding(PyObject *, const char *);
55 PyAPI_FUNC(int) PyFile_SetEncodingAndErrors(PyObject *, const char *, char *errors);
56 PyAPI_FUNC(PyObject *) PyFile_FromFile(FILE *, char *, char *,
    [all...]
import.h 11 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModule(char *name, PyObject *co);
12 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModuleEx(
13 char *name, PyObject *co, char *pathname);
14 PyAPI_FUNC(PyObject *) PyImport_GetModuleDict(void);
15 PyAPI_FUNC(PyObject *) PyImport_AddModule(const char *name);
16 PyAPI_FUNC(PyObject *) PyImport_ImportModule(const char *name);
17 PyAPI_FUNC(PyObject *) PyImport_ImportModuleNoBlock(const char *);
18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name,
19 PyObject *globals, PyObject *locals, PyObject *fromlist, int level);
    [all...]
cellobject.h 11 PyObject *ob_ref; /* Content of the cell or NULL when empty */
18 PyAPI_FUNC(PyObject *) PyCell_New(PyObject *);
19 PyAPI_FUNC(PyObject *) PyCell_Get(PyObject *);
20 PyAPI_FUNC(int) PyCell_Set(PyObject *, PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
fileobject.h 25 PyObject *f_name;
26 PyObject *f_mode;
38 PyObject *f_encoding;
39 PyObject *f_errors;
40 PyObject *weakreflist; /* List of weak references */
52 PyAPI_FUNC(PyObject *) PyFile_FromString(char *, char *);
53 PyAPI_FUNC(void) PyFile_SetBufSize(PyObject *, int);
54 PyAPI_FUNC(int) PyFile_SetEncoding(PyObject *, const char *);
55 PyAPI_FUNC(int) PyFile_SetEncodingAndErrors(PyObject *, const char *, char *errors);
56 PyAPI_FUNC(PyObject *) PyFile_FromFile(FILE *, char *, char *,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
fileobject.h 13 PyObject *f_name;
14 PyObject *f_mode;
26 PyObject *f_encoding;
27 PyObject *f_errors;
28 PyObject *weakreflist; /* List of weak references */
40 PyAPI_FUNC(PyObject *) PyFile_FromString(char *, char *);
41 PyAPI_FUNC(void) PyFile_SetBufSize(PyObject *, int);
42 PyAPI_FUNC(int) PyFile_SetEncoding(PyObject *, const char *);
43 PyAPI_FUNC(int) PyFile_SetEncodingAndErrors(PyObject *, const char *, char *errors);
44 PyAPI_FUNC(PyObject *) PyFile_FromFile(FILE *, char *, char *,
    [all...]
import.h 11 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModule(char *name, PyObject *co);
12 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModuleEx(
13 char *name, PyObject *co, char *pathname);
14 PyAPI_FUNC(PyObject *) PyImport_GetModuleDict(void);
15 PyAPI_FUNC(PyObject *) PyImport_AddModule(const char *name);
16 PyAPI_FUNC(PyObject *) PyImport_ImportModule(const char *name);
17 PyAPI_FUNC(PyObject *) PyImport_ImportModuleNoBlock(const char *);
18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name,
19 PyObject *globals, PyObject *locals, PyObject *fromlist, int level);
    [all...]
cellobject.h 11 PyObject *ob_ref; /* Content of the cell or NULL when empty */
18 PyAPI_FUNC(PyObject *) PyCell_New(PyObject *);
19 PyAPI_FUNC(PyObject *) PyCell_Get(PyObject *);
20 PyAPI_FUNC(int) PyCell_Set(PyObject *, PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
fileobject.h 24 PyObject *f_name;
25 PyObject *f_mode;
37 PyObject *f_encoding;
38 PyObject *f_errors;
39 PyObject *weakreflist; /* List of weak references */
51 PyAPI_FUNC(PyObject *) PyFile_FromString(char *, char *);
52 PyAPI_FUNC(void) PyFile_SetBufSize(PyObject *, int);
53 PyAPI_FUNC(int) PyFile_SetEncoding(PyObject *, const char *);
54 PyAPI_FUNC(int) PyFile_SetEncodingAndErrors(PyObject *, const char *, char *errors);
55 PyAPI_FUNC(PyObject *) PyFile_FromFile(FILE *, char *, char *,
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor_containers.h 56 PyObject* NewMessageFieldsByName(const Descriptor* descriptor);
57 PyObject* NewMessageFieldsByCamelcaseName(const Descriptor* descriptor);
58 PyObject* NewMessageFieldsByNumber(const Descriptor* descriptor);
59 PyObject* NewMessageFieldsSeq(const Descriptor* descriptor);
61 PyObject* NewMessageNestedTypesSeq(const Descriptor* descriptor);
62 PyObject* NewMessageNestedTypesByName(const Descriptor* descriptor);
64 PyObject* NewMessageEnumsByName(const Descriptor* descriptor);
65 PyObject* NewMessageEnumsSeq(const Descriptor* descriptor);
66 PyObject* NewMessageEnumValuesByName(const Descriptor* descriptor);
68 PyObject* NewMessageExtensionsByName(const Descriptor* descriptor)
    [all...]
  /external/python/cpython2/Include/
fileobject.h 13 PyObject *f_name;
14 PyObject *f_mode;
26 PyObject *f_encoding;
27 PyObject *f_errors;
28 PyObject *weakreflist; /* List of weak references */
40 PyAPI_FUNC(PyObject *) PyFile_FromString(char *, char *);
41 PyAPI_FUNC(void) PyFile_SetBufSize(PyObject *, int);
42 PyAPI_FUNC(int) PyFile_SetEncoding(PyObject *, const char *);
43 PyAPI_FUNC(int) PyFile_SetEncodingAndErrors(PyObject *, const char *, char *errors);
44 PyAPI_FUNC(PyObject *) PyFile_FromFile(FILE *, char *, char *
    [all...]
import.h 11 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModule(char *name, PyObject *co);
12 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModuleEx(
13 char *name, PyObject *co, char *pathname);
14 PyAPI_FUNC(PyObject *) PyImport_GetModuleDict(void);
15 PyAPI_FUNC(PyObject *) PyImport_AddModule(const char *name);
16 PyAPI_FUNC(PyObject *) PyImport_ImportModule(const char *name);
17 PyAPI_FUNC(PyObject *) PyImport_ImportModuleNoBlock(const char *);
18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name,
19 PyObject *globals, PyObject *locals, PyObject *fromlist, int level)
    [all...]
cellobject.h 11 PyObject *ob_ref; /* Content of the cell or NULL when empty */
18 PyAPI_FUNC(PyObject *) PyCell_New(PyObject *);
19 PyAPI_FUNC(PyObject *) PyCell_Get(PyObject *);
20 PyAPI_FUNC(int) PyCell_Set(PyObject *, PyObject *);
  /prebuilts/gdb/darwin-x86/include/python2.7/
fileobject.h 13 PyObject *f_name;
14 PyObject *f_mode;
26 PyObject *f_encoding;
27 PyObject *f_errors;
28 PyObject *weakreflist; /* List of weak references */
40 PyAPI_FUNC(PyObject *) PyFile_FromString(char *, char *);
41 PyAPI_FUNC(void) PyFile_SetBufSize(PyObject *, int);
42 PyAPI_FUNC(int) PyFile_SetEncoding(PyObject *, const char *);
43 PyAPI_FUNC(int) PyFile_SetEncodingAndErrors(PyObject *, const char *, char *errors);
44 PyAPI_FUNC(PyObject *) PyFile_FromFile(FILE *, char *, char *
    [all...]
import.h 11 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModule(char *name, PyObject *co);
12 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModuleEx(
13 char *name, PyObject *co, char *pathname);
14 PyAPI_FUNC(PyObject *) PyImport_GetModuleDict(void);
15 PyAPI_FUNC(PyObject *) PyImport_AddModule(const char *name);
16 PyAPI_FUNC(PyObject *) PyImport_ImportModule(const char *name);
17 PyAPI_FUNC(PyObject *) PyImport_ImportModuleNoBlock(const char *);
18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name,
19 PyObject *globals, PyObject *locals, PyObject *fromlist, int level)
    [all...]
cellobject.h 11 PyObject *ob_ref; /* Content of the cell or NULL when empty */
18 PyAPI_FUNC(PyObject *) PyCell_New(PyObject *);
19 PyAPI_FUNC(PyObject *) PyCell_Get(PyObject *);
20 PyAPI_FUNC(int) PyCell_Set(PyObject *, PyObject *);
  /prebuilts/gdb/linux-x86/include/python2.7/
fileobject.h 13 PyObject *f_name;
14 PyObject *f_mode;
26 PyObject *f_encoding;
27 PyObject *f_errors;
28 PyObject *weakreflist; /* List of weak references */
40 PyAPI_FUNC(PyObject *) PyFile_FromString(char *, char *);
41 PyAPI_FUNC(void) PyFile_SetBufSize(PyObject *, int);
42 PyAPI_FUNC(int) PyFile_SetEncoding(PyObject *, const char *);
43 PyAPI_FUNC(int) PyFile_SetEncodingAndErrors(PyObject *, const char *, char *errors);
44 PyAPI_FUNC(PyObject *) PyFile_FromFile(FILE *, char *, char *
    [all...]
import.h 11 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModule(char *name, PyObject *co);
12 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModuleEx(
13 char *name, PyObject *co, char *pathname);
14 PyAPI_FUNC(PyObject *) PyImport_GetModuleDict(void);
15 PyAPI_FUNC(PyObject *) PyImport_AddModule(const char *name);
16 PyAPI_FUNC(PyObject *) PyImport_ImportModule(const char *name);
17 PyAPI_FUNC(PyObject *) PyImport_ImportModuleNoBlock(const char *);
18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name,
19 PyObject *globals, PyObject *locals, PyObject *fromlist, int level)
    [all...]
cellobject.h 11 PyObject *ob_ref; /* Content of the cell or NULL when empty */
18 PyAPI_FUNC(PyObject *) PyCell_New(PyObject *);
19 PyAPI_FUNC(PyObject *) PyCell_Get(PyObject *);
20 PyAPI_FUNC(int) PyCell_Set(PyObject *, PyObject *);

Completed in 1348 milliseconds

1 2 3 45 6 7 8 91011>>