/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_memoryview.py | 26 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
|
D | test_tuple.py | 120 def check_track_dynamic(self, tp, always_track): argument
|
D | test_io.py | 896 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/ |
D | object.c | 92 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 …]
|
D | structseq.c | 17 #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/ |
D | object.c | 92 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 …]
|
D | structseq.c | 17 #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/ |
D | gettimeofday.c | 58 gettimeofday (struct timeval *tp, void *ignore) in gettimeofday()
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | inet_pton.c | 126 u_char tmp[NS_INADDRSZ], *tp; in inet_pton4() local 181 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; in inet_pton6() local
|
D | inet_neta.c | 97 char *tp; in inet_neta() local
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | ATokenBuffer.h | 63 _ANTLRTokenPtr *tp; // pts into buffer; current token ptr variable
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | ATokenBuffer.h | 63 _ANTLRTokenPtr *tp; // pts into buffer; current token ptr variable
|
/device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/ |
D | inet_ntop.c | 139 char *tp, *ep; in inet_ntop6() local
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
D | reentrant.h | 222 #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/ |
D | gcmodule.c | 1519 _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/ |
D | gcmodule.c | 1465 _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/ |
D | iobase.c | 198 PyObject *tp, *v, *tb; in _PyIOBase_finalize() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | iobase.c | 198 PyObject *tp, *v, *tb; in _PyIOBase_finalize() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
D | scantools.py | 724 def generate(self, tp, name, arglist, modifiers=[]): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | tokenizer.c | 1310 char *tp, **cp; in tok_get() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
D | tokenizer.c | 1330 char *tp, **cp; in tok_get() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | ceval.c | 4379 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/ |
D | ceval.c | 4401 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.h | 66 unsigned long tp; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | mrhoist.c | 462 Tree **tp=&t; local
|