/external/apache-http/src/org/apache/http/util/ |
D | CharArrayBuffer.java | 206 public int indexOf(int ch, int beginIndex, int endIndex) { in indexOf() argument 210 if (endIndex > this.len) { in indexOf() 211 endIndex = this.len; in indexOf() 213 if (beginIndex > endIndex) { in indexOf() 216 for (int i = beginIndex; i < endIndex; i++) { in indexOf() 228 public String substring(int beginIndex, int endIndex) { in substring() argument 232 if (endIndex > this.len) { in substring() 235 if (beginIndex > endIndex) { in substring() 238 return new String(this.buffer, beginIndex, endIndex - beginIndex); in substring() 241 public String substringTrimmed(int beginIndex, int endIndex) { in substringTrimmed() argument [all …]
|
/external/webkit/WebKitTools/Scripts/ |
D | bisect-builds | 131 my $endIndex = $revisions[1] ? findNearestNightlyIndex(@nightlies, $revisions[1], 'floor') : $#nigh… 153 $nightlies[$endIndex]->{rev}; 154 … downloadNightly($nightlies[$endIndex]->{file}, $nightlyFilesURLBase, $nightlyDownloadDirectory); 155 …mountAndRunNightly($nightlies[$endIndex]->{file}, $nightlyDownloadDirectory, $safariPath, $tempFil… 156 $didReproduceBug = promptForTest($nightlies[$endIndex]->{rev}); 157 $endIndex++ if $didReproduceBug < 0; 165 printStatus($nightlies[$startIndex]->{rev}, $nightlies[$endIndex]->{rev}, $isProgression); 168 while (abs($endIndex - $startIndex) > 1) { 169 my $index = $startIndex + int(($endIndex - $startIndex) / 2); 174 my $buildsLeft = max(max(0, $endIndex - $index - 1), max(0, $index - $startIndex - 1)); [all …]
|
/external/proguard/src/proguard/ |
D | WordReader.java | 177 int endIndex; in nextWord() local 184 endIndex = ++currentIndex; in nextWord() 206 endIndex = currentIndex++; in nextWord() 225 endIndex = currentIndex; in nextWord() 229 currentWord = currentLine.substring(startIndex, endIndex); in nextWord()
|
/external/icu4c/samples/citer/ |
D | citer.cpp | 76 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) { in TestUChariter() 135 int32_t i = iter.endIndex(); in TestStringiter() 140 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) { in TestStringiter()
|
/external/proguard/src/proguard/retrace/ |
D | ReTrace.java | 253 int endIndex = matcher.end(expressionTypeIndex + 1); in execute() local 308 lineIndex = endIndex; in execute() 518 int endIndex = obfuscatedArguments.indexOf(',', startIndex); in originalArguments() local 519 if (endIndex < 0) in originalArguments() 524 …Arguments.append(originalType(obfuscatedArguments.substring(startIndex, endIndex).trim())).append(… in originalArguments() 526 startIndex = endIndex + 1; in originalArguments()
|
/external/icu4c/test/intltest/ |
D | tstnrapi.cpp | 91 copy.endIndex()!=iter.endIndex() in TestNormalizerAPI() 116 if(copy.endIndex()!=s.length()-1) { in TestNormalizerAPI()
|
D | citrtest.cpp | 209 if (test1d->endIndex() > testText.length()) in TestConstructionAndEquality() 211 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex()) in TestConstructionAndEquality() 306 if (test8b->endIndex() != u_strlen(testText)) in TestConstructionAndEqualityUChariter() 308 if (test8c->getIndex() < test8c->startIndex() || test8c->endIndex() < test8c->getIndex()) in TestConstructionAndEqualityUChariter() 393 if (iter.startIndex() != 0 || iter.endIndex() != text.length()) in TestIteration() 489 if (iter.startIndex() != 5 || iter.endIndex() != 15) in TestIteration() 591 if (iter.startIndex() != 0 || iter.endIndex() != text.length()) in TestIterationUChar32() 698 if (iter.startIndex() != 1 || iter.endIndex() != 11) in TestIterationUChar32()
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/String/ |
D | split-002.js | 189 e = z.endIndex; // 14 229 return { endIndex : reResult.index + reResult[0].length, captures : cap }; 242 return { endIndex : q + r, captures : cap }; // 7
|
/external/apache-http/src/org/apache/http/impl/auth/ |
D | AuthSchemeBase.java | 105 int endIndex = pos; in processChallenge() local 106 String s = buffer.substring(beginIndex, endIndex); in processChallenge()
|
/external/webkit/WebCore/dom/ |
D | SelectElement.cpp | 733 int endIndex = 0; in listBoxDefaultEventHandler() local 737 … endIndex = nextSelectableListIndex(data, element, lastSelectedListIndex(data, element)); in listBoxDefaultEventHandler() 739 …endIndex = previousSelectableListIndex(data, element, optionToListIndex(data, element, selectedInd… in listBoxDefaultEventHandler() 743 endIndex = nextSelectableListIndex(data, element, data.activeSelectionEndIndex()); in listBoxDefaultEventHandler() 745 … endIndex = previousSelectableListIndex(data, element, data.activeSelectionEndIndex()); in listBoxDefaultEventHandler() 752 ASSERT(endIndex >= 0 && (unsigned) endIndex < listItems.size()); in listBoxDefaultEventHandler() 753 setActiveSelectionEndIndex(data, endIndex); in listBoxDefaultEventHandler() 764 toRenderListBox(element->renderer())->scrollToRevealElementAtListIndex(endIndex); in listBoxDefaultEventHandler()
|
/external/icu4c/common/unicode/ |
D | chariter.h | 558 inline int32_t endIndex(void) const; 701 CharacterIterator::endIndex(void) const { in endIndex() function
|
D | umisc.h | 47 int32_t endIndex; member
|
D | normlzr.h | 558 int32_t endIndex(void) const;
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | AbstractAuthenticationHandler.java | 98 int endIndex = pos; in parseChallenges() local 99 String s = buffer.substring(beginIndex, endIndex); in parseChallenges()
|
/external/icu4c/test/cintltst/ |
D | cnumtst.c | 225 if(pos1.beginIndex == 1 && pos1.endIndex == 12) in TestNumberFormat() 229 pos1.beginIndex, pos1.endIndex); in TestNumberFormat() 257 if(pos2.beginIndex == 9 && pos2.endIndex == 11) in TestNumberFormat() 261 pos1.beginIndex, pos1.endIndex); in TestNumberFormat() 311 if (pos2.beginIndex == 1 && pos2.endIndex == 6) { in TestNumberFormat() 315 pos1.beginIndex, pos1.endIndex); in TestNumberFormat() 889 if(pos1.beginIndex == 13 && pos1.endIndex == 15) in TestNumberFormatPadding() 893 pos1.beginIndex, pos1.endIndex); in TestNumberFormatPadding()
|
D | cnmdptst.c | 728 if (pos.beginIndex != 0 && pos.endIndex != 12) { in TestSecondaryGrouping() 729 …tting \"#,##,###\" pattern pos = (%d, %d) expected pos = (0, 12)\n", pos.beginIndex, pos.endIndex); in TestSecondaryGrouping()
|
/external/webkit/V8Binding/v8/src/ |
D | string.js | 549 var endIndex = lastMatchInfo[CAPTURE1]; 552 if (startIndex === endIndex && endIndex === currentIndex) { 571 startIndex = currentIndex = endIndex;
|
/external/webkit/WebCore/rendering/ |
D | RenderListBox.cpp | 469 int endIndex = scrollToward(pos); in autoscroll() local 470 if (endIndex >= 0) { in autoscroll() 475 select->setActiveSelectionAnchorIndex(endIndex); in autoscroll() 477 select->setActiveSelectionEndIndex(endIndex); in autoscroll()
|
/external/icu4c/i18n/ |
D | unum.cpp | 214 pos->endIndex = fp.getEndIndex(); in unum_formatInt64() 247 pos->endIndex = fp.getEndIndex(); in unum_formatDouble() 280 pos->endIndex = fp.getEndIndex(); in unum_formatDoubleCurrency()
|
/external/webkit/WebCore/inspector/front-end/ |
D | ElementsPanel.js | 1091 var endIndex = crumbs.childNodes.length - 1; 1092 while (startIndex != significantIndex || endIndex != significantIndex) { 1094 var endDistance = endIndex - significantIndex; 1098 var index = endIndex--;
|
/external/webkit/WebCore/editing/ |
D | CompositeEditCommand.cpp | 756 int endIndex = -1; in moveParagraphs() local 775 endIndex = 0; in moveParagraphs() 778 endIndex = TextIterator::rangeLength(endRange.get(), true); in moveParagraphs() 881 …r::rangeFromLocationAndLength(document()->documentElement(), destinationIndex + endIndex, 0, true); in moveParagraphs()
|
/external/webkit/JavaScriptCore/yarr/ |
D | RegexInterpreter.cpp | 1391 int endIndex = bodyDisjunction->terms.size(); in closeAlternative() local 1401 bodyDisjunction->terms[beginTerm].alternative.end = endIndex - beginTerm; in closeAlternative() 1408 bodyDisjunction->terms[endIndex].frameLocation = frameLocation; in closeAlternative() 1417 int endIndex = bodyDisjunction->terms.size(); in closeBodyAlternative() local 1424 bodyDisjunction->terms[beginTerm].alternative.end = endIndex - beginTerm; in closeBodyAlternative() 1431 bodyDisjunction->terms[endIndex].frameLocation = frameLocation; in closeBodyAlternative()
|
/external/webkit/WebCore/css/ |
D | CSSStyleSelector.h | 174 void applyDeclarations(bool firstPass, bool important, int startIndex, int endIndex);
|
/external/icu4c/common/ |
D | uiter.cpp | 366 return ((CharacterIterator *)(iter->context))->endIndex(); in characterIteratorGetIndex() 447 …ter->context))->startIndex() || ((CharacterIterator *)(iter->context))->endIndex()<(int32_t)state)… in characterIteratorSetState()
|
D | normlzr.cpp | 422 int32_t Normalizer::endIndex() const { in endIndex() function in Normalizer
|