Home
last modified time | relevance | path

Searched refs:prev (Results 1 – 13 of 13) sorted by relevance

/cts/tests/mediapc/requirements/
Dtemplatefns.go50 func shouldWriteDelimiter(r, prev, next rune) bool { argument
51 if isDelimiter(prev) {
56 caseDelimit := unicode.IsUpper(r) && (unicode.IsLower(prev) || unicode.IsLower(next))
58 digitDelimit := !unicode.IsDigit(r) && unicode.IsDigit(prev)
67 prev, next := ' ', ' '
69 prev = runes[i-1]
75 if shouldWriteDelimiter(r, prev, next) {
/cts/tests/tests/view/src/android/view/cts/
DSystemGestureExclusionRectsTest.java136 Rect prev = null; in animatingView() local
141 if (prev != null) { in animatingView()
142 assertTrue("left edge " + first.left + " >= previous " + prev.left, in animatingView()
143 first.left >= prev.left); in animatingView()
147 prev = first; in animatingView()
150 assertEquals("reached expected animated destination", prev.right, 35 + location[0]); in animatingView()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DEventCapturingMotionEventListener.java104 String prev = received.get(received.size() - 1); in assertPropagated() local
115 if (!prev.equals(current)) { in assertPropagated()
/cts/tests/filesystem/src/android/filesystem/cts/
DFileUtil.java196 long prev = System.currentTimeMillis(); in measureIO() local
204 result[i] = current - prev; in measureIO()
205 prev = current; in measureIO()
/cts/tests/tests/display/src/android/display/cts/
DBrightnessTest.java623 float prev = values[0]; in assertMonotonic() local
625 if (prev > values[i] || (prev == values[i] && strictlyIncreasing)) { in assertMonotonic()
629 prev = values[i]; in assertMonotonic()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DMultipleStepsSignInActivity.java76 mPrevButton = findViewById(R.id.prev); in onCreate()
/cts/tests/app/app/src/android/app/stubs/
DLaunchpadActivity.java578 boolean prev = false; in gotReceive()
582 prev = true; in gotReceive()
590 if (prev) { in gotReceive()
/cts/tests/tests/os/src/android/os/cts/
DLaunchpadActivity.java560 boolean prev = false; in gotReceive()
564 prev = true; in gotReceive()
572 if (prev) { in gotReceive()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/
Dlocal_poc.h132 struct list_head *next, *prev; member
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
Dlocal_poc.h132 struct list_head *next, *prev; member
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java652 ViewStateSnapshot prev; in emulateScrollToBottom() local
655 prev = next; in emulateScrollToBottom()
662 } while (!prev.equals(next)); in emulateScrollToBottom()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerCtsTestsBase.java322 final Context prev = mCurrentCallerPackage; in runWithCaller() local
328 setCurrentCaller(prev); in runWithCaller()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...