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

  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 316 //CString strFormat = cppTm.Format(cFormat.c_str());
333 //cFormat = strFormat.GetBuffer(strFormat.GetLength()+1);
343 //strFormat.Replace(cTableAd[iIndex].lpszJSMark,"%d");
344 //strFormat.Format(strFormat,cTableAd[iIndex].iValue);
362 CFX_WideString strFormat;
363 // strFormat.Format((FX_LPCWSTR)L"%d,%d,%d,%d,%d,%d",iYear, iMonth, iDay, iHour, iMin, iSec);
364 // CString strFormat = cppTm.Format(cFormat.c_str());
366 strFormat = wcsftime(buf, 64, cFormat.c_str(), &time);
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Debug.h 98 const char *szFunctionName, const char *strFormat, ...);
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Debug.h 123 const char *szFunctionName, const char *strFormat, ...);
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Debug.h 123 const char *szFunctionName, const char *strFormat, ...);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h 117 void G729ENC_eprint(int iLineNum, const char *szFunctionName, const char *strFormat, ...);
118 void G729ENC_Log(const char *szFileName, int iLineNum, const char *szFunctionName, const char *strFormat, ...);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wlanapi.h 587 LPCWSTR strFormat,
720 LPCWSTR strFormat,
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 197 void VIDENCTEST_Log(const char *szFileName, int iLineNum, const char *szFunctionName, const char *strFormat, ...)
203 va_start(list, strFormat);
204 vfprintf(stdout, strFormat, list);
    [all...]

Completed in 355 milliseconds