/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_localevalue.cpp | 115 auto pFormat = pdfium::MakeUnique<CFGAS_FormatString>(m_pLocaleMgr); in ValidateValue() local 117 pFormat->SplitFormatString(wsPattern, &wsPatterns); in ValidateValue() 124 switch (ValueCategory(pFormat->GetCategory(wsFormat), m_dwType)) { in ValidateValue() 126 bRet = pFormat->ParseNull(wsValue, wsFormat); in ValidateValue() 131 bRet = pFormat->ParseZero(wsValue, wsFormat); in ValidateValue() 137 bRet = pFormat->ParseNum(wsValue, wsFormat, &fNum); in ValidateValue() 139 bRet = pFormat->FormatNum(wsValue, wsFormat, &wsOutput); in ValidateValue() 143 bRet = pFormat->ParseText(wsValue, wsFormat, &wsOutput); in ValidateValue() 146 bRet = pFormat->FormatText(wsValue, wsFormat, &wsOutput); in ValidateValue() 152 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Date, in ValidateValue() [all …]
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTString.cpp | 1620 CPVRTString CPVRTString::format(const char *pFormat, ...) in format() argument 1624 va_start(arg, pFormat); in format() 1626 size_t bufSize = _vscprintf(pFormat,arg); in format() 1628 size_t bufSize = vsnprintf(NULL,0,pFormat,arg); in format() 1634 va_start(arg, pFormat); in format() 1635 vsnprintf(buf, bufSize + 1, pFormat, arg); in format() 1887 CPVRTString PVRTStringFromFormattedStr(const char *pFormat, ...) in PVRTStringFromFormattedStr() argument 1891 va_start(arg, pFormat); in PVRTStringFromFormattedStr() 1893 size_t bufSize = _vscprintf(pFormat,arg); in PVRTStringFromFormattedStr() 1895 size_t bufSize = vsnprintf(NULL,0,pFormat,arg); in PVRTStringFromFormattedStr() [all …]
|
D | PVRTString.h | 741 CPVRTString format(const char *pFormat, ...); 896 CPVRTString PVRTStringFromFormattedStr(const char *pFormat, ...);
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 2223 enum pipe_format pFormat; in st_ChooseTextureFormat() local 2279 pFormat = st_choose_matching_format(st, bindings, format, type, in st_ChooseTextureFormat() 2282 if (pFormat != PIPE_FORMAT_NONE) in st_ChooseTextureFormat() 2283 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat() 2289 pFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW, in st_ChooseTextureFormat() 2292 if (pFormat != PIPE_FORMAT_NONE) in st_ChooseTextureFormat() 2293 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat() 2298 pFormat = st_choose_format(st, internalFormat, format, type, in st_ChooseTextureFormat() 2301 if (pFormat == PIPE_FORMAT_NONE && !is_renderbuffer) { in st_ChooseTextureFormat() 2303 pFormat = st_choose_format(st, internalFormat, format, type, in st_ChooseTextureFormat() [all …]
|
/external/pdfium/core/fxcrt/ |
D | widestring.cpp | 60 Optional<size_t> GuessSizeForVSWPrintf(const wchar_t* pFormat, in GuessSizeForVSWPrintf() argument 63 for (const wchar_t* pStr = pFormat; *pStr != 0; pStr++) { in GuessSizeForVSWPrintf() 253 const wchar_t* pFormat, in TryVSWPrintf() argument 265 int ret = vswprintf(buffer, size + 1, pFormat, argList); in TryVSWPrintf() 347 WideString WideString::Format(const wchar_t* pFormat, ...) { in Format() argument 349 va_start(argList, pFormat); in Format() 350 WideString ret = FormatV(pFormat, argList); in Format()
|
D | bytestring.cpp | 116 ByteString ByteString::FormatV(const char* pFormat, va_list argList) { in FormatV() argument 119 int nMaxLen = vsnprintf(nullptr, 0, pFormat, argListCopy); in FormatV() 132 vsnprintf(buf, nMaxLen + 1, pFormat, argListCopy); in FormatV() 140 ByteString ByteString::Format(const char* pFormat, ...) { in Format() argument 142 va_start(argList, pFormat); in Format() 143 ByteString ret = FormatV(pFormat, argList); in Format()
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/ |
D | sles.cpp | 654 audiosrc.pFormat = &pcm; in slesCreateServer() 656 audiosnk.pFormat = NULL; in slesCreateServer() 737 audiosrc.pFormat = NULL; in slesCreateServer() 743 audiosnk.pFormat = &pcm; in slesCreateServer()
|
/external/walt/android/WALT/app/src/main/jni/ |
D | player.c | 265 audio_source.pFormat = &format_pcm; in Java_org_chromium_latency_walt_AudioTest_createBufferQueueAudioPlayer() 275 audio_sink.pFormat = NULL; in Java_org_chromium_latency_walt_AudioTest_createBufferQueueAudioPlayer()
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 1196 NumberFormat *pFormat = NumberFormat::createPercentInstance(en_US, status); in TestLenientParse() local 1198 if (pFormat == NULL || U_FAILURE(status)) { in TestLenientParse() 1201 pFormat->setLenient(TRUE); in TestLenientParse() 1205 pFormat->parse(testCase, n, status); in TestLenientParse() 1220 pFormat->parse(testCase, n, status); in TestLenientParse() 1232 delete pFormat; in TestLenientParse() 8808 LocalPointer<NumberFormat>pFormat(NumberFormat::createPercentInstance("en_US", status)); in Test13055_PercentageRounding() local 8813 pFormat->setMaximumFractionDigits(0); in Test13055_PercentageRounding() 8814 pFormat->setRoundingMode(DecimalFormat::kRoundHalfEven); in Test13055_PercentageRounding() 8815 pFormat->format(2.155, actual); in Test13055_PercentageRounding()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 2407 if (CXFA_Format* pFormat = in GetPictureContent() local 2409 if (CXFA_Picture* pPicture = pFormat->GetChild<CXFA_Picture>( in GetPictureContent()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_10_0.inc | 1605 CUresult CUDAAPI cuTexRefGetFormat(CUarray_format *pFormat, int *pNumChannels, CUtexref hTexRef) { 1609 return func_ptr(pFormat, pNumChannels, hTexRef);
|