OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_target_arg
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/android_testrunner/
adb_interface.py
38
_target_arg
= ""
variable in class:AdbInterface
44
self.
_target_arg
= "-e"
48
self.
_target_arg
= "-d"
52
self.
_target_arg
= "-s %s" % serial
69
adb_cmd = "adb %s %s" % (self.
_target_arg
, command_string)
271
command_string = "adb %s shell %s" % (self.
_target_arg
, inst_command_string)
/development/testrunner/
adb_interface.py
38
_target_arg
= ""
variable in class:AdbInterface
44
self.
_target_arg
= "-e"
48
self.
_target_arg
= "-d"
52
self.
_target_arg
= "-s %s" % serial
69
adb_cmd = "adb %s %s" % (self.
_target_arg
, command_string)
280
return "adb %s shell %s" % (self.
_target_arg
, cmd)
/external/chromium_org/build/android/pylib/gtest/
test_package_apk.py
69
args = shlex.split(device.old_interface.Adb().
_target_arg
)
/external/chromium_org/build/android/pylib/
android_commands.py
[
all
...]
Completed in 195 milliseconds