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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoaderStateMachine.cpp 62 void FrameLoaderStateMachine::advanceTo(State state)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentLifecycle.cpp 48 m_lifecycle.advanceTo(m_finalState);
166 void DocumentLifecycle::advanceTo(State state)
  /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/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) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.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/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/
jill.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 584 milliseconds

1 2