Searched refs:stdout_file (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/amber/android_gradle/app/src/androidTest/java/com/google/amber/ |
D | AmberLauncher.java | 54 … String stdout_file = args.getString("stdout", new File(outputDir, "amber_stdout.txt").toString()); in LaunchAmber() local 57 int res = Amber.androidMain(args_list.toArray(new String[0]), stdout_file, stderr_file); in LaunchAmber()
|
/external/tensorflow/tensorflow/lite/testing/ |
D | toco_convert.py | 179 tempfile.NamedTemporaryFile("w+") as stdout_file: 188 stdout_file.name)) 192 stdout_file.read())
|
/external/autotest/site_utils/ |
D | gs_offloader.py | 716 with tempfile.TemporaryFile('w+') as stdout_file, \ 720 self._try_offload(dir_entry, dest_path, stdout_file, 727 self._try_offload(dir_entry, dest_path, stdout_file, 736 stdout_file.seek(0) 740 logging.warning('Stdout:\n%s \nStderr:\n%s', stdout_file.read(), 760 stdout_file, stderr_file): argument 806 cmd, stdout=stdout_file, stderr=stderr_file) 810 _mark_upload_finished(gs_path, stdout_file, stderr_file) 1021 def _mark_upload_finished(gs_path, stdout_file, stderr_file): argument 1028 process = subprocess.Popen(cmd, stdout=stdout_file, stderr=stderr_file)
|
/external/deqp-deps/amber/android_gradle/app/src/main/java/com/google/amber/ |
D | Amber.java | 22 public static native int androidMain(String[] args, String stdout_file, String stderr_file); in androidMain() argument
|
/external/autotest/client/tools/ |
D | html_report.py | 1610 stdout_file = os.path.join(resdir, tag, 'debug', 'stdout') 1618 log += get_info_file(stdout_file)
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 499 lldb::FileSP stdout_file; 508 STDOUT_FILENO, stdout_file);
|