HomeSort by relevance Sort by last modified time
    Searched refs:pCurrent (Results 1 - 15 of 15) sorted by null

  /system/core/libsysutils/include/sysutils/
List.h 247 _Node* pCurrent = mpMiddle->getNext();
250 while (pCurrent != mpMiddle) {
251 pNext = pCurrent->getNext();
252 delete pCurrent;
253 pCurrent = pNext;
  /system/core/libutils/include/utils/
List.h 246 _Node* pCurrent = mpMiddle->getNext();
249 while (pCurrent != mpMiddle) {
250 pNext = pCurrent->getNext();
251 delete pCurrent;
252 pCurrent = pNext;
  /system/keymaster/
List.h 246 _Node* pCurrent = mpMiddle->getNext();
249 while (pCurrent != mpMiddle) {
250 pNext = pCurrent->getNext();
251 delete pCurrent;
252 pCurrent = pNext;
  /external/pdfium/xfa/fxfa/parser/
xfa_utils.h 118 NodeType* pCurrent = GetCurrent();
121 if (pCurrent != *ppNode) {
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
sqlite3.h     [all...]
shell.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.h     [all...]
shell.c     [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_coverlay.c 100 psb_x11_clip_list_t * pCurrent = NULL;
102 pCurrent = (psb_x11_clip_list_t *)calloc(1, sizeof(psb_x11_clip_list_t));
103 if (pCurrent) {
104 pCurrent->rect = *pRect;
105 pCurrent->next = pClipNext;
107 return pCurrent;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
misc.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h     [all...]
commctrl.h     [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 

Completed in 1081 milliseconds