Searched defs:output_file (Results 1 - 25 of 89) sorted by path

1234

/external/blktrace/btt/
H A Dbtt_plot.py71 output_file = None variable
192 global add_legend, output_file, title_str, type, verbose
219 output_file = a
309 global add_legend, output_file, title_str, verbose
311 if output_file != None:
312 ofile = output_file
376 output_file = title_str = type = None
388 output_file = 'bnos_%s.png' % base variable
/external/chromium_org/base/prefs/
H A Djson_pref_store_unittest.cc165 const base::FilePath& output_file,
224 EXPECT_TRUE(TextContentsEqual(golden_output_file, output_file));
225 ASSERT_TRUE(base::DeleteFile(output_file, false));
164 RunBasicJsonPrefStoreTest(JsonPrefStore* pref_store, const base::FilePath& output_file, const base::FilePath& golden_output_file) argument
/external/chromium_org/base/test/
H A Dgtest_xml_util.cc90 bool ProcessGTestOutput(const base::FilePath& output_file, argument
96 if (!ReadFileToString(output_file, &xml_contents))
/external/chromium_org/base/test/launcher/
H A Dtest_launcher.cc359 base::FilePath output_file; local
360 CHECK(base::CreateTemporaryFile(&output_file));
373 handle.Set(CreateFile(output_file.value().c_str(),
393 output_file_fd.reset(open(output_file.value().c_str(), O_RDWR));
416 CHECK(base::ReadFileToString(output_file, &output_file_contents));
418 if (!base::DeleteFile(output_file, false)) {
420 LOG(WARNING) << "Failed to delete " << output_file.AsUTF8Unsafe();
H A Dunit_test_launcher.cc90 // (e.g. "A.B"), |output_file| is path to the GTest XML output file.
93 const base::FilePath& output_file) {
96 new_cmd_line.AppendSwitchPath(switches::kTestLauncherOutput, output_file);
118 FilePath output_file; member in struct:base::__anon2510::UnitTestLauncherDelegate::GTestCallbackState
172 base::FilePath output_file; local
173 CHECK(CreateNewTempDirectory(FilePath::StringType(), &output_file));
174 output_file = output_file.AppendASCII("test_results.xml");
179 GetCommandLineForChildGTestProcess(current_test_names, output_file));
184 callback_state.output_file
91 GetCommandLineForChildGTestProcess( const std::vector<std::string>& test_names, const base::FilePath& output_file) argument
301 ProcessTestResults( TestLauncher* test_launcher, const std::vector<std::string>& test_names, const base::FilePath& output_file, const std::string& output, int exit_code, bool was_timeout, std::vector<std::string>* tests_to_relaunch) argument
[all...]
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_audio_quality_browsertest.cc148 bool StartRecording(int duration_sec, const base::FilePath& output_file, argument
182 command_line.AppendArgPath(output_file);
190 command_line.AppendArgPath(output_file);
209 command_line.AppendArgPath(output_file);
264 const base::FilePath& output_file) {
292 command_line.AppendArgPath(output_file);
263 RemoveSilence(const base::FilePath& input_file, const base::FilePath& output_file) argument
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator.cc235 // Dumps the current set of the browser process's histograms to |output_file|.
238 void DumpBrowserHistograms(const base::FilePath& output_file) { argument
242 base::WriteFile(output_file, output_string.data(),
574 base::FilePath output_file(
576 if (!output_file.empty()) {
579 base::Bind(&DumpBrowserHistograms, output_file));
/external/chromium_org/chrome/installer/setup/
H A Darchive_patch_helper.cc43 base::string16 output_file; local
46 &output_file);
50 last_uncompressed_file_ = base::FilePath(output_file);
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator.cc481 bool CreateArchive(const base::FilePath& output_file, argument
492 .append(output_file.value())
503 << " while creating " << output_file.value();
/external/chromium_org/chrome/installer/util/
H A Dlzma_util.cc81 std::wstring* output_file) {
90 if ((ret = lzma_util.UnPack(output_dir, output_file)) != NO_ERROR) {
125 std::wstring* output_file) {
185 if (output_file)
186 *output_file = file_path.value();
79 UnPackArchive(const std::wstring& archive, const std::wstring& output_dir, std::wstring* output_file) argument
124 UnPack(const std::wstring& location, std::wstring* output_file) argument
/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client.cc297 const base::FilePath& output_file) {
298 if (input_file.empty() || patch_file.empty() || output_file.empty()) {
303 output_file);
312 const base::FilePath& output_file) {
313 if (input_file.empty() || patch_file.empty() || output_file.empty()) {
319 output_file.value().c_str());
294 OnPatchFileBsdiff( const base::FilePath& input_file, const base::FilePath& patch_file, const base::FilePath& output_file) argument
309 OnPatchFileCourgette( const base::FilePath& input_file, const base::FilePath& patch_file, const base::FilePath& output_file) argument
H A Dprinting_handler.cc296 IPC::PlatformFileForTransit output_file) {
297 base::File emf_file = IPC::PlatformFileForTransitToFile(output_file);
351 base::File output_file,
392 return metafile.SaveTo(&output_file);
294 OnRenderPDFPagesToMetafileGetPage( int page_number, IPC::PlatformFileForTransit output_file) argument
350 RenderPdfPageToMetafile(int page_number, base::File output_file, double* scale_factor) argument
/external/chromium_org/components/autofill/core/browser/
H A Ddata_driven_test.cc56 base::FilePath output_file = output_directory.Append( local
61 if (ReadFile(output_file, &output_file_contents))
64 ASSERT_TRUE(WriteFile(output_file, output));
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_h264_decoder_unittest.cc21 // [--output_file output.i420] [--md5sum expected_md5_hex]
57 bool Initialize(base::FilePath input_file, base::FilePath output_file);
60 // output_file in Initialize(). Return true if all decoding is successful.
120 base::FilePath output_file) {
151 // This creates or truncates output_file.
153 if (!output_file.empty()) {
154 if (base::WriteFile(output_file, NULL, 0) != 0) {
157 output_file_ = output_file;
321 base::FilePath output_file = g_output_file; local
325 if (input_file.empty() && output_file
119 Initialize(base::FilePath input_file, base::FilePath output_file) argument
[all...]
/external/chromium_org/courgette/
H A Dcourgette_tool.cc62 const base::FilePath& output_file) {
64 base::WriteFile(output_file,
74 const base::FilePath& output_file) {
106 WriteSinkToFile(&sink, output_file);
156 const base::FilePath& output_file) {
201 WriteSinkToFile(&sink, output_file);
289 const base::FilePath& output_file) {
307 WriteSinkToFile(&sink, output_file);
61 WriteSinkToFile(const courgette::SinkStream *sink, const base::FilePath& output_file) argument
73 Disassemble(const base::FilePath& input_file, const base::FilePath& output_file) argument
154 DisassembleAndAdjust(const base::FilePath& program_file, const base::FilePath& model_file, const base::FilePath& output_file) argument
288 Assemble(const base::FilePath& input_file, const base::FilePath& output_file) argument
/external/chromium_org/device/usb/tools/
H A Dusb_ids.py108 output_file = open(opts.output, "w+") variable
109 output_file.write(output)
110 output_file.close()
/external/chromium_org/net/tools/tld_cleanup/
H A Dtld_cleanup.cc76 base::FilePath output_file; local
77 PathService::Get(base::DIR_SOURCE_ROOT, &output_file);
78 output_file = output_file.Append(FILE_PATH_LITERAL("net"))
85 net::tld_cleanup::NormalizeFile(input_file, output_file);
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc3301 explicit XmlUnitTestResultPrinter(const char* output_file);
3372 XmlUnitTestResultPrinter::XmlUnitTestResultPrinter(const char* output_file) argument
3373 : output_file_(output_file) {
3385 FilePath output_file(output_file_);
3386 FilePath output_dir(output_file.RemoveFileName());
/external/chromium_org/testing/gtest/test/
H A Dgtest-options_test.cc97 const std::string& output_file = local
100 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
102 EXPECT_EQ(expected_output_file, output_file.c_str());
172 const std::string& output_file = local
175 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
177 EXPECT_EQ(expected_output_file, output_file.c_str());
203 const std::string& output_file = local
207 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
209 EXPECT_EQ(expected_output_file, output_file.c_str());
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A Dcreate-html-entity-table70 output_file = open(output_path, "w") variable
72 output_file.write("""/*
116 output_file.write("static const LChar staticEntityStringStorage[] = {\n")
117 output_file.write("'")
139 output_file.write(",\n'")
153 output_file.write("', '".join(data_to_add))
155 output_file.write("'")
161 output_file.write("};\n")
169 output_file.write("""
175 output_file
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py2070 def output_file(file_name): function
2076 backend_h_file = output_file(output_dirname + "/InspectorBackendDispatcher.h")
2077 backend_cpp_file = output_file(output_dirname + "/InspectorBackendDispatcher.cpp")
2079 frontend_h_file = output_file(output_dirname + "/InspectorFrontend.h")
2080 frontend_cpp_file = output_file(output_dirname + "/InspectorFrontend.cpp")
2082 typebuilder_h_file = output_file(output_dirname + "/InspectorTypeBuilder.h")
2083 typebuilder_cpp_file = output_file(output_dirname + "/InspectorTypeBuilder.cpp")
/external/chromium_org/third_party/angle/src/
H A Dcommit_id.py22 output_file = sys.argv[3] variable
32 hfile = open(output_file, 'w')
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DMain.py383 if options.output_file:
384 result.c_file = os.path.join(compilation_source.cwd, options.output_file)
462 output_file string Name of generated .c file
655 output_file = None, variable
/external/chromium_org/third_party/libjpeg_turbo/
H A Dcdjpeg.c169 FILE * output_file = stdout; local
175 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
180 return output_file;
H A Dcdjpeg.h62 FILE * output_file; member in struct:djpeg_dest_struct

Completed in 611 milliseconds

1234