Home
last modified time | relevance | path

Searched defs:output_file (Results 1 – 25 of 118) 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/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/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/harfbuzz_ng/src/
Dgen-def.py10 output_file = sys.argv[1] 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
/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/schema/
Dupgrade_schema.py150 def _Write(self, data, output_file): argument
306 def Convert(self, input_file, output_file): argument
/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/v8/tools/torque/
Dformat-torque.py34 output_file = open(filename, 'w') variable
/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.py19 def _AttachStraceToSelf(self, output_file): argument
/external/autotest/scheduler/
Dluciferlib.py342 def spawn(self, path, args, output_file): argument
389 def spawn(self, path, args, output_file): argument
412 def spawn(self, path, args, output_file): argument
427 def _spawn(path, argv, 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.py156 def WriteToFile(self, output_file): argument
200 def GenerateStandaloneHTMLToFile(output_file, argument
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhex_floats_to_packed_literal.cc36 string output_file = ""; in main() local
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
Dgenerate_validation_labels.py58 def _generate_validation_labels(ilsvrc_dir, output_file): argument
/external/chromium-trace/catapult/devil/devil/android/
Dlogcat_monitor.py33 def __init__(self, adb, clear=True, filter_specs=None, output_file=None, argument
59 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/catch2/scripts/
DupdateDocumentToC.py261 def outputMarkdown(markdown_cont, output_file): argument
272 output_file=None, argument
/external/adhd/cras/src/tests/
Daudio_test_gui.py172 output_file='', rate=48000): argument

12345