Home
last modified time | relevance | path

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

12345678

/device/google/marlin/camera/QCamera2/util/
DQCameraQueue.cpp227 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
DQCameraFlash.cpp77 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/
Dmm_jpeg_queue.c69 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/
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
/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
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_queue.c112 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/
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/google/marlin/camera/QCamera2/stack/common/
Dcam_queue.h79 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/
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.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/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/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/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/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/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.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/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DBra86.c12 SizeT pos = 0; in x86_Convert() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DBra86.c12 SizeT pos = 0; in x86_Convert() local
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DBra86.c12 SizeT pos = 0; in x86_Convert() local

12345678