/device/google/marlin/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 227 struct cam_list *pos = NULL; in peek() local 262 struct cam_list *pos = NULL; in dequeue() local 302 struct cam_list *pos = NULL; in dequeue() local 346 struct cam_list *pos = NULL; in flush() local 388 struct cam_list *pos = NULL; in flushNodes() local 433 struct cam_list *pos = NULL; in flushNodes() local
|
D | QCameraFlash.cpp | 77 for (int pos = 0; pos < MM_CAMERA_MAX_NUM_SENSORS; pos++) { in QCameraFlash() local 93 for (int pos = 0; pos < MM_CAMERA_MAX_NUM_SENSORS; pos++) { in ~QCameraFlash() local
|
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_queue.c | 69 struct cam_list *pos = NULL; in mm_jpeg_queue_enq_head() local 96 struct cam_list *pos = NULL; in mm_jpeg_queue_deq() local 141 struct cam_list *pos = NULL; in mm_jpeg_queue_flush() local 170 struct cam_list *pos = NULL; in mm_jpeg_queue_peek() 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
|
/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
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_queue.c | 112 struct cam_list *pos = NULL; in mm_qcamera_queue_dequeue() local 140 struct cam_list *pos = NULL; in mm_qcamera_queue_flush() 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/google/marlin/camera/QCamera2/stack/common/ |
D | cam_queue.h | 79 struct cam_list *pos = NULL; in cam_queue_deq() local 103 struct cam_list *pos = NULL; in cam_queue_flush() 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.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/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/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/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/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/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.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/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | Bra86.c | 12 SizeT pos = 0; in x86_Convert() local
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | Bra86.c | 12 SizeT pos = 0; in x86_Convert() local
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | Bra86.c | 12 SizeT pos = 0; in x86_Convert() local
|