Home
last modified time | relevance | path

Searched refs:output_file_name (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
Dinline_js_imports.py51 output_file_name = argv[3]
74 (output_file_name))
76 if os.path.exists(output_file_name):
77 os.remove(output_file_name)
78 output_file = open(output_file_name, 'w')
87 output_dir_name = os.path.dirname(output_file_name)
Dconcatenate_css_files.py84 output_file_name = argv.pop()
104 if os.path.exists(output_file_name):
105 os.remove(output_file_name);
106 output_file = open(output_file_name, 'w')
114 output_dir_name = os.path.dirname(output_file_name)
Dconcatenate_js_files.py84 output_file_name = argv.pop()
104 if os.path.exists(output_file_name):
105 os.remove(output_file_name)
106 output_file = open(output_file_name, 'w')
114 output_dir_name = os.path.dirname(output_file_name)
/external/chromium_org/v8/tools/profviz/
Dworker.js128 var output_file_name = "output.svg";
149 output("set output \""+ output_file_name + "\"");
161 displayplot(FS.findObject(output_file_name));
/external/chromium_org/third_party/WebKit/Source/build/scripts/
Daction_derivedsourcesallinone.py160 def write_content(content, output_file_name): argument
161 parent_path, file_name = os.path.split(output_file_name)
165 with open(output_file_name, 'w') as f:
/external/chromium_org/printing/backend/
Dwin_helper.cc60 const LPCWSTR output_file_name,
262 const LPCWSTR output_file_name, in StartXpsPrintJob() argument
272 output_file_name, in StartXpsPrintJob()
Dwin_helper.h154 const LPCWSTR output_file_name,
/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dninja.py215 output_file, toplevel_build, output_file_name, flavor, argument
230 self.output_file_name = output_file_name
362 output_file_base = os.path.splitext(self.output_file_name)[0]