HomeSort by relevance Sort by last modified time
    Searched defs:startIndex (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTree.java 45 protected int startIndex=-1, stopIndex=-1;
58 this.startIndex = node.startIndex;
113 if ( startIndex==-1 && token!=null ) {
116 return startIndex;
120 startIndex = index;
140 if ( startIndex<0 || stopIndex<0 ) {
141 startIndex = stopIndex = token.getTokenIndex();
148 if ( startIndex>=0 && stopIndex>=0 ) return; // already set
152 startIndex = firstChild.getTokenStartIndex()
    [all...]
  /external/icu4c/common/
normlzr.cpp 346 int32_t Normalizer::startIndex() const {
347 return text->startIndex();
serv.cpp 464 int32_t startIndex = 0;
471 startIndex = i + 1;
475 if (startIndex == 0) {
496 int32_t index = startIndex;
uhash.c 334 int32_t theIndex, startIndex;
340 startIndex = theIndex = (hashcode ^ 0x4000000) % hash->length;
366 } while (theIndex != startIndex);
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.h 77 SlotIndex startIndex() const { return Segments.start(); }
  /external/proguard/src/proguard/
WordReader.java 176 int startIndex = currentIndex;
179 char startChar = currentLine.charAt(startIndex);
190 startIndex++;
200 currentWord = currentLine.substring(startIndex-1, currentIndex);
229 currentWord = currentLine.substring(startIndex, endIndex);
  /external/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 104 int startIndex =
128 for (int newIndex = startIndex; newIndex < oldIndex; newIndex++)
  /external/webkit/Source/WebCore/editing/
ApplyBlockElementCommand.cpp 82 int startIndex = indexForVisiblePosition(startOfSelection);
89 RefPtr<Range> startRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), startIndex, 0, true);
  /frameworks/base/services/java/com/android/server/location/
GpsXtraDownloader.java 86 int startIndex = mNextServerIndex;
102 if (mNextServerIndex == startIndex) break;
  /frameworks/native/libs/utils/
Debug.cpp 238 const size_t startIndex = word+(alignment-(alignment?1:0));
241 const size_t startIndex = word;
253 const unsigned char val = *(pos+startIndex+(index*dir));
270 const unsigned char val = *(pos+startIndex+(index*dir));
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 168 int startIndex = text.indexOf('<');
169 if (startIndex < 0) return text;
176 text = text.substring(0, startIndex) + text.substring(startIndex + 1, endIndex) +
179 spanStarts[spanCount] = startIndex;
183 startIndex = text.indexOf('<');
184 } while (startIndex >= 0);
  /external/skia/src/images/
SkMovie_gif.cpp 354 int startIndex = fLastDrawIndex + 1;
358 startIndex = 0;
370 } else if (startIndex > fCurrIndex) {
372 startIndex = 0;
392 for (int i = startIndex; i <= lastIndex; i++) {
  /libcore/luni/src/main/java/java/util/
HugeEnumSet.java 325 int startIndex = startOrdinal / BIT_IN_LONG;
332 if (startIndex == endIndex) {
334 size -= Long.bitCount(bits[startIndex]);
335 bits[startIndex] |= range;
336 size += Long.bitCount(bits[startIndex]);
340 size -= Long.bitCount(bits[startIndex]);
341 bits[startIndex] |= range;
342 size += Long.bitCount(bits[startIndex]);
350 for (int i = (startIndex + 1); i <= (endIndex - 1); i++) {
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
Octnode.java 180 int startIndex = globalGeomList.size();
183 fastNode.setOffset(startIndex);
  /external/webkit/Source/WebCore/platform/graphics/
FontCache.cpp 371 int startIndex = familyIndex;
373 for (int i = 0; startFamily && i < startIndex; i++)
398 if (!result && startIndex == 0) {
  /frameworks/av/media/libaah_rtp/
aah_tx_sender.cpp 450 int startIndex;
452 startIndex = static_cast<uint16_t>(startSeq - retryFirstSeq);
454 startIndex = -1;
464 if (startIndex == -1 && endIndex == -1) {
476 if (startIndex == -1) {
487 startIndex = 0;
503 for (int i = startIndex; i <= endIndex; i++) {
  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info.cpp 118 const int startIndex = getStartIndexFromCoordinates(x, y);
120 AKLOGI("hasSpaceProximity: index %d, %d, %d", startIndex, x, y);
124 AKLOGI("Index: %d", mProximityCharsArray[startIndex + i]);
126 if (mProximityCharsArray[startIndex + i] == KEYCODE_SPACE) {
159 const int startIndex = getStartIndexFromCoordinates(x, y);
160 if (startIndex >= 0) {
162 const int32_t c = mProximityCharsArray[startIndex + i];
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 184 d.startIndex = startingLookaheadIndex;
192 int numHidden = GetNumberOfHiddenTokens(d.startIndex, lastTokenIndex);
193 int depth = lastTokenIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1
221 int numHidden = GetNumberOfHiddenTokens(d.startIndex, thisRefIndex);
222 int depth = thisRefIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1
226 d.decision.ruleName + "-" + d.decision.decision + " start index " + d.startIndex);
252 d.decision.decision + " start index " + d.startIndex);
723 public int startIndex;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 197 d.startIndex = startingLookaheadIndex;
206 int numHidden = GetNumberOfHiddenTokens(d.startIndex, lastTokenIndex);
207 int depth = lastTokenIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1
239 int numHidden = GetNumberOfHiddenTokens(d.startIndex, thisRefIndex);
240 int depth = thisRefIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1
245 d.decision.ruleName + "-" + d.decision.decision + " start index " + d.startIndex);
277 d.decision.decision + " start index " + d.startIndex);
787 public int startIndex;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 101 private final int startIndex;
203 for (int i = 0; i < startIndex; i++) {
325 Iterable<E> expectedElements, KnownOrder knownOrder, int startIndex) {
336 this.startIndex = startIndex;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Geometry.java 82 protected int startIndex;
308 * @param startIndex the starting index of this geometry in the batched mesh
310 protected void batch(BatchNode node, int startIndex) {
312 this.startIndex = startIndex;
322 this.startIndex = 0;
  /external/proguard/src/proguard/retrace/
ReTrace.java 211 int startIndex = matcher.start(expressionTypeIndex + 1);
212 if (startIndex >= 0)
250 int startIndex = matcher.start(expressionTypeIndex + 1);
251 if (startIndex >= 0)
257 outLine.append(line.substring(lineIndex, startIndex));
515 int startIndex = 0;
518 int endIndex = obfuscatedArguments.indexOf(',', startIndex);
524 originalArguments.append(originalType(obfuscatedArguments.substring(startIndex, endIndex).trim())).append(',');
526 startIndex = endIndex + 1;
529 originalArguments.append(originalType(obfuscatedArguments.substring(startIndex).trim()))
    [all...]
  /external/skia/src/effects/
SkGradientShader.cpp 312 int startIndex = dummyFirst ? 0 : 1;
314 for (int i = startIndex; i < count; i++) {
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.cpp 221 int startIndex = attribs[i].mOffset / attribs[i].stride();
223 streamOffset = writeAttributeData(staticBuffer, -startIndex, totalCount, attribs[i]);
  /external/webkit/Source/WebCore/dom/
SelectElement.cpp 98 static int nextSelectableListIndex(SelectElementData& data, Element* element, int startIndex)
100 return nextValidIndex(data.listItems(element), startIndex, SkipForwards, 1);
103 static int previousSelectableListIndex(SelectElementData& data, Element* element, int startIndex)
105 if (startIndex == -1)
106 startIndex = data.listItems(element).size();
107 return nextValidIndex(data.listItems(element), startIndex, SkipBackwards, 1);
124 // Returns the index of the next valid item one page away from |startIndex| in direction |direction|.
125 static int nextSelectableListIndexPageAway(SelectElementData& data, Element* element, int startIndex, SkipDirection direction)
135 // If there is no exact one page away valid option, returns startIndex or the most far index.
137 int skipAmount = pageSize + ((direction == SkipForwards) ? startIndex : (edgeIndex - startIndex))
    [all...]

Completed in 1066 milliseconds

12 3 4 5