Searched refs:out_file (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/chrome/installer/mini_installer/
H A Dpe_resource.cc36 HANDLE out_file = ::CreateFile(full_path, GENERIC_WRITE, 0, NULL, local
38 if (INVALID_HANDLE_VALUE == out_file) {
42 if (!::WriteFile(out_file, data, static_cast<DWORD>(resource_size),
44 ::CloseHandle(out_file);
47 return ::CloseHandle(out_file) ? true : false;
/external/chromium_org/third_party/jstemplate/
H A Dcompile.py36 out_file = file(out, 'w')
37 out_file.write(output_wrapper % response.read())
38 out_file.close()
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuild_updater.py68 for in_file, out_file in UPDATER_FILES:
71 out_file = os.path.join(out_dir, out_file)
72 result.append((in_file, out_file))
90 for in_file_glob, out_file in files:
91 if out_file.endswith('/'):
94 os.path.join(out_file, os.path.basename(in_file))))
96 result.append((in_file_glob, out_file))
106 for in_file, out_file in files:
107 buildbot_common.MakeDir(os.path.dirname(out_file))
[all...]
/external/chromium_org/chrome/installer/mac/
H A Dmake_signers.sh54 out_file="${packaging_dir}/$(basename "${in_file:0:${#in_file} - 3}")"
59 > "${out_file}"
61 if [[ "${out_file: -3}" = ".sh" ]]; then
62 chmod +x "${out_file}"
/external/e2fsprogs/debugfs/
H A Dlogdump.c79 FILE *out_file; local
170 out_file = stdout;
173 out_file = fopen(out_fn, "w");
174 if (!out_file) {
247 fprintf(out_file, "Using external journal found at %s\n",
254 dump_journal(argv[0], out_file, &journal_source);
262 if (out_file && (out_file != stdout))
263 fclose(out_file);
331 static void dump_journal(char *cmdname, FILE *out_file, argument
462 dump_descriptor_block(FILE *out_file, struct journal_source *source, char *buf, journal_superblock_t *jsb, unsigned int *blockp, int blocksize, tid_t transaction) argument
520 dump_revoke_block(FILE *out_file, char *buf, journal_superblock_t *jsb EXT2FS_ATTR((unused)), unsigned int blocknr, int blocksize EXT2FS_ATTR((unused)), tid_t transaction) argument
554 show_extent(FILE *out_file, int start_extent, int end_extent, __u32 first_block) argument
562 show_indirect(FILE *out_file, const char *name, __u32 where) argument
569 dump_metadata_block(FILE *out_file, struct journal_source *source, journal_superblock_t *jsb EXT2FS_ATTR((unused)), unsigned int log_blocknr, unsigned int fs_blocknr, unsigned int log_tag_flags, int blocksize, tid_t transaction) argument
673 do_hexdump(FILE *out_file, char *buf, int blocksize) argument
[all...]
/external/libvpx/libvpx/build/make/
H A Dversion.sh23 out_file=${2}
71 if [ -n "$out_file" ]; then
72 diff $$.tmp ${out_file} >/dev/null 2>&1 || cat $$.tmp > ${out_file}
/external/chromium_org/build/
H A Descape_unicode.py45 with codecs.open(out_filename, 'w', 'ascii') as out_file:
48 out_file.write(repr(char.encode('utf8'))[1:-1])
50 out_file.write('""')
52 out_file.write(char.encode('ascii'))
/external/chromium_org/chrome/tools/build/
H A Dversion.py130 out_file = None variable
149 out_file = a variable
155 while len(args) and (in_file is None or out_file is None or
159 elif out_file is None:
160 out_file = args.pop(0) variable
188 if out_file:
189 write_if_changed(out_file, contents)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c61 static FILE *out_file = NULL; variable
75 if (out_file) {
76 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
221 if (out_file) {
222 vfprintf(out_file, fmt, ap);
223 fprintf(out_file, "\n");
348 if (out_file) {
349 fprintf(out_file, "%s - hexdump(len=%lu):",
352 fprintf(out_file, " [NULL]");
355 fprintf(out_file, "
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c61 static FILE *out_file = NULL; variable
75 if (out_file) {
76 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
221 if (out_file) {
222 vfprintf(out_file, fmt, ap);
223 fprintf(out_file, "\n");
348 if (out_file) {
349 fprintf(out_file, "%s - hexdump(len=%lu):",
352 fprintf(out_file, " [NULL]");
355 fprintf(out_file, "
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c61 static FILE *out_file = NULL; variable
75 if (out_file) {
76 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
221 if (out_file) {
222 vfprintf(out_file, fmt, ap);
223 fprintf(out_file, "\n");
348 if (out_file) {
349 fprintf(out_file, "%s - hexdump(len=%lu):",
352 fprintf(out_file, " [NULL]");
355 fprintf(out_file, "
[all...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dfilemediaengine.cc83 const std::string& out_file);
121 const std::string& out_file)
136 talk_base::Pathname(out_file), "wb"));
210 const std::string& out_file)
211 : rtp_sender_receiver_(new RtpSenderReceiver(this, in_file, out_file)) {
233 const std::string& out_file)
234 : rtp_sender_receiver_(new RtpSenderReceiver(this, in_file, out_file)) {
119 RtpSenderReceiver(MediaChannel* channel, const std::string& in_file, const std::string& out_file) argument
209 FileVoiceChannel(const std::string& in_file, const std::string& out_file) argument
232 FileVideoChannel(const std::string& in_file, const std::string& out_file) argument
/external/chromium_org/chrome/app/
H A Dclient_util.cc119 HMODULE MainDllLoader::Load(string16* out_version, string16* out_file) { argument
122 *out_file = dir;
123 HMODULE dll = LoadChromeWithDirectory(out_file);
148 *out_file = dir;
150 out_file->append(*out_version).append(1, L'\\');
151 dll = LoadChromeWithDirectory(out_file);
153 PLOG(ERROR) << "Failed to load Chrome DLL from " << *out_file;
H A Dclient_util.h62 HMODULE Load(string16* out_version, string16* out_file);
/external/chromium_org/tools/site_compare/
H A Dsite_compare.py124 out_file = open(os.path.join(out_path, "log.txt"), "w")
127 out_file.write(description_string)
134 out_file.write("%s: " % filename)
137 out_file.write("Does not exist in target directory\n")
152 out_file.write("OK\n")
155 out_file.write("%s\n" % (ret[0]))
158 out_file.close()
/external/chromium_org/build/util/
H A Dlastchange.py203 out_file = opts.output
205 while len(args) and out_file is None:
206 if out_file is None:
207 out_file = args.pop(0)
227 if out_file:
228 WriteIfChanged(out_file, contents)
/external/chromium_org/chrome/tools/convert_dict/
H A Dconvert_dict.cc139 FILE* out_file = file_util::OpenFile(out_path, "wb"); local
140 if (!out_file) {
144 size_t written = fwrite(&serialized[0], 1, serialized.size(), out_file);
146 file_util::CloseFile(out_file);
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dexport-w3c-performance-wg-tests75 with open(os.path.join(destination_directory, root, filename), 'w') as out_file:
79 out_file.write(line)
H A Dimport-w3c-performance-wg-tests81 with open(os.path.join(destination_directory, root, filename), 'w') as out_file:
87 out_file.write(line)
/external/clang/www/
H A Dmake_cxx_dr_status49 out_file = file(output, 'w') variable
51 print >> out_file, '''\
148 print >> out_file, '''\
157 print >> out_file, '''\
/external/chromium/build/util/
H A Dlastchange.py261 out_file = opts.output
263 while len(args) and out_file is None:
264 if out_file is None:
265 out_file = args.pop(0)
277 if out_file:
278 WriteIfChanged(out_file, contents)
/external/webp/examples/
H A Ddwebp.c157 static int WritePNG(FILE* out_file, const WebPDecBuffer* const buffer) { argument
181 png_init_io(png, out_file);
196 static int WritePNG(FILE* out_file, const WebPDecBuffer* const buffer) { argument
197 (void)out_file;
293 OutputFileFormat format, const char* const out_file) {
306 fout = fopen(out_file, "wb");
308 fprintf(stderr, "Error opening output file %s\n", out_file);
315 ok &= WritePNG(out_file, buffer);
332 printf("Saved file %s\n", out_file);
338 fprintf(stderr, "Error writing file %s !!\n", out_file);
292 SaveOutput(const WebPDecBuffer* const buffer, OutputFileFormat format, const char* const out_file) argument
375 const char *out_file = NULL; local
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
H A Dupdate_webgl_conformance_tests.py85 with open(out_filename, 'w') as out_file:
86 out_file.write(translate_khronos_test(in_file.read()))
/external/oprofile/pp/
H A Dopannotate.cpp641 string const out_file = op_realpath(output_dir + source); local
653 if (out_file.find("/../") != string::npos) {
656 << out_file << endl;
659 } else if (!is_prefix(out_file, output_dir)) {
661 cerr << "refusing to create file " << out_file
668 if (is_files_identical(out_file, source)) {
670 << out_file << endl;
674 if (create_path(out_file.c_str())) {
676 << '"' << op_dirname(out_file) << '"' << endl;
680 ofstream out(out_file
[all...]
/external/skia/bench/
H A Dbench_analyze.py195 out_file = None
206 out_file = value
238 if out_file:
239 f = open(out_file, 'w+')

Completed in 2110 milliseconds

12