HomeSort by relevance Sort by last modified time
    Searched refs:startPos (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
c2_9pf_tab.cpp 52 This file contains the declaration for startPos[] used by the functions
89 extern const Word16 startPos[];
90 const Word16 startPos[2*4*2] = {0, 2, 0, 3,
  /external/lzma/CPP/7zip/Common/
LockedStream.h 17 HRESULT Read(UInt64 startPos, void *data, UInt32 size, UInt32 *processedSize);
27 void Init(CLockedInStream *lockedInStream, UInt64 startPos)
30 _pos = startPos;
LockedStream.cpp 7 HRESULT CLockedInStream::Read(UInt64 startPos, void *data, UInt32 size,
11 RINOK(_stream->Seek(startPos, STREAM_SEEK_SET, NULL));
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d2_9pf.cpp 104 extern const Word16 startPos[];
206 /* pos0 =i*5+startPos[j*8+subNr*2] */
207 pos[0] = i * 5 + startPos[k++];
214 /* pos1 =i*5+startPos[j*8+subNr*2 + 1] */
215 pos[1] = i * 5 + startPos[k];
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ResizableIntArray.java 112 public void append(final ResizableIntArray src, final int startPos, final int length) {
119 System.arraycopy(src.mArray, startPos, mArray, currentLength, length);
123 public void fill(final int value, final int startPos, final int length) {
124 if (startPos < 0 || length < 0) {
125 throw new IllegalArgumentException("startPos=" + startPos + "; length=" + length);
127 final int endPos = startPos + length;
129 Arrays.fill(mArray, startPos, endPos, value);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputPointers.java 73 * @param startPos the starting index of the pointers in {@code src}.
77 void append(InputPointers src, int startPos, int length) {
81 mXCoordinates.append(src.mXCoordinates, startPos, length);
82 mYCoordinates.append(src.mYCoordinates, startPos, length);
83 mPointerIds.append(src.mPointerIds, startPos, length);
84 mTimes.append(src.mTimes, startPos, length);
94 * @param startPos the starting index of the data in {@code times} and etc.
98 ResizableIntArray yCoordinates, int startPos, int length) {
102 mXCoordinates.append(xCoordinates, startPos, length);
103 mYCoordinates.append(yCoordinates, startPos, length)
    [all...]
  /frameworks/wilhelm/src/itf/
ISeek.c 52 SLmillisecond startPos, SLmillisecond endPos)
56 if (!(startPos < endPos)) {
62 if ((startPos != 0) && (endPos != SL_TIME_UNKNOWN)) {
97 thiz->mStartPos = startPos;
119 SLmillisecond startPos = thiz->mStartPos;
123 *pStartPos = startPos;
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQuery.java 46 * @param startPos The start position for filling the window.
57 int fillWindow(CursorWindow window, int startPos, int requiredPos, boolean countAllRows) {
63 window, startPos, requiredPos, countAllRows, getConnectionFlags(),
SQLiteCursor.java 143 int startPos = DatabaseUtils.cursorPickFillWindowStartPosition(requiredPos, 0);
144 mCount = mQuery.fillWindow(mWindow, startPos, requiredPos, true);
150 int startPos = DatabaseUtils.cursorPickFillWindowStartPosition(requiredPos,
152 mQuery.fillWindow(mWindow, startPos, requiredPos, false);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathParser.cpp 188 int startPos = m_nextPos + 1;
190 for (m_nextPos = startPos; m_nextPos < m_data.length(); ++m_nextPos) {
192 String value = m_data.substring(startPos, m_nextPos - startPos);
206 int startPos = m_nextPos;
222 return Token(NUMBER, m_data.substring(startPos, m_nextPos - startPos));
227 int startPos = m_nextPos;
239 name = m_data.substring(startPos, m_nextPos - startPos);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
brkeng.h 66 * @param startPos The start of the run within the supplied text.
75 int32_t startPos,
191 * @param startPos The start of the run within the supplied text.
200 int32_t startPos,
rbbi.cpp 534 int32_t startPos = current();
537 result = checkDictionary(startPos, result, FALSE);
548 int32_t startPos;
570 if (fText == NULL || (startPos = current()) == 0) {
579 result = checkDictionary(result, startPos, TRUE);
    [all...]
dictbe.h 85 * @param startPos The start of the run within the supplied text.
94 int32_t startPos,
  /external/icu4c/common/
brkeng.h 66 * @param startPos The start of the run within the supplied text.
75 int32_t startPos,
191 * @param startPos The start of the run within the supplied text.
200 int32_t startPos,
rbbi.cpp 595 int32_t startPos = current();
598 result = checkDictionary(startPos, result, FALSE);
609 int32_t startPos;
631 if (fText == NULL || (startPos = current()) == 0) {
640 result = checkDictionary(result, startPos, TRUE);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp 716 int32_t startPos = 0;
718 startPos != -1 && startPos < test1.length();
719 (startPos = test1.indexOf(test2, startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
724 for ( occurrences = 0, startPos = 10;
725 startPos != -1 && startPos < test1.length();
726 (startPos = test1.indexOf(test2, startPos)) != -1 ? (++occurrences, startPos += 4) : 0
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 718 int32_t startPos = 0;
720 startPos != -1 && startPos < test1.length();
721 (startPos = test1.indexOf(test2, startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
726 for ( occurrences = 0, startPos = 10;
727 startPos != -1 && startPos < test1.length();
728 (startPos = test1.indexOf(test2, startPos)) != -1 ? (++occurrences, startPos += 4) : 0
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ResizableIntArrayTests.java 259 final int startPos = srcLen / 3;
261 final int endPos = startPos + length;
262 assertTrue(startPos >= 1);
271 src.fill(value, startPos, -1);
277 src.fill(value, startPos, length);
282 if (i >= startPos && i < endPos) {
289 final int length2 = srcLen * 2 - startPos;
290 final int largeEnd = startPos + length2;
293 src.fill(value2, startPos, length2);
298 if (i >= startPos && i < largeEnd)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.h 52 UInt64 startPos,
  /external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java 319 private int startPos;
387 startPos = output.getPos();
449 output.writeShort(startPos + 6, maxStack);
450 output.writeShort(startPos + 8, maxLocals);
451 output.writeInt(startPos + 10, output.getPos() - startPos - 14); // code_length
502 output.writeInt(startPos + 2, output.getPos() - startPos - 6);
522 protected int startPos;
527 startPos = out.getPos()
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 262 int startPos = 0;
271 int endPos = (asciiCharsLen - startPos > addCount) ?
272 (startPos + addCount) : asciiCharsLen;
273 sb.append(sAsciiChars, startPos, endPos);
274 startPos = (endPos == asciiCharsLen) ? 0 : endPos;
295 int startPos = 0;
305 int endPos = (unicodeCharsLen - startPos > addCount) ?
306 (startPos + addCount) : unicodeCharsLen;
307 sb.append(sUnicodeChars, startPos, endPos);
308 startPos = (endPos == unicodeCharsLen) ? 0 : endPos
    [all...]
  /external/icu4c/i18n/
rematch.cpp 607 int64_t startPos = fMatchEnd;
608 if (startPos==0) {
609 startPos = fActiveStart;
619 if (startPos >= fActiveLimit) {
624 UTEXT_SETNATIVEINDEX(fInputText, startPos);
626 startPos = UTEXT_GETNATIVEINDEX(fInputText);
646 if (startPos > testStartLimit) {
658 U_ASSERT(startPos >= 0);
665 MatchAt(startPos, FALSE, fDeferredStatus);
672 if (startPos >= testStartLimit)
    [all...]
  /frameworks/av/media/libmedia/
MediaScanner.cpp 115 int startPos = 0;
121 && (strncmp(path, &mSkipList[startPos], len) == 0)) {
124 startPos += mSkipIndex[idx] + 1; // extra char for the delimiter
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 575 sqlite3_stmt* statement, int numColumns, int startPos, int addedRows) {
579 LOG_WINDOW("Failed allocating fieldDir at startPos %d row %d, error=%d",
580 startPos, addedRows, status);
599 sizeIncludingNull, startPos + addedRows, i, status);
604 startPos + addedRows, i, sizeIncludingNull);
615 LOG_WINDOW("%d,%d is INTEGER 0x%016llx", startPos + addedRows, i, value);
626 LOG_WINDOW("%d,%d is FLOAT %lf", startPos + addedRows, i, value);
634 size, startPos + addedRows, i, status);
639 startPos + addedRows, i, size);
650 LOG_WINDOW("%d,%d is NULL", startPos + addedRows, i)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeSetTest.java 268 final int startPos = objArray.length / 4;
270 SortedSet aSubSet = ts.subSet(objArray[startPos], objArray[endPos]);
272 aSubSet.size() == (endPos - startPos));
273 for (int counter = startPos; counter < endPos; counter++)

Completed in 1096 milliseconds

1 2 3 4 5 6 7 8 9