OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:am_output
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/gdb_plugin/
android-commands.py
455
am_output
= self.adb._shell(*args)
456
if "Error:" in
am_output
:
458
+
am_output
)
/external/chromium_org/build/android/pylib/
android_commands.py
812
am_output
= self.RunShellCommandWithSU(cmd)
813
assert
am_output
and 'Starting' in
am_output
[-1], (
814
'Service failed to start: %s' %
am_output
)
[
all
...]
Completed in 42 milliseconds