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

  /external/chromium_org/third_party/skia/src/svg/
SkSVGGradient.cpp 44 SkString* thisOffset = &stop->f_offset;
45 if (lastOffset && thisOffset->equals(*lastOffset)) {
46 if (thisOffset->equals("1")) {
53 offsets.append(*thisOffset);
62 lastOffset = thisOffset;
  /external/skia/src/svg/
SkSVGGradient.cpp 44 SkString* thisOffset = &stop->f_offset;
45 if (lastOffset && thisOffset->equals(*lastOffset)) {
46 if (thisOffset->equals("1")) {
53 offsets.append(*thisOffset);
62 lastOffset = thisOffset;
  /dalvik/vm/
InlineNative.cpp 165 int thisOffset, compOffset, thisCount, compCount;
171 thisOffset =
184 ALOGE(" this (o=%d l=%d) '%s'", thisOffset, thisCount, thisStr);
187 ((const u2*) thisArray->contents) + thisOffset, thisCount*2,
224 int thisCount, thisOffset, compCount, compOffset;
235 thisOffset = dvmGetFieldInt((Object*) arg0, STRING_FIELDOFF_OFFSET);
241 thisChars = ((const u2*)(void*)thisArray->contents) + thisOffset;
327 int thisCount, thisOffset, compCount, compOffset;
356 thisOffset = dvmGetFieldInt((Object*) arg0, STRING_FIELDOFF_OFFSET);
362 thisChars = ((const u2*)(void*)thisArray->contents) + thisOffset;
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RopeByteString.java 480 int thisOffset = 0;
490 int thisRemaining = thisString.size() - thisOffset;
495 boolean stillEqual = (thisOffset == 0)
497 : thatString.equalsRange(thisString, thisOffset, bytesToCompare);
511 thisOffset = 0;
514 thisOffset += bytesToCompare;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 340 milliseconds