OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdoutdata
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/cros/image_comparison/
pdiff_image_comparer.py
78
stdoutdata
= output[0]
89
if mismatch_error in
stdoutdata
:
90
raise ValueError("pdiff says: " +
stdoutdata
)
92
if diff_message in
stdoutdata
:
93
diff_pixels = [int(s) for s in
stdoutdata
.split() if s.isdigit()][0]
97
if filenotfound_message in
stdoutdata
:
98
raise OSError(errno.ENOENT, "pdiff says: " +
stdoutdata
)
101
"Output : " +
stdoutdata
)
/external/llvm/utils/
llvm-compilers-check
308
(
stdoutdata
, stderrdata) = proc.communicate()
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py
473
(
stdoutdata
, _) = p.communicate()
477
return
stdoutdata
if return_output else p.returncode
[
all
...]
Completed in 210 milliseconds