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

<<11121314151617181920>>

  /prebuilts/tools/darwin-x86_64/protoc/include/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);
  /prebuilts/tools/linux-x86_64/protoc/include/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);
  /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/curl/src/
tool_cfgable.c 89 Curl_safefree(urlnode->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 130 --out=*) outfile="$optval"
198 outfile=${outfile:-/dev/stdout}
481 sed -e '/"/s;\([^ "]\)/;\1\\;g' > ${outfile}
gen_msvs_vcxproj.sh 146 --out=*) outfile="$optval"
216 outfile=${outfile:-/dev/stdout}
488 sed -e '/xmlns/s;\\;/;g' > ${outfile}
  /external/libvpx/libvpx/examples/
vp9_lossless_encoder.c 26 fprintf(stderr, "Usage: %s <width> <height> <infile> <outfile>\n", exec_name);
vpx_temporal_svc_encoder.c 467 VpxVideoWriter *outfile[VPX_TS_MAX_LAYERS] = {NULL}; local
510 die("Usage: %s <infile> <outfile> <codec_type(vp8/vp9)> <width> <height> "
514 die("Usage: %s <infile> <outfile> <codec_type(vp8/vp9)> <width> <height> "
665 outfile[i] = vpx_video_writer_open(file_name, kContainerIVF, &info);
666 if (!outfile[i])
669 assert(outfile[i] != NULL);
761 vpx_video_writer_write_frame(outfile[i], pkt->data.frame.buf,
823 vpx_video_writer_close(outfile[i]);
  /external/lzma/C/Util/7z/
7zMain.c 475 CSzFile outFile;
499 else if (OutFile_OpenUtf16(&outFile, destPath))
506 if (File_Write(&outFile, outBuffer + offset, &processedSize) != 0 || processedSize != outSizeProcessed)
512 if (File_Close(&outFile))
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
XZOutputStream.java 27 * FileOutputStream outfile = new FileOutputStream("foo.xz");
28 * XZOutputStream outxz = new XZOutputStream(outfile, new LZMA2Options());
34 * XZOutputStream outxz = new XZOutputStream(outfile, new LZMA2Options(8),
51 * XZOutputStream outxz = new XZOutputStream(outfile, options);
  /external/vboot_reference/futility/
futility.h 113 void futil_copy_file_or_die(const char *infile, const char *outfile);
  /external/vboot_reference/tests/futility/
test_sign_keyblocks.sh 37 --outfile ${TMP}.keyblock1
  /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}
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
omx_video_common.h 91 FILE *outfile; member in struct:venc_debug_cap
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_video_common.h 97 FILE *outfile; member in struct:venc_debug_cap
  /external/jhead/
jpgfile.c 790 FILE * outfile; local
798 outfile = fopen(FileName,"wb");
799 if (outfile == NULL){
805 fputc(0xff,outfile);
806 fputc(0xd8,outfile);
815 fwrite(JfifHead, 18, 1, outfile);
822 fputc(0xff,outfile);
823 fputc((unsigned char)Sections[a].Type, outfile);
824 nWrite = fwrite(Sections[a].Data, 1, Sections[a].Size, outfile);
834 nWrite = fwrite(Sections[a].Data, 1,Sections[a].Size, outfile);
    [all...]
  /build/tools/zipalign/
ZipAlign.cpp 35 "Usage: zipalign [-f] [-p] [-v] [-z] <align> infile.zip outfile.zip\n"
40 fprintf(stderr, " -f: overwrite existing outfile.zip\n");
  /external/llvm/test/CodeGen/X86/
2007-02-16-BranchFold.ll 24 @outfile = external global %struct.FILE* ; <%struct.FILE**> [#uses=1]
62 %tmp3.i8.i = load %struct.FILE*, %struct.FILE** @outfile ; <%struct.FILE*> [#uses=1]
  /external/llvm/test/Transforms/LoopRotate/
PhiRename-1.ll 23 @outfile = external global %struct.FILE* ; <%struct.FILE**> [#uses=1]
61 %tmp13 = load %struct.FILE*, %struct.FILE** @outfile ; <%struct.FILE*> [#uses=1]
  /external/skia/tools/
nanobench_flags.py 11 Write extra flags to outfile for nanobench based on the bot name:
12 $ python nanobench_flags.py outfile Perf-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 103 -alphabet <outfile> writes the combined set of symbols to <outfile>.
  /external/valgrind/coregrind/
link_tool_exe_darwin.in 34 # the *.a, *.o and -o outfile parts. Wrap them up in a new command
112 # get hold of the outfile name (following "-o")

Completed in 841 milliseconds

<<11121314151617181920>>