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

  /external/qemu/android/base/containers/
PodVector.cpp 115 char* newBegin = static_cast<char*>(::realloc(mBegin, newByteCapacity));
116 PCHECK(newBegin) << LogString(
122 mBegin = newBegin;
123 mEnd = newBegin + oldByteSize;
130 mLimit = newBegin + newByteCapacity;
  /sdk/emulator/opengl/shared/emugl/common/
pod_vector.cpp 103 char* newBegin = static_cast<char*>(::realloc(mBegin, newByteCapacity));
104 mBegin = newBegin;
105 mEnd = newBegin + oldByteSize;
112 mLimit = newBegin + newByteCapacity;
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 635 long newBegin = model.mStart;
642 if (oldBegin == newBegin && oldEnd == newEnd && oldAllDay == newAllDay
667 if (oldBegin != newBegin) {
669 long offset = newBegin - oldBegin;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp     [all...]

Completed in 1120 milliseconds