Searched defs:to (Results 1 – 7 of 7) sorted by relevance
/cts/tools/dasm/src/dasm/ |
D | DasmCatchBuilder.java | 46 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/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 283 private static void checkPing(String to) throws IOException, ErrnoException { in checkPing() 352 private static void checkTcpReflection(String to, String expectedFrom) throws IOException { in checkTcpReflection() 423 private static void checkUdpEcho(String to, String expectedFrom) throws IOException { in checkUdpEcho()
|
/cts/hostsidetests/services/windowmanager/src/android/wm/cts/ |
D | CrossAppDragAndDropTests.java | 190 private void injectInput(Point from, Point to, int durationMs) throws Exception { in injectInput() 219 private boolean getWindowBounds(String name, Point from, Point to) throws Exception { in getWindowBounds()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SimpleCursorAdapterTest.java | 143 final int [] to = { R.id.cursorAdapter_host }; in testBindView() local
|
D | HorizontalScrollViewTest.java | 788 private boolean isInRange(int current, int from, int to) { in isInRange()
|
D | ScrollViewTest.java | 817 private boolean isInRange(int current, int from, int to) { in isInRange()
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 194 private static int align(int x, int to) { in align()
|