/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | repr.py | 48 pieces = [repr1(elem, newlevel) for elem in islice(x, maxiter)] 49 if n > maxiter: pieces.append('...') 50 s = ', '.join(pieces) 82 pieces = [] 86 pieces.append('%s: %s' % (keyrepr, valrepr)) 87 if n > self.maxdict: pieces.append('...') 88 s = ', '.join(pieces)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | repr.py | 48 pieces = [repr1(elem, newlevel) for elem in islice(x, maxiter)] 49 if n > maxiter: pieces.append('...') 50 s = ', '.join(pieces) 82 pieces = [] 86 pieces.append('%s: %s' % (keyrepr, valrepr)) 87 if n > self.maxdict: pieces.append('...') 88 s = ', '.join(pieces)
|
D | base64.py | 312 pieces = [] 315 pieces.append(binascii.b2a_base64(chunk)) 316 return "".join(pieces)
|
D | plistlib.py | 359 pieces = [] 362 pieces.append(binascii.b2a_base64(chunk)) 363 return "".join(pieces)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | tupleobject.c | 270 PyObject *pieces, *result = NULL; in tuplerepr() local 285 pieces = PyTuple_New(n); in tuplerepr() 286 if (pieces == NULL) in tuplerepr() 297 PyTuple_SET_ITEM(pieces, i, s); in tuplerepr() 305 temp = PyTuple_GET_ITEM(pieces, 0); in tuplerepr() 307 PyTuple_SET_ITEM(pieces, 0, s); in tuplerepr() 314 temp = PyTuple_GET_ITEM(pieces, n-1); in tuplerepr() 316 PyTuple_SET_ITEM(pieces, n-1, temp); in tuplerepr() 324 result = _PyString_Join(s, pieces); in tuplerepr() 328 Py_DECREF(pieces); in tuplerepr()
|
D | dictobject.c | 1083 PyObject *pieces = NULL, *result = NULL; in dict_repr() local 1096 pieces = PyList_New(0); in dict_repr() 1097 if (pieces == NULL) in dict_repr() 1117 status = PyList_Append(pieces, s); in dict_repr() 1124 assert(PyList_GET_SIZE(pieces) > 0); in dict_repr() 1128 temp = PyList_GET_ITEM(pieces, 0); in dict_repr() 1130 PyList_SET_ITEM(pieces, 0, s); in dict_repr() 1137 temp = PyList_GET_ITEM(pieces, PyList_GET_SIZE(pieces) - 1); in dict_repr() 1139 PyList_SET_ITEM(pieces, PyList_GET_SIZE(pieces) - 1, temp); in dict_repr() 1147 result = _PyString_Join(s, pieces); in dict_repr() [all …]
|
D | listobject.c | 366 PyObject *pieces = NULL, *result = NULL; in list_repr() local 378 pieces = PyList_New(0); in list_repr() 379 if (pieces == NULL) in list_repr() 392 status = PyList_Append(pieces, s); in list_repr() 399 assert(PyList_GET_SIZE(pieces) > 0); in list_repr() 403 temp = PyList_GET_ITEM(pieces, 0); in list_repr() 405 PyList_SET_ITEM(pieces, 0, s); in list_repr() 412 temp = PyList_GET_ITEM(pieces, PyList_GET_SIZE(pieces) - 1); in list_repr() 414 PyList_SET_ITEM(pieces, PyList_GET_SIZE(pieces) - 1, temp); in list_repr() 422 result = _PyString_Join(s, pieces); in list_repr() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | tupleobject.c | 268 PyObject *pieces, *result = NULL; in tuplerepr() local 283 pieces = PyTuple_New(n); in tuplerepr() 284 if (pieces == NULL) in tuplerepr() 295 PyTuple_SET_ITEM(pieces, i, s); in tuplerepr() 303 temp = PyTuple_GET_ITEM(pieces, 0); in tuplerepr() 305 PyTuple_SET_ITEM(pieces, 0, s); in tuplerepr() 312 temp = PyTuple_GET_ITEM(pieces, n-1); in tuplerepr() 314 PyTuple_SET_ITEM(pieces, n-1, temp); in tuplerepr() 322 result = _PyString_Join(s, pieces); in tuplerepr() 326 Py_DECREF(pieces); in tuplerepr()
|
D | listobject.c | 366 PyObject *pieces = NULL, *result = NULL; in list_repr() local 378 pieces = PyList_New(0); in list_repr() 379 if (pieces == NULL) in list_repr() 392 status = PyList_Append(pieces, s); in list_repr() 399 assert(PyList_GET_SIZE(pieces) > 0); in list_repr() 403 temp = PyList_GET_ITEM(pieces, 0); in list_repr() 405 PyList_SET_ITEM(pieces, 0, s); in list_repr() 412 temp = PyList_GET_ITEM(pieces, PyList_GET_SIZE(pieces) - 1); in list_repr() 414 PyList_SET_ITEM(pieces, PyList_GET_SIZE(pieces) - 1, temp); in list_repr() 422 result = _PyString_Join(s, pieces); in list_repr() [all …]
|
D | dictobject.c | 1058 PyObject *pieces = NULL, *result = NULL; in dict_repr() local 1071 pieces = PyList_New(0); in dict_repr() 1072 if (pieces == NULL) in dict_repr() 1092 status = PyList_Append(pieces, s); in dict_repr() 1099 assert(PyList_GET_SIZE(pieces) > 0); in dict_repr() 1103 temp = PyList_GET_ITEM(pieces, 0); in dict_repr() 1105 PyList_SET_ITEM(pieces, 0, s); in dict_repr() 1112 temp = PyList_GET_ITEM(pieces, PyList_GET_SIZE(pieces) - 1); in dict_repr() 1114 PyList_SET_ITEM(pieces, PyList_GET_SIZE(pieces) - 1, temp); in dict_repr() 1122 result = _PyString_Join(s, pieces); in dict_repr() [all …]
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/ |
D | softfloat-macros | 64 than 64, the result will be 0. The result is broken into two 32-bit pieces 100 nonzero. The result is broken into two 32-bit pieces which are stored at 140 at most 64 nonzero bits; these are broken into two 32-bit pieces which are 212 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 231 32-bit pieces which are stored at the locations pointed to by `z0Ptr', 267 any carry out is lost. The result is broken into two 32-bit pieces which 288 32-bit pieces which are stored at the locations pointed to by `z0Ptr', 327 32-bit pieces which are stored at the locations pointed to by `z0Ptr' and 346 into three 32-bit pieces which are stored at the locations pointed to by 383 into two 32-bit pieces which are stored at the locations pointed to by [all …]
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/ |
D | softfloat-macros | 64 than 64, the result will be 0. The result is broken into two 32-bit pieces 100 nonzero. The result is broken into two 32-bit pieces which are stored at 140 at most 64 nonzero bits; these are broken into two 32-bit pieces which are 212 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 231 32-bit pieces which are stored at the locations pointed to by `z0Ptr', 267 any carry out is lost. The result is broken into two 32-bit pieces which 288 32-bit pieces which are stored at the locations pointed to by `z0Ptr', 327 32-bit pieces which are stored at the locations pointed to by `z0Ptr' and 346 into three 32-bit pieces which are stored at the locations pointed to by 383 into two 32-bit pieces which are stored at the locations pointed to by [all …]
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/ |
D | softfloat-macros | 139 than 128, the result will be 0. The result is broken into two 64-bit pieces 175 nonzero. The result is broken into two 64-bit pieces which are stored at 215 at most 128 nonzero bits; these are broken into two 64-bit pieces which are 287 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 306 64-bit pieces which are stored at the locations pointed to by `z0Ptr', 342 any carry out is lost. The result is broken into two 64-bit pieces which 363 64-bit pieces which are stored at the locations pointed to by `z0Ptr', 402 64-bit pieces which are stored at the locations pointed to by `z0Ptr' and 421 result is broken into three 64-bit pieces which are stored at the locations 458 into two 64-bit pieces which are stored at the locations pointed to by [all …]
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/ |
D | LpcDev.asi | 90 Device(XTRA) // all "PNP0C02" devices- pieces that don't fit anywhere else
|
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/ |
D | Dsdt.asl | 560 // Generic motherboard devices and pieces that don't fit anywhere else
|