HomeSort by relevance Sort by last modified time
    Searched refs:bytesrequested (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 521 long bytesrequested = -1; local
526 if (!PyArg_ParseTuple(args, "|l:read", &bytesrequested))
550 if (bytesrequested < 0)
553 buffersize = bytesrequested;
584 if (bytesrequested < 0) {
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 509 long bytesrequested = -1; local
514 if (!PyArg_ParseTuple(args, "|l:read", &bytesrequested))
538 if (bytesrequested < 0)
541 buffersize = bytesrequested;
572 if (bytesrequested < 0) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 1054 long bytesrequested = -1; local
1067 if (!PyArg_ParseTuple(args, "|l:read", &bytesrequested))
1069 if (bytesrequested < 0)
1072 buffersize = bytesrequested;
1118 if (bytesrequested < 0) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 1051 long bytesrequested = -1; local
1064 if (!PyArg_ParseTuple(args, "|l:read", &bytesrequested))
1066 if (bytesrequested < 0)
1069 buffersize = bytesrequested;
1104 if (bytesrequested < 0) {
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 1052 long bytesrequested = -1; local
1065 if (!PyArg_ParseTuple(args, "|l:read", &bytesrequested))
1067 if (bytesrequested < 0)
1070 buffersize = bytesrequested;
1116 if (bytesrequested < 0) {
    [all...]

Completed in 544 milliseconds