Searched refs:pieces (Results 1 - 21 of 21) sorted by relevance

/device/generic/car/car-x86/
H A DBoardConfig.mk6 # The generic product target doesn't have any hardware-specific pieces.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Drepr.py48 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/
H A Drepr.py48 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)
H A Dbase64.py316 pieces = []
319 pieces.append(binascii.b2a_base64(chunk))
320 return "".join(pieces)
H A Dplistlib.py359 pieces = []
362 pieces.append(binascii.b2a_base64(chunk))
363 return "".join(pieces)
/device/generic/armv7-a-neon/
H A DBoardConfig.mk6 # The generic product target doesn't have any hardware-specific pieces.
/device/generic/arm64/
H A DBoardConfig.mk6 # The generic product target doesn't have any hardware-specific pieces.
/device/generic/car/car-armv7-a-neon/
H A DBoardConfig.mk7 # The generic product target doesn't have any hardware-specific pieces.
/device/generic/x86_64/
H A DBoardConfig.mk6 # The generic product target doesn't have any hardware-specific pieces.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dtupleobject.c270 PyObject *pieces, *result = NULL; local
285 pieces = PyTuple_New(n);
286 if (pieces == NULL)
297 PyTuple_SET_ITEM(pieces, i, s);
305 temp = PyTuple_GET_ITEM(pieces, 0);
307 PyTuple_SET_ITEM(pieces, 0, s);
314 temp = PyTuple_GET_ITEM(pieces, n-1);
316 PyTuple_SET_ITEM(pieces, n-1, temp);
324 result = _PyString_Join(s, pieces);
328 Py_DECREF(pieces);
[all...]
H A Ddictobject.c1083 PyObject *pieces = NULL, *result = NULL; local
1096 pieces = PyList_New(0);
1097 if (pieces == NULL)
1117 status = PyList_Append(pieces, s);
1124 assert(PyList_GET_SIZE(pieces) > 0);
1128 temp = PyList_GET_ITEM(pieces, 0);
1130 PyList_SET_ITEM(pieces, 0, s);
1137 temp = PyList_GET_ITEM(pieces, PyList_GET_SIZE(pieces) - 1);
1139 PyList_SET_ITEM(pieces, PyList_GET_SIZ
[all...]
H A Dlistobject.c366 PyObject *pieces = NULL, *result = NULL; local
378 pieces = PyList_New(0);
379 if (pieces == NULL)
392 status = PyList_Append(pieces, s);
399 assert(PyList_GET_SIZE(pieces) > 0);
403 temp = PyList_GET_ITEM(pieces, 0);
405 PyList_SET_ITEM(pieces, 0, s);
412 temp = PyList_GET_ITEM(pieces, PyList_GET_SIZE(pieces) - 1);
414 PyList_SET_ITEM(pieces, PyList_GET_SIZ
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dtupleobject.c268 PyObject *pieces, *result = NULL; local
283 pieces = PyTuple_New(n);
284 if (pieces == NULL)
295 PyTuple_SET_ITEM(pieces, i, s);
303 temp = PyTuple_GET_ITEM(pieces, 0);
305 PyTuple_SET_ITEM(pieces, 0, s);
312 temp = PyTuple_GET_ITEM(pieces, n-1);
314 PyTuple_SET_ITEM(pieces, n-1, temp);
322 result = _PyString_Join(s, pieces);
326 Py_DECREF(pieces);
[all...]
H A Ddictobject.c1058 PyObject *pieces = NULL, *result = NULL; local
1071 pieces = PyList_New(0);
1072 if (pieces == NULL)
1092 status = PyList_Append(pieces, s);
1099 assert(PyList_GET_SIZE(pieces) > 0);
1103 temp = PyList_GET_ITEM(pieces, 0);
1105 PyList_SET_ITEM(pieces, 0, s);
1112 temp = PyList_GET_ITEM(pieces, PyList_GET_SIZE(pieces) - 1);
1114 PyList_SET_ITEM(pieces, PyList_GET_SIZ
[all...]
H A Dlistobject.c366 PyObject *pieces = NULL, *result = NULL; local
378 pieces = PyList_New(0);
379 if (pieces == NULL)
392 status = PyList_Append(pieces, s);
399 assert(PyList_GET_SIZE(pieces) > 0);
403 temp = PyList_GET_ITEM(pieces, 0);
405 PyList_SET_ITEM(pieces, 0, s);
412 temp = PyList_GET_ITEM(pieces, PyList_GET_SIZE(pieces) - 1);
414 PyList_SET_ITEM(pieces, PyList_GET_SIZ
[all...]
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
H A Dst16_64.asm1106 ; below is the pieces of the IVT that is used to redirect INT 68h - 6fh
H A Dst32_64.asm1122 ; below is the pieces of the IVT that is used to redirect INT 68h - 6fh
H A Dstart.asm882 ; below is the pieces of the IVT that is used to redirect INT 68h - 6fh
H A Dstart16.asm875 ; below is the pieces of the IVT that is used to redirect INT 68h - 6fh
H A Dstart32.asm890 ; below is the pieces of the IVT that is used to redirect INT 68h - 6fh
H A Dstart64.asm1113 ; below is the pieces of the IVT that is used to redirect INT 68h - 6fh

Completed in 493 milliseconds