/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_context.cpp | 291 int nLength = 2048; in Response() local 292 std::vector<uint8_t> pBuff(nLength); in Response() 293 nLength = m_pFormFillEnv->JS_appResponse(wsQuestion.c_str(), wsTitle.c_str(), in Response() 295 bMark, pBuff.data(), nLength); in Response() 296 if (nLength <= 0) in Response() 299 nLength = std::min(2046, nLength); in Response() 300 pBuff[nLength] = 0; in Response() 301 pBuff[nLength + 1] = 0; in Response() 303 nLength / sizeof(uint16_t)); in Response()
|
/external/pdfium/fxjs/ |
D | cjs_globaldata.cpp | 223 int32_t nLength = 0; in LoadGlobalPersistentVariables() local 225 LoadFileBuffer(m_sFilePath.c_str(), pBuffer, nLength); in LoadGlobalPersistentVariables() 226 CRYPT_ArcFourCryptBlock(pBuffer, nLength, JS_RC4KEY, sizeof(JS_RC4KEY)); in LoadGlobalPersistentVariables() 245 if (dwSize == nLength - sizeof(uint16_t) * 2 - sizeof(uint32_t) * 2) { in LoadGlobalPersistentVariables() 247 if (p > pBuffer + nLength) in LoadGlobalPersistentVariables() 253 if (p + dwNameLen > pBuffer + nLength) in LoadGlobalPersistentVariables() 290 if (p + dwLength > pBuffer + nLength) in LoadGlobalPersistentVariables() 345 int32_t& nLength) { in LoadFileBuffer() argument 351 int32_t nLength) { in WriteFileBuffer() argument
|
D | cjs_globaldata.h | 64 int32_t& nLength); 67 int32_t nLength);
|
D | cfxjse_formcalc_context.cpp | 342 int32_t nLength = wsPattern.GetLength(); in AlternateDateTimeSymbols() local 346 while (i < nLength) { in AlternateDateTimeSymbols() 354 nLength--; in AlternateDateTimeSymbols()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_interform.cpp | 496 size_t nLength; in SetField() local 497 name_extractor.GetNext(pName, nLength); in SetField() 500 while (nLength > 0) { in SetField() 502 WideString name = WideString(pName, nLength); in SetField() 509 name_extractor.GetNext(pName, nLength); in SetField() 524 size_t nLength; in GetField() local 525 name_extractor.GetNext(pName, nLength); in GetField() 528 while (nLength > 0 && pNode) { in GetField() 530 WideString name = WideString(pName, nLength); in GetField() 532 name_extractor.GetNext(pName, nLength); in GetField() [all …]
|
/external/pdfium/fpdfsdk/ |
D | fpdfppo.cpp | 79 size_t nLength = rangstring.GetLength(); in ParserPageRangeString() local 81 for (size_t i = 0; i < nLength; ++i) { in ParserPageRangeString() 89 while (nStringTo < nLength) { in ParserPageRangeString() 92 nStringTo = nLength; in ParserPageRangeString()
|
/external/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms_unittest.cc | 103 sec_attr_stdout.nLength = sizeof(sec_attr_stdout); in RunCommand() 114 sec_attr_stdin.nLength = sizeof(sec_attr_stdin); in RunCommand()
|
/external/ImageMagick/Magick++/lib/ |
D | Thread.cpp | 46 security.nLength=sizeof(security);
|
/external/pdfium/core/fxcrt/ |
D | bytestring.cpp | 586 size_t nLength = m_pData->m_nDataLength; in ReverseFind() local 587 while (nLength--) { in ReverseFind() 588 if (m_pData->m_String[nLength] == ch) in ReverseFind() 589 return Optional<size_t>(nLength); in ReverseFind()
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 815 unsigned long nLength = 0; in RegisterFace() local 816 unsigned int error = FXFT_Load_Sfnt_Table(pFace, dwTag, 0, nullptr, &nLength); in RegisterFace() 817 if (error == 0 && nLength != 0) { in RegisterFace() 818 table.resize(nLength); in RegisterFace()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_win.cc | 175 attrs.nLength = sizeof(SECURITY_ATTRIBUTES); in StartSymbolizerSubprocess()
|
/external/icu/icu4c/source/common/ |
D | umapfile.cpp | 153 mappingAttributes.nLength = sizeof(mappingAttributes); in uprv_mapFile()
|
/external/webrtc/webrtc/base/ |
D | win32filesystem.cc | 160 security_attributes.nLength = sizeof(security_attributes); in CreatePrivateFile()
|
/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/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Program.inc | 113 sa.nLength = sizeof(sa);
|
/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-subzero/lib/Support/Windows/ |
D | Program.inc | 124 sa.nLength = sizeof(sa);
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 124 sa.nLength = sizeof(sa);
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 2381 sa.nLength=sizeof(SECURITY_ATTRIBUTES); in NTSystemCommand()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationWin32KeyedMutexTests.cpp | 1190 m_securityAttributes.nLength = sizeof (SECURITY_ATTRIBUTES); in getSecurityAttributes()
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 5527 saAttr.nLength = sizeof(SECURITY_ATTRIBUTES); in _PyPopen()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 8305 attr.nLength = sizeof(attr);
|