Searched refs:output_path (Results 26 - 50 of 244) sorted by relevance

12345678910

/external/chromium_org/tools/gn/
H A Dninja_action_target_writer.cc63 OutputFile output_path(
66 output_files.push_back(output_path);
68 path_output_.WriteFile(out_, output_path);
211 OutputFile output_path(output_template_result[out_i]);
212 output_files->push_back(output_path);
214 path_output_.WriteFile(out_, output_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 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/jsoncpp/
H A Damalgamate.py42 def write_to( self, output_path ):
43 output_dir = os.path.dirname( output_path )
46 f = open( output_path, 'wb' )
/external/chromium_org/chrome/tools/build/mac/
H A Dgenerate_localizer112 output_path = argv[1];
136 file_fd = open(output_path, 'w')
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Djava_heap_profiler.py26 def __init__(self, browser_backend, platform_backend, output_path, state):
28 browser_backend, platform_backend, output_path, state)
H A Dvtune_profiler.py87 def __init__(self, browser_backend, platform_backend, output_path, state):
89 browser_backend, platform_backend, output_path, state)
H A Dstrace_profiler.py201 def __init__(self, browser_backend, platform_backend, output_path, state):
203 browser_backend, platform_backend, output_path, state)
208 self._output_file = output_path + '.json'
H A Dperf_profiler.py162 def __init__(self, browser_backend, platform_backend, output_path, state):
164 browser_backend, platform_backend, output_path, state)
/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/base/test/
H A Dtest_suite.cc185 FilePath output_path(CommandLine::ForCurrentProcess()->GetSwitchValuePath(
191 if (PathExists(output_path)) {
192 LOG(WARNING) << "Test launcher output path " << output_path.AsUTF8Unsafe()
198 CHECK(printer->Initialize(output_path));
/external/chromium_org/net/tools/dump_cache/
H A Dsimple_cache_dumper.h29 SimpleCacheDumper(base::FilePath input_path, base::FilePath 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/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/include/
H A Dvie_to_file_renderer.h40 bool PrepareForRendering(const std::string& output_path,
/external/chromium_org/build/android/
H A Dadb_logcat_printer.py162 if options.output_path:
163 output_file = open(options.output_path, 'w')
/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/ppapi/native_client/tools/browser_tester/browsertester/
H A Dserver.py130 output_path = os.path.join(self.server.output_dir, path)
132 outfile = open(output_path, 'w')
134 error_message = 'File not found: %r' % output_path
145 os.remove(output_path)
149 error_message = 'Can\'t write file: %r\n' % output_path
/external/chromium_org/third_party/skia/tools/tests/
H A Drender_pictures_test.py602 output_path=os.path.join(self._input_skp_dir, 'red.skp'), red=255)
604 output_path=os.path.join(self._input_skp_dir, 'green.skp'), green=255)
606 def _run_skpmaker(self, output_path, red=0, green=0, blue=0,
611 output_path: Filepath to write the SKP into.
625 '--writePath', str(output_path),
/external/skia/tools/tests/
H A Drender_pictures_test.py602 output_path=os.path.join(self._input_skp_dir, 'red.skp'), red=255)
604 output_path=os.path.join(self._input_skp_dir, 'green.skp'), green=255)
606 def _run_skpmaker(self, output_path, red=0, green=0, blue=0,
611 output_path: Filepath to write the SKP into.
625 '--writePath', str(output_path),
/external/chromium_org/build/android/gyp/util/
H A Dbuild_utils.py188 output_path = os.path.join(path, name)
189 if os.path.exists(output_path):
192 % (zip_path, name, output_path))
/external/llvm/utils/lit/lit/
H A Dmain.py76 def write_test_results(run, lit_config, testing_time, output_path):
108 f = open(output_path, 'w')
165 group.add_option("-o", "--output", dest="output_path",
369 if opts.output_path is not None:
370 write_test_results(run, litConfig, testing_time, opts.output_path)
/external/chromium_org/tools/android/adb_profile_chrome/
H A Dperf_controller.py77 def PullResult(self, output_path):
82 perf_profile = os.path.join(output_path,
/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),

Completed in 800 milliseconds

12345678910