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

1 23 4

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp 411 IFX_FileWrite* pFile,
432 bFlags = pExport->Export(pFile, pNode, 0, bsChecksum.GetLength()
436 bFlags = pExport->Export(pFile);
  /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;
  /external/pdfium/core/include/fxcodec/
fx_codec.h 433 virtual FXCODEC_STATUS LoadImageInfo(IFX_FileRead* pFile,
494 virtual IccCS GetProfileCS(IFX_FileRead* pFile) = 0;
  /external/pdfium/core/include/fxge/
fx_font.h 77 FX_BOOL LoadFile(IFX_FileRead* pFile,
424 FXSYS_FILE* pFile,
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 373 FX_DWORD StartParse(IFX_FileRead* pFile,
436 FX_DWORD StartAsynParse(IFX_FileRead* pFile,
803 static CFDF_Document* ParseFile(IFX_FileRead* pFile,
817 void ParseStream(IFX_FileRead* pFile, FX_BOOL bOwnFile);
fpdf_objects.h 464 void InitStreamFromFile(IFX_FileRead* pFile, CPDF_Dictionary* pDict);
fpdf_resource.h 819 void SetJpegImage(IFX_FileRead* pFile);
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_progress.h 91 FXCODEC_STATUS LoadImageInfo(IFX_FileRead* pFile,
codec_int.h 278 IccCS GetProfileCS(IFX_FileRead* pFile) override;
fx_codec_progress.cpp     [all...]
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_doc.h 180 IFX_FileRead* 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...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/venc/src/
omx_swvenc_hevc.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wintrust.h 69 struct WINTRUST_FILE_INFO_ *pFile;
492 PSPC_LINK pFile;
  /external/v8/src/base/platform/
platform-win32.cc 56 int fopen_s(FILE** pFile, const char* filename, const char* mode) {
57 *pFile = fopen(filename, mode);
58 return *pFile != NULL ? 0 : 1;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 168 public void openOutFileInAppFilesDir(File pFile, String pFileOut) {
171 fos = new FileOutputStream(pFile);
187 FileInputStream fis = new FileInputStream(pFile);
  /external/pdfium/xfa/include/fxfa/
fxfa.h 457 IFX_FileRead* pFile,
494 IFX_FileWrite* pFile,
    [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /dalvik/libdex/
DexFile.h 636 const DexClassDef* dexFindClass(const DexFile* pFile, const char* descriptor);
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 419 CPDF_CustomAccess* pFile = new CPDF_CustomAccess(pFileAccess);
420 FX_DWORD err_code = pParser->StartParse(pFile);
    [all...]
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp     [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 233 FX_BOOL AttachFile(IFX_StreamWrite* pFile, FX_BOOL bTakeover = FALSE);
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 786 status_t fseekDCCuseCasePos(FILE *pFile);
    [all...]

Completed in 1395 milliseconds

1 23 4