HomeSort by relevance Sort by last modified time
    Searched full:outfile (Results 326 - 350 of 704) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.cc 28 // 'outfile', with each rule terminated by a LF. The file must already have
30 bool WriteRules(const RuleMap& rules, const base::FilePath& outfile) {
64 int written = base::WriteFile(outfile,
  /external/chromium_org/third_party/WebKit/Source/devtools/
BUILD.gn 131 outfile = "$root_gen_dir/devtools/devtools_resources.grd"
132 outputs = [ outfile ]
143 "--output", rebase_path(outfile, root_build_dir),
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 69 WritableFile* outfile; member in struct:leveldb::DBImpl::CompactionState
78 outfile(NULL),
747 assert(compact->outfile == NULL);
749 delete compact->outfile;
775 Status s = env_->NewWritableFile(fname, &compact->outfile);
777 compact->builder = new TableBuilder(options_, compact->outfile);
785 assert(compact->outfile != NULL);
807 s = compact->outfile->Sync();
810 s = compact->outfile->Close();
812 delete compact->outfile;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream.h 86 // // Copy the contents of "infile" to "outfile", using plain read() for
87 // // "infile" but a ZeroCopyOutputStream for "outfile".
89 // int outfd = open("outfile", O_WRONLY);
  /external/e2fsprogs/debugfs/
util.c 81 FILE *outfile = 0; local
94 ((outfile = popen(pager, "w")) == 0))
96 return outfile;
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.h 86 // // Copy the contents of "infile" to "outfile", using plain read() for
87 // // "infile" but a ZeroCopyOutputStream for "outfile".
89 // int outfd = open("outfile", O_WRONLY);
  /external/valgrind/main/cachegrind/
cg_merge.c 841 fprintf(stderr, "%s: usage: %s [-o outfile] [files-to-merge]\n",
852 FILE* outfile = NULL; local
924 outfile = fopen(outfilename, "w");
925 if (!outfile) {
932 outfile = stdout;
935 show_CacheProfFile( outfile, cpf );
936 if (ferror(outfile)) {
940 if (outfile != stdout)
941 fclose(outfile);
945 fflush(outfile);
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSupport.cpp 262 void dump_dmp_img(const char *outFile)
275 LOGI("HAL DEBUG:write to %s", outFile);
277 read_dmp_img(dmp_path, (char *)outFile);
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 463 private void recordMedia(long maxFileSize, File outFile) throws Exception {
470 assertTrue(outFile.exists());
474 assertTrue(outFile.length() < 1.1 * maxFileSize);
475 assertTrue(outFile.length() > 0);
  /development/tools/etc1tool/
etc1tool.cpp 42 "%s infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference difffile] [-o outfile]\n",
58 "\tIf outfile is not specified, an outfile path is constructed from infile,\n");
505 usage("Expected outfile after -o");
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
DateFmtPerf.cpp 117 fprintf(stderr, "Usage: %s -x <outfile>.xml\n", argv[0]);
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_proj.sh 124 --out=*) outfile="$optval"
185 outfile=${outfile:-/dev/stdout}
510 sed -e '/"/s;\([^ "]\)/;\1\\;g' > ${outfile}
gen_msvs_vcxproj.sh 144 --out=*) outfile="$optval"
207 outfile=${outfile:-/dev/stdout}
503 sed -e '/xmlns/s;\\;/;g' > ${outfile}
  /external/chromium_org/third_party/openssl/openssl/apps/
pkeyutl.c 91 char *infile = NULL, *outfile = NULL, *sigfile = NULL; local
127 else outfile= *(++argv);
269 if(outfile)
271 if(!(out = BIO_new_file(outfile, "wb")))
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
PacketLossTest.cc 134 std::string fileName = webrtc::test::OutputPath() + "outFile.rtp";
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_internal.h 146 FILE* outFile;
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 65 public void setOutFile (final File outFile)
67 if ($assert.ENABLED) $assert.ASSERT (outFile != null, "null input: outFile");
69 m_outFile = outFile;
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 200 --out=*) outfile="$optval"
257 outfile=${outfile:-/dev/stdout}
582 sed -e '/"/s;\([^ "]\)/;\1\\;g' > ${outfile}
gen_msvs_vcxproj.sh 220 --out=*) outfile="$optval"
279 outfile=${outfile:-/dev/stdout}
561 sed -e '/xmlns/s;\\;/;g' > ${outfile}
  /external/lzma/C/Util/7z/
7zMain.c 430 CSzFile outFile;
454 else if (OutFile_OpenUtf16(&outFile, destPath))
461 if (File_Write(&outFile, outBuffer + offset, &processedSize) != 0 || processedSize != outSizeProcessed)
467 if (File_Close(&outFile))
  /external/openssl/apps/
pkeyutl.c 91 char *infile = NULL, *outfile = NULL, *sigfile = NULL; local
127 else outfile= *(++argv);
269 if(outfile)
271 if(!(out = BIO_new_file(outfile, "wb")))
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 151 FILE *outFile;
  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 64 "Usage: zopflipng [options]... infile.png outfile.png\n"
119 " outfile.png\n"
120 "Compress more: zopflipng -m infile.png outfile.png\n"
124 " --lossy_8bit --lossy_transparent infile.png outfile.png\n");
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_proj.sh 200 --out=*) outfile="$optval"
257 outfile=${outfile:-/dev/stdout}
582 sed -e '/"/s;\([^ "]\)/;\1\\;g' > ${outfile}
gen_msvs_vcxproj.sh 220 --out=*) outfile="$optval"
279 outfile=${outfile:-/dev/stdout}
561 sed -e '/xmlns/s;\\;/;g' > ${outfile}

Completed in 558 milliseconds

<<11121314151617181920>>