HomeSort by relevance Sort by last modified time
    Searched refs:fpout (Results 1 - 7 of 7) sorted by null

  /external/lisa/tools/scripts/
py2ipynb.py 19 with open(args.output, "w") as fpout:
20 fpout.write(jsonform)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/
ModifyInf.c 310 FILE *fpout; local
323 fpout = fopen (argv[2], "wb");
324 if (!fpout) {
332 WriteLine (LineBuffer, fpout);
336 fclose (fpout);
  /external/libvpx/libvpx/examples/
resize_util.c 49 FILE *fpin, *fpout; local
83 fpout = fopen(fout, "wb");
84 if (fpout == NULL) {
113 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout);
118 fclose(fpout);
  /external/syslinux/com32/lib/libpng/
pngtest.c 690 static png_FILE_p fpout; /* "static" prevents setjmp corruption */ local
734 if ((fpout = CreateFile(path, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS,
737 if ((fpout = fopen(outname, "wb")) == NULL)
811 FCLOSE(fpout);
833 FCLOSE(fpout);
846 png_init_io(write_ptr, fpout);
851 png_set_write_fn(write_ptr, (png_voidp)fpout, pngtest_write_data,
    [all...]
  /external/libpng/
pngtest.c 865 static png_FILE_p fpout; /* "static" prevents setjmp corruption */ local
897 if ((fpout = fopen(outname, "wb")) == NULL)
961 FCLOSE(fpout);
977 FCLOSE(fpout);
1013 png_init_io(write_ptr, fpout);
1018 png_set_write_fn(write_ptr, (png_voidp)fpout, pngtest_write_data,
    [all...]
  /external/skia/third_party/libpng/
pngtest.c 864 static png_FILE_p fpout; /* "static" prevents setjmp corruption */ local
896 if ((fpout = fopen(outname, "wb")) == NULL)
954 FCLOSE(fpout);
970 FCLOSE(fpout);
1006 png_init_io(write_ptr, fpout);
1011 png_set_write_fn(write_ptr, (png_voidp)fpout, pngtest_write_data,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFvInternalLib.c 3873 FILE *fpin, *fpout; local
    [all...]

Completed in 272 milliseconds