Home
last modified time | relevance | path

Searched refs:out_file_name (Results 1 – 16 of 16) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dgen_vk_mandatory_format_support_table.py101 out_file_name = 'vk_mandatory_format_support_table_autogen.cpp'
112 outputs = [out_file_name]
136 out_file_name=out_file_name,
139 with open(out_file_name, 'wt') as out_file:
Dgen_vk_format_table.py237 out_file_name = 'vk_format_table_autogen.cpp'
242 outputs = [out_file_name]
278 out_file_name=out_file_name,
281 with open(out_file_name, 'wt') as out_file:
Dgen_vk_internal_shaders.py333 out_file_name=output_path.replace('\\', '/'),
775 out_file_name=out_file_cpp.replace('\\', '/'),
792 out_file_name=out_file_h.replace('\\', '/'),
804 out_file_name=out_file_gni.replace('\\', '/'),
/external/angle/src/libANGLE/
Dgen_copy_conversion_table.py72 out_file_name = 'es3_copy_conversion_table_autogen.cpp'
77 outputs = [out_file_name]
103 with open(out_file_name, 'wt') as out_file:
Dgen_overlay_fonts.py257 out_file_name=out_file_h,
280 out_file_name=out_file_cpp,
Dgen_overlay_widgets.py350 out_file_name=OUT_SOURCE_FILE_NAME,
362 out_file_name=OUT_SOURCE_FILE_NAME,
/external/llvm-project/lldb/test/API/commands/process/launch/
DTestProcessLaunch.py98 out_file_name = "my_working_dir_test.out"
102 out_file_path = os.path.join(my_working_dir_path, out_file_name)
126 out_file_name = "my_working_dir_test.out"
131 out_file_path = os.path.join(my_working_dir_path, out_file_name)
/external/webrtc/modules/audio_coding/test/
DPacketLossTest.cc31 std::string out_file_name, in Setup() argument
40 ss << out_file_name << "_" << loss_rate_ << "_" << burst_length_ << "_"; in Setup()
DEncodeDecodeTest.cc106 std::string out_file_name, in Setup() argument
139 file_stream << webrtc::test::OutputPath() << out_file_name << file_num in Setup()
DPacketLossTest.h25 std::string out_file_name,
DEncodeDecodeTest.h77 std::string out_file_name,
/external/autotest/client/bin/
Dfio_util.py226 out_file_name = '%s_%s_percentile.html' % (test_name, test_type)
228 out_file_name = '%s_%s.html' % (test_name, test_type)
230 with open(out_file_name, 'w') as f:
/external/webrtc/modules/audio_processing/transient/
Dtransient_suppression_test.cc157 std::string out_file_name = test::OutputPath() + "suppressed_keystrokes.pcm"; in void_main() local
158 FILE* out_file = fopen(out_file_name.c_str(), "wb"); in void_main()
/external/llvm-project/lldb/utils/lui/
Dlldbutil.py561 out_file_name = ""
563 out_file_name = break_results['file']
565 file_name == out_file_name,
568 out_file_name))
/external/webrtc/audio/test/
Dlow_bandwidth_audio_test.py131 out_file_name = os.path.basename(file_path)
132 out_file_path = os.path.join(out_dir, out_file_name)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py650 out_file_name = ""
652 out_file_name = break_results['file']
654 file_name.endswith(out_file_name),
657 out_file_name))