Searched defs:output_path (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/net/tools/dump_cache/
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
H A Ddump_cache.cc124 base::FilePath output_path = command_line.GetSwitchValuePath(kOutputPath); local
125 if ((dump_to_files || upgrade) && output_path.empty())
160 return UpgradeCache(output_path, server);
176 net::SimpleCacheDumper dumper(input_path, output_path);
H A Dupgrade_win.cc895 int UpgradeCache(const base::FilePath& output_path, HANDLE pipe) { argument
898 MasterSM master(output_path, pipe);
/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/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")
216 output_path = sys.argv[2] variable
218 generate_protocol_externs(output_path, input_path)
/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/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/formats/webm/chromeos/
H A Dwebm_encoder.cc56 WebmEncoder::WebmEncoder(const base::FilePath& output_path, argument
61 output_path_(output_path),
/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/content/browser/download/
H A Ddownload_file_unittest.cc347 base::FilePath output_path; local
351 RenameAndUniquify(path_1, &output_path));
354 EXPECT_EQ(path_1, output_path);
366 RenameAndUniquify(path_2, &output_path));
369 EXPECT_EQ(path_2, output_path);
380 RenameAndUniquify(path_3, &output_path));
383 EXPECT_EQ(path_3, output_path);
397 RenameAndUniquify(path_4, &output_path));
400 EXPECT_EQ(path_4, output_path);
421 RenameAndAnnotate(path_5, &output_path));
[all...]
/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);

Completed in 412 milliseconds