HomeSort by relevance Sort by last modified time
    Searched full:startindex (Results 176 - 200 of 504) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/av/include/media/stagefright/
MediaCodecList.h 41 const char *type, bool encoder, size_t startIndex = 0) const;
  /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/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 103 public int startIndex;
240 d.startIndex = startingLookaheadIndex;
248 int numHidden = getNumberOfHiddenTokens(d.startIndex, lastTokenIndex);
249 int depth = lastTokenIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1
272 int numHidden = getNumberOfHiddenTokens(d.startIndex, thisRefIndex);
273 int depth = thisRefIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1
276 d.decision.ruleName+"-"+d.decision.decision+" start index "+d.startIndex);
297 d.decision.decision+" start index "+d.startIndex);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseRecognizer.h 168 - (NSInteger) getRuleMemoization:(NSInteger)ruleIndex StartIndex:(NSInteger)ruleStartIndex;
172 StartIndex:(NSInteger)ruleStartIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseRecognizer.h 168 - (NSInteger) getRuleMemoization:(NSInteger)ruleIndex StartIndex:(NSInteger)ruleStartIndex;
172 StartIndex:(NSInteger)ruleStartIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseRecognizer.h 168 - (NSInteger) getRuleMemoization:(NSInteger)ruleIndex StartIndex:(NSInteger)ruleStartIndex;
172 StartIndex:(NSInteger)ruleStartIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.h 160 - (NSInteger) getRuleMemoization:(NSInteger)ruleIndex StartIndex:(NSInteger)ruleStartIndex;
164 StartIndex:(NSInteger)ruleStartIndex;
ANTLRDebugTokenStream.m 194 - (NSString *) toStringFromStart:(NSInteger)startIndex ToEnd:(NSInteger)stopIndex
196 return [input toStringFromStart:startIndex ToEnd:stopIndex];
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
ConstantPoolTest.java 124 int startIndex = 10;
128 assertEquals(thisCommandName + "returned invalid entry count,", bytes[startIndex+i], returnedCpByte, null, null);
  /external/chromium_org/chrome/browser/resources/
about_stats.js 144 var startIndex = row.rowIndex + 1;
153 for (var i = startIndex; i < table.rows.length; i++)
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnrapi.cpp 89 copy.startIndex()!=iter.startIndex() ||
  /external/icu/icu4c/source/test/intltest/
tstnrapi.cpp 89 copy.startIndex()!=iter.startIndex() ||
  /frameworks/base/core/java/android/animation/
PathKeyframes.java 98 private PointF interpolateInRange(float fraction, int startIndex, int endIndex) {
99 int startBase = (startIndex * NUM_COMPONENTS);
  /frameworks/base/services/core/java/com/android/server/location/
GpsXtraDownloader.java 97 int startIndex = mNextServerIndex;
113 if (mNextServerIndex == startIndex) break;
  /libcore/luni/src/main/native/
java_util_regex_Matcher.cpp 124 static jint Matcher_findImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jint startIndex, jintArray offsets) {
126 UBool result = matcher->find(startIndex, matcher.status());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
StringUtils.java 167 * @param startIndex the start index inside the string in java chars, inclusive.
169 * @return a new array of code points. At most endIndex - startIndex, but possibly less.
172 final int startIndex, final int endIndex) {
178 new int[Character.codePointCount(charSequence, startIndex, endIndex)];
179 copyCodePointsAndReturnCodePointCount(codePoints, charSequence, startIndex, endIndex,
197 * @param startIndex the start index inside the string in java chars, inclusive.
203 final CharSequence charSequence, final int startIndex, final int endIndex,
206 for (int index = startIndex; index < endIndex;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 547 INT CopyData(PointF *points, BYTE *types, INT startIndex, INT endIndex)
552 points, types, startIndex, endIndex));
590 INT NextMarker(INT *startIndex, INT *endIndex)
595 startIndex, endIndex));
606 INT NextPathType(BYTE *pathType, INT *startIndex, INT *endIndex)
611 pathType, startIndex, endIndex));
614 INT NextSubpath(INT *startIndex, INT *endIndex, BOOL *isClosed)
619 startIndex, endIndex, isClosed));
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 162 this.startIndex = t.startIndex;
174 startIndex = token.getTokenIndex();
175 stopIndex = startIndex;
549 if ( startToken!=null ) startIndex = startToken.getTokenIndex();
  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 360 int startIndex = fLastDrawIndex + 1;
364 startIndex = 0;
374 } else if (startIndex > fCurrIndex) {
376 startIndex = 0;
396 for (int i = startIndex; i <= lastIndex; i++) {
  /external/skia/src/images/
SkMovie_gif.cpp 360 int startIndex = fLastDrawIndex + 1;
364 startIndex = 0;
374 } else if (startIndex > fCurrIndex) {
376 startIndex = 0;
396 for (int i = startIndex; i <= lastIndex; i++) {
  /external/chromium_org/third_party/libxml/src/
xpointer.c 325 * @startindex: the start index
334 xmlXPtrNewRange(xmlNodePtr start, int startindex,
342 if (startindex < 0)
355 ret->index = startindex;
2763 int i, startindex, endindex = 0, fendindex; local
    [all...]
  /external/libxml2/
xpointer.c 325 * @startindex: the start index
334 xmlXPtrNewRange(xmlNodePtr start, int startindex,
342 if (startindex < 0)
355 ret->index = startindex;
2764 int i, startindex, endindex = 0, fendindex; local
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 595 uint32_t startIndex, uint32_t len, int numGlyphs, float radius, const float* positions) {
614 mCurrentFont->measure(paint, text, startIndex, len, numGlyphs, &bounds, positions);
646 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
691 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y,
699 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, x, y, positions);
709 uint32_t startIndex, uint32_t len, int numGlyphs, const SkPath* path,
717 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, path, hOffset, vOffset);
  /libcore/luni/src/main/java/java/util/
Formatter.java     [all...]

Completed in 1327 milliseconds

1 2 3 4 5 6 78 91011>>