Searched defs:to (Results 1 – 11 of 11) sorted by relevance
/sdk/rule_api/src/com/android/ide/common/api/ |
D | Segment.java | 40 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/ |
D | DependencyGraph.java | 213 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()
|
D | GuidelinePainter.java | 177 INode to = null; in paintCycle() local
|
D | ConstraintType.java | 176 public static ConstraintType forMatch(boolean withParent, SegmentType from, SegmentType to) { in forMatch()
|
D | GuidelineHandler.java | 276 INode to = node; in checkCycle() local
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
D | ControlFlowGraph.java | 216 protected void add(@NonNull AbstractInsnNode from, @NonNull AbstractInsnNode to) { in add() 221 protected void exception(@NonNull AbstractInsnNode from, @NonNull AbstractInsnNode to) { in exception()
|
D | WakelockDetector.java | 209 protected void add(@NonNull AbstractInsnNode from, @NonNull AbstractInsnNode to) { in add()
|
D | DuplicateIdDetector.java | 214 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/ |
D | TemplateHandler.java | 623 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/ |
D | sockets.c | 980 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/ |
D | qemud.c | 197 int2hex( int value, uint8_t* to, int width ) in int2hex() 208 fd_read(int fd, void* to, int len) in fd_read()
|