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

1 2 3 4 5 6

  /frameworks/opt/bitmap/src/com/android/bitmap/util/
InputStreamBuffer.java 38 * Use {@link #advanceTo(int)} to declare that you will not need to access lesser indexes. This
40 * <code>0</code> to <code>10</code>, you should call <code>advanceTo(N)</code> so that internal
81 * If <code>autoAdvance</code> is false, you must be diligent and call {@link #advanceTo(int)}
124 * Consider calling {@link #advanceTo(int)} if you know that you will never request a lesser
154 * <code>advanceTo()</code> apply.
187 public void advanceTo(final int index) throws IllegalStateException, IndexOutOfBoundsException {
236 Log.d(TAG, String.format("advanceTo %d buffer: %s", i, this));
252 * {@link #advanceTo(int)} will be called with the requested index,
280 advanceTo(index);
286 + "or advanceTo() not called."
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
InputStreamBuffer.java 38 * Use {@link #advanceTo(int)} to declare that you will not need to access lesser indexes. This
40 * <code>0</code> to <code>10</code>, you should call <code>advanceTo(N)</code> so that internal
81 * If <code>autoAdvance</code> is false, you must be diligent and call {@link #advanceTo(int)}
124 * Consider calling {@link #advanceTo(int)} if you know that you will never request a lesser
154 * <code>advanceTo()</code> apply.
187 public void advanceTo(final int index) throws IllegalStateException, IndexOutOfBoundsException {
236 Log.d(TAG, String.format("advanceTo %d buffer: %s", i, this));
252 * {@link #advanceTo(int)} will be called with the requested index,
280 advanceTo(index);
286 + "or advanceTo() not called."
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
Scheduler.java 66 return advanceTo(postedRunnables.get(postedRunnables.size() - 1).scheduledTime);
74 return advanceTo(postedRunnables.get(0).scheduledTime);
79 return advanceTo(endingTime);
82 public boolean advanceTo(long endingTime) {
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
Scheduler.java 194 return size() >= 1 && advanceTo(runnables.get(runnables.size() - 1).scheduledTime);
203 return size() >= 1 && advanceTo(runnables.get(0).scheduledTime);
225 return advanceTo(endingTime);
234 public synchronized boolean advanceTo(long endTime) {
  /prebuilts/misc/common/robolectric/3.5.1/lib/
utils-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
utils-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
utils-3.6.1.jar 
  /external/robolectric/v3/
robolectric-utils-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-utils-3.1.1.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso_web_release_no_deps.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/
haha-2.0.2.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/error_prone/error_prone/
error_prone_core-2.2.0-with-dependencies.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 

Completed in 225 milliseconds

1 2 3 4 5 6