/build/blueprint/bootstrap/ |
command.go | 32 outFile string 45 flag.StringVar(&outFile, "o", "build.ninja.in", "the Ninja file to output") 148 err = ioutil.WriteFile(outFile, buf.Bytes(), outFilePermissions) 150 fatalf("error writing %s: %s", outFile, err) 154 err := deptools.WriteDepFile(depFile, outFile, deps) 158 err = deptools.WriteDepFile(depFile+".timestamp", outFile+".timestamp", deps)
|
/external/eigen/bench/btl/generic_bench/timers/ |
x86_timer.hh | 121 ofstream outfile (filemane.c_str(),ios::out) ; 126 outfile << (*itr).first << " " << (*itr).second << endl ; 129 outfile.close(); 135 ofstream outfile (filemane.c_str(),ios::out) ; 141 outfile << i << " " 147 outfile.close();
|
/external/libvpx/libvpx/examples/ |
decode_to_md5.c | 75 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name); 81 FILE *outfile = NULL; local 96 if (!(outfile = fopen(argv[2], "wb"))) 123 print_md5(outfile, digest); 124 fprintf(outfile, " img-%dx%d-%04d.i420\n", 135 fclose(outfile);
|
decode_with_drops.c | 69 fprintf(stderr, "Usage: %s <infile> <outfile> <N-M|N/M>\n", exec_name); 75 FILE *outfile = NULL; local 94 if (!(outfile = fopen(argv[2], "wb"))) 133 vpx_img_write(img, outfile); 149 fclose(outfile);
|
postproc.c | 56 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name); 62 FILE *outfile = NULL; local 78 if (!(outfile = fopen(argv[2], "wb"))) 123 vpx_img_write(img, outfile); 136 fclose(outfile);
|
simple_decoder.c | 92 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name); 98 FILE *outfile = NULL; local 113 if (!(outfile = fopen(argv[2], "wb"))) 137 vpx_img_write(img, outfile); 151 fclose(outfile);
|
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/ |
AAC_E_SAMPLES.c | 135 FILE *infile, *outfile; local 176 outfile = fopen(outfileName, "wb"); 177 if (!outfile) { 249 fwrite(outData.Buffer, 1, outData.Length, outfile); 275 if (outfile) 277 fclose(outfile);
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
ObbBackupService.java | 109 File outFile = Environment.buildExternalStorageAppObbDirs(packageName)[0]; 110 if (outFile != null) { 111 outFile = new File(outFile, path); 113 // outFile is null here if we couldn't get access to external storage, 117 FullBackup.restoreFile(data, fileSize, type, -1, mtime, outFile);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
decode_to_md5.c | 77 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name); 83 FILE *outfile = NULL; local 98 if (!(outfile = fopen(argv[2], "wb"))) 125 print_md5(outfile, digest); 126 fprintf(outfile, " img-%dx%d-%04d.i420\n", 137 fclose(outfile);
|
/toolchain/binutils/binutils-2.25/libiberty/ |
gather-docs | 47 $outfile = shift; 49 if ($outfile !~ /\S/ || ! -f "$srcdir/Makefile.in" ) { 50 print STDERR "Usage: gather-docs [-v] srcdir outfile.txi [files with snippets in them ...]\n"; 103 if (!open (OUT, "> $outfile")) { 104 print STDERR "Cannot open $outfile for writing: $!\n"; 108 print "Writing $outfile\n" if $verbose;
|
/cts/tests/tests/os/src/android/os/storage/cts/ |
StorageManagerTest.java | 72 private void doMountAndUnmountObbNormal(File outFile) throws IOException { 73 final String canonPath = mountObb(R.raw.test1_new, outFile, OnObbStateChangeListener.MOUNTED); 75 mountObb(R.raw.test1_new, outFile, OnObbStateChangeListener.ERROR_ALREADY_MOUNTED); 86 unmountObb(outFile, OnObbStateChangeListener.UNMOUNTED); 98 private void doAttemptMountNonObb(File outFile) { 99 mountObb(R.raw.test1_nosig, outFile, OnObbStateChangeListener.ERROR_INTERNAL); 102 mStorageManager.isObbMounted(outFile.getPath())); 105 mStorageManager.getMountedObbPath(outFile.getPath())); 116 private void doAttemptMountObbWrongPackage(File outFile) { 117 mountObb(R.raw.test1_wrongpackage, outFile, [all...] |
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/ |
shell.py | 175 def _filepipespawn(infile, outfile, argv, env): 186 outfile = pickle.loads(%(outfile)s) 194 if outfile is not None: 195 outfile = open(outfile, 'wb') 196 os.dup2(outfile.fileno(), 1) 197 outfile.close() 204 'outfile': repr(_pickle.dumps(_os.path.abspath(outfile))), [all...] |
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/ |
shell.py | 175 def _filepipespawn(infile, outfile, argv, env): 186 outfile = pickle.loads(%(outfile)s) 194 if outfile is not None: 195 outfile = open(outfile, 'wb') 196 os.dup2(outfile.fileno(), 1) 197 outfile.close() 204 'outfile': repr(_pickle.dumps(_os.path.abspath(outfile))), [all...] |
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
picoloadphones.lua | 30 local outfile = io.open(arg[2], "wb")
31 if not outfile then
160 if specid[i] == 0 then outfile:write("\0")
161 else outfile:write(string.format("%c", specid[i]))
166 if nr == 0 then outfile:write("\0")
167 else outfile:write(string.format("%c", nr))
175 outfile:close()
|
/external/vboot_reference/tests/futility/ |
test_sign_firmware.sh | 43 outfile=${TMP}.${base}.new 52 # outfile 65 #OLD ${outfile} \ 86 ${infile} ${outfile} 89 m=$(${FUTILITY} verify --publickey ${KEYDIR}/root_key.vbpubk ${outfile} \ 94 ${FUTILITY} verify --publickey ${KEYDIR}/root_key.vbpubk ${outfile} \ 100 ${FUTILITY} dump_fmap -x ${outfile} \
|
/external/zlib/src/contrib/untgz/ |
untgz.c | 393 FILE *outfile = NULL; local 482 outfile = fopen(fname,"wb"); 483 if (outfile == NULL) { 490 outfile = fopen(fname,"wb"); 493 if (outfile != NULL) 499 outfile = NULL; 531 if (outfile != NULL) 533 if (fwrite(&buffer,sizeof(char),bytes,outfile) != bytes) 537 fclose(outfile); 538 outfile = NULL [all...] |
/external/lzma/CPP/Windows/ |
FileDir.cpp | 468 static bool CreateTempFile(CFSTR prefix, bool addRandom, FString &path, NIO::COutFile *outFile)
486 if (outFile)
495 if (outFile)
502 if (outFile)
504 if (outFile->Create(path, false))
521 bool CTempFile::Create(CFSTR prefix, NIO::COutFile *outFile)
525 if (!CreateTempFile(prefix, false, _path, outFile))
531 bool CTempFile::CreateRandomInTempFolder(CFSTR namePrefix, NIO::COutFile *outFile)
538 if (!CreateTempFile(tempPath + namePrefix, true, _path, outFile))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pipes.py | 45 sts = t.copy(infile, outfile) 46 If infile or outfile are the empty string, standard input is read or 182 def copy(self, infile, outfile): 183 return os.system(self.makepipeline(infile, outfile)) 185 def makepipeline(self, infile, outfile): 186 cmd = makepipeline(infile, self.steps, outfile) 193 def makepipeline(infile, steps, outfile): 214 if kind[1] == 'f' and not outfile: 216 list[-1][-1] = outfile
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pipes.py | 45 sts = t.copy(infile, outfile) 46 If infile or outfile are the empty string, standard input is read or 182 def copy(self, infile, outfile): 183 return os.system(self.makepipeline(infile, outfile)) 185 def makepipeline(self, infile, outfile): 186 cmd = makepipeline(infile, self.steps, outfile) 193 def makepipeline(infile, steps, outfile): 214 if kind[1] == 'f' and not outfile: 216 list[-1][-1] = outfile
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pipes.py | 45 sts = t.copy(infile, outfile) 46 If infile or outfile are the empty string, standard input is read or 182 def copy(self, infile, outfile): 183 return os.system(self.makepipeline(infile, outfile)) 185 def makepipeline(self, infile, outfile): 186 cmd = makepipeline(infile, self.steps, outfile) 193 def makepipeline(infile, steps, outfile): 214 if kind[1] == 'f' and not outfile: 216 list[-1][-1] = outfile
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pipes.py | 45 sts = t.copy(infile, outfile) 46 If infile or outfile are the empty string, standard input is read or 182 def copy(self, infile, outfile): 183 return os.system(self.makepipeline(infile, outfile)) 185 def makepipeline(self, infile, outfile): 186 cmd = makepipeline(infile, self.steps, outfile) 193 def makepipeline(infile, steps, outfile): 214 if kind[1] == 'f' and not outfile: 216 list[-1][-1] = outfile
|
/external/libjpeg-turbo/ |
wrtarga.c | 164 FILE *outfile; local 182 outfile = dest->pub.output_file; 184 putc(GETJSAMPLE(cinfo->colormap[2][i]), outfile); 185 putc(GETJSAMPLE(cinfo->colormap[1][i]), outfile); 186 putc(GETJSAMPLE(cinfo->colormap[0][i]), outfile);
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfCRgbaFile.cpp | 98 outfile (ImfOutputFile *out) function in namespace:__anon21930 105 outfile (const ImfOutputFile *out) function in namespace:__anon21930 112 outfile (ImfTiledOutputFile *out) function in namespace:__anon21930 119 outfile (const ImfTiledOutputFile *out) function in namespace:__anon21930 956 delete outfile (out); 975 outfile(out)->setFrameBuffer ((Imf::Rgba *)base, xStride, yStride); 991 outfile(out)->writePixels (numScanLines); 1005 return outfile(out)->currentScanLine(); 1012 return (const ImfHeader *) &outfile(out)->header(); 1019 return outfile(out)->channels() [all...] |
/external/skia/gyp/ |
yasm.gyp | 251 'outfile': '<(generated_dir)/nasm-macros.c', 256 'outputs': [ '<(outfile)', ], 258 '<(outfile)', '<(varname)', '<(infile)', ], 274 'outfile': '<(generated_dir)/nasm-version.c', 279 'outputs': [ '<(outfile)', ], 281 '<(outfile)', '<(varname)', '<(infile)', 293 'outfile': '<(generated_dir)/win64-gas.c', 298 'outputs': [ '<(outfile)', ], 300 '<(outfile)', '<(varname)', '<(infile)', 312 'outfile': '<(generated_dir)/win64-nasm.c' [all...] |
/frameworks/base/core/java/com/android/server/backup/ |
SystemBackupAgent.java | 145 File outFile = null; 149 outFile = new File(WALLPAPER_INFO); 152 outFile = new File(WALLPAPER_IMAGE); 158 if (outFile == null) { 161 FullBackup.restoreFile(data, size, type, mode, mtime, outFile);
|