Searched defs:pending (Results 1 - 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dssl.py267 def pending(self): member in class:SSLSocket
269 return self._sslobj.pending()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Ddeflate.h100 Bytef *pending_buf; /* output still pending */
102 Bytef *pending_out; /* next pending byte to output to the stream */
103 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
H A Ddeflate.h97 Bytef *pending_buf; /* output still pending */
99 Bytef *pending_out; /* next pending byte to output to the stream */
100 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
H A Dmultibytecodec.c767 memcpy(inbuf_tmp, ctx->pending,
785 /* recover the original pending buffer */
787 memcpy(ctx->pending, inbuf_tmp,
799 "pending buffer overflow");
802 memcpy(ctx->pending, inbuf,
828 PyErr_SetString(PyExc_UnicodeError, "pending buffer overflow");
831 memcpy(ctx->pending + ctx->pendingsize, buf->inbuf, npendings);
1058 memcpy(wdata, self->pending, self->pendingsize);
1072 /* recover the original pending buffer */
1073 memcpy(self->pending, wdat
1613 const Py_UNICODE *pending; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
H A Dmultibytecodec.c764 memcpy(inbuf_tmp, ctx->pending,
782 /* recover the original pending buffer */
784 memcpy(ctx->pending, inbuf_tmp,
796 "pending buffer overflow");
799 memcpy(ctx->pending, inbuf,
825 PyErr_SetString(PyExc_UnicodeError, "pending buffer overflow");
828 memcpy(ctx->pending + ctx->pendingsize, buf->inbuf, npendings);
1055 memcpy(wdata, self->pending, self->pendingsize);
1069 /* recover the original pending buffer */
1070 memcpy(self->pending, wdat
1610 const Py_UNICODE *pending; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
H A Dtextio.c1212 PyObject *pending, *b, *ret; local
1217 pending = self->pending_bytes;
1218 Py_INCREF(pending);
1222 b = _PyBytes_Join(_PyIO_empty_bytes, pending);
1223 Py_DECREF(pending);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dlistobject.c1340 /* The maximum number of entries in a MergeState's pending-runs stack.
1380 /* A stack of n pending runs yet to be merged. Run #i starts at
1384 * pending[i].base + pending[i].len == pending[i+1].base
1390 struct s_slice pending[MAX_MERGE_PENDING]; member in struct:s_MergeState
1741 pa = ms->pending[i].base;
1742 na = ms->pending[i].len;
1743 pb = ms->pending[i+1].base;
1744 nb = ms->pending[
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A Dtextio.c1192 PyObject *pending, *b, *ret; local
1197 pending = self->pending_bytes;
1198 Py_INCREF(pending);
1202 b = _PyBytes_Join(_PyIO_empty_bytes, pending);
1203 Py_DECREF(pending);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dlistobject.c1340 /* The maximum number of entries in a MergeState's pending-runs stack.
1380 /* A stack of n pending runs yet to be merged. Run #i starts at
1384 * pending[i].base + pending[i].len == pending[i+1].base
1390 struct s_slice pending[MAX_MERGE_PENDING]; member in struct:s_MergeState
1741 pa = ms->pending[i].base;
1742 na = ms->pending[i].len;
1743 pb = ms->pending[i+1].base;
1744 nb = ms->pending[
[all...]
/device/huawei/angler/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp485 // Check if there is still pending buffer not yet returned.
553 * DESCRIPTION: function to erase a desired pending request after freeing any
557 * @i : iterator pointing to pending request to be erased
2025 // Initialize/Reset the pending buffers list
2252 * DESCRIPTION: check and notify on any pending reprocess results
2275 CDBG("%s: Found reprocess frame number %d in pending reprocess List "
2622 * 1. have a pending reprocess request or
2674 CDBG("%s, no raw request pending, send the final (cnt:%d) partial result",
2783 CDBG("%s: Found buffer %p in pending buffer List "
2941 camera3_stream_buffer_t pending; local
9734 Vector<PendingBufferInfo> pending; local
9738 Vector<PendingBufferInfo> &pending = local
9752 const Vector<PendingBufferInfo> &pending = flushMap.valueAt(iFlush); local
9801 Vector<PendingBufferInfo> pending; local
9805 Vector<PendingBufferInfo> &pending = local
9819 const Vector<PendingBufferInfo> &pending = flushMap.valueAt(iFlush); local
[all...]
/device/lge/bullhead/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp485 // Check if there is still pending buffer not yet returned.
553 * DESCRIPTION: function to erase a desired pending request after freeing any
557 * @i : iterator pointing to pending request to be erased
2025 // Initialize/Reset the pending buffers list
2252 * DESCRIPTION: check and notify on any pending reprocess results
2275 CDBG("%s: Found reprocess frame number %d in pending reprocess List "
2622 * 1. have a pending reprocess request or
2674 CDBG("%s, no raw request pending, send the final (cnt:%d) partial result",
2783 CDBG("%s: Found buffer %p in pending buffer List "
2941 camera3_stream_buffer_t pending; local
9731 Vector<PendingBufferInfo> pending; local
9735 Vector<PendingBufferInfo> &pending = local
9749 const Vector<PendingBufferInfo> &pending = flushMap.valueAt(iFlush); local
9798 Vector<PendingBufferInfo> pending; local
9802 Vector<PendingBufferInfo> &pending = local
9816 const Vector<PendingBufferInfo> &pending = flushMap.valueAt(iFlush); local
[all...]

Completed in 289 milliseconds