Home
last modified time | relevance | path

Searched defs:to (Results 1 – 15 of 15) sorted by relevance

/cts/tools/dasm/src/dasm/
DDasmCatchBuilder.java46 String to; field in DasmCatchBuilder.UnprocessedCatch
62 UnprocessedCatch(String exception, String from, String to, in UnprocessedCatch()
187 CodeAddress to = lte.code_address; in build() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java79 public static StrokeDescription swipe(PointF from, PointF to) { in swipe()
83 public static StrokeDescription swipe(PointF from, PointF to, long duration) { in swipe()
87 public static StrokeDescription drag(StrokeDescription from, PointF to) { in drag()
/cts/libs/rollback/src/com/android/cts/rollback/lib/
DRollback.java51 public Rollback to(TestApp app) { in to() method in Rollback
/cts/tests/tests/keystore/src/android/server/am/
DUiDeviceUtils.java60 public static void dragPointer(Point from, Point to, int steps) { in dragPointer()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DUiDeviceUtils.java59 public static void dragPointer(Point from, Point to, int steps) { in dragPointer()
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteWalTest.java66 private void copyFile(String from, String to) throws Exception { in copyFile()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java299 private static void checkPing(String to) throws IOException, ErrnoException { in checkPing()
368 private void checkTcpReflection(String to, String expectedFrom) throws IOException { in checkTcpReflection()
456 private void checkUdpEcho(String to, String expectedFrom) throws IOException { in checkUdpEcho()
/cts/tests/tests/widget/src/android/widget/cts/
DSimpleCursorAdapterTest.java163 final int [] to = { R.id.cursorAdapter_host }; in testBindView() local
DHorizontalScrollViewTest.java795 private boolean isInRange(int current, int from, int to) { in isInRange()
DScrollViewTest.java842 private boolean isInRange(int current, int from, int to) { in isInRange()
/cts/tests/tests/media/libmediandkjni/
Dnative_media_utils.cpp96 auto to = mInfos.begin() + frameNumTo; in getBitrateAverage() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DHardwareBitmapTests.java312 private void testBitmapCopy(int id, Bitmap.Config from, Bitmap.Config to) { in testBitmapCopy()
/cts/tests/fragment/src/android/fragment/cts/
DFragmentTransitionTest.java863 private void verifyTransition(TransitionFragment from, TransitionFragment to, in verifyTransition()
1002 TransitionFragment to, TransitionFragment... others) throws Throwable { in verifyPopTransition()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DCrossAppDragAndDropTests.java149 private void injectInput(Point from, Point to, int steps) throws Exception { in injectInput()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java228 private static int align(int x, int to) { in align()