Home
last modified time | relevance | path

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

1234567891011

/external/webrtc/api/
Drtc_event_log_output_file_unittest.cc54 auto output_file = std::make_unique<RtcEventLogOutputFile>(output_file_name_); in TEST_F() local
60 auto output_file = std::make_unique<RtcEventLogOutputFile>(illegal_filename); in TEST_F() local
68 auto output_file = std::make_unique<RtcEventLogOutputFile>(output_file_name_); in TEST_F() local
78 auto output_file = in TEST_F() local
98 auto output_file = in TEST_F() local
109 auto output_file = in TEST_F() local
115 auto output_file = in TEST_F() local
122 auto output_file = in TEST_F() local
131 auto output_file = in TEST_F() local
138 auto output_file = std::make_unique<RtcEventLogOutputFile>( in TEST_F() local
[all …]
/external/cronet/tot/testing/libfuzzer/fuzzers/
Dgenerate_v8_inspector_fuzzer_corpus.py14 def resolve_loads(output_file, input_lines, loaded_files, load_root): argument
23 def load_file(output_file, input_file, loaded_files, load_root): argument
32 def generate_content(output_file, input_file, load_root): argument
/external/cronet/stable/testing/libfuzzer/fuzzers/
Dgenerate_v8_inspector_fuzzer_corpus.py14 def resolve_loads(output_file, input_lines, loaded_files, load_root): argument
23 def load_file(output_file, input_file, loaded_files, load_root): argument
32 def generate_content(output_file, input_file, load_root): argument
/external/pigweed/pw_sensor/
Dsensor.cmake94 set(output_file "${arg_OUT_HEADER}") variable
96 set(output_file "${CMAKE_CURRENT_BINARY_DIR}/${arg_OUT_HEADER}") variable
/external/cronet/tot/third_party/icu/scripts/
Dmake_data_assembly.py35 output_file = input_file[0:n] + "_dat.S" variable
37 output_file = args[1] variable
/external/cronet/stable/third_party/icu/scripts/
Dmake_data_assembly.py35 output_file = input_file[0:n] + "_dat.S" variable
37 output_file = args[1] variable
/external/libchrome/base/test/launcher/
Dunit_test_launcher.cc139 const base::FilePath& output_file, in GetCommandLineForChildGTestProcess()
283 const base::FilePath& output_file, in ProcessTestResults()
424 const FilePath& output_file() { return output_file_; } in output_file() function in base::__anona2f5a0890111::UnitTestProcessLifetimeObserver
432 const FilePath& output_file, in UnitTestProcessLifetimeObserver()
463 const FilePath& output_file, in ParallelUnitTestProcessLifetimeObserver()
512 const FilePath& output_file, in SerialUnitTestProcessLifetimeObserver()
630 FilePath output_file; in RunUnitTestsSerially() local
663 FilePath output_file; in RunUnitTestsBatch() local
/external/cronet/stable/build/android/gyp/
Dextract_unwind_tables.py79 def _Write4Bytes(output_file, val): argument
84 def _Write2Bytes(output_file, val): argument
/external/angle/build/android/gyp/
Dextract_unwind_tables.py79 def _Write4Bytes(output_file, val): argument
84 def _Write2Bytes(output_file, val): argument
/external/cronet/tot/build/android/gyp/
Dextract_unwind_tables.py79 def _Write4Bytes(output_file, val): argument
84 def _Write2Bytes(output_file, val): argument
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dgenerate.py182 def WriteToFile(self, output_file): argument
225 def _WriteOriginTrialTokens(output_file): argument
231 def GenerateStandaloneHTMLToFile(output_file, argument
/external/private-join-and-compute/private_join_and_compute/util/
Dprocess_record_file_util_test.cc68 std::string output_file = (temp_dir / "output_1.proto").string(); in TEST() local
84 std::string output_file = (temp_dir / "output_2.proto").string(); in TEST() local
133 std::string output_file = (temp_dir / "output_3.proto").string(); in TEST() local
/external/cronet/tot/third_party/googletest/src/googletest/test/
Dgoogletest-options-test.cc93 const std::string& output_file = in TEST() local
180 const std::string& output_file = in TEST_F() local
211 const std::string& output_file = in TEST_F() local
/external/cronet/stable/third_party/googletest/src/googletest/test/
Dgoogletest-options-test.cc93 const std::string& output_file = in TEST() local
180 const std::string& output_file = in TEST_F() local
211 const std::string& output_file = in TEST_F() local
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgoogletest-options-test.cc93 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/googletest/googletest/test/
Dgoogletest-options-test.cc93 const std::string& output_file = in TEST() local
183 const std::string& output_file = in TEST_F() local
214 const std::string& output_file = in TEST_F() local
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-options-test.cc88 const std::string& output_file = in TEST() local
171 const std::string& output_file = in TEST_F() local
202 const std::string& output_file = in TEST_F() local
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgoogletest-options-test.cc93 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/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/
Dexperiments_compiler.py255 def GenerateExperimentsHdr(self, output_file): argument
307 def GenerateExperimentsSrc(self, output_file): argument
356 def GenExperimentsBzl(self, output_file): argument
/external/iamf_tools/iamf/common/
Dwrite_bit_buffer.cc129 std::fstream& output_file) { in WriteBufferToFile()
257 std::optional<std::fstream>& output_file) { in FlushAndWriteToFile()
275 std::optional<std::fstream>& output_file) { in MaybeFlushIfCloseToCapacity()
/external/grpc-grpc/tools/codegen/core/
Dexperiments_compiler.py396 def GenerateExperimentsHdr(self, output_file, mode): argument
553 def GenerateExperimentsSrc(self, output_file, header_file_path, mode): argument
604 def GenTest(self, output_file): argument
640 def GenExperimentsBzl(self, mode, output_file): argument
/external/tensorflow/tensorflow/lite/toco/
Ddump_graphviz.cc521 void DumpOperator(const Model& model, std::string* output_file, int op_index) { in DumpOperator()
531 void DumpOperatorEdges(const Model& model, std::string* output_file, in DumpOperatorEdges()
623 void DumpSubgraphHeader(std::string* output_file, Node const& node, in DumpSubgraphHeader()
630 void DumpArray(const Model& model, std::string* output_file, in DumpArray()
648 void DumpNode(const Model& model, std::string* output_file, in DumpNode()
763 void DumpGraphviz(const Model& model, std::string* output_file, in DumpGraphviz()
/external/bazelbuild-rules_python/gazelle/modules_mapping/
Dgenerator.py26 output_file = None variable in Generator
30 def __init__(self, stderr, output_file, excluded_patterns): argument
/external/mbedtls/programs/pkey/
Dkey_app_writer.c91 const char *output_file; /* where to store the constructed key file */ member
95 static int write_public_key(mbedtls_pk_context *key, const char *output_file) in write_public_key()
137 static int write_private_key(mbedtls_pk_context *key, const char *output_file) in write_private_key()
/external/cronet/tot/build/android/pylib/utils/
Dinstrumentation_tracing.py184 def start_instrumenting(output_file, to_include=(), to_exclude=()): argument
201 def Instrument(output_file, to_include=(), to_exclude=()): argument

1234567891011