Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 25 of 35) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_memoryview.py26 def check_getitem_with_type(self, tp): argument
172 def check_attributes_with_type(self, tp): argument
282 def _check_contents(self, tp, obj, contents): argument
292 def _check_contents(self, tp, obj, contents): argument
309 def _check_contents(self, tp, obj, contents): argument
Dtest_tuple.py120 def check_track_dynamic(self, tp, always_track): argument
Dtest_io.py896 tp = io.BufferedReader variable in CBufferedReaderTest
937 tp = pyio.BufferedReader variable in PyBufferedReaderTest
1159 tp = io.BufferedWriter variable in CBufferedWriterTest
1198 tp = pyio.BufferedWriter variable in PyBufferedWriterTest
1319 tp = io.BufferedRWPair variable in CBufferedRWPairTest
1322 tp = pyio.BufferedRWPair variable in PyBufferedRWPairTest
1507 tp = io.BufferedRandom variable in CBufferedRandomTest
1524 tp = pyio.BufferedRandom variable in PyBufferedRandomTest
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c92 PyTypeObject *tp; in dump_counts() local
114 PyTypeObject *tp; in get_counts() local
139 inc_count(PyTypeObject *tp) in inc_count()
170 void dec_count(PyTypeObject *tp) in dec_count()
218 PyObject_Init(PyObject *op, PyTypeObject *tp) in PyObject_Init()
229 PyObject_InitVar(PyVarObject *op, PyTypeObject *tp, Py_ssize_t size) in PyObject_InitVar()
241 _PyObject_New(PyTypeObject *tp) in _PyObject_New()
251 _PyObject_NewVar(PyTypeObject *tp, Py_ssize_t nitems) in _PyObject_NewVar()
1100 PyTypeObject *tp = v->ob_type; in PyObject_Hash() local
1167 PyTypeObject *tp = Py_TYPE(v); in PyObject_GetAttr() local
[all …]
Dstructseq.c17 #define VISIBLE_SIZE_TP(tp) PyInt_AsLong( \ argument
20 #define REAL_SIZE_TP(tp) PyInt_AsLong( \ argument
24 #define UNNAMED_FIELDS_TP(tp) PyInt_AsLong( \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobject.c92 PyTypeObject *tp; in dump_counts() local
114 PyTypeObject *tp; in get_counts() local
139 inc_count(PyTypeObject *tp) in inc_count()
170 void dec_count(PyTypeObject *tp) in dec_count()
218 PyObject_Init(PyObject *op, PyTypeObject *tp) in PyObject_Init()
229 PyObject_InitVar(PyVarObject *op, PyTypeObject *tp, Py_ssize_t size) in PyObject_InitVar()
241 _PyObject_New(PyTypeObject *tp) in _PyObject_New()
251 _PyObject_NewVar(PyTypeObject *tp, Py_ssize_t nitems) in _PyObject_NewVar()
1107 PyTypeObject *tp = v->ob_type; in PyObject_Hash() local
1174 PyTypeObject *tp = Py_TYPE(v); in PyObject_GetAttr() local
[all …]
Dstructseq.c17 #define VISIBLE_SIZE_TP(tp) PyInt_AsLong( \ argument
20 #define REAL_SIZE_TP(tp) PyInt_AsLong( \ argument
24 #define UNNAMED_FIELDS_TP(tp) PyInt_AsLong( \ argument
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
Dgettimeofday.c58 gettimeofday (struct timeval *tp, void *ignore) in gettimeofday()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dinet_pton.c126 u_char tmp[NS_INADDRSZ], *tp; in inet_pton4() local
181 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; in inet_pton6() local
Dinet_neta.c97 char *tp; in inet_neta() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DATokenBuffer.h63 _ANTLRTokenPtr *tp; // pts into buffer; current token ptr variable
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DATokenBuffer.h63 _ANTLRTokenPtr *tp; // pts into buffer; current token ptr variable
/device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
Dinet_ntop.c139 char *tp, *ep; in inet_ntop6() local
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dreentrant.h222 #define thr_create(tp, ta, f, a) __libc_thr_create((tp), (ta), (f), (a)) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dgcmodule.c1519 _PyObject_GC_New(PyTypeObject *tp) in _PyObject_GC_New()
1528 _PyObject_GC_NewVar(PyTypeObject *tp, Py_ssize_t nitems) in _PyObject_GC_NewVar()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgcmodule.c1465 _PyObject_GC_New(PyTypeObject *tp) in _PyObject_GC_New()
1474 _PyObject_GC_NewVar(PyTypeObject *tp, Py_ssize_t nitems) in _PyObject_GC_NewVar()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Diobase.c198 PyObject *tp, *v, *tb; in _PyIOBase_finalize() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Diobase.c198 PyObject *tp, *v, *tb; in _PyIOBase_finalize() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dscantools.py724 def generate(self, tp, name, arglist, modifiers=[]): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c1310 char *tp, **cp; in tok_get() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c1330 char *tp, **cp; in tok_get() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dceval.c4379 PyTypeObject *tp = u->ob_type; in apply_slice() local
4406 PyTypeObject *tp = u->ob_type; in assign_slice() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c4401 PyTypeObject *tp = u->ob_type; in apply_slice() local
4428 PyTypeObject *tp = u->ob_type; in assign_slice() local
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
D_regset.h66 unsigned long tp; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmrhoist.c462 Tree **tp=&t; local

12