/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRCommonTokenStream.h | 79 - (NSString *) toStringFromStart:(NSInteger)startIndex ToEnd:(NSInteger)stopIndex;
|
ANTLRStringStream.h | 99 - (NSString *) substring:(NSInteger)startIndex To:(NSInteger)stopIndex;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonTokenStream.h | 90 - (NSString *) toStringFromStart:(NSInteger)startIndex ToEnd:(NSInteger)stopIndex;
|
ANTLRStringStream.h | 86 - (NSString *) substring:(NSInteger)startIndex To:(NSInteger)stopIndex;
|
/external/skia/src/gpu/ |
GrInOrderDrawBuffer.h | 118 int startIndex,
|
GrGpu.h | 423 uint32_t startIndex, 453 // startIndex since it may have already accounted for these in the setup. 455 int* startIndex, 526 int startIndex,
|
GrBufferAllocPool.cpp | 436 int* startIndex) { 440 GrAssert(NULL != startIndex); 451 *startIndex = offset / sizeof(uint16_t); 458 int* startIndex) { 459 void* space = makeSpace(indexCount, buffer, startIndex);
|
GrDrawTarget.h | 451 * @param startIndex first index to read from index src. 459 int startIndex, [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/ |
IndexDataManager.h | 28 UINT startIndex;
|
/external/webkit/Source/WebCore/html/ |
HTMLViewSourceDocument.cpp | 155 index = addRange(source, index, iter->m_nameRange.m_start - token.startIndex(), ""); 156 index = addRange(source, index, iter->m_nameRange.m_end - token.startIndex(), "webkit-html-attribute-name"); 161 index = addRange(source, index, iter->m_valueRange.m_start - token.startIndex(), ""); 164 index = addRange(source, index, iter->m_valueRange.m_end - token.startIndex(), "webkit-html-attribute-value", isLink, tagName == aTag);
|
/frameworks/av/include/media/stagefright/ |
MediaCodecList.h | 35 const char *type, bool encoder, size_t startIndex = 0) const;
|
/external/icu4c/common/ |
uvector.h | 167 int32_t indexOf(void* obj, int32_t startIndex = 0) const; 169 int32_t indexOf(int32_t obj, int32_t startIndex = 0) const; 284 int32_t indexOf(UHashTok key, int32_t startIndex = 0, int8_t hint = 0) const;
|
/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...] |
/external/aac/libSBRenc/src/ |
invf_est.cpp | 194 INT startIndex, /*!< Start index. */ 210 invIndex = GetInvInt(stopIndex-startIndex); 221 for(j=startIndex; j<stopIndex; j++) { 424 INT startIndex, /*!< Start index. */ 446 startIndex,
|
/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/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/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++) {
|
/frameworks/av/media/libstagefright/ |
MediaCodecList.cpp | 414 const char *type, bool encoder, size_t startIndex) const { 423 while (startIndex < mCodecInfos.size()) { 424 const CodecInfo &info = mCodecInfos.itemAt(startIndex); 427 return startIndex; 430 ++startIndex;
|
/external/icu4c/i18n/ |
uregex.cpp | 509 int32_t startIndex, 511 return uregex_matches64( regexp2, (int64_t)startIndex, status); 516 int64_t startIndex, 523 if (startIndex == -1) { 526 result = regexp->fMatcher->matches(startIndex, *status); 539 int32_t startIndex, 541 return uregex_lookingAt64( regexp2, (int64_t)startIndex, status); 546 int64_t startIndex, 553 if (startIndex == -1) { 556 result = regexp->fMatcher->lookingAt(startIndex, *status) [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
LinkedListMultimapTest.java | 337 for (final int startIndex : new int[] {0, 3, 5}) { 345 ImmutableList.of(SUPPORTS_REMOVE), list, startIndex) { 353 return multimap.entries().listIterator(startIndex); 387 for (final int startIndex : new int[] {0, 3, 5}) { 390 Lists.newArrayList(2, 3, 4, 5, 6), startIndex) { 399 return multimap.values().listIterator(startIndex);
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3string.h | 179 (*subString) (struct ANTLR3_STRING_struct * string, ANTLR3_UINT32 startIndex, ANTLR3_UINT32 endIndex);
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRStringStream.h | 99 - (NSString *) substring:(NSInteger)startIndex To:(NSInteger)stopIndex;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRStringStream.h | 99 - (NSString *) substring:(NSInteger)startIndex To:(NSInteger)stopIndex;
|
/external/llvm/lib/CodeGen/ |
LiveIntervalUnion.h | 75 SlotIndex startIndex() const { return Segments.start(); }
|
/frameworks/base/libs/hwui/ |
FontRenderer.cpp | 488 uint32_t startIndex, uint32_t len, int numGlyphs, uint32_t radius, const float* positions) { 506 mCurrentFont->measure(paint, text, startIndex, len, numGlyphs, &bounds, positions); 519 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY, 571 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y, Rect* bounds) { 578 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, x, y); 585 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y, 593 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, x, y, positions); 600 uint32_t startIndex, uint32_t len, int numGlyphs, SkPath* path, 608 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, path, hOffset, vOffset);
|