Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 189) sorted by relevance

12345678

/device/generic/goldfish-opengl/android-emu/android/base/synchronization/
DAndroidMessageChannel.h123 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/
DeventQ.c29 #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/
Dheapq.py242 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/
Dpartition.h17 Py_ssize_t pos; in stringlib_partition() local
67 Py_ssize_t pos; in stringlib_rpartition() local
Dfind.h15 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/
Dpartition.h17 Py_ssize_t pos; in stringlib_partition() local
67 Py_ssize_t pos; in stringlib_rpartition() local
Dfind.h15 Py_ssize_t pos; in stringlib_find() local
35 Py_ssize_t pos; in stringlib_rfind() local
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfgetpos.c54 fgetpos(FILE *fp, fpos_t *pos) in fgetpos()
Dftell.c60 fpos_t pos; in ftell() local
Dfsetpos.c57 fsetpos(FILE *iop, const fpos_t *pos) in fsetpos()
Dftello.c57 fpos_t pos; in __weak_alias() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
Ddecoder.py27 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.c36 _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.c36 _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/
Dheapq.py240 def _siftdown(heap, startpos, pos): argument
293 def _siftup(heap, pos): argument
D_pyio.py297 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/
DstrUtils.cpp21 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/
Dcache.h143 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/
Dfileio.c360 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/
Dfileio.c370 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/
Dparseentities.py20 def parse(text,pos=0,endpos=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c580 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/
Dsetobject.c579 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/
Dltablib.c43 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/
DBra86.c12 SizeT pos = 0; in x86_Convert() local

12345678