HomeSort by relevance Sort by last modified time
    Searched refs:stdout_str (Results 1 - 3 of 3) sorted by null

  /external/autotest/server/site_tests/native_Benchmarks/
native_Benchmarks_common.py 32 stdout_str = stdout.getvalue()
35 return stdout_str
  /external/tensorflow/tensorflow/compiler/xla/
parse_flags_from_env_test.cc 141 string stdout_str; local
142 int child_status = child.Communicate(nullptr, &stdout_str, nullptr);
144 CHECK_EQ(stdout_str, test[i].expected_value) << "test " << i;
  /external/autotest/server/site_tests/telemetry_Crosperf/
telemetry_Crosperf.py 148 stdout_str = stdout.getvalue()
151 for dep in stdout_str.split():
277 stdout_str = stdout.getvalue()
283 stdout_str, stderr_str)

Completed in 4165 milliseconds