Home
last modified time | relevance | path

Searched refs:GetPool (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/util/
H A Dprotoc-gen-proto2_to_proto3.cc29 DescriptorPool* GetPool() { in GetPool() function
76 string content = GetPool()->BuildFile(new_file)->DebugString(); in Generate()
84 if (GetPool()->FindFileByName(file->name()) != nullptr) { in CanGenerate()
88 if (GetPool()->FindFileByName(file->dependency(j)->name()) == nullptr) { in CanGenerate()
93 if (GetPool()->FindFileByName( in CanGenerate()
99 if (GetPool()->FindFileByName( in CanGenerate()
/aosp_15_r20/external/protobuf/benchmarks/util/
H A Dprotoc-gen-proto2_to_proto3.cc29 DescriptorPool* GetPool() { in GetPool() function
76 string content = GetPool()->BuildFile(new_file)->DebugString(); in Generate()
84 if (GetPool()->FindFileByName(file->name()) != nullptr) { in CanGenerate()
88 if (GetPool()->FindFileByName(file->dependency(j)->name()) == nullptr) { in CanGenerate()
93 if (GetPool()->FindFileByName( in CanGenerate()
99 if (GetPool()->FindFileByName( in CanGenerate()
/aosp_15_r20/external/gmmlib/Source/GmmLib/TranslationTable/
H A DGmmUmdTranslationTable.cpp162 if(pTTL2[L3eIdx].GetPool()) in AllocateL1L2Table()
165 PoolElem = pTTL2[L3eIdx].GetPool(); in AllocateL1L2Table()
186 PoolElem = pL1Tbl->GetPool(); in AllocateL1L2Table()
309 if(pTTL2[L3eIdx].GetPool()) in GetL1L2TableAddr()
313 Pool = pTTL2[L3eIdx].GetPool(); in GetL1L2TableAddr()
325 if(pL1Tbl && pL1Tbl->GetPool()) in GetL1L2TableAddr()
328 Pool = pL1Tbl->GetPool(); in GetL1L2TableAddr()
398 if(pTTL2[L3eIdx].GetPool()) in GetMappingType()
402 if(pL1Tbl && pL1Tbl->GetPool()) in GetMappingType()
H A DGmmAuxTable.cpp129 …GMM_TO_AUX_L2e_L1GFXADDR_2((NullL1Table->GetPool()->GetGfxAddress() + PAGE_SIZE * NullL1Table->Get… in MapNullCCS()
162 …L3e.L2GfxAddr = (NullL2Table->GetPool()->GetGfxAddress() + PAGE_SIZE * NullL2Table->GetNodeIdx(… in MapNullCCS()
169 …GMM_TO_AUX_L2e_L1GFXADDR_2((NullL1Table->GetPool()->GetGfxAddress() + PAGE_SIZE * NullL1Table->Get… in MapNullCCS()
268 …GMM_TO_AUX_L2e_L1GFXADDR_2((NullL1Table->GetPool()->GetGfxAddress() + PAGE_SIZE * NullL1Table->Get… in MapNullCCS()
284 PoolElem = pL1Tbl->GetPool(); in MapNullCCS()
406 …L3e.L2GfxAddr = (NullL2Table->GetPool()->GetGfxAddress() + PAGE_SIZE * NullL2Table->GetNodeIdx(… in InvalidateTable()
413 …GMM_TO_AUX_L2e_L1GFXADDR_2((NullL1Table->GetPool()->GetGfxAddress() + PAGE_SIZE * NullL1Table->Get… in InvalidateTable()
524 …GMM_TO_AUX_L2e_L1GFXADDR_2((NullL1Table->GetPool()->GetGfxAddress() + PAGE_SIZE * NullL1Table->Get… in InvalidateTable()
547 PoolElem = pL1Tbl->GetPool(); in InvalidateTable()
666 …GMM_TO_AUX_L2e_L1GFXADDR_2((NullL1Table->GetPool()->GetGfxAddress() + PAGE_SIZE * NullL1Table->Get… in MapValidEntry()
H A DGmmUmdTranslationTable.h277 GmmPageTablePool* &GetPool() { return PoolElem; } in GetPool() function
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Daddress_pool_manager.cc62 Pool* pool = GetPool(handle); in Add()
70 Pool* pool = GetPool(handle); in GetPoolUsedSuperPages()
79 Pool* pool = GetPool(handle); in GetPoolBaseAddress()
94 Pool* pool = GetPool(handle); in Remove()
102 Pool* pool = GetPool(handle); in Reserve()
117 Pool* pool = GetPool(handle); in UnreserveAndDecommit()
294 Pool* pool = GetPool(handle); in GetPoolStats()
H A Dreservation_offset_table.h134 pool_handle handle = GetPool(address); in GetReservationOffsetTable()
140 pool_handle handle = GetPool(address); in GetReservationOffsetTableEnd()
H A Daddress_pool_manager.h175 PA_ALWAYS_INLINE Pool* GetPool(pool_handle handle) { in PA_COMPONENT_EXPORT()
H A Dpartition_address_space.h397 PA_ALWAYS_INLINE pool_handle GetPool(uintptr_t address) { in GetPool() function
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage_factory.cc238 static PyObject* GetPool(PyMessageFactory* self, void* closure) { in GetPool() function
244 {"pool", (getter)GetPool, nullptr, "DescriptorPool"},
H A Ddescriptor.cc1362 static PyObject* GetPool(PyFileDescriptor *self, void *closure) { in GetPool() function
1461 {"pool", (getter)GetPool, nullptr, "pool"},
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Dmessage_factory.cc238 static PyObject* GetPool(PyMessageFactory* self, void* closure) { in GetPool() function
244 {"pool", (getter)GetPool, nullptr, "DescriptorPool"},
H A Ddescriptor.cc1362 static PyObject* GetPool(PyFileDescriptor *self, void *closure) { in GetPool() function
1461 {"pool", (getter)GetPool, nullptr, "pool"},
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c753 static DescriptorPool *GetPool(const zval* this_ptr) { in GetPool() function
856 DescriptorPool *intern = GetPool(getThis()); in PHP_METHOD()
1005 DescriptorPool *intern = GetPool(getThis()); in PHP_METHOD()
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Ddef.c753 static DescriptorPool *GetPool(const zval* this_ptr) { in GetPool() function
856 DescriptorPool *intern = GetPool(getThis()); in PHP_METHOD()
1005 DescriptorPool *intern = GetPool(getThis()); in PHP_METHOD()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/thread_isolation/
H A Dthread_isolation.cc72 AddressPoolManager::GetInstance().GetPool(kThreadIsolatedPoolHandle); in WriteProtectThreadIsolatedGlobals()
/aosp_15_r20/external/googleapis/google/cloud/video/livestream/v1/
H A Dservice.proto271 rpc GetPool(GetPoolRequest) returns (Pool) { rpc
919 // Request message for "LivestreamService.GetPool".
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3dx9effect.h274 STDMETHOD(GetPool)(THIS_ ID3DXEffectPool **pool) PURE; in DECLARE_INTERFACE_() local
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp3411 static std::shared_ptr<C2BlockPool> GetPool(C2Allocator::id_t allocId) { in GetPool() function
3449 std::shared_ptr<C2BlockPool> pool = GetPool(allocId); in FetchLinearBlock()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h5038 VmaPool GetPool() const;
7301 VmaPool VmaAllocation_T::GetPool() const in GetPool() function
13301 const VmaPool hAllocPool = hAlloc->GetPool(); in AddAllocations()
14728 VmaPool hPool = allocation->GetPool(); in FreeMemory()