Searched refs:prev (Results 1 – 11 of 11) sorted by relevance
123 Rect prev = null; in animatingView() local128 if (prev != null) { in animatingView()129 assertTrue("left edge " + first.left + " >= previous " + prev.left, in animatingView()130 first.left >= prev.left); in animatingView()134 prev = first; in animatingView()137 assertEquals("reached expected animated destination", prev.right, 35); in animatingView()
357 NetworkStatsHistoryBucketProto prev = null; in checkStats() local363 if (prev != null) { in checkStats()366 prev.getBucketStartMs(), bucket.getBucketStartMs(), in checkStats()367 (bucket.getBucketStartMs() - prev.getBucketStartMs()), in checkStats()369 (bucket.getBucketStartMs() - prev.getBucketStartMs()) >= in checkStats()
447 float prev = values[0]; in assertMonotonic() local449 if (prev > values[i] || (prev == values[i] && strictlyIncreasing)) { in assertMonotonic()453 prev = values[i]; in assertMonotonic()
196 long prev = System.currentTimeMillis(); in measureIO() local204 result[i] = current - prev; in measureIO()205 prev = current; in measureIO()
501 ViewStateSnapshot prev; in emulateScrollToBottom() local504 prev = next; in emulateScrollToBottom()508 } while (!prev.equals(next)); in emulateScrollToBottom()
500 ViewStateSnapshot prev; in emulateScrollToBottom() local503 prev = next; in emulateScrollToBottom()507 } while (!prev.equals(next)); in emulateScrollToBottom()
560 boolean prev = false; in gotReceive()564 prev = true; in gotReceive()572 if (prev) { in gotReceive()
588 boolean prev = false; in gotReceive()592 prev = true; in gotReceive()600 if (prev) { in gotReceive()
132 struct list_head *next, *prev; member
316 final Context prev = mCurrentCallerPackage; in runWithCaller() local322 setCurrentCaller(prev); in runWithCaller()