Home
last modified time | relevance | path

Searched refs:startingIndex (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/base/
DSmallCharMatcher.java121 int startingIndex = smear(c) & mask; in matches() local
122 int index = startingIndex; in matches()
132 } while (index != startingIndex); in matches()
/external/guava/android/guava/src/com/google/common/base/
DSmallCharMatcher.java121 int startingIndex = smear(c) & mask; in matches() local
122 int index = startingIndex; in matches()
132 } while (index != startingIndex); in matches()
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/renderer/
DLineChartRenderer.java453 final int startingIndex = bounds.min; in drawLinearFill() local
463 currentStartIndex = startingIndex + (iterations * indexInterval); in drawLinearFill()
/external/cronet/third_party/protobuf/objectivec/
DGPBMessage.m2379 NSUInteger startingIndex = 0;
2389 if (startingIndex >= numFields) startingIndex = 0;
2390 GPBFieldDescriptor *fieldDescriptor = fields[startingIndex];
2398 startingIndex += 1;
2405 startingIndex += 1;
2422 startingIndex += 1;
2431 if (startingIndex >= numFields) startingIndex = 0;
2432 GPBFieldDescriptor *fieldDescriptor = fields[startingIndex];
2442 startingIndex += 1;
2450 startingIndex += 1;
/external/protobuf/objectivec/
DGPBMessage.m2379 NSUInteger startingIndex = 0;
2389 if (startingIndex >= numFields) startingIndex = 0;
2390 GPBFieldDescriptor *fieldDescriptor = fields[startingIndex];
2398 startingIndex += 1;
2405 startingIndex += 1;
2422 startingIndex += 1;
2431 if (startingIndex >= numFields) startingIndex = 0;
2432 GPBFieldDescriptor *fieldDescriptor = fields[startingIndex];
2442 startingIndex += 1;
2450 startingIndex += 1;
/external/angle/src/compiler/translator/
DCompiler.cpp659 size_t startingIndex = compileOptions.sourcePath ? 1 : 0; in getShaderBinary() local
660 for (size_t i = startingIndex; i < numStrings; ++i) in getShaderBinary()