OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdout_file
(Results
1 - 3
of
3
) sorted by null
/external/autotest/site_utils/
gs_offloader.py
627
with tempfile.TemporaryFile('w+') as
stdout_file
, \
631
self._try_offload(dir_entry, dest_path,
stdout_file
,
638
self._try_offload(dir_entry, dest_path,
stdout_file
,
647
stdout_file
.seek(0)
651
logging.warning('Stdout:\n%s \nStderr:\n%s',
stdout_file
.read(),
667
stdout_file
, stderr_file):
675
@param
stdout_file
: Log file.
697
cmd, stdout=
stdout_file
, stderr=stderr_file)
[
all
...]
/external/autotest/client/tools/
html_report.py
[
all
...]
/external/tensorflow/tensorflow/lite/testing/
generate_examples.py
354
tempfile.NamedTemporaryFile("w+") as
stdout_file
:
366
stdout_file
.name))
370
stdout_file
.read())
[
all
...]
Completed in 630 milliseconds