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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoaderStateMachine.h 57 void advanceTo(State);
FrameLoaderStateMachine.cpp 62 void FrameLoaderStateMachine::advanceTo(State state)
FrameLoader.cpp 137 m_stateMachine.advanceTo(FrameLoaderStateMachine::DisplayingInitialEmptyDocument);
234 m_stateMachine.advanceTo(FrameLoaderStateMachine::CommittedFirstRealLoad);
266 m_stateMachine.advanceTo(FrameLoaderStateMachine::CommittedFirstRealLoad);
319 m_stateMachine.advanceTo(FrameLoaderStateMachine::CommittedMultipleRealLoads);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DeprecatedScheduleStyleRecalcDuringLayout.cpp 25 m_lifecycle.advanceTo(DocumentLifecycle::InPerformLayout);
FrameView.cpp 739 lifecycle().advanceTo(DocumentLifecycle::InPreLayout);
767 lifecycle().advanceTo(DocumentLifecycle::StyleClean);
777 lifecycle().advanceTo(DocumentLifecycle::InPerformLayout);
809 lifecycle().advanceTo(DocumentLifecycle::AfterPerformLayout);
    [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/util/
Exif.java 46 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);
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/
Exif.java 41 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);
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) {
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 43 SegPos.advanceTo(RegPos->start);
73 RegPos = VirtReg.advanceTo(RegPos, SegPos.start());
77 SegPos.advanceTo(RegPos->start);
169 VirtRegI = VirtReg->advanceTo(VirtRegI, LiveUnionI.start());
178 LiveUnionI.advanceTo(VirtRegI->start);
InterferenceCache.cpp 127 // Use advanceTo only when possible.
138 RUI.VirtI.advanceTo(Start);
140 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start);
210 I.advanceTo(Stop);
227 I = LR->advanceTo(I, Stop);
LiveDebugVariables.cpp 759 LiveInterval::iterator LII = LI->advanceTo(LI->begin(), LocMapI.start());
763 LII = LI->advanceTo(LII, LocMapI.start());
806 LocMapI.advanceTo(LII->start);
811 LII = LI->advanceTo(LII, LocMapI.start());
    [all...]
LiveIntervalAnalysis.cpp 577 I = RRanges.advanceTo(I, RI->end);
708 LiveI = LI.advanceTo(LiveI, *SlotI);
876 LiveRange::iterator NewI = LR.advanceTo(I, NewIdx.getRegSlot());
    [all...]
SplitKit.cpp 288 LVI = li->advanceTo(LVI, Stop);
845 AssignI.advanceTo(Start);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentLifecycle.cpp 48 m_lifecycle.advanceTo(m_finalState);
152 void DocumentLifecycle::advanceTo(State state)
DocumentLifecycle.h 124 void advanceTo(State);
Document.cpp 530 m_lifecycle.advanceTo(DocumentLifecycle::Inactive);
658 m_lifecycle.advanceTo(DocumentLifecycle::Disposed);
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RRuleTest.java 71 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);
    [all...]
  /external/llvm/unittests/ADT/
IntervalMapTest.cpp 238 // Test advanceTo on flat tree.
240 I.advanceTo(135);
245 I.advanceTo(145);
250 I.advanceTo(200);
253 I.advanceTo(300);
372 // Test advanceTo in same node.
373 I.advanceTo(20);
415 // advanceTo another node.
416 I.advanceTo(200);
511 // Test advanceTo in same node
    [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h 87 // void advanceTo(KeyT x);
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 207 /// advanceTo - Advance the specified iterator to point to the Segment
212 iterator advanceTo(iterator I, SlotIndex Pos) {
221 /// Pos, or end(). This is the same as advanceTo(begin(), Pos), but faster
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 201 lifecycle().advanceTo(DocumentLifecycle::InCompositingUpdate);
203 lifecycle().advanceTo(DocumentLifecycle::CompositingClean);
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java     [all...]

Completed in 2112 milliseconds

1 2