Home
last modified time | relevance | path

Searched defs:output_file (Results 1 – 25 of 97) sorted by relevance

1234

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/scripts/
Dgen_llvm_ir_macros.py235 def generate_gen_h(functions, output_file): argument
259 def generate_gen_cpp(functions, output_file): argument
299 def generate_x86_h(output_file): argument
330 def generate_x86_cpp(output_file): argument
Dgen_llvm_types.py77 …is_array_array, array_count, array_count1, is_llvm_struct, is_llvm_enum, is_llvm_pfn, output_file): argument
131 def gen_llvm_types(input_file, output_file): argument
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dfile_before_streaming_test.cc61 FILE* output_file = fopen(output_filename_.c_str(), "rb"); in VerifyOutput() local
84 FILE* output_file = fopen(output_filename_.c_str(), "rb"); in VerifyEmptyOutput() local
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-options_test.cc97 const std::string& output_file = in TEST() local
172 const std::string& output_file = in TEST_F() local
203 const std::string& output_file = in TEST_F() local
/external/protobuf/gtest/test/
Dgtest-options_test.cc97 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile(); in TEST() local
171 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile(); in TEST_F() local
201 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile(); in TEST_F() local
/external/v8/testing/gtest/test/
Dgtest-options_test.cc97 const std::string& output_file = in TEST() local
172 const std::string& output_file = in TEST_F() local
203 const std::string& output_file = in TEST_F() local
/external/googletest/googletest/test/
Dgtest-options_test.cc97 const std::string& output_file = in TEST() local
178 const std::string& output_file = in TEST_F() local
209 const std::string& output_file = in TEST_F() local
/external/google-breakpad/src/testing/gtest/test/
Dgtest-options_test.cc97 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile(); in TEST() local
171 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile(); in TEST_F() local
201 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile(); in TEST_F() local
/external/blktrace/btt/
Dbtt_plot.py71 output_file = None variable
376 output_file = title_str = type = None variable
388 output_file = 'bnos_%s.png' % base variable
/external/toolchain-utils/mem_tests/
Dclean_data.py21 output_file = open('clean2.csv', 'a') variable
Dtotal_mem_sampled.py20 output_file = open('memory_data.csv', 'a') variable
Dtotal_mem_actual.py23 output_file = open('raw_memory_data.csv', 'a') variable
Dmem_groups.py26 output_file = open('groups.csv', 'a') variable
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson_info.cc37 std::string output_file; member
121 std::string output_file; in Dump() local
/external/toolchain-utils/cros_utils/
Dno_pseudo_terminal_test.py19 def _AttachStraceToSelf(self, output_file): argument
/external/webrtc/webrtc/tools/barcode_tools/
Dbarcode_encoder.py140 def _add_to_file_and_delete(output_file, file_name): argument
162 def _overlay_barcode_and_base_frames(barcodes_file, base_file, output_file, argument
Dyuv_cropper.py15 def _crop_one_frame(yuv_file, output_file, component_sizes): argument
/external/libmojo/third_party/catapult/devil/devil/android/
Dlogcat_monitor.py30 def __init__(self, adb, clear=True, filter_specs=None, output_file=None): argument
52 def output_file(self): member in LogcatMonitor
/external/chromium-trace/catapult/devil/devil/android/
Dlogcat_monitor.py33 def __init__(self, adb, clear=True, filter_specs=None, output_file=None): argument
55 def output_file(self): member in LogcatMonitor
/external/sfntly/cpp/src/test/
Dchrome_subsetter.cc52 FILE* output_file = NULL; in TestChromeSubsetter() local
/external/webrtc/webrtc/tools/converter/
Dconverter.cc38 FILE* output_file = fopen(output_file_name.c_str(), "wb"); in ConvertRGBAToI420Video() local
115 FILE* output_file) { in AddYUVToFile()
/external/syslinux/gpxe/src/util/
Dzbin.c16 struct output_file { struct
17 void *buf;
18 size_t len;
19 size_t max_len;
/external/webrtc/webrtc/modules/video_processing/test/
Ddeflickering_test.cc42 const std::string output_file = in TEST_F() local
/external/webrtc/webrtc/modules/video_coding/test/
Dvideo_rtp_play.cc46 std::string output_file = args.outputFile; in RtpPlay() local
/external/sfntly/cpp/src/sample/subsetter/
Dsubset_util.cc92 FILE* output_file = fopen(output_file_path, "wb"); in Subset() local

1234