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

  /external/webrtc/src/system_wrappers/source/
aligned_malloc.cc 93 uintptr_t headerPos = alignedPos;
94 headerPos -= sizeof(uintptr_t);
95 void* headerPtr = (void*) headerPos;
109 uintptr_t headerPos = alignedPos - sizeof(uintptr_t);
112 uintptr_t* headerPtr = (uintptr_t*)headerPos;
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 577 int headerPos = getHeaderPosition(position);
578 RowInfo row = mRowInfo.get(headerPos);

Completed in 185 milliseconds