Searched refs:advanceTo (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DExif.java46 advanceTo() at the end of every loop, we should never have to reallocate a larger buffer.
102 jpeg.advanceTo(offset - readBackwards);
120 jpeg.advanceTo(offset - readBackwards);
129 jpeg.advanceTo(offset - readBackwards);
152 jpeg.advanceTo(offset - readBackwards);
180 jpeg.advanceTo(offset - readBackwards);
H A DInputStreamBuffer.java38 * 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 { method in class:InputStreamBuffer
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() no
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DExif.java41 advanceTo() at the end of every loop, we should never have to reallocate a larger buffer.
97 jpeg.advanceTo(offset - readBackwards);
115 jpeg.advanceTo(offset - readBackwards);
124 jpeg.advanceTo(offset - readBackwards);
147 jpeg.advanceTo(offset - readBackwards);
175 jpeg.advanceTo(offset - readBackwards);
H A DInputStreamBuffer.java38 * 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 { method in class:InputStreamBuffer
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() no
[all...]
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRRuleTest.java71 String golden, String advanceTo, String tz) throws Exception {
72 runRecurrenceIteratorTest(rrule, dtstartStr, limit, golden, advanceTo, null, tz);
83 * @param advanceTo The starting date for expansion. dtstartStr is used if null is passed in.
89 String golden, String advanceTo, String endAt, String tz) throws Exception {
104 if (advanceTo == null) {
105 advanceTo = dtstartStr;
111 rangeStart.parse(advanceTo);
70 runRecurrenceIteratorTest(String rrule, String dtstartStr, int limit, String golden, String advanceTo, String tz) argument
88 runRecurrenceIteratorTest(String rrule, String dtstartStr, int limit, String golden, String advanceTo, String endAt, String tz) argument
/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 148 milliseconds