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

<<11121314151617181920>>

  /external/bison/src/
scan-skel.l 21 %option prefix="skel_" outfile="lex.yy.c"
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
set_maps.c 59 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
twopass_encoder.c 64 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
  /external/chromium_org/third_party/mesa/src/docs/
devinfo.html 114 indent -br -i3 -npcs --no-tabs infile.c -o outfile.c
  /external/chromium_org/third_party/openssl/openssl/apps/
ocsp.c 134 char *outfile = NULL; local
185 outfile = *args;
624 if(outfile) out = BIO_new_file(outfile, "w");
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/instr/
instrTask.java 127 // metadatafile|outfile attribute:
  /external/jpeg/
djpeg.1 172 .BI \-outfile " name"
jpegtran.1 181 .BI \-outfile " name"
  /external/libvpx/libvpx/examples/
set_maps.c 59 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
twopass_encoder.c 64 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
  /external/mesa3d/docs/
devinfo.html 114 indent -br -i3 -npcs --no-tabs infile.c -o outfile.c
  /external/openssl/apps/
ocsp.c 135 char *outfile = NULL; local
186 outfile = *args;
634 if(outfile) out = BIO_new_file(outfile, "w");
    [all...]
  /external/qemu/distrib/jpeg-6b/
djpeg.1 172 .BI \-outfile " name"
jpegtran.1 181 .BI \-outfile " name"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
set_maps.c 59 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
twopass_encoder.c 64 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
  /external/chromium_org/net/tools/tld_cleanup/
make_dafsa.py 461 print('usage: %s infile outfile' % sys.argv[0])
463 with open(sys.argv[1], 'r') as infile, open(sys.argv[2], 'w') as outfile:
464 outfile.write(words_to_cxx(parse_gperf(infile)))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 384 outfile = open(new_filepath, 'wb')
385 outfile.write(converted_file[1])
386 outfile.close()
  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 220 char *inFile, *outFile;
515 outFile = argv[argc-1];
516 fout = fopen(outFile, "wb+");
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
kenny.cc 162 printf("./kenny.exe [-F num][-I] bottleneck_value infile outfile \n\n");
209 " (outfile is narrowband)\n\n");
219 printf("outfile : Speech output file\n\n");
  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.m 211 char outfile[1024];
212 sprintf(outfile, "/tmp/stdout_%d", getpid());
215 creat(outfile, 0700);
  /external/libopus/src/
opus_demo.c 220 char *inFile, *outFile;
515 outFile = argv[argc-1];
516 fout = fopen(outFile, "wb+");
    [all...]
  /external/llvm/tools/lli/
lli.cpp 277 raw_fd_ostream outfile(CacheName.c_str(), errStr, sys::fs::F_None);
278 outfile.write(Obj->getBufferStart(), Obj->getBufferSize());
279 outfile.close();
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
kenny.c 172 printf("./kenny.exe [-F num][-I] bottleneck_value infile outfile \n\n");
219 " (outfile is narrowband)\n\n");
229 printf("outfile : Speech output file\n\n");
  /frameworks/rs/
rsg_generator.c 647 fprintf(stderr, "usage: %s commandFile outFile\n", argv[0]);
651 const char* outFile = argv[2];
665 FILE *f = fopen(outFile, "w");

Completed in 1219 milliseconds

<<11121314151617181920>>