HomeSort by relevance Sort by last modified time
    Searched refs:pFile (Results 51 - 75 of 91) sorted by null

1 23 4

  /external/pdfium/core/fpdfapi/parser/
cpdf_stream.h 54 void InitStreamFromFile(const RetainPtr<IFX_SeekableReadStream>& pFile,
cpdf_parser.h 53 Error StartParse(const RetainPtr<IFX_SeekableReadStream>& pFile,
55 Error StartLinearizedParse(const RetainPtr<IFX_SeekableReadStream>& pFile,
  /external/pdfium/core/fxge/
cfx_font.h 46 bool LoadFile(const RetainPtr<IFX_SeekableReadStream>& pFile, int nFaceIndex);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
AParser.h 266 virtual int printMessage(FILE* pFile, const char* pFormat, ...); // MR23
267 virtual int printMessageV(FILE* pFile, const char* pFormat, va_list arglist); // MR23
ASTBase.cpp 248 int ASTBase::printMessage(FILE* pFile, const char* pFormat, ...)
252 int iRet = vfprintf(pFile, pFormat, marker);
AToken.h 91 virtual int printMessage(FILE* pFile, const char* pFormat, ...) // MR23
95 int iRet = vfprintf(pFile, pFormat, marker);
AParser.cpp 849 int ANTLRParser::printMessage(FILE* pFile, const char* pFormat, ...)
853 int iRet = printMessageV(pFile, pFormat, marker);
858 int ANTLRParser::printMessageV(FILE* pFile, const char* pFormat, va_list arglist) // MR23
860 return vfprintf(pFile, pFormat, arglist);
PCCTSAST.cpp 677 int PCCTS_AST::printMessage(FILE* pFile, const char* pFormat, ...)
681 int iRet = vfprintf(pFile, pFormat, marker);
  /external/pdfium/fpdfsdk/
fpdf_dataavail.cpp 69 void Set(FPDF_FILEACCESS* pFile) { m_pFileAccess = pFile; }
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 899 FILE *pFile = fopen(pFileName, "rb");
901 if(pFile)
904 fseek(pFile, 0, SEEK_END);
905 long m_Size = ftell(pFile) + 2;
906 fseek(pFile, 0, SEEK_SET);
913 while(fgets(pFullFile + offset, (int) (m_Size - offset), pFile))
929 fclose(pFile);
933 fclose(pFile);
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffdoc.cpp 397 const RetainPtr<IFX_SeekableStream>& pFile,
401 return !!pExport->Export(pFile);
408 pFile, pNode, 0, bsChecksum.GetLength() ? bsChecksum.c_str() : nullptr);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrUtilityLib.cpp 24 IN FILE *pFile,
33 if ((pFile == NULL) || (LineHeader == NULL) || (BlkBuf == NULL)) {
39 fprintf (pFile, "\n%s", LineHeader);
41 fprintf (pFile, "0x%02X, ", (UINT8)BlkBuf[Index]);
47 IN FILE *pFile,
56 if ((BlkSize == 0) || (pFile == NULL) || (LineHeader == NULL) || (BlkBuf == NULL)) {
62 fprintf (pFile, "\n%s", LineHeader);
64 fprintf (pFile, "0x%02X, ", (UINT8)BlkBuf[Index]);
68 fprintf (pFile, "\n%s", LineHeader);
70 fprintf (pFile, "0x%02X\n", (UINT8)BlkBuf[Index]);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.c     [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_rome.c 801 FILE * pFile;
811 pFile = fopen ( file_path , "r" );
812 if (pFile==NULL) {;
818 fseek (pFile , 0 , SEEK_END);
819 fileSize = ftell (pFile);
820 rewind (pFile);
825 fclose (pFile);
830 readSize = fread (pdata_buffer,1,fileSize,pFile);
833 fclose (pFile);
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hw_rome.c 823 FILE * pFile;
833 pFile = fopen ( file_path , "r" );
834 if (pFile==NULL) {;
840 fseek (pFile , 0 , SEEK_END);
841 fileSize = ftell (pFile);
842 rewind (pFile);
847 fclose (pFile);
852 readSize = fread (pdata_buffer,1,fileSize,pFile);
855 fclose (pFile);
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_rome.c 783 FILE * pFile;
793 pFile = fopen ( file_path , "r" );
794 if (pFile==NULL) {;
800 fseek (pFile , 0 , SEEK_END);
801 fileSize = ftell (pFile);
802 rewind (pFile);
807 fclose (pFile);
812 readSize = fread (pdata_buffer,1,fileSize,pFile);
815 fclose (pFile);
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_rome.c 831 FILE * pFile;
841 pFile = fopen ( file_path , "r" );
842 if (pFile==NULL) {;
848 fseek (pFile , 0 , SEEK_END);
849 fileSize = ftell (pFile);
850 rewind (pFile);
855 fclose (pFile);
860 readSize = fread (pdata_buffer,1,fileSize,pFile);
863 fclose (pFile);
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hw_rome.c 808 FILE * pFile;
818 pFile = fopen ( file_path , "r" );
819 if (pFile==NULL) {;
825 fseek (pFile , 0 , SEEK_END);
826 fileSize = ftell (pFile);
827 rewind (pFile);
832 fclose (pFile);
837 readSize = fread (pdata_buffer,1,fileSize,pFile);
840 fclose (pFile);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
genmk_old.c 131 pFile( char *s )
133 pFile( s )
252 { "*", 0,pFile, "" }, /* anything else is a file */
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 407 FileTransferMsg CreateFileDownloadBlockSizeDataMsg(unsigned short sizeFile, char *pFile);
578 CreateFileDownloadBlockSizeDataMsg(unsigned short sizeFile, char *pFile)
601 memcpy(pFollow, pFile, sizeFile);
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 107 int fopen_s(FILE **pFile, const char *filename, const char *mode) {
108 if (!pFile || !filename || !mode) {
120 *pFile = f;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vktestframework.cpp 96 int fopen_s(FILE **pFile, const char *filename, const char *mode) {
97 if (!pFile || !filename || !mode) {
109 *pFile = f;
    [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_progressivedecoder.h 48 FXCODEC_STATUS LoadImageInfo(const RetainPtr<IFX_SeekableReadStream>& pFile,
  /external/speex/libspeex/
mdf.c 387 static FILE *rFile=NULL, *pFile=NULL, *oFile=NULL;
391 if (!(rFile && pFile && oFile))
396 fwrite(play, sizeof(spx_int16_t), len, pFile);
417 if (rFile || pFile || oFile)
420 pFile = fopen("aec_play.sw", "wb");
630 fclose(pFile);
632 rFile = pFile = oFile = NULL;
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_swvenc_hevc.cpp     [all...]

Completed in 1518 milliseconds

1 23 4