/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_context.cpp | 315 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/ |
D | cpdf_interactiveform.cpp | 515 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/ |
D | cfx_globaldata.h | 74 int32_t& nLength); 77 int32_t nLength);
|
/external/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms_unittest.cc | 106 sec_attr_stdout.nLength = sizeof(sec_attr_stdout); in RunCommand() 117 sec_attr_stdin.nLength = sizeof(sec_attr_stdin); in RunCommand()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_ppo.cpp | 210 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/ |
D | Thread.cpp | 46 security.nLength=sizeof(security);
|
/external/grpc-grpc/src/core/lib/security/credentials/alts/ |
D | check_gcp_environment_windows.cc | 65 sa.nLength = sizeof(sa); in run_powershell()
|
/external/perfetto/src/profiling/symbolizer/ |
D | subprocess_windows.cc | 39 attr.nLength = sizeof(SECURITY_ATTRIBUTES); in Subprocess()
|
/external/pdfium/core/fxcrt/ |
D | bytestring.cpp | 567 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()
|
D | widestring.cpp | 786 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/ |
D | cfgas_fontmgr.cpp | 739 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/ |
D | ProcessLauncherWindows.cpp | 156 secattr.nLength = sizeof(SECURITY_ATTRIBUTES); in GetStdioHandle()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_win.cc | 175 attrs.nLength = sizeof(SECURITY_ATTRIBUTES); in StartSymbolizerSubprocess()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_win.cpp | 205 attrs.nLength = sizeof(SECURITY_ATTRIBUTES); in StartSymbolizerSubprocess()
|
/external/angle/util/windows/ |
D | test_utils_win.cpp | 158 securityAttribs.nLength = sizeof(SECURITY_ATTRIBUTES); in WindowsProcess()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | subprocess.cc | 201 attrs.nLength = sizeof(SECURITY_ATTRIBUTES); in Start()
|
/external/deqp/execserver/ |
D | xsWin32TestProcess.cpp | 521 securityAttr.nLength = sizeof(SECURITY_ATTRIBUTES); in start()
|
/external/deqp/framework/delibs/deutil/ |
D | deProcess.c | 657 securityAttr.nLength = sizeof(SECURITY_ATTRIBUTES); in deProcess_start()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_named_pipe.c | 401 priv->attr.nLength = sizeof(priv->attr); in ctrl_iface_parse()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Program.inc | 144 sa.nLength = sizeof(sa);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 124 sa.nLength = sizeof(sa);
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Program.inc | 145 sa.nLength = sizeof(sa);
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 124 sa.nLength = sizeof(sa);
|
/external/libchrome/base/process/ |
D | process_util_unittest.cc | 778 security_attributes.nLength = static_cast<DWORD>(sizeof(security_attributes)); in TEST_F()
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 2353 sa.nLength=sizeof(SECURITY_ATTRIBUTES); in NTSystemCommand()
|