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

1 23 4 5 6 7 8 91011>>

  /external/toybox/toys/posix/
split.c 8 * - should splitting an empty file produce an empty outfile? (Went with "no".)
35 char *outfile;
60 char *s = TT.outfile + strlen(TT.outfile);
71 outfd = xcreate(TT.outfile, O_RDWR|O_CREAT|O_TRUNC, st.st_mode & 0777);
93 free(TT.outfile);
103 TT.outfile = xmprintf("%s%*c", (toys.optc == 2) ? toys.optargs[1] : "x",
uniq.c 63 FILE *infile = stdin, *outfile = stdout; local
68 if (toys.optc >= 2) outfile = xfopen(toys.optargs[1], "w");
99 print_line(outfile, prevline);
113 print_line(outfile, prevline);
116 if (outfile != stdout) fclose(outfile);
  /external/webrtc/webrtc/common_audio/
wav_file_unittest.cc 28 const std::string outfile = test::OutputPath() + "wavtest1.wav"; local
31 WavWriter w(outfile, 14099, 1);
43 FILE* f = fopen(outfile.c_str(), "ab");
70 EXPECT_EQ(kContentSize, test::GetFileSize(outfile));
71 FILE* f = fopen(outfile.c_str(), "rb");
79 WavReader r(outfile);
93 const std::string outfile = test::OutputPath() + "wavtest2.wav"; local
94 rtc_WavWriter* w = rtc_WavOpen(outfile.c_str(), 11904, 2);
126 EXPECT_EQ(kContentSize, test::GetFileSize(outfile));
127 FILE* f = fopen(outfile.c_str(), "rb")
137 std::string outfile = test::OutputPath() + "wavtest3.wav"; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
apmtest.m 99 outfile = ['out'];
111 outfile = ['out'];
121 outfile = ['out'];
146 [nErr, nCases] = recurseDir(inpathtest, outpathtest, refpathtest, outfile, ...
170 outfile, progname, opt, simulateMode, nErr, nCases, task, casenumber, ...
193 fprintf([num2str(nCases) '. ' outfile '\n'])
195 vadoutfile = ['vad_' outfile '.dat'];
196 outfile = [outfile '.pcm'];
242 command = [progname ' -o ' outpath outfile ' ' opt]
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
GZIPOutputStreamTest.java 50 FileOutputStream outFile = new FileOutputStream(
52 TestGZIPOutputStream outGZIP = new TestGZIPOutputStream(outFile);
70 FileOutputStream outFile = new FileOutputStream(
72 TestGZIPOutputStream outGZIP = new TestGZIPOutputStream(outFile,
92 FileOutputStream outFile = new FileOutputStream(
94 TestGZIPOutputStream outGZIP = new TestGZIPOutputStream(outFile);
120 FileOutputStream outFile = new FileOutputStream(
122 TestGZIPOutputStream outGZIP = new TestGZIPOutputStream(outFile);
145 FileOutputStream outFile = new FileOutputStream(
147 TestGZIPOutputStream outGZIP = new TestGZIPOutputStream(outFile);
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
noise_summary.py 149 def print_iteration_summary(data_dict, iteration, outfile):
150 outfile.write('\n')
151 outfile.write("Iteration %d\n" % iteration)
152 outfile.write('-------------\n')
165 outfile.write('{:,}Hz \t %s \t %s \n'.format(freq) %
171 outfile = open(output_file, 'w')
172 outfile.write('Summary: \n')
173 outfile.write(' %d issues with finger tracking over all iterations. \n' %
175 outfile.write(' %d issues with distance over all iterations. \n' %
177 outfile.write('\n\n'
    [all...]
  /external/libjpeg-turbo/
tjbenchtest.java.in 68 runme $EXEDIR/cjpeg -quality 95 -dct fast -grayscale -outfile $OUTDIR/${basename}_GRAY_fast_cjpeg.jpg $IMGDIR/${basename}.bmp
69 runme $EXEDIR/cjpeg -quality 95 -dct fast -sample 2x2 -outfile $OUTDIR/${basename}_420_fast_cjpeg.jpg $IMGDIR/${basename}.bmp
70 runme $EXEDIR/cjpeg -quality 95 -dct fast -sample 2x1 -outfile $OUTDIR/${basename}_422_fast_cjpeg.jpg $IMGDIR/${basename}.bmp
71 runme $EXEDIR/cjpeg -quality 95 -dct fast -sample 1x1 -outfile $OUTDIR/${basename}_444_fast_cjpeg.jpg $IMGDIR/${basename}.bmp
72 runme $EXEDIR/cjpeg -quality 95 -dct int -grayscale -outfile $OUTDIR/${basename}_GRAY_accurate_cjpeg.jpg $IMGDIR/${basename}.bmp
73 runme $EXEDIR/cjpeg -quality 95 -dct int -sample 2x2 -outfile $OUTDIR/${basename}_420_accurate_cjpeg.jpg $IMGDIR/${basename}.bmp
74 runme $EXEDIR/cjpeg -quality 95 -dct int -sample 2x1 -outfile $OUTDIR/${basename}_422_accurate_cjpeg.jpg $IMGDIR/${basename}.bmp
75 runme $EXEDIR/cjpeg -quality 95 -dct int -sample 1x1 -outfile $OUTDIR/${basename}_444_accurate_cjpeg.jpg $IMGDIR/${basename}.bmp
77 runme $EXEDIR/djpeg -rgb -bmp -outfile $OUTDIR/${basename}_${samp}_default_djpeg.bmp $OUTDIR/${basename}_${samp}_fast_cjpeg.jpg
78 runme $EXEDIR/djpeg -dct fast -rgb -bmp -outfile $OUTDIR/${basename}_${samp}_fast_djpeg.bmp $OUTDIR/${basename}_${samp}_fast_cjpeg.jp
    [all...]
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 69 $outfile = $destDir."/".$destFileName;
71 unlink($outfile);
72 $outFH = IO::File->new($outfile,"a")
73 or die "could not open the file $outfile for writing: $! \n";
95 createUnassignedTable($inFH,$outfile);
98 createMapToNothing($inFH,$outfile);
101 createCaseMapNorm($inFH,$outfile);
104 createCaseMapNoNorm($inFH,$outfile);
107 createProhibitedTable($inFH,$outfile,$line);
110 createProhibitedTable($inFH,$outfile,$line)
    [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 27 --out=outfile Redirect output to a file
36 [ -f "${outfile}" ] && rm -f ${outfile}{,.mk}
43 [ -f "${outfile}" ] && rm -f ${outfile}{,.mk}
225 $nows_sln_config: $outfile
226 ${TAB}\$(MSBUILD_TOOL) $outfile -build "$config"
229 $nows_sln_config: $outfile
230 ${TAB}\$(MSBUILD_TOOL) $outfile -m -t:Build \\
235 $nows_sln_config: $outfile .nodevenv.onc
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_sln.sh 27 --out=outfile Redirect output to a file
36 [ -f "${outfile}" ] && rm -f ${outfile}{,.mk}
43 [ -f "${outfile}" ] && rm -f ${outfile}{,.mk}
225 $nows_sln_config: $outfile
226 ${TAB}\$(MSBUILD_TOOL) $outfile -build "$config"
229 $nows_sln_config: $outfile
230 ${TAB}\$(MSBUILD_TOOL) $outfile -m -t:Build \\
235 $nows_sln_config: $outfile .nodevenv.onc
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/arch/
arch.exp 190 set outfile [open "arch_results.txt" w 0666]
191 puts $outfile "# Generated file. DO NOT EDIT"
192 puts $outfile "#"
193 puts $outfile "# This file is generated by ld/testsuite/ld-sh/arch/arch.exp ."
194 puts $outfile "# It contains the expected results of the tests."
195 puts $outfile "# If the tests are failing because the expected results"
196 puts $outfile "# have changed then run 'make check' and copy the new file"
197 puts $outfile "# from <objdir>/ld/arch_results.txt"
198 puts $outfile "# to <srcdir>/ld/testsuite/ld-sh/arch/arch_expected.txt ."
199 puts $outfile "# Make sure the new expected results are ALL correct.
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/
summary.py 21 def report(self, morfs, outfile=None):
24 `outfile` is a file object to write the summary to. It must be opened
51 if outfile is None:
52 outfile = sys.stdout
55 writeout = lambda u: outfile.write(u.encode(output_encoding()))
57 writeout = outfile.write
  /external/elfutils/tests/
test-subr.sh 57 outfile="$1"
59 remove_files="$remove_files $outfile"
60 testrun "$@" > $outfile 2>&1 || :
65 outfile="${1##*/}.out"
66 testrun_out $outfile "$@"
67 diff -u $outfile -
  /external/selinux/policycoreutils/semodule_link/
semodule_link.c 30 printf("usage: %s [-Vv] [-o outfile] basemodpkg modpkg1 [modpkg2]...\n",
82 FILE *outfile; local
151 outfile = fopen(outname, "w");
152 if (!outfile) {
161 sepol_policy_file_set_fp(pf, outfile);
168 fclose(outfile);
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
12 outfile.zip will be created
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
fetch_file 35 dest="outfile")
43 if options.outfile:
44 open(options.outfile, "w").write(f.read())
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CollectAPI.java 33 void writeHTML(String outfile, BitSet filter) throws IOException {
41 FileOutputStream fos = new FileOutputStream(outfile);
147 void writeTSV(String outfile, BitSet filter) throws IOException {
148 FileOutputStream fos = new FileOutputStream(outfile);
191 String outfile = null; local
231 outfile = args[i];
252 if (outfile == null) {
253 outfile = "api.tsv";
255 collection.writeTSV(outfile, filter);
257 if (outfile == null)
    [all...]
  /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/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/selinux/policycoreutils/semodule_package/
semodule_package.c 30 printf(" -o --outfile Output file (required)\n");
96 char *fcdata = NULL, *outfile = NULL, *seusersdata = local
108 {"outfile", required_argument, NULL, 'o'},
139 if (outfile) {
144 outfile = strdup(optarg);
145 if (!outfile)
183 if (!module || !outfile) {
236 if (file_to_policy_file(outfile, &out, "w"))
254 free(outfile);
  /external/skia/tests/
PathOpsExtendedTest.cpp 366 static void writeTestName(const char* nameSuffix, SkMemoryWStream& outFile) {
367 outFile.writeText(testName);
368 outFile.writeDecAsText(testNumber);
371 outFile.writeText(nameSuffix);
376 const char* testFunction, bool twoPaths, SkMemoryWStream& outFile) {
378 outFile.writeText("\n<div id=\"");
379 writeTestName(nameSuffix, outFile);
380 outFile.writeText("\">\n");
382 outFile.writeText(pathPrefix);
384 outFile.writeText(pathStr)
    [all...]

Completed in 827 milliseconds

1 23 4 5 6 7 8 91011>>