Searched refs:out_file_name (Results 1 – 16 of 16) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | gen_vk_mandatory_format_support_table.py | 101 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:
|
D | gen_vk_format_table.py | 237 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:
|
D | gen_vk_internal_shaders.py | 333 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/ |
D | gen_copy_conversion_table.py | 72 out_file_name = 'es3_copy_conversion_table_autogen.cpp' 77 outputs = [out_file_name] 103 with open(out_file_name, 'wt') as out_file:
|
D | gen_overlay_fonts.py | 257 out_file_name=out_file_h, 280 out_file_name=out_file_cpp,
|
D | gen_overlay_widgets.py | 350 out_file_name=OUT_SOURCE_FILE_NAME, 362 out_file_name=OUT_SOURCE_FILE_NAME,
|
/external/llvm-project/lldb/test/API/commands/process/launch/ |
D | TestProcessLaunch.py | 98 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/ |
D | PacketLossTest.cc | 31 std::string out_file_name, in Setup() argument 40 ss << out_file_name << "_" << loss_rate_ << "_" << burst_length_ << "_"; in Setup()
|
D | EncodeDecodeTest.cc | 106 std::string out_file_name, in Setup() argument 139 file_stream << webrtc::test::OutputPath() << out_file_name << file_num in Setup()
|
D | PacketLossTest.h | 25 std::string out_file_name,
|
D | EncodeDecodeTest.h | 77 std::string out_file_name,
|
/external/autotest/client/bin/ |
D | fio_util.py | 226 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/ |
D | transient_suppression_test.cc | 157 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/ |
D | lldbutil.py | 561 out_file_name = "" 563 out_file_name = break_results['file'] 565 file_name == out_file_name, 568 out_file_name))
|
/external/webrtc/audio/test/ |
D | low_bandwidth_audio_test.py | 131 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/ |
D | lldbutil.py | 650 out_file_name = "" 652 out_file_name = break_results['file'] 654 file_name.endswith(out_file_name), 657 out_file_name))
|