OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strFormat
(Results
1 - 9
of
9
) sorted by null
/external/pdfium/fpdfsdk/src/javascript/
util.cpp
307
CFX_WideString
strFormat
;
309
strFormat
= wcsftime(buf, 64, cFormat.c_str(), &time);
353
// CString
strFormat
= cppTm.Format(cFormat.c_str());
366
// cFormat =
strFormat
.GetBuffer(
strFormat
.GetLength()+1);
388
CFX_WideString
strFormat
;
390
strFormat
= wcsftime(buf, 64, cFormat.c_str(), &time);
/external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.h
135
CFX_ByteString&
strFormat
,
140
CFX_ByteString&
strFormat
,
145
CFX_ByteString&
strFormat
);
149
CFX_ByteString&
strFormat
);
/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 410 milliseconds