• Home
  • Raw
  • Download

Lines Matching refs:a

3 The Simple Protocol for Automated Network Control was designed to be a
5 into the input system. The idea is that a process will run on a host
14 Setup port forwarding from a local port on your machine to a port on
28 respond to every command with a line starting with OK for commands
29 that executed without a problem, or a line starting with ERROR for
30 commands that had problems being run. For commands that return a
33 on that line. For ERROR values, this could be a message indicating
39 ERROR: monkey not a number
58 Note that sending a full button press requires sending both the down
63 This command injects a MotionEvent into the input system that
64 simulates a user touching the touchscreen (or a pointer event). x and
66 the touch event to happen. Just like key events, touch events at a
67 single location require both a down and an up. To simulate dragging,
68 send a "touch down", then a series of "touch move" events (to simulate
69 the drag), followed by a "touch up" at the final location.
73 This command injects a MotionEvent into the input system that
74 simulates a user using the trackball. dx and dy indicates the amount
87 The tap command is a shortcut for the touch command. It will
92 The press command is a shortcut for the key command. The keycode
98 This command will simulate a user typing the given string on the
104 returned as a whitespace separated list.
117 Close the current session and allow a new session to connect
122 needing a host process.
124 Lines starting with a # character are considered comments. The Monkey
128 You can put the Monkey to sleep by using the "sleep" command with a