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

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashRule.m 186 if ( [aRule.startIndex integerValue] == aStartIndex ) {
210 aMatchIndex = [aRule.startIndex integerValue];
220 aMatchIndex = [((ANTLRRuleMemo *)aRule.fNext).startIndex integerValue];
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.h 188 int nextSelectableListIndex(int startIndex) const;
189 int previousSelectableListIndex(int startIndex) const;
192 int nextSelectableListIndexPageAway(int startIndex, SkipDirection) const;
HTMLSelectElement.cpp 535 int HTMLSelectElement::nextSelectableListIndex(int startIndex) const
537 return nextValidIndex(startIndex, SkipForwards, 1);
540 int HTMLSelectElement::previousSelectableListIndex(int startIndex) const
542 if (startIndex == -1)
543 startIndex = listItems().size();
544 return nextValidIndex(startIndex, SkipBackwards, 1);
561 // Returns the index of the next valid item one page away from |startIndex| in direction |direction|.
562 int HTMLSelectElement::nextSelectableListIndexPageAway(int startIndex, SkipDirection direction) const
572 // If there is no exact one page away valid option, returns startIndex or the most far index.
574 int skipAmount = pageSize + ((direction == SkipForwards) ? startIndex : (edgeIndex - startIndex))
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.h 105 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y, const float* positions,
110 uint32_t startIndex, uint32_t len, int numGlyphs, const SkPath* path,
131 DropShadow renderDropShadow(const SkPaint* paint, const char *text, uint32_t startIndex,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseActionFragment.java 117 int startIndex = mFragment.getArguments().getInt(EXTRA_INDEX, -1);
118 if (startIndex != -1) {
121 mIndexToSelect = startIndex;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SpannableStringUtils.java 118 final int startIndex, final int endIndex) {
124 // trick, and works in all cases even if startIndex <= 0 or endIndex >= text.length().
125 final URLSpan[] spans = spanned.getSpans(startIndex - 1, endIndex + 1, URLSpan.class);
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 409 int startIndex = endIndex - 1;
410 while (fTs[startIndex].fT == 1 || fTs[startIndex].fTiny) {
411 ++startIndex;
412 SkASSERT(startIndex < spanCount - 1);
416 angle.set(this, spanCount - 1, startIndex);
454 int startIndex = nextExactSpan(spanIndex, -1);
455 SkASSERT(startIndex >= 0);
458 angle.set(this, spanIndex, startIndex);
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 409 int startIndex = endIndex - 1;
410 while (fTs[startIndex].fT == 1 || fTs[startIndex].fTiny) {
411 ++startIndex;
412 SkASSERT(startIndex < spanCount - 1);
416 angle.set(this, spanCount - 1, startIndex);
454 int startIndex = nextExactSpan(spanIndex, -1);
455 SkASSERT(startIndex >= 0);
458 angle.set(this, spanIndex, startIndex);
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
source_entry.js 220 var startIndex = 1;
222 for (; startIndex + 1 < this.entries_.length; ++startIndex) {
223 var type = this.entries_[startIndex].type;
229 return this.entries_[startIndex];
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicReduceOrder.cpp 96 int startIndex = 0;
98 while (cubic[startIndex].approximatelyEqual(cubic[endIndex])) {
105 if (!isLinear(cubic, startIndex, endIndex)) {
158 bool isLinear(const Cubic& cubic, int startIndex, int endIndex) {
160 lineParameters.cubicEndPoints(cubic, startIndex, endIndex);
  /external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.cpp 450 int* startIndex) {
454 SkASSERT(NULL != startIndex);
465 *startIndex = static_cast<int>(offset / sizeof(uint16_t));
472 int* startIndex) {
473 void* space = makeSpace(indexCount, buffer, startIndex);
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Node.java 187 startIndex).
189 public int indexOf(String name, int startIndex) {
190 return indexOf(getNamespace(), name, startIndex);
199 public int indexOf(String namespace, String name, int startIndex) {
203 for (int i = startIndex; i < len; i++) {
  /external/replicaisland/src/com/replica/replicaisland/
Grid.java 240 public void drawStrip(GL10 gl, boolean useTexture, int startIndex, int indexCount) {
242 if (startIndex + indexCount >= mIndexCount) {
243 count = mIndexCount - startIndex;
247 GL10.GL_UNSIGNED_SHORT, mIndexBuffer.position(startIndex));
251 GL11.GL_UNSIGNED_SHORT, startIndex * CHAR_SIZE);
  /external/skia/experimental/Intersection/
CubicReduceOrder.cpp 96 int startIndex = 0;
98 while (cubic[startIndex].approximatelyEqual(cubic[endIndex])) {
105 if (!isLinear(cubic, startIndex, endIndex)) {
158 bool isLinear(const Cubic& cubic, int startIndex, int endIndex) {
160 lineParameters.cubicEndPoints(cubic, startIndex, endIndex);
  /external/skia/src/gpu/
GrBufferAllocPool.cpp 450 int* startIndex) {
454 SkASSERT(NULL != startIndex);
465 *startIndex = static_cast<int>(offset / sizeof(uint16_t));
472 int* startIndex) {
473 void* space = makeSpace(indexCount, buffer, startIndex);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSet.java 202 protected int enumerateMediaItems(ItemConsumer consumer, int startIndex) {
210 consumer.consume(startIndex + start + i, item);
220 ItemConsumer consumer, int startIndex) {
222 start += enumerateMediaItems(consumer, startIndex);
226 consumer, startIndex + start);
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 208 int startIndex = text.indexOf('<');
209 if (startIndex < 0) return text;
216 text = text.substring(0, startIndex) + text.substring(startIndex + 1, endIndex) +
219 spanStarts[spanCount] = startIndex;
223 startIndex = text.indexOf('<');
224 } while (startIndex >= 0);
  /external/chromium_org/third_party/icu/source/common/
uvector.cpp 288 int32_t UVector::indexOf(void* obj, int32_t startIndex) const {
291 return indexOf(key, startIndex, HINT_KEY_POINTER);
294 int32_t UVector::indexOf(int32_t obj, int32_t startIndex) const {
297 return indexOf(key, startIndex, HINT_KEY_INTEGER);
301 int32_t UVector::indexOf(UHashTok key, int32_t startIndex, int8_t hint) const {
304 for (i=startIndex; i<count; ++i) {
310 for (i=startIndex; i<count; ++i) {
  /external/chromium_org/third_party/markdown/
treeprocessors.py 133 startIndex = 0
135 data, matched, startIndex = self.__applyPattern(
137 data, patternIndex, startIndex)
243 def __applyPattern(self, pattern, data, patternIndex, startIndex=0):
253 * startIndex: string index, from which we start searching
258 match = pattern.getCompiledRegExp().match(data[startIndex:])
259 leftData = data[:startIndex]
  /external/icu/icu4c/source/common/
uvector.cpp 289 int32_t UVector::indexOf(void* obj, int32_t startIndex) const {
292 return indexOf(key, startIndex, HINT_KEY_POINTER);
295 int32_t UVector::indexOf(int32_t obj, int32_t startIndex) const {
298 return indexOf(key, startIndex, HINT_KEY_INTEGER);
302 int32_t UVector::indexOf(UElement key, int32_t startIndex, int8_t hint) const {
305 for (i=startIndex; i<count; ++i) {
311 for (i=startIndex; i<count; ++i) {
  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 243 int32_t startIndex = pos.getIndex();
254 text.compare(startIndex, fDates[n].len, fDates[n].string) == 0) {
265 pos.setErrorIndex(startIndex);
267 pos.setIndex(startIndex + fDates[n].len);
286 (relativeStringOffset = modifiedText.indexOf(fDates[n].string, fDates[n].len, startIndex)) >= startIndex) {
295 pos.setErrorIndex(startIndex);
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 430 * If startIndex >= zero the match operation starts at the specified
434 * If startIndex == -1 the match must cover the input region, or the entire
439 * @param startIndex The input string (native) index at which to begin matching, or -1
447 int32_t startIndex,
456 * If startIndex >= zero the match operation starts at the specified
460 * If startIndex == -1 the match must cover the input region, or the entire
465 * @param startIndex The input string (native) index at which to begin matching, or -1
473 int64_t startIndex,
481 * <p>If startIndex is >= 0 any input region that was set for this
493 * @param startIndex The input string (native) index at which to begin matching, o
    [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/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
Dbg.stg 84 - (void) memoize:(id<ANTLRIntStream>)input RuleIndex:(NSInteger)ruleIndex StartIndex:(NSInteger)ruleStartIndex
86 [((Profiler)dbg) memoize:input RuleIndex:ruleIndex StartIndex:ruleStartIndex [<grammar.composite.rootGrammar.recognizerName> ruleNames[ruleIndex]];
87 [super memoize:input RuleIndex:ruleIndex StartIndex:ruleStartIndex];
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFallbackList.cpp 160 int startIndex = familyIndex;
162 for (int i = 0; startFamily && i < startIndex; i++)
180 if (result || startIndex)

Completed in 809 milliseconds

1 2 3 4 56 7 8 91011>>