Home
last modified time | relevance | path

Searched refs:advanceTo (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/util/
DExif.java102 jpeg.advanceTo(offset - readBackwards); in getOrientation()
120 jpeg.advanceTo(offset - readBackwards); in getOrientation()
129 jpeg.advanceTo(offset - readBackwards); in getOrientation()
152 jpeg.advanceTo(offset - readBackwards); in getOrientation()
180 jpeg.advanceTo(offset - readBackwards); in getOrientation()
DInputStreamBuffer.java187 public void advanceTo(final int index) throws IllegalStateException, IndexOutOfBoundsException { in advanceTo() method in InputStreamBuffer
280 advanceTo(index); in fill()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DExif.java97 jpeg.advanceTo(offset - readBackwards); in getOrientation()
115 jpeg.advanceTo(offset - readBackwards); in getOrientation()
124 jpeg.advanceTo(offset - readBackwards); in getOrientation()
147 jpeg.advanceTo(offset - readBackwards); in getOrientation()
175 jpeg.advanceTo(offset - readBackwards); in getOrientation()
DInputStreamBuffer.java187 public void advanceTo(final int index) throws IllegalStateException, IndexOutOfBoundsException { in advanceTo() method in InputStreamBuffer
280 advanceTo(index); in fill()
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DRRuleTest.java71 String golden, String advanceTo, String tz) throws Exception { in runRecurrenceIteratorTest() argument
72 runRecurrenceIteratorTest(rrule, dtstartStr, limit, golden, advanceTo, null, tz); in runRecurrenceIteratorTest()
89 String golden, String advanceTo, String endAt, String tz) throws Exception { in runRecurrenceIteratorTest() argument
104 if (advanceTo == null) { in runRecurrenceIteratorTest()
105 advanceTo = dtstartStr; in runRecurrenceIteratorTest()
111 rangeStart.parse(advanceTo); in runRecurrenceIteratorTest()