/device/generic/car/car-x86/ |
H A D | BoardConfig.mk | 6 # 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 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/ |
H A 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)
|
H A D | base64.py | 316 pieces = []
319 pieces.append(binascii.b2a_base64(chunk))
320 return "".join(pieces)
|
H A D | plistlib.py | 359 pieces = []
362 pieces.append(binascii.b2a_base64(chunk))
363 return "".join(pieces)
|
/device/generic/armv7-a-neon/ |
H A D | BoardConfig.mk | 6 # The generic product target doesn't have any hardware-specific pieces.
|
/device/generic/arm64/ |
H A D | BoardConfig.mk | 6 # The generic product target doesn't have any hardware-specific pieces.
|
/device/generic/car/car-armv7-a-neon/ |
H A D | BoardConfig.mk | 7 # The generic product target doesn't have any hardware-specific pieces.
|
/device/generic/x86_64/ |
H A D | BoardConfig.mk | 6 # 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 D | tupleobject.c | 270 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 D | dictobject.c | 1083 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 D | listobject.c | 366 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 D | tupleobject.c | 268 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 D | dictobject.c | 1058 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 D | listobject.c | 366 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 D | st16_64.asm | 1106 ; below is the pieces of the IVT that is used to redirect INT 68h - 6fh
|
H A D | st32_64.asm | 1122 ; below is the pieces of the IVT that is used to redirect INT 68h - 6fh
|
H A D | start.asm | 882 ; below is the pieces of the IVT that is used to redirect INT 68h - 6fh
|
H A D | start16.asm | 875 ; below is the pieces of the IVT that is used to redirect INT 68h - 6fh
|
H A D | start32.asm | 890 ; below is the pieces of the IVT that is used to redirect INT 68h - 6fh
|
H A D | start64.asm | 1113 ; below is the pieces of the IVT that is used to redirect INT 68h - 6fh
|