HomeSort by relevance Sort by last modified time
    Searched refs:pNew (Results 26 - 42 of 42) sorted by null

12

  /external/pdfium/core/fxcrt/
bytestring.cpp 645 const ByteStringView& pNew) {
650 size_t nReplacementLen = pNew.GetLength();
682 memcpy(pDest, pNew.unterminated_c_str(), pNew.GetLength());
683 pDest += pNew.GetLength();
widestring.cpp 815 const WideStringView& pNew) {
820 size_t nReplacementLen = pNew.GetLength();
854 wmemcpy(pDest, pNew.unterminated_c_str(), pNew.GetLength());
855 pDest += pNew.GetLength();
widestring.h 183 size_t Replace(const WideStringView& pOld, const WideStringView& pNew);
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
SimpleNetwork.c     [all...]
Ax88772.h 430 pNew.
438 @param [in] pNew New station address to be used for the network
454 IN EFI_MAC_ADDRESS * pNew
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 470 auto pNew = pdfium::MakeUnique<Node>(short_name, pParent->GetLevel() + 1);
471 Node* pChild = pNew.get();
472 pParent->AddChildNode(std::move(pNew));
1063 auto pNew = pdfium::MakeUnique<CPDF_FormControl>(pField, pWidgetDict);
1064 CPDF_FormControl* pControl = pNew.get();
1065 m_ControlMap[pWidgetDict] = std::move(pNew);
    [all...]
  /external/aac/libAACenc/src/
sf_estim.cpp 331 FIXP_DBL ldRatioOld, ldRatioNew, pOld, pNew;
359 pNew = ldRatioNew;
361 pNew = PE_C2 + fMult(PE_C3, ldRatioNew);
364 fMult(sfbNRelevantLines[sfb], (pNew - pOld)));
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
SimpleNetwork.c     [all...]
Ax88772.h 493 pNew.
501 @param [in] pNew New station address to be used for the network
517 IN EFI_MAC_ADDRESS * pNew
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.cpp 557 auto pNew = pdfium::MakeUnique<CPDFSDK_PageView>(this, pUnderlyingPage);
558 CPDFSDK_PageView* pPageView = pNew.get();
559 m_PageMap[pUnderlyingPage] = std::move(pNew);
  /external/vulkan-validation-layers/tests/
loader_validation_tests.cpp 389 void *pNew = AllocCallbackFunc(pUserData, size, alignment, allocationScope);
390 if (pNew != NULL) {
395 memcpy(pNew, pOriginal, copy_size);
398 return pNew;
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.cpp 1011 auto pNew = pdfium::MakeUnique<CXFA_PieceLine>();
1012 CXFA_PieceLine* pPieceLine = pNew.get();
1013 m_pieceLines.push_back(std::move(pNew));
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTModelPOD.cpp     [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.4.0-beta6/
sdkuilib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.5.0/
sdkuilib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/25.0.0-alpha1/
sdkuilib-25.0.0-alpha1.jar 

Completed in 661 milliseconds

12