HomeSort by relevance Sort by last modified time
    Searched refs:startIndex (Results 26 - 50 of 139) sorted by null

12 3 4 5 6

  /external/proguard/src/proguard/retrace/
ReTrace.java 211 int startIndex = matcher.start(expressionTypeIndex + 1);
212 if (startIndex >= 0)
250 int startIndex = matcher.start(expressionTypeIndex + 1);
251 if (startIndex >= 0)
257 outLine.append(line.substring(lineIndex, startIndex));
515 int startIndex = 0;
518 int endIndex = obfuscatedArguments.indexOf(',', startIndex);
524 originalArguments.append(originalType(obfuscatedArguments.substring(startIndex, endIndex).trim())).append(',');
526 startIndex = endIndex + 1;
529 originalArguments.append(originalType(obfuscatedArguments.substring(startIndex).trim()))
    [all...]
  /external/icu4c/i18n/unicode/
uregex.h 431 * If startIndex >= zero the match operation starts at the specified
435 * If startIndex == -1 the match must cover the input region, or the entire
440 * @param startIndex The input string (native) index at which to begin matching, or -1
448 int32_t startIndex,
457 int64_t startIndex,
465 * <p>If startIndex is >= 0 any input region that was set for this
477 * @param startIndex The input string (native) index at which to begin matching, or
485 int32_t startIndex,
494 int64_t startIndex,
499 * If startIndex is >= zero the search for a match begins at the specified index
    [all...]
  /libcore/luni/src/main/java/java/util/
Formatter.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArraysTest.java 868 int startIndex = arraySize / 4;
876 Arrays.sort(reversedArray, startIndex, endIndex);
877 for (int counter = 0; counter < startIndex; counter++)
880 for (int counter = startIndex; counter < endIndex - 1; counter++)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSet.java 182 protected int enumerateMediaItems(ItemConsumer consumer, int startIndex) {
190 consumer.consume(startIndex + start + i, item);
200 ItemConsumer consumer, int startIndex) {
202 start += enumerateMediaItems(consumer, startIndex);
206 consumer, startIndex + start);
ClusterAlbum.java 86 protected int enumerateMediaItems(ItemConsumer consumer, int startIndex) {
87 mDataManager.mapMediaItems(mPaths, consumer, startIndex);
  /packages/inputmethods/LatinIME/native/src/
proximity_info.cpp 103 const int startIndex = getStartIndexFromCoordinates(x, y);
105 LOGI("hasSpaceProximity: index %d", startIndex);
109 LOGI("Index: %d", mProximityCharsArray[startIndex + i]);
111 if (mProximityCharsArray[startIndex + i] == KEYCODE_SPACE) {
  /external/icu4c/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) {
uvector.h 166 int32_t indexOf(void* obj, int32_t startIndex = 0) const;
168 int32_t indexOf(int32_t obj, int32_t startIndex = 0) const;
275 int32_t indexOf(UHashTok key, int32_t startIndex = 0, int8_t hint = 0) const;
  /external/icu4c/i18n/
plurfmt.cpp 475 int32_t startIndex=0;
491 result += UnicodeString(message, startIndex, i);
493 startIndex = i + 1;
498 if ( startIndex < message.length() ) {
499 result += UnicodeString(message, startIndex, message.length()-startIndex);
uregex.cpp 510 int32_t startIndex,
512 return uregex_matches64( regexp2, (int64_t)startIndex, status);
517 int64_t startIndex,
524 if (startIndex == -1) {
527 result = regexp->fMatcher->matches(startIndex, *status);
540 int32_t startIndex,
542 return uregex_lookingAt64( regexp2, (int64_t)startIndex, status);
547 int64_t startIndex,
554 if (startIndex == -1) {
557 result = regexp->fMatcher->lookingAt(startIndex, *status)
    [all...]
  /external/antlr/src/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/icu4c/samples/citer/
citer.cpp 76 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) {
77 u_fprintf(out, "startIndex() or endIndex() failed\n");
140 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) {
141 u_fprintf(out, "startIndex() or endIndex() failed\n");
  /external/icu4c/test/intltest/
tstnrapi.cpp 89 copy.startIndex()!=iter.startIndex() ||
  /external/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 104 int startIndex =
128 for (int newIndex = startIndex; newIndex < oldIndex; newIndex++)
  /frameworks/base/services/java/com/android/server/location/
GpsXtraDownloader.java 86 int startIndex = mNextServerIndex;
102 if (mNextServerIndex == startIndex) break;
  /external/skia/gpu/include/
GrInOrderDrawBuffer.h 86 int startIndex,
GrGpu.h 261 int startIndex,
454 uint32_t startIndex,
472 // startIndex since it may have already accounted for these in the setup.
474 int* startIndex,
  /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/base/core/tests/utillib/src/coretestutils/http/
MockWebServer.java 314 int startIndex = 0;
339 startIndex = writeLength;
346 out.write(currentBlock, startIndex, writeLength);
351 out.write(currentBlock, startIndex, writeLength);
  /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/skia/gpu/src/
GrBufferAllocPool.cpp 402 int* startIndex) {
406 GrAssert(NULL != startIndex);
417 *startIndex = offset / sizeof(uint16_t);
424 int* startIndex) {
425 void* space = makeSpace(indexCount, buffer, startIndex);
  /external/skia/src/images/
SkMovie_gif.cpp 362 int startIndex = fLastDrawIndex + 1;
366 startIndex = 0;
378 } else if (startIndex > fCurrIndex) {
380 startIndex = 0;
400 for (int i = startIndex; i <= lastIndex; i++) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
RecognitionView.java 316 int startIndex = startPosition - 2000; // include 250ms before speech
317 if (startIndex < 0) {
318 startIndex = 0;
323 final int count = (endIndex - startIndex) / numSamplePerWave;
331 final int avabs = getAverageAbs(waveBuffer, startIndex, i , numSamplePerWave);

Completed in 1210 milliseconds

12 3 4 5 6