/external/llvm/include/llvm/CodeGen/ |
LiveIntervalUnion.h | 74 SlotIndex startIndex() const { return Segments.start(); }
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
ICalendar.java | 546 int startIndex = -1; 571 startIndex = state.index; 575 if ((parameter == null) || (startIndex == -1)) { 579 parameter.name = text.substring(startIndex + 1, equalIndex);
|
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/ |
commons-lang-2.4.jar | |
/external/icu4c/test/intltest/ |
citrtest.cpp | 184 if(test->startIndex() != 0){ 185 errln("Failed: startIndex()"); 210 if (test1d->startIndex() < 0) 211 errln("Construction failed: startIndex is negative"); 214 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex()) 307 if (test8a->startIndex() < 0) 308 errln("Construction failed: startIndex is negative"); 311 if (test8c->getIndex() < test8c->startIndex() || test8c->endIndex() < test8c->getIndex()) 396 if (iter.startIndex() != 0 || iter.endIndex() != text.length()) 397 errln("startIndex() or endIndex() failed") [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3string.c | 82 static pANTLR3_STRING subString8 (pANTLR3_STRING string, ANTLR3_UINT32 startIndex, ANTLR3_UINT32 endIndex); 83 static pANTLR3_STRING subStringUTF16 (pANTLR3_STRING string, ANTLR3_UINT32 startIndex, ANTLR3_UINT32 endIndex); [all...] |
/external/icu4c/common/ |
uvectr32.cpp | 187 int32_t UVector32::indexOf(int32_t key, int32_t startIndex) const { 189 for (i=startIndex; i<count; ++i) {
|
uvectr32.h | 110 int32_t indexOf(int32_t elem, int32_t startIndex = 0) const;
|
/external/replicaisland/src/com/replica/replicaisland/ |
TextureLibrary.java | 239 * @param startIndex 243 private int findFirstKey(int startIndex, int key) { 246 final int actualIndex = (startIndex + x) % mTextureHash.length;
|
/libcore/luni/src/main/native/ |
java_util_regex_Matcher.cpp | 124 static jint Matcher_findImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jint startIndex, jintArray offsets) { 126 UBool result = matcher->find(startIndex, matcher.status());
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
ContactsBinaryDictionary.java | 220 * Returns the index of the last letter in the word, starting from position startIndex. 223 final int startIndex) { 226 for (end = startIndex + 1; end < len; end += Character.charCount(cp)) {
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
BatchNode.java | 157 doTransformsTangents(posBuf, normBuf, tanBuf, bg.startIndex, bg.startIndex + bg.getVertexCount(), bg.cachedOffsetMat); 160 doTransforms(posBuf, normBuf, bg.startIndex, bg.startIndex + bg.getVertexCount(), bg.cachedOffsetMat); 652 return batchedGeometry.startIndex;
|
/external/skia/src/gpu/ |
GrDrawTarget.cpp | 343 int startIndex, int vertexCount, 365 int maxIndex = startIndex + indexCount; 403 int startIndex, 407 if (indexCount > 0 && this->checkDraw(type, startVertex, startIndex, vertexCount, indexCount)) { 411 info.fStartIndex = startIndex;
|
/frameworks/base/libs/hwui/ |
FontRenderer.cpp | 506 uint32_t startIndex, uint32_t len, int numGlyphs, uint32_t radius, const float* positions) { 525 mCurrentFont->measure(paint, text, startIndex, len, numGlyphs, &bounds, positions); 551 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY, 595 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y, 603 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, x, y, positions); 613 uint32_t startIndex, uint32_t len, int numGlyphs, SkPath* path, 621 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, path, hOffset, vOffset);
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
TimePickerDialog.java | 666 int startIndex = 1; 674 startIndex = 2; 678 for (int i = startIndex; i <= mTypedTimes.size(); i++) { 680 if (i == startIndex) { 682 } else if (i == startIndex+1) { 687 } else if (i == startIndex+2) { 689 } else if (i == startIndex+3) { [all...] |
/external/icu4c/i18n/unicode/ |
regex.h | 755 * at the specified startIndex, and extending to the end of the input. 758 * @param startIndex The input string (native) index at which to begin matching. [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/ |
RobolectricTestRunner.java | 462 int startIndex = annotationString.indexOf( '=' ); 465 if( startIndex < 0 || endIndex < 0 ){ return; } 467 locale = annotationString.substring( startIndex + 1, endIndex );
|
/external/webkit/Source/WebCore/platform/graphics/ |
FontCache.cpp | 371 int startIndex = familyIndex; 373 for (int i = 0; startFamily && i < startIndex; i++) 398 if (!result && startIndex == 0) {
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/ |
ContactsListFragment.java | [all...] |
/external/icu4c/common/unicode/ |
normlzr.h | 461 * This is equivalent to setIndexOnly(startIndex()) followed by next(). 501 * (getIndex()>startIndex() || first()!=DONE). (Calling first() will change 524 * This is equivalent to setIndexOnly(startIndex)). 553 int32_t startIndex(void) const;
|
/external/webkit/Source/JavaScriptCore/runtime/ |
ArgList.h | 237 void getSlice(int startIndex, ArgList& result) const;
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
Octnode.java | 180 int startIndex = globalGeomList.size(); 183 fastNode.setOffset(startIndex);
|
/external/webkit/Source/WebCore/editing/ |
ApplyBlockElementCommand.cpp | 82 int startIndex = indexForVisiblePosition(startOfSelection); 89 RefPtr<Range> startRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), startIndex, 0, true);
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZoneFilterTypeAdapter.java | 344 * @param startIndex 347 public int parseNum(String str, int startIndex) { 348 int idx = startIndex;
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
DataManager.java | 216 // startIndex). 218 int startIndex) { 232 group.add(new PathId(path, i + startIndex));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
TestResultsGenerator.java | 480 int startIndex = endIndex; 481 while (startIndex >= 0 482 && aString.charAt(startIndex) != '(' 483 && aString.charAt(startIndex) != ',') { 484 startIndex--; 487 String count = aString.substring(startIndex + 1, endIndex).trim(); [all...] |