Searched defs:startPos (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dc2_9pf_tab.cpp52 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, variable
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQuery.java46 * @param startPos The start position for filling the window.
57 int fillWindow(CursorWindow window, int startPos, int requiredPos, boolean countAllRows) { argument
63 window, startPos, requiredPos, countAllRows, getConnectionFlags(),
H A DSQLiteSession.java803 * @param startPos The start position for filling the window.
806 * so that it does. Must be greater than or equal to <code>startPos</code>.
820 CursorWindow window, int startPos, int requiredPos, boolean countAllRows,
837 window, startPos, requiredPos, countAllRows,
819 executeForCursorWindow(String sql, Object[] bindArgs, CursorWindow window, int startPos, int requiredPos, boolean countAllRows, int connectionFlags, CancellationSignal cancellationSignal) argument
H A DSQLiteConnection.java156 int startPos, int requiredPos, boolean countAllRows);
820 * @param startPos The start position for filling the window.
823 * so that it does. Must be greater than or equal to <code>startPos</code>.
835 CursorWindow window, int startPos, int requiredPos, boolean countAllRows,
861 startPos, requiredPos, countAllRows);
879 + "', startPos=" + startPos
154 nativeExecuteForCursorWindow( long connectionPtr, long statementPtr, long windowPtr, int startPos, int requiredPos, boolean countAllRows) argument
834 executeForCursorWindow(String sql, Object[] bindArgs, CursorWindow window, int startPos, int requiredPos, boolean countAllRows, CancellationSignal cancellationSignal) argument
/frameworks/native/cmds/lshal/
H A Dutils.cpp30 size_t startPos = 0; local
32 while ((matchPos = s.find(c, startPos)) != std::string::npos) {
33 components.push_back(s.substr(startPos, matchPos - startPos));
34 startPos = matchPos + 1;
37 if (startPos <= s.length()) {
38 components.push_back(s.substr(startPos));
H A DListCommand.cpp925 size_t startPos = 0; local
927 while ((matchPos = s.find(c, startPos)) != std::string::npos) {
928 components.push_back(s.substr(startPos, matchPos - startPos));
929 startPos = matchPos + 1;
932 if (startPos <= s.length()) {
933 components.push_back(s.substr(startPos));
/frameworks/wilhelm/src/itf/
H A DISeek.cpp52 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; local
123 *pStartPos = startPos;
51 ISeek_SetLoop(SLSeekItf self, SLboolean loopEnable, SLmillisecond startPos, SLmillisecond endPos) argument
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DSingleRow.java166 public final CircularIntArray[] getItemPositionsInRows(int startPos, int endPos) { argument
169 mTmpItemPositionsInRows[0].addLast(startPos);
H A DStaggeredGrid.java406 public final CircularIntArray[] getItemPositionsInRows(int startPos, int endPos) { argument
410 if (startPos >= 0) {
411 for (int i = startPos; i <= endPos; i++) {
H A DGrid.java338 * in pair on that row between startPos(included) and endPositions(included).
344 public abstract CircularIntArray[] getItemPositionsInRows(int startPos, int endPos); argument
/frameworks/av/media/libmedia/
H A DMediaScanner.cpp115 int startPos = 0; local
121 && (strncmp(path, &mSkipList[startPos], len) == 0)) {
124 startPos += mSkipIndex[idx] + 1; // extra char for the delimiter
/frameworks/base/libs/hwui/
H A DGradientCache.cpp238 float startPos = positions[0]; local
239 float distance = positions[1] - startPos;
246 startPos = positions[currentPos];
251 distance = positions[currentPos] - startPos;
254 float amount = (pos - startPos) / distance;
/frameworks/base/core/java/android/widget/
H A DGridView.java328 private View makeRow(int startPos, int y, boolean flow) { argument
346 last = Math.min(startPos + mNumColumns, mItemCount);
348 last = startPos + 1;
349 startPos = Math.max(0, startPos - mNumColumns + 1);
351 if (last - startPos < mNumColumns) {
352 final int deltaLeft = (mNumColumns - (last - startPos)) * (columnWidth + horizontalSpacing);
365 for (int pos = startPos; pos < last; pos++) {
370 final int where = flow ? -1 : pos - startPos;
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp584 sqlite3_stmt* statement, int numColumns, int startPos, int addedRows) {
588 LOG_WINDOW("Failed allocating fieldDir at startPos %d row %d, error=%d",
589 startPos, addedRows, status);
608 sizeIncludingNull, startPos + addedRows, i, status);
613 startPos + addedRows, i, sizeIncludingNull);
624 LOG_WINDOW("%d,%d is INTEGER 0x%016llx", startPos + addedRows, i, value);
635 LOG_WINDOW("%d,%d is FLOAT %lf", startPos + addedRows, i, value);
643 size, startPos + addedRows, i, status);
648 startPos + addedRows, i, size);
659 LOG_WINDOW("%d,%d is NULL", startPos
583 copyRow(JNIEnv* env, CursorWindow* window, sqlite3_stmt* statement, int numColumns, int startPos, int addedRows) argument
676 nativeExecuteForCursorWindow(JNIEnv* env, jclass clazz, jlong connectionPtr, jlong statementPtr, jlong windowPtr, jint startPos, jint requiredPos, jboolean countAllRows) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java595 * @param startPos Offset from left/top edge of outer rectangle to
600 private static float computePivot(int startPos, float finalScale) { argument
659 return startPos;
661 return -startPos / denom;
/frameworks/native/libs/binder/
H A DParcel.cpp475 int startPos = mDataPos; local
539 size_t off = objects[i] - offset + startPos;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 134 milliseconds