Searched defs:output_path (Results 1 - 12 of 12) sorted by last modified time

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
H A Dvie_video_verification_test.cc97 std::string output_path = ViETest::GetResultOutputPath(); local
100 if (!file_renderer->PrepareForRendering(output_path, filename)) {
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_custom_call.cc488 std::string output_path = ViETest::GetResultOutputPath(); local
491 "in the second window.", (output_path + filename).c_str());
493 file_renderer.PrepareForRendering(output_path, filename);
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/helpers/
H A Dvie_to_file_renderer.cc64 const std::string& output_path,
69 output_file_ = fopen((output_path + output_filename).c_str(), "wb");
75 output_path_ = output_path;
63 PrepareForRendering( const std::string& output_path, const std::string& output_filename) argument
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Daudio_processing_test.cc372 std::string output_path = webrtc::test::OutputPath(); local
373 std::string output_file = output_path + "apm_debug.txt";
H A Drtp_rtcp_test.cc160 std::string output_path = webrtc::test::OutputPath(); local
161 std::string incoming_filename = output_path + "dump_in_3sec.rtp";
162 std::string outgoing_filename = output_path + "dump_out_3sec.rtp";
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dgenerate_protocol_externs.py84 def generate_protocol_externs(output_path, input_path):
91 output_file = open(output_path, "w")
214 output_path = sys.argv[2] variable
216 generate_protocol_externs(output_path, input_path)
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A Dcreate-html-entity-table61 output_path = sys.argv[2] variable
70 output_file = open(output_path, "w")
/external/chromium_org/net/tools/dump_cache/
H A Ddump_cache.cc67 base::FilePath output_path = command_line.GetSwitchValuePath(kOutputPath); local
68 if (dump_to_files && output_path.empty())
76 net::SimpleCacheDumper dumper(input_path, output_path);
H A Dsimple_cache_dumper.cc23 base::FilePath output_path)
26 output_path_(output_path),
27 writer_(new DiskDumper(output_path)),
22 SimpleCacheDumper(base::FilePath input_path, base::FilePath output_path) argument
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dcompositor_model_bench.cc60 Simulator(int seconds_per_test, const base::FilePath& output_path) argument
62 output_path_(output_path),
/external/chromium_org/media/cast/test/
H A Dsimulator.cc164 // located at |output_path|.
168 const base::FilePath& output_path) {
189 if (AppendToFile(output_path, serialized_log.get(), output_bytes) == -1) {
196 // |output_path| is the path to write serialized log.
199 const base::FilePath& output_path,
412 LOG(INFO) << "Writing log: " << output_path.value();
416 base::ScopedFILE file(base::OpenFile(output_path, "wb"));
423 output_path);
425 output_path);
525 base::FilePath output_path local
165 AppendLogToFile(media::cast::proto::LogMetadata* metadata, const media::cast::FrameEventList& frame_events, const media::cast::PacketEventList& packet_events, const base::FilePath& output_path) argument
198 RunSimulation(const base::FilePath& source_path, const base::FilePath& output_path, const std::string& extra_data, const NetworkSimulationModel& model) argument
[all...]
/external/chromium_org/content/browser/download/
H A Ddownload_file_unittest.cc415 base::FilePath output_path; local
419 InvokeSelectedRenameMethod(path_1, &output_path));
422 EXPECT_EQ(path_1, output_path);
434 InvokeSelectedRenameMethod(path_2, &output_path));
437 EXPECT_EQ(path_2, output_path);
448 InvokeSelectedRenameMethod(path_3, &output_path));
451 EXPECT_EQ(path_3, output_path);
465 InvokeSelectedRenameMethod(path_4, &output_path));
468 EXPECT_EQ(path_4, output_path);

Completed in 259 milliseconds