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

12

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowSystemClockTest.java19 Robolectric.getForegroundThreadScheduler().advanceTo(1000);
25 Robolectric.getForegroundThreadScheduler().advanceTo(1000);
32 Robolectric.getForegroundThreadScheduler().advanceTo(1000);
H A DShadowMessageQueueTest.java122 scheduler.advanceTo(199);
124 scheduler.advanceTo(200);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveIntervalUnion.cpp42 SegPos.advanceTo(RegPos->start);
72 RegPos = VirtReg.advanceTo(RegPos, SegPos.start());
76 SegPos.advanceTo(RegPos->start);
169 VirtRegI = VirtReg->advanceTo(VirtRegI, LiveUnionI.start());
178 LiveUnionI.advanceTo(VirtRegI->start);
201 Overlaps.advanceTo(VRI->start);
207 VRI = VirtReg->advanceTo(VRI, Overlaps.start());
H A DInterferenceCache.cpp111 // Use advanceTo only when possible.
118 Iters[i].advanceTo(Start);
159 I.advanceTo(Stop);
H A DLiveDebugVariables.cpp763 LiveInterval::iterator LII = LI->advanceTo(LI->begin(), LocMapI.start());
767 LII = LI->advanceTo(LII, LocMapI.start());
810 LocMapI.advanceTo(LII->start);
815 LII = LI->advanceTo(LII, LocMapI.start());
H A DRegAllocLinearScan.cpp693 IntervalPos = Interval->advanceTo(IntervalPos, CurPoint);
739 IntervalPos = Interval->advanceTo(IntervalPos, CurPoint);
1059 LiveInterval::iterator II = I->advanceTo(IP.second, StartPosition);
1084 LiveInterval::iterator II = I->advanceTo(IP.second, StartPosition);
1198 IP.second = I->advanceTo(I->begin(), StartPosition);
H A DRegAllocBasic.cpp459 SI.advanceTo(Start);
H A DSplitKit.cpp266 LVI = li->advanceTo(LVI, Stop);
814 AssignI.advanceTo(Start);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
H A DScheduler.java66 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) { method in class:Scheduler
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp43 SegPos.advanceTo(RegPos->start);
73 RegPos = Range.advanceTo(RegPos, SegPos.start());
77 SegPos.advanceTo(RegPos->start);
169 VirtRegI = VirtReg->advanceTo(VirtRegI, LiveUnionI.start());
178 LiveUnionI.advanceTo(VirtRegI->start);
H A DInterferenceCache.cpp128 // Use advanceTo only when possible.
139 RUI.VirtI.advanceTo(Start);
141 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start);
212 I.advanceTo(Stop);
229 I = LR->advanceTo(I, Stop);
H A DLiveDebugVariables.cpp800 LiveInterval::iterator LII = LI->advanceTo(LI->begin(), LocMapI.start());
804 LII = LI->advanceTo(LII, LocMapI.start());
847 LocMapI.advanceTo(LII->start);
852 LII = LI->advanceTo(LII, LocMapI.start());
H A DLiveIntervalAnalysis.cpp705 I = RURange.advanceTo(I, RI->end);
733 I = SR.advanceTo(I, RI->end);
890 LiveI = LI.advanceTo(LiveI, *SlotI);
1035 LR.advanceTo(Next, NewIdx.getBaseIndex());
1082 = LR.advanceTo(OldIdxOut, NewIdx.getRegSlot());
H A DLiveInterval.cpp446 I = advanceTo(I, O.start);
774 SegmentI = advanceTo(SegmentI, *SlotI);
H A DSplitKit.cpp305 LVI = li->advanceTo(LVI, Stop);
929 AssignI.advanceTo(Start);
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
H A DScheduler.java194 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) { method in class:Scheduler
/external/llvm/unittests/ADT/
H A DIntervalMapTest.cpp238 // 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 i
[all...]
/external/swiftshader/third_party/LLVM/unittests/ADT/
H A DIntervalMapTest.cpp238 // 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 i
[all...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowSystemClock.java46 ShadowApplication.getInstance().getForegroundThreadScheduler().advanceTo(millis);
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h87 // void advanceTo(KeyT x);
1427 /// advanceTo - Move to the first interval with stop >= x, or end().
1430 void advanceTo(KeyT x) {
2063 posA.advanceTo(posB.start());
2068 posB.advanceTo(posA.start());
2077 posA.advanceTo(posB.start());
2081 posB.advanceTo(posA.start());
2140 /// advanceTo - Move to the first overlapping interval with
2142 void advanceTo(KeyType x) {
2145 // Make sure advanceTo see
[all...]
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h242 /// advanceTo - Advance the specified iterator to point to the Segment
247 iterator advanceTo(iterator I, SlotIndex Pos) {
255 const_iterator advanceTo(const_iterator I, SlotIndex Pos) const {
264 /// Pos, or end(). This is the same as advanceTo(begin(), Pos), but faster
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DIntervalMap.h87 // void advanceTo(KeyT x);
1417 /// advanceTo - Move to the first interval with stop >= x, or end().
1420 void advanceTo(KeyT x) {
2053 posA.advanceTo(posB.start());
2058 posB.advanceTo(posA.start());
2067 posA.advanceTo(posB.start());
2071 posB.advanceTo(posA.start());
2130 /// advanceTo - Move to the first overlapping interval with
2132 void advanceTo(KeyType x) {
2135 // Make sure advanceTo see
[all...]
/external/robolectric-shadows/utils/src/test/java/org/robolectric/util/
H A DSchedulerTest.java122 scheduler.advanceTo(1000);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DLiveInterval.h244 /// advanceTo - Advance the specified iterator to point to the LiveRange
249 iterator advanceTo(iterator I, SlotIndex Pos) {
258 /// Pos, or end(). This is the same as advanceTo(begin(), Pos), but faster
/external/robolectric/v3/
H A Drobolectric-utils-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/util/ org/robolectric/internal/ org/ ...

Completed in 4071 milliseconds

12