Home
last modified time | relevance | path

Searched defs:to (Results 1 – 7 of 7) 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/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java283 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/
DCrossAppDragAndDropTests.java190 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/
DSimpleCursorAdapterTest.java143 final int [] to = { R.id.cursorAdapter_host }; in testBindView() local
DHorizontalScrollViewTest.java788 private boolean isInRange(int current, int from, int to) { in isInRange()
DScrollViewTest.java817 private boolean isInRange(int current, int from, int to) { in isInRange()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java194 private static int align(int x, int to) { in align()