HomeSort by relevance Sort by last modified time
    Searched defs:gapStart (Results 1 - 3 of 3) sorted by null

  /art/runtime/jdwp/
jdwp_expand_buf.cc 108 uint8_t* gapStart;
111 gapStart = pBuf->storage + pBuf->curLen;
115 return gapStart;
  /external/icu/icu4c/source/tools/toolutil/
denseranges.cpp 32 void add(int32_t gapStart, int64_t gapLength) {
47 gapStarts[i]=gapStart;
59 int32_t gapStart(int32_t i) const { return gapStarts[i]; }
154 int32_t gapStart=gaps.gapStart(gapIndex);
155 ranges[i][1]=gapStart-1;
156 ranges[i+1][0]=minValue=(int32_t)(gapStart+gaps.gapLength(gapIndex));
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 120 milliseconds