Home
last modified time | relevance | path

Searched refs:nLength (Results 1 – 25 of 31) sorted by relevance

12

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp315 int nLength = 2048; in Response() local
316 std::vector<uint8_t> pBuff(nLength); in Response()
317 nLength = m_pFormFillEnv->JS_appResponse(wsQuestion, wsTitle, wsDefaultAnswer, in Response()
319 nLength); in Response()
320 if (nLength <= 0) in Response()
323 nLength = std::min(2046, nLength); in Response()
324 pBuff[nLength] = 0; in Response()
325 pBuff[nLength + 1] = 0; in Response()
327 nLength / sizeof(uint16_t)); in Response()
/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp515 size_t nLength; in SetField() local
516 name_extractor.GetNext(pName, nLength); in SetField()
519 while (nLength > 0) { in SetField()
521 WideString name = WideString(pName, nLength); in SetField()
528 name_extractor.GetNext(pName, nLength); in SetField()
543 size_t nLength; in GetField() local
544 name_extractor.GetNext(pName, nLength); in GetField()
547 while (nLength > 0 && pNode) { in GetField()
549 WideString name = WideString(pName, nLength); in GetField()
551 name_extractor.GetNext(pName, nLength); in GetField()
[all …]
/external/pdfium/fxjs/
Dcfx_globaldata.h74 int32_t& nLength);
77 int32_t nLength);
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc106 sec_attr_stdout.nLength = sizeof(sec_attr_stdout); in RunCommand()
117 sec_attr_stdin.nLength = sizeof(sec_attr_stdin); in RunCommand()
/external/pdfium/fpdfsdk/
Dfpdf_ppo.cpp210 size_t nLength = bsStrippedPageRange.GetLength(); in ParsePageRangeString() local
211 if (nLength == 0) in ParsePageRangeString()
215 for (size_t i = 0; i < nLength; ++i) { in ParsePageRangeString()
223 while (nStringTo < nLength) { in ParsePageRangeString()
224 nStringTo = bsStrippedPageRange.Find(',', nStringFrom).value_or(nLength); in ParsePageRangeString()
/external/ImageMagick/Magick++/lib/
DThread.cpp46 security.nLength=sizeof(security);
/external/grpc-grpc/src/core/lib/security/credentials/alts/
Dcheck_gcp_environment_windows.cc65 sa.nLength = sizeof(sa); in run_powershell()
/external/perfetto/src/profiling/symbolizer/
Dsubprocess_windows.cc39 attr.nLength = sizeof(SECURITY_ATTRIBUTES); in Subprocess()
/external/pdfium/core/fxcrt/
Dbytestring.cpp567 size_t nLength = m_pData->m_nDataLength; in ReverseFind() local
568 while (nLength--) { in ReverseFind()
569 if (m_pData->m_String[nLength] == ch) in ReverseFind()
570 return nLength; in ReverseFind()
Dwidestring.cpp786 size_t nLength = m_pData->m_nDataLength; in ReverseFind() local
787 while (nLength--) { in ReverseFind()
788 if (m_pData->m_String[nLength] == ch) in ReverseFind()
789 return nLength; in ReverseFind()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp739 unsigned long nLength = 0; in RegisterFace() local
741 FT_Load_Sfnt_Table(pFace->GetRec(), dwTag, 0, nullptr, &nLength); in RegisterFace()
742 if (error == 0 && nLength != 0) { in RegisterFace()
743 table.resize(nLength); in RegisterFace()
/external/llvm-project/lldb/source/Host/windows/
DProcessLauncherWindows.cpp156 secattr.nLength = sizeof(SECURITY_ATTRIBUTES); in GetStdioHandle()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cc175 attrs.nLength = sizeof(SECURITY_ATTRIBUTES); in StartSymbolizerSubprocess()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cpp205 attrs.nLength = sizeof(SECURITY_ATTRIBUTES); in StartSymbolizerSubprocess()
/external/angle/util/windows/
Dtest_utils_win.cpp158 securityAttribs.nLength = sizeof(SECURITY_ATTRIBUTES); in WindowsProcess()
/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.cc201 attrs.nLength = sizeof(SECURITY_ATTRIBUTES); in Start()
/external/deqp/execserver/
DxsWin32TestProcess.cpp521 securityAttr.nLength = sizeof(SECURITY_ATTRIBUTES); in start()
/external/deqp/framework/delibs/deutil/
DdeProcess.c657 securityAttr.nLength = sizeof(SECURITY_ATTRIBUTES); in deProcess_start()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_named_pipe.c401 priv->attr.nLength = sizeof(priv->attr); in ctrl_iface_parse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProgram.inc144 sa.nLength = sizeof(sa);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc124 sa.nLength = sizeof(sa);
/external/llvm-project/llvm/lib/Support/Windows/
DProgram.inc145 sa.nLength = sizeof(sa);
/external/llvm/lib/Support/Windows/
DProgram.inc124 sa.nLength = sizeof(sa);
/external/libchrome/base/process/
Dprocess_util_unittest.cc778 security_attributes.nLength = static_cast<DWORD>(sizeof(security_attributes)); in TEST_F()
/external/ImageMagick/MagickCore/
Dnt-base.c2353 sa.nLength=sizeof(SECURITY_ATTRIBUTES); in NTSystemCommand()

12