HomeSort by relevance Sort by last modified time
    Searched defs:fillWindow (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/base/core/java/android/database/
CrossProcessCursor.java 24 * filling {@link CursorWindow} objects using {@link #fillWindow}. As an optimization,
61 void fillWindow(int position, CursorWindow window);
CrossProcessCursorWrapper.java 28 * delegates {@link #fillWindow}, {@link #getWindow()} and {@link #onMove} to it.
30 * traverse the contents of the cursor similar to {@link AbstractCursor#fillWindow}.
46 public void fillWindow(int position, CursorWindow window) {
49 crossProcessCursor.fillWindow(position, window);
CursorToBulkCursorAdaptor.java 178 mCursor.fillWindow(position, window);
AbstractCursor.java 248 public void fillWindow(int position, CursorWindow window) {
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQuery.java 57 int fillWindow(CursorWindow window, int startPos, int requiredPos, boolean countAllRows) {
SQLiteCursor.java 128 fillWindow(newPosition);
137 fillWindow(0);
142 private void fillWindow(int requiredPos) {
149 mCount = mQuery.fillWindow(mWindow, requiredPos, requiredPos, true);
157 mQuery.fillWindow(mWindow, startPos, requiredPos, false);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DspWindow.java 52 if (fillWindow(mBuffer, windowType, mOverlap)) {
62 public static boolean fillWindow(DspBufferDouble r, int type, int overlap) {
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
LZEncoder.java 188 public int fillWindow(byte[] in, int off, int len) {
  /prebuilts/go/darwin-x86/src/compress/flate/
deflate.go 176 // fillWindow will fill the current window with the supplied
180 func (d *compressor) fillWindow(b []byte) {
186 panic("internal error: fillWindow called with stale data")
686 zw.d.fillWindow(dict)
740 w.d.fillWindow(w.dict)
  /prebuilts/go/linux-x86/src/compress/flate/
deflate.go 176 // fillWindow will fill the current window with the supplied
180 func (d *compressor) fillWindow(b []byte) {
186 panic("internal error: fillWindow called with stale data")
686 zw.d.fillWindow(dict)
740 w.d.fillWindow(w.dict)
  /external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java 135 fillWindow(false);
162 fillWindow(true);
415 public void fillWindow(boolean useTableSize) {
  /packages/apps/Email/provider_src/com/android/email/provider/
ContentCache.java 394 public void fillWindow(int pos, CursorWindow window) {
395 ((CrossProcessCursor)mCursor).fillWindow(pos, window);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 445 milliseconds

1 2