HomeSort by relevance Sort by last modified time
    Searched full:startindex (Results 201 - 225 of 959) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimToken.cs 112 public int StartIndex
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRuleStack.h 62 - (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex StartIndex:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex;
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/
ANTLRRuleStack.h 62 - (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex StartIndex:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex;
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/
ANTLRRuleStack.h 62 - (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex StartIndex:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex;
ANTLRBaseRecognizer.h 168 - (NSInteger) getRuleMemoization:(NSInteger)ruleIndex StartIndex:(NSInteger)ruleStartIndex;
172 StartIndex:(NSInteger)ruleStartIndex;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRuleStack.h 62 - (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex StartIndex:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex;
  /external/icu/icu4c/source/test/intltest/
citrtest.cpp 185 if(test->startIndex() != 0){
186 errln("Failed: startIndex()");
211 if (test1d->startIndex() < 0)
212 errln("Construction failed: startIndex is negative");
215 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex())
308 if (test8a->startIndex() < 0)
309 errln("Construction failed: startIndex is negative");
312 if (test8c->getIndex() < test8c->startIndex() || test8c->endIndex() < test8c->getIndex())
397 if (iter.startIndex() != 0 || iter.endIndex() != text.length())
398 errln("startIndex() or endIndex() failed")
    [all...]
  /external/skia/tests/
ResourceAllocatorTest.cpp 73 int startIndex, stopIndex;
75 alloc.assign(&startIndex, &stopIndex, &error);
95 int startIndex, stopIndex;
97 alloc.assign(&startIndex, &stopIndex, &error);
  /external/skqp/tests/
ResourceAllocatorTest.cpp 74 int startIndex, stopIndex;
76 alloc.assign(&startIndex, &stopIndex, &error);
96 int startIndex, stopIndex;
98 alloc.assign(&startIndex, &stopIndex, &error);
  /frameworks/av/media/libaaudio/src/fifo/
FifoBuffer.h 122 int32_t framesAvailable, int32_t startIndex);
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodecList.h 45 const char *type, bool encoder, size_t startIndex = 0) const;
  /frameworks/base/core/tests/coretests/src/android/text/
LayoutTest.java 303 layout.getSelection(5 /* startIndex */, 5 /* endIndex */,
318 layout.getSelection(0 /* startIndex */, 1 /* endIndex */,
349 layout.getSelection(0 /* startIndex */, 2 /* endIndex */,
395 layout.getSelection(0 /* startIndex */, 3 /* endIndex */,
438 layout.getSelection(0 /* startIndex */, 1 /* endIndex */,
456 layout.getSelectionPath(0 /* startIndex */, 1 /* endIndex */, generatedPath);
469 layout.getSelection(0 /* startIndex */, 2 /* endIndex */,
480 layout.getSelection(0 /* startIndex */, 2 /* endIndex */,
493 layout.getSelection(0 /* startIndex */, 6 /* endIndex */,
  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessMethodAdapters.java 107 final int startIndex = 1 + (takesComponent ? 1 : 0);
109 final int numAdditionalArgs = parameters.size() - startIndex;
114 for (int i = startIndex; i < numAttributes + startIndex; i++) {
  /frameworks/support/fragment/src/main/java/androidx/fragment/app/
FragmentTransitionImpl.java 311 final int startIndex = views.size();
312 if (containedBeforeIndex(views, startView, startIndex)) {
316 for (int index = startIndex; index < views.size(); index++) {
323 if (!containedBeforeIndex(views, child, startIndex)) {
  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/patterns/
GroupsReplacer.kt 62 startIndex = localStart,
  /frameworks/support/paging/common/src/main/java/androidx/paging/
PositionalDataSource.java 525 int startIndex = currentEndIndex + 1;
527 PageResult.APPEND, startIndex, pageSize, mainThreadExecutor, receiver);
535 int startIndex = currentBeginIndex - 1;
536 if (startIndex < 0) {
539 PageResult.PREPEND, startIndex, 0, mainThreadExecutor, receiver);
541 int loadSize = Math.min(pageSize, startIndex + 1);
542 startIndex = startIndex - loadSize + 1;
544 PageResult.PREPEND, startIndex, loadSize, mainThreadExecutor, receiver);
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java     [all...]
  /frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
AnimatorInflaterCompat.java     [all...]
  /external/libxml2/
xpointer.c 334 * @startindex: the start index
343 xmlXPtrNewRangeInternal(xmlNodePtr start, int startindex,
364 ret->index = startindex;
373 * @startindex: the start index
382 xmlXPtrNewRange(xmlNodePtr start, int startindex,
390 if (startindex < 0)
395 ret = xmlXPtrNewRangeInternal(start, startindex, end, endindex);
2697 int i, startindex, endindex = 0, fendindex; local
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuDxe.c 516 (from StartIndex to EndIndex) that contains the memory range
523 @param StartIndex Start index into the Gcd Memory Space Map.
536 OUT UINTN *StartIndex,
542 *StartIndex = 0;
547 *StartIndex = Index;
585 UINTN StartIndex;
598 &StartIndex,
608 for (Index = StartIndex; Index <= EndIndex; Index++) {
  /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);

Completed in 1452 milliseconds

1 2 3 4 5 6 7 891011>>