Home
last modified time | relevance | path

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

/sdk/rule_api/src/com/android/ide/common/api/
DSegment.java40 public final int to; field in Segment
64 public Segment(int at, int from, int to, @Nullable INode node, @Nullable String id, in Segment()
/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/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DControlFlowGraph.java216 protected void add(@NonNull AbstractInsnNode from, @NonNull AbstractInsnNode to) { in add()
221 protected void exception(@NonNull AbstractInsnNode from, @NonNull AbstractInsnNode to) { in exception()
DWakelockDetector.java209 protected void add(@NonNull AbstractInsnNode from, @NonNull AbstractInsnNode to) { in add()
DDuplicateIdDetector.java214 List<String> to = mIncludes.get(context.file); in visitElement() local
449 boolean isCompatible(Layout from, Layout to) { in isCompatible()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java623 IFile to = getTargetFile(toPath); in merge() local
841 @NonNull IPath to) throws IOException, TemplateException { in instantiate()
867 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/emulator/qemud/
Dqemud.c197 int2hex( int value, uint8_t* to, int width ) in int2hex()
208 fd_read(int fd, void* to, int len) in fd_read()