Searched defs:to (Results 1 – 10 of 10) sorted by relevance
69 public void addEdge(V from, V to) { in addEdge()80 public void removeEdge(V from, V to) { in removeEdge()
35 long to() default Long.MAX_VALUE; in to() method
35 double to() default Double.POSITIVE_INFINITY; in to() method
62 def call(self, to): argument
69 public Message(String to, String subject, String body) { in Message()
89 Point to = parsePoint(args.get(3), args.get(4)); in ACTIONS.put() local
211 final String[] to = {"RECIPIENT"}; in _manual_testFuncSend() local
249 public void swipe(@Nonnull Point from, @Nonnull Point to, @Nonnull Duration duration) { in swipe()
3094 String to = "vsock:" + cid + ":5555"; in forwardMicrodroidAdbPort() local3139 final String to = "vsock:" + cid + ":5555"; in adbConnectToMicrodroid() local
404 val to: String? = annotation.findAttribute("to")?.legacyValue?.toSource() in <lambda>() constant