OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:argDocs
(Results
1 - 9
of
9
) sorted by null
/sdk/monkeyrunner/src/com/android/monkeyrunner/doc/
MonkeyRunnerExported.java
55
String[]
argDocs
() default {};
/sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyImage.java
58
argDocs
= { "The destination format (for example, 'png' for Portable " +
74
argDocs
= {"The output filename, optionally including its path",
91
argDocs
= { "the x offset of the pixel", "the y offset of the pixel" },
112
argDocs
= { "the x offset of the pixel", "the y offset of the pixel" },
126
argDocs
= {"The other MonkeyImage object.",
145
argDocs
= {"A tuple (x, y, w, h) describing the region to copy. x and y specify " +
MonkeyDevice.java
96
argDocs
= {"The name of the variable. The available names are listed in " +
108
argDocs
= {"The name of the system variable."},
119
argDocs
= { "x coordinate in pixels",
141
argDocs
= { "The starting point for the drag (a tuple (x,y) in pixels)",
176
argDocs
= { "the keycode of the key to press (see android.view.KeyEvent)",
199
argDocs
= { "The string to send to the keyboard." })
210
argDocs
= { "The adb shell command to execute." },
222
argDocs
= { "the bootloader to reboot into: bootloader, recovery, or None"})
235
argDocs
= { "The package's path and filename on the host filesystem." },
248
argDocs
= { "The name of the package to delete."}
[
all
...]
MonkeyRunner.java
59
argDocs
= {"The timeout in seconds to wait. The default is to wait indefinitely.",
84
argDocs
= {"The number of seconds to pause."})
102
argDocs
= {"The desired format for the output, either 'text' for plain text or " +
118
argDocs
= {
140
argDocs
= {
163
argDocs
= {
182
argDocs
= {
MonkeyRunnerHelp.java
202
String[]
argDocs
= annotation.
argDocs
();
207
if (
argDocs
.length > x) {
208
paragraphsIntoHDF(argPrefix + DOC,
argDocs
[x], hdf);
224
String[]
argDocs
= annotation.
argDocs
();
230
if (
argDocs
.length > x) {
231
paragraphsIntoHDF(argPrefix + DOC,
argDocs
[x], hdf);
MonkeyView.java
102
argDocs
= { "The boolean value to set selected to" })
122
argDocs
= { "The boolean value to set focused to" })
JythonUtils.java
427
String[]
argDocs
= doc.
argDocs
();
432
if (
argDocs
!= null &&
argDocs
.length > x) {
435
Collection<String> lines = splitString(
argDocs
[x], 80 - indentOffset);
/sdk/monkeyrunner/src/com/android/monkeyrunner/easy/
EasyMonkeyDevice.java
61
argDocs
= { "MonkeyDevice to extend." })
69
argDocs
= {
91
argDocs
= {
111
argDocs
= { "The selector identifying the object." },
132
argDocs
= { "The selector identifying the object." })
149
argDocs
= { "The selector identifying the object." })
165
argDocs
= { "The selector identifying the object." },
By.java
58
argDocs
= { "The identifier of the object." })
Completed in 56 milliseconds