Home
last modified time | relevance | path

Searched refs:isolated_script_test_perf_output (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/build/android/pylib/local/device/
H A Dlocal_device_gtest_run.py436 if self._test_instance.isolated_script_test_perf_output:
438 self._test_instance.isolated_script_test_perf_output)
803 test_perf_output_filename) as isolated_script_test_perf_output:
826 isolated_script_test_perf_output.name)
868 file_path = isolated_script_test_perf_output.name
/aosp_15_r20/external/angle/build/android/pylib/local/device/
H A Dlocal_device_gtest_run.py447 if self._test_instance.isolated_script_test_perf_output:
449 self._test_instance.isolated_script_test_perf_output)
819 test_perf_output_filename) as isolated_script_test_perf_output:
842 isolated_script_test_perf_output.name)
884 file_path = isolated_script_test_perf_output.name
/aosp_15_r20/external/angle/build/fuchsia/test/
H A Drun_executable_test.py118 if args.isolated_script_test_perf_output:
120 args.isolated_script_test_perf_output
/aosp_15_r20/external/cronet/build/fuchsia/test/
H A Drun_executable_test.py137 if args.isolated_script_test_perf_output:
139 args.isolated_script_test_perf_output
/aosp_15_r20/external/webrtc/audio/test/
H A Dlow_bandwidth_audio_test.py353 if args.isolated_script_test_perf_output:
354 with open(args.isolated_script_test_perf_output, 'wb') as f:
/aosp_15_r20/external/webrtc/test/
H A Dtest_flags.cc34 isolated_script_test_perf_output,
H A Dtest_flags.h20 ABSL_DECLARE_FLAG(std::string, isolated_script_test_perf_output);
/aosp_15_r20/external/angle/src/tests/restricted_traces/
H A Drestricted_trace_gold_tests.py553 if args.isolated_script_test_perf_output:
554 with open(args.isolated_script_test_perf_output, 'w') as out_file:
/aosp_15_r20/external/angle/build/android/pylib/gtest/
H A Dgtest_test_instance.py349 args.isolated_script_test_perf_output)
516 def isolated_script_test_perf_output(self): member in GtestTestInstance
/aosp_15_r20/external/cronet/build/android/pylib/gtest/
H A Dgtest_test_instance.py345 args.isolated_script_test_perf_output)
509 def isolated_script_test_perf_output(self): member in GtestTestInstance
/aosp_15_r20/external/angle/src/tests/
H A Drun_perf_tests.py642 if args.isolated_script_test_perf_output:
643 with open(args.isolated_script_test_perf_output, 'w') as out_file: