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

<<212223242526272829

  /external/chromium_org/third_party/openssl/openssl/apps/
ca.c 278 char *outfile=NULL; local
436 outfile= *(++argv);
1018 if (outfile != NULL)
1020 if (BIO_write_filename(Sout,outfile) <= 0)
1022 perror(outfile);
1202 if (outfile)
    [all...]
  /external/openssl/apps/
ca.c 278 char *outfile=NULL; local
436 outfile= *(++argv);
1018 if (outfile != NULL)
1020 if (BIO_write_filename(Sout,outfile) <= 0)
1022 perror(outfile);
1202 if (outfile)
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 3857 const char * outfile = NULL; local
    [all...]
  /external/fonttools/Lib/fontTools/
subset.py     [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 1462 FILE *outfile; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core.c 221 aec->outFile = fopen(filename, "wb");
261 fclose(aec->outFile);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 421 outfile = os.path.join(os.getcwd(), fpath)
423 self.assertEqual(fdata, open(outfile, "rb").read())
424 os.remove(outfile)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 421 outfile = os.path.join(os.getcwd(), fpath)
423 self.assertEqual(fdata, open(outfile, "rb").read())
424 os.remove(outfile)
    [all...]
  /external/bison/djgpp/
config.bat 377 : sed "/outfile=/s/\.yy/yy/" %XSRC%/src/scan-gram.l > scan-gram.l
380 : sed "/outfile=/s/\.yy/yy/" %XSRC%/src/scan-skel.l > scan-skel.l
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 56 outfile=$1
58 echo "$@" >> ${outfile}
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 56 outfile=$1
58 echo "$@" >> ${outfile}
    [all...]
  /external/lldb/www/
lldb-gdb.html     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 56 outfile=$1
58 echo "$@" >> ${outfile}
    [all...]
  /dalvik/tools/hprof-conv/
HprofConv.c 681 fprintf(stderr, "Usage: hprof-conf infile outfile\n\n");
  /external/bison/m4/
po.m4 97 # Support "outfile[:infile[:infile...]]"
  /external/bison/src/
scan-code.l 21 %option prefix="code_" outfile="lex.yy.c"
  /external/chromium_org/third_party/yasm/source/patched-yasm/m4/
po.m4 97 # Support "outfile[:infile[:infile...]]"
  /external/chromium_org/tools/ipc_fuzzer/mutate/
mutate.cc 645 << " infile outfile\n";
  /external/elfutils/0.153/m4/
po.m4 97 # Support "outfile[:infile[:infile...]]"
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 22 fprintf(stderr, "Usage: %s [ -f outfile.xml ] [ -t 'TestName' ]\n", prog);
  /external/jpeg/
configure     [all...]
  /external/libexif/auto-m4/
po.m4 91 # Support "outfile[:infile[:infile...]]"
  /external/qemu/distrib/jpeg-6b/
configure     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
TestBenchMultipleInstance.c 91 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out.yuv)\n"));
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 302 FILE *outfile; member in struct:debug_cap
    [all...]

Completed in 632 milliseconds

<<212223242526272829