/device/generic/goldfish-opengl/android-emu/android/base/synchronization/ |
D | AndroidMessageChannel.h | 123 const size_t pos = beforeWrite(); in send() local 133 const size_t pos = beforeWrite(); in send() local 143 const auto pos = beforeTryWrite(); in trySend() local 152 const auto pos = beforeTryWrite(); in trySend() local 161 const size_t pos = beforeRead(); in receive() local 171 const size_t pos = beforeRead(); in receive() local 183 const auto pos = beforeTryRead(); in tryReceive() local 192 const auto pos = beforeTimedRead(wallTimeUs); in timedReceive() local
|
/device/google/contexthub/firmware/os/core/ |
D | eventQ.c | 29 #define for_each_item_safe(head, pos, tmp) \ argument 87 struct EvtList *pos, *tmp; in evtQueueFree() local 112 struct EvtList *pos; in evtQueueEnqueue() local 163 struct EvtList *pos, *tmp; in evtQueueRemoveAllMatching() local 184 struct EvtList *pos; in evtQueueDequeue() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | heapq.py | 242 def _siftdown(heap, startpos, pos): argument 295 def _siftup(heap, pos): argument 315 def _siftdown_max(heap, startpos, pos): argument 330 def _siftup_max(heap, pos): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
D | partition.h | 17 Py_ssize_t pos; in stringlib_partition() local 67 Py_ssize_t pos; in stringlib_rpartition() local
|
D | find.h | 15 Py_ssize_t pos; in stringlib_find() local 35 Py_ssize_t pos; in stringlib_rfind() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
D | partition.h | 17 Py_ssize_t pos; in stringlib_partition() local 67 Py_ssize_t pos; in stringlib_rpartition() local
|
D | find.h | 15 Py_ssize_t pos; in stringlib_find() local 35 Py_ssize_t pos; in stringlib_rfind() local
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fgetpos.c | 54 fgetpos(FILE *fp, fpos_t *pos) in fgetpos()
|
D | ftell.c | 60 fpos_t pos; in ftell() local
|
D | fsetpos.c | 57 fsetpos(FILE *iop, const fpos_t *pos) in fsetpos()
|
D | ftello.c | 57 fpos_t pos; in __weak_alias() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/ |
D | decoder.py | 27 def linecol(doc, pos): argument 36 def errmsg(msg, doc, pos, end=None): argument 65 def _decode_uXXXX(s, pos): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _heapqmodule.c | 36 _siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in _siftdown() 73 _siftup(PyListObject *heap, Py_ssize_t pos) in _siftup() 375 _siftdownmax(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in _siftdownmax() 412 _siftupmax(PyListObject *heap, Py_ssize_t pos) in _siftupmax()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | _heapqmodule.c | 36 _siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in _siftdown() 75 _siftup(PyListObject *heap, Py_ssize_t pos) in _siftup() 374 _siftdownmax(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in _siftdownmax() 411 _siftupmax(PyListObject *heap, Py_ssize_t pos) in _siftupmax()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | heapq.py | 240 def _siftdown(heap, startpos, pos): argument 293 def _siftup(heap, pos): argument
|
D | _pyio.py | 297 def seek(self, pos, whence=0): argument 316 def truncate(self, pos=None): argument 690 def seek(self, pos, whence=0): argument 702 def truncate(self, pos=None): argument 842 def seek(self, pos, whence=0): argument 866 def truncate(self, pos=None): argument 1032 def seek(self, pos, whence=0): argument 1100 def truncate(self, pos=None): argument 1136 def seek(self, pos, whence=0): argument 1233 def seek(self, pos, whence=0): argument [all …]
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | strUtils.cpp | 21 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & de… in getNextToken()
|
/device/generic/goldfish/network/wifi_forwarder/ |
D | cache.h | 143 iterator erase(const_iterator pos) { in erase() 147 iterator erase(iterator pos) { in erase()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
D | fileio.c | 360 PyObject *pos = portable_lseek(self->fd, NULL, 2); in fileio_init() local 449 PyObject *pos = portable_lseek(self->fd, NULL, SEEK_CUR); in fileio_seekable() local 504 off_t pos, end; in new_buffersize() local 706 Py_off_t pos, res; in portable_lseek() local 789 Py_off_t pos; in fileio_truncate() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | fileio.c | 370 PyObject *pos = portable_lseek(self->fd, NULL, 2); in fileio_init() local 461 PyObject *pos = portable_lseek(self->fd, NULL, SEEK_CUR); in fileio_seekable() local 509 off_t pos, end; in new_buffersize() local 694 Py_off_t pos, res; in portable_lseek() local 777 Py_off_t pos; in fileio_truncate() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | parseentities.py | 20 def parse(text,pos=0,endpos=None): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | setobject.c | 580 Py_ssize_t pos=0; in set_tp_print() local 769 Py_ssize_t pos = 0; in set_traverse() local 783 Py_ssize_t pos = 0; in frozenset_hash() local 941 Py_ssize_t pos = 0; in set_update_internal() local 1255 Py_ssize_t pos = 0; in set_intersection() local 1421 Py_ssize_t pos = 0; in set_isdisjoint() local 1483 Py_ssize_t pos = 0; in set_difference_update_internal() local 1533 Py_ssize_t pos = 0; in set_difference() local 1636 Py_ssize_t pos = 0; in set_symmetric_difference_update() local 1750 Py_ssize_t pos = 0; in set_issubset() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | setobject.c | 579 Py_ssize_t pos=0; in set_tp_print() local 768 Py_ssize_t pos = 0; in set_traverse() local 782 Py_ssize_t pos = 0; in frozenset_hash() local 940 Py_ssize_t pos = 0; in set_update_internal() local 1254 Py_ssize_t pos = 0; in set_intersection() local 1420 Py_ssize_t pos = 0; in set_isdisjoint() local 1482 Py_ssize_t pos = 0; in set_difference_update_internal() local 1532 Py_ssize_t pos = 0; in set_difference() local 1635 Py_ssize_t pos = 0; in set_symmetric_difference_update() local 1749 Py_ssize_t pos = 0; in set_issubset() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | ltablib.c | 43 int pos; /* where to insert new element */ in tinsert() local 70 int pos = luaL_optint(L, 2, size); in tremove() local
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | Bra86.c | 12 SizeT pos = 0; in x86_Convert() local
|