Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DDependencyGraph.java213 public List<Constraint> getPathTo(INode from, INode to, boolean vertical) { in getPathTo()
245 ViewData to = constraint.to; in findForwards() local
288 public final ViewData to; field in DependencyGraph.Constraint
295 Constraint(ConstraintType type, ViewData from, ViewData to) { in Constraint()
DGuidelinePainter.java177 INode to = null; in paintCycle() local
DConstraintType.java176 public static ConstraintType forMatch(boolean withParent, SegmentType from, SegmentType to) { in forMatch()
DGuidelineHandler.java276 INode to = node; in checkCycle() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRefactoringTestBase.java265 File to = new File(dir, relativePath); in createTestDataDir() local
277 Files.write((byte[]) o, to); in createTestDataDir() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java642 IFile to = getTargetFile(toPath); in merge() local
889 @NonNull IPath to) throws IOException, TemplateException { in instantiate()
915 private static String format(IProject project, String contents, IPath to) { in format()
/sdk/emulator/opengl/tests/event_injector/
Dsockets.c980 socket_sendto(int fd, const void* buf, int buflen, const SockAddress* to) in socket_sendto()
1261 socket_bind_server( int s, const SockAddress* to, SocketType type ) in socket_bind_server()
1287 socket_connect_client( int s, const SockAddress* to ) in socket_connect_client()
1317 socket_in_client( SockAddress* to, SocketType type ) in socket_in_client()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DVaryingConfiguration.java271 double to = from + inchesPerBucket; in getDevice() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DBuildFileCreator.java297 private static void copyGradleWrapper(File from, File to, ExportStatus status) { in copyGradleWrapper()