HomeSort by relevance Sort by last modified time
    Searched full:outfile (Results 51 - 75 of 602) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
uu_codec.py 30 outfile = StringIO()
32 write = outfile.write
42 return (outfile.getvalue(), len(input))
65 outfile = StringIO()
67 write = outfile.write
94 return (outfile.getvalue(), len(input))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
uu_codec.py 30 outfile = StringIO()
32 write = outfile.write
42 return (outfile.getvalue(), len(input))
65 outfile = StringIO()
67 write = outfile.write
94 return (outfile.getvalue(), len(input))
  /build/tools/zipalign/
README.txt 3 usage: zipalign [-f] [-v] <align> infile.zip outfile.zip
7 -f : overwrite existing outfile.zip
11 outfile.zip will be created
  /frameworks/base/docs/html/tools/help/
etc1tool.jd 12 diff-file] [-o outfile]</pre>
60 <td><code>-o <em>outfile</em></code></td>
63 If <code><em>outfile</em></code> is not specified, the output file is constructed
  /bootable/recovery/tools/ota/
convert-to-bmp.py 11 outfile = sys.argv[2] variable
13 if not outfile.endswith(".bmp"):
18 im.save(outfile)
67 f = open(outfile, "wb")
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600GenRegisterInfo.pl 124 open(OUTFILE, ">", "R600HwRegInfo.include");
126 print OUTFILE <<STRING;
135 print OUTFILE " case AMDGPU::$reg:\n";
137 print OUTFILE " return $key;\n\n";
140 print OUTFILE " }\n}\n\n";
142 print OUTFILE <<STRING;
152 print OUTFILE " case AMDGPU::$reg:\n";
166 print OUTFILE " return $val;\n\n";
169 print OUTFILE " }\n}\n\n";
  /external/mesa3d/src/gallium/drivers/radeon/
R600GenRegisterInfo.pl 124 open(OUTFILE, ">", "R600HwRegInfo.include");
126 print OUTFILE <<STRING;
135 print OUTFILE " case AMDGPU::$reg:\n";
137 print OUTFILE " return $key;\n\n";
140 print OUTFILE " }\n}\n\n";
142 print OUTFILE <<STRING;
152 print OUTFILE " case AMDGPU::$reg:\n";
166 print OUTFILE " return $val;\n\n";
169 print OUTFILE " }\n}\n\n";
  /external/skia/tests/
PathOpsExtendedTest.cpp 455 static void writeTestName(const char* nameSuffix, SkMemoryWStream& outFile) {
456 outFile.writeText(testName);
457 outFile.writeDecAsText(testNumber);
459 outFile.writeText(nameSuffix);
464 const char* testFunction, bool twoPaths, SkMemoryWStream& outFile) {
465 outFile.writeText("<div id=\"");
466 writeTestName(nameSuffix, outFile);
467 outFile.writeText("\">\n");
469 outFile.writeText(pathPrefix);
471 outFile.writeText(pathStr)
    [all...]
  /external/chromium_org/tools/generate_stubs/
generate_stubs.py 425 def WriteWindowsDefFile(module_name, signatures, outfile):
436 outfile: File handle to populate with definitions.
438 outfile.write('LIBRARY %s\n' % module_name)
439 outfile.write('EXPORTS\n')
442 outfile.write(' %s\n' % sig['name'])
480 outfile = open(def_file_path, 'w')
482 WriteWindowsDefFile(module_name, signatures, outfile)
484 outfile.close()
674 def WriteImplementationPreamble(cls, header_path, outfile):
679 outfile: The file handle to populate
    [all...]
  /external/jpeg/
wrbmp.c 297 FILE * outfile = dest->pub.output_file; local
304 putc(GETJSAMPLE(colormap[2][i]), outfile); local
305 putc(GETJSAMPLE(colormap[1][i]), outfile); local
306 putc(GETJSAMPLE(colormap[0][i]), outfile); local
308 putc(0, outfile);
313 putc(GETJSAMPLE(colormap[0][i]), outfile); local
314 putc(GETJSAMPLE(colormap[0][i]), outfile); local
315 putc(GETJSAMPLE(colormap[0][i]), outfile); local
317 putc(0, outfile);
323 putc(i, outfile);
347 register FILE * outfile = dest->pub.output_file; local
    [all...]
jdatadst.c 28 FILE * outfile; /* target stream */ member in struct:__anon22331
85 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
113 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount)
116 fflush(dest->outfile);
118 if (ferror(dest->outfile))
130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile)
150 dest->outfile = outfile;
  /external/qemu/distrib/jpeg-6b/
wrbmp.c 297 FILE * outfile = dest->pub.output_file; local
304 putc(GETJSAMPLE(colormap[2][i]), outfile); local
305 putc(GETJSAMPLE(colormap[1][i]), outfile); local
306 putc(GETJSAMPLE(colormap[0][i]), outfile); local
308 putc(0, outfile);
313 putc(GETJSAMPLE(colormap[0][i]), outfile); local
314 putc(GETJSAMPLE(colormap[0][i]), outfile); local
315 putc(GETJSAMPLE(colormap[0][i]), outfile); local
317 putc(0, outfile);
323 putc(i, outfile);
347 register FILE * outfile = dest->pub.output_file; local
    [all...]
jdatadst.c 28 FILE * outfile; /* target stream */ member in struct:__anon27596
85 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
113 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount)
116 fflush(dest->outfile);
118 if (ferror(dest->outfile))
130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile)
150 dest->outfile = outfile;
  /external/chromium_org/tools/gyp/test/intermediate_dir/
gyptest-intermediate-dir.py 18 intermediate_file1 = test.read('src/outfile.txt')
31 intermediate_file2 = test.read('src/outfile.txt')
  /external/libvpx/libvpx/examples/
decoder_tmpl.txt 23 die("Usage: %s <infile> <outfile>\n", argv[0]);
52 outfile);
  /development/tools/yuv420sp2rgb/
cmdline.c 40 "\t%s infile --height <height> --width <width> --output <outfile> -t <ppm|grb|argb> [ --gray ] [ --rotate <degrees> ] [ --verbose ]\n"
58 char **outfile,
67 ASSERT(outfile); *outfile = NULL;
118 SET_STRING_OPTION(outfile);
  /external/chromium_org/third_party/yasm/
yasm.gyp 218 'outfile': '<(generated_dir)/nasm-macros.c',
223 'outputs': [ '<(outfile)', ],
225 '<(outfile)', '<(varname)', '<(infile)', ],
236 'outfile': '<(generated_dir)/nasm-version.c',
241 'outputs': [ '<(outfile)', ],
243 '<(outfile)', '<(varname)', '<(infile)',
255 'outfile': '<(generated_dir)/win64-gas.c',
260 'outputs': [ '<(outfile)', ],
262 '<(outfile)', '<(varname)', '<(infile)',
274 'outfile': '<(generated_dir)/win64-nasm.c'
    [all...]
  /external/e2fsprogs/lib/ext2fs/
test_io.c 48 FILE *outfile; member in struct:test_private_data
129 FILE *f = data->outfile;
150 f = data->outfile;
226 data->outfile = NULL;
228 data->outfile = fopen(value, "w");
229 if (!data->outfile)
230 data->outfile = stderr;
274 if (data->outfile && data->outfile != stderr)
275 fclose(data->outfile);
    [all...]
  /external/libffi/testsuite/
run-all-tests 26 outFile="/tmp/out-test-$$.txt"
102 rm -f "$execFile" "$outFile"
108 "$execFile" > "$outFile"
113 cat "$outFile"
118 rm -f "$execFile" "$outFile"
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
ISACHist.cc 27 FILE *outFile;
50 outFile = fopen(argv[2], "w");
51 if(outFile == NULL)
153 fprintf(outFile, "%10lu\n", hist[n]);
155 fclose(outFile);
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 70 File outFile = null;
78 outFile = new File(mVolumes[i].getPath(), relpath.substring(slash + 1));
79 if (DEBUG) Slog.i(TAG, " => " + outFile.getAbsolutePath());
89 if (outFile == null) {
93 FullBackup.restoreFile(data, size, type, -1, mtime, outFile);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 65 outfile = os.path.join(self.build_dir, os.path.basename(script))
66 outfiles.append(outfile)
68 if not self.force and not newer(script, outfile):
96 outf = open(outfile, "w")
115 self.copy_file(script, outfile)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 65 outfile = os.path.join(self.build_dir, os.path.basename(script))
66 outfiles.append(outfile)
68 if not self.force and not newer(script, outfile):
96 outf = open(outfile, "w")
115 self.copy_file(script, outfile)
  /external/elfutils/libcpu/
i386_parse.y 205 extern FILE *outfile;
1078 fprintf (outfile, "%s\n \"%s",
1102 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str);
1120 fprintf (outfile, "#define MNEMONIC_BITS %zu\n", best_mnemonic_bits);
1122 fprintf (outfile, "#define MNEMONIC_BITS %ld\n",
1125 fprintf (outfile, "#define SUFFIX_BITS %d\n", nbitsuf);
1128 fprintf (outfile, "#define FCT%d_BITS %d\n", i + 1, nbitfct[i]);
1130 fprintf (outfile, "#define STR%d_BITS %d\n", i + 1, nbitstr[i]);
1131 fprintf (outfile, "#define OFF%d_1_BITS %d\n", i + 1, nbitoff[i][0]);
1132 fprintf (outfile, "#define OFF%d_1_BIAS %d\n", i + 1, minoff[i][0])
    [all...]
  /external/chromium_org/chrome/installer/util/prebuild/
create_string_rc.py 186 outfile = open(out_filename + '.rc', 'wb')
187 outfile.write(''.join(lines).encode('utf-16'))
188 outfile.close()
228 outfile = open(out_filename, 'wb')
229 outfile.write('\n'.join(lines))
230 outfile.write('\n#ifndef RC_INVOKED')
231 outfile.write(' \\\n'.join(do_languages_lines))
232 outfile.write(' \\\n'.join(installer_string_mapping_lines))
234 outfile.write('\n#endif // ndef RC_INVOKED\n')
235 outfile.close(
    [all...]

Completed in 1807 milliseconds

1 23 4 5 6 7 8 91011>>