Home
last modified time | relevance | path

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

12345

/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_llvm_types.py29 …is_array_array, array_count, array_count1, is_llvm_struct, is_llvm_enum, is_llvm_pfn, output_file): argument
107 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/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/googletest/googletest/test/
Dgoogletest-options-test.cc88 const std::string& output_file = in TEST() local
177 const std::string& output_file = in TEST_F() local
208 const std::string& output_file = in TEST_F() local
/external/harfbuzz_ng/src/
Dgen-def.py10 output_file = sys.argv[1] variable
/external/toolchain-utils/deprecated/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
/external/grpc-grpc/test/cpp/util/
Dgrpc_cli.cc73 std::ofstream output_file(outfile, std::ios::app | std::ios::binary); in SimplePrint() local
/external/tensorflow/tensorflow/lite/toco/
Ddump_graphviz.cc515 void DumpOperator(const Model& model, string* output_file, int op_index) { in DumpOperator()
525 void DumpOperatorEdges(const Model& model, string* output_file, int op_index) { in DumpOperatorEdges()
616 void DumpSubgraphHeader(string* output_file, Node const& node, in DumpSubgraphHeader()
623 void DumpArray(const Model& model, string* output_file, in DumpArray()
641 void DumpNode(const Model& model, string* output_file, const string& node_name, in DumpNode()
756 void DumpGraphviz(const Model& model, string* output_file, in DumpGraphviz()
/external/tensorflow/tensorflow/lite/schema/
Dupgrade_schema.py151 def _Write(self, data, output_file): argument
309 def Convert(self, input_file, 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/toolchain-utils/cros_utils/
Dno_pseudo_terminal_test.py26 def _AttachStraceToSelf(self, output_file): argument
/external/tensorflow/tensorflow/lite/testing/kernel_test/
Ddiff_analyzer_test.cc33 string output_file = in TEST() local
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dgenerate.py166 def WriteToFile(self, output_file): argument
210 def GenerateStandaloneHTMLToFile(output_file, argument
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
Dgenerate_validation_labels.py58 def _generate_validation_labels(ilsvrc_dir, output_file): argument
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhex_floats_to_packed_literal.cc36 string output_file = ""; in main() local
/external/chromium-trace/catapult/devil/devil/android/
Dlogcat_monitor.py33 def __init__(self, adb, clear=True, filter_specs=None, output_file=None, argument
62 def output_file(self): member in LogcatMonitor
/external/swiftshader/src/
Dcommit_id.py49 output_file = sys.argv[2] variable
/external/sfntly/cpp/src/test/
Dchrome_subsetter.cc52 FILE* output_file = NULL; in TestChromeSubsetter() local
/external/vulkan-validation-layers/build-gn/
Dcommit_id.py48 output_file = sys.argv[3] variable
/external/protobuf/benchmarks/util/
Dgogo_data_scrubber.cc33 const std::string &output_file = argv[i + argc / 2]; in main() local
Dproto3_data_stripper.cc33 const std::string &output_file = argv[i + argc / 2]; in main() 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()

12345