HomeSort by relevance Sort by last modified time
    Searched refs:pPool (Results 1 - 22 of 22) sorted by null

  /external/pdfium/core/fpdfapi/parser/
cpdf_name.cpp 12 CPDF_Name::CPDF_Name(CFX_WeakPtr<CFX_ByteStringPool> pPool,
15 if (pPool)
16 m_Name = pPool->Intern(m_Name);
cpdf_string.cpp 16 CPDF_String::CPDF_String(CFX_WeakPtr<CFX_ByteStringPool> pPool,
20 if (pPool)
21 m_String = pPool->Intern(m_String);
24 CPDF_String::CPDF_String(CFX_WeakPtr<CFX_ByteStringPool> pPool,
27 if (pPool)
28 m_String = pPool->Intern(m_String);
cpdf_string.h 21 CPDF_String(CFX_WeakPtr<CFX_ByteStringPool> pPool,
24 CPDF_String(CFX_WeakPtr<CFX_ByteStringPool> pPool, const CFX_WideString& str);
cpdf_name.h 18 CPDF_Name(CFX_WeakPtr<CFX_ByteStringPool> pPool, const CFX_ByteString& str);
cpdf_syntax_parser.h 26 explicit CPDF_SyntaxParser(const CFX_WeakPtr<CFX_ByteStringPool>& pPool);
cpdf_array.cpp 22 CPDF_Array::CPDF_Array(const CFX_WeakPtr<CFX_ByteStringPool>& pPool)
23 : m_pPool(pPool) {}
cpdf_dictionary.cpp 25 CPDF_Dictionary::CPDF_Dictionary(const CFX_WeakPtr<CFX_ByteStringPool>& pPool)
26 : m_pPool(pPool) {}
cpdf_dictionary.h 30 explicit CPDF_Dictionary(const CFX_WeakPtr<CFX_ByteStringPool>& pPool);
cpdf_array.h 28 explicit CPDF_Array(const CFX_WeakPtr<CFX_ByteStringPool>& pPool);
cpdf_syntax_parser.cpp 43 const CFX_WeakPtr<CFX_ByteStringPool>& pPool)
48 m_pPool(pPool) {}
  /external/pdfium/core/fpdfdoc/
cpdf_filespec.h 18 explicit CPDF_FileSpec(const CFX_WeakPtr<CFX_ByteStringPool>& pPool);
cpdf_filespec.cpp 115 CPDF_FileSpec::CPDF_FileSpec(const CFX_WeakPtr<CFX_ByteStringPool>& pPool) {
116 m_pObj = new CPDF_Dictionary(pPool);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.h 62 void CreateThreadPool(SWR_CONTEXT *pContext, THREAD_POOL *pPool);
63 void StartThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool);
64 void DestroyThreadPool(SWR_CONTEXT *pContext, THREAD_POOL *pPool);
threads.cpp 838 /// @param pPool - pointer to thread pool object.
839 void CreateThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool)
956 pPool->numThreads = 0;
961 pPool->numThreads = numThreads;
962 pContext->NumWorkerThreads = pPool->numThreads;
964 pPool->pThreadData = (THREAD_DATA *)malloc(pPool->numThreads * sizeof(THREAD_DATA));
965 pPool->numaMask = 0;
967 pPool->pThreads = new THREAD_PTR[pPool->numThreads]
    [all...]
  /external/pdfium/core/fpdfapi/font/
cpdf_fontencoding.h 57 std::unique_ptr<CPDF_Object> Realize(CFX_WeakPtr<CFX_ByteStringPool> pPool);
cpdf_fontencoding.cpp     [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.h 27 const CFX_WeakPtr<CFX_ByteStringPool>& pPool);
cpdf_streamparser.cpp 111 const CFX_WeakPtr<CFX_ByteStringPool>& pPool)
115 m_pPool(pPool) {}
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comsvcs.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp     [all...]

Completed in 182 milliseconds