HomeSort by relevance Sort by last modified time
    Searched refs:outfile (Results 276 - 300 of 329) sorted by null

<<11121314

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
trace-event-python.c 543 static int python_generate_script(struct pevent *pevent, const char *outfile)
551 sprintf(fname, "%s.py", outfile);
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
openjpeg.h 353 char outfile[OPJ_PATH_LEN]; member in struct:opj_cparameters
450 char outfile[OPJ_PATH_LEN]; member in struct:opj_dparameters
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 204 if (m_debug.out_buffer_log && !m_debug.outfile) {
224 m_debug.outfile = fopen(m_debug.outfile_name, "ab");
225 if (!m_debug.outfile) {
232 if (m_debug.outfile && buffer_len) {
234 fwrite(buffer_addr, buffer_len, 1, m_debug.outfile);
436 if (m_debug.outfile) {
437 fclose(m_debug.outfile);
438 m_debug.outfile = NULL;
    [all...]
video_encoder_device_v4l2.cpp 617 if (!m_debug.outfile) {
636 m_debug.outfile = fopen(m_debug.outfile_name, "ab");
637 if (!m_debug.outfile) {
644 if (m_debug.outfile && buffer_len) {
646 fwrite(buffer_addr, buffer_len, 1, m_debug.outfile);
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_to_expectations.py 367 '--outfile', required=True,
387 args.outfile)
  /external/skia/gm/rebaseline_server/
compare_to_expectations.py 367 '--outfile', required=True,
387 args.outfile)
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bntest.c 142 char *outfile=NULL; local
157 outfile= *(++argv);
169 if (outfile == NULL)
175 if (!BIO_write_filename(out,outfile))
177 perror(outfile);
    [all...]
  /external/openssl/crypto/bn/
bntest.c 142 char *outfile=NULL; local
157 outfile= *(++argv);
169 if (outfile == NULL)
175 if (!BIO_write_filename(out,outfile))
177 perror(outfile);
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 1462 FILE *outfile; local
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 3857 const char * outfile = NULL; local
    [all...]
  /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/bison/src/
scan-gram.l 21 %option prefix="gram_" outfile="lex.yy.c"
scan-code.l 21 %option prefix="code_" outfile="lex.yy.c"
  /external/fonttools/Lib/fontTools/
merge.py 913 outfile = 'merged.ttf'
914 font.save(outfile)
  /external/jpeg/
jpeglib.h     [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h     [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jpeglib.h     [all...]
  /external/qemu/distrib/jpeg-6b/
jpeglib.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 580 parser.add_option('-o', '--outfile', dest="outfile",
581 help="Save stats to <outfile>", default=None)
603 runctx(code, globs, None, options.outfile, options.sort)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 580 parser.add_option('-o', '--outfile', dest="outfile",
581 help="Save stats to <outfile>", default=None)
603 runctx(code, globs, None, options.outfile, options.sort)
  /external/chromium_org/base/android/jni_generator/
jni_generator.py     [all...]
  /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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 56 outfile=$1
58 echo "$@" >> ${outfile}
    [all...]

Completed in 446 milliseconds

<<11121314