/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/util/ |
H A D | protoc-gen-proto2_to_proto3.cc | 29 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 D | protoc-gen-proto2_to_proto3.cc | 29 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 D | GmmUmdTranslationTable.cpp | 162 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 D | GmmAuxTable.cpp | 129 …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 D | GmmUmdTranslationTable.h | 277 GmmPageTablePool* &GetPool() { return PoolElem; } in GetPool() function
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
H A D | address_pool_manager.cc | 62 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 D | reservation_offset_table.h | 134 pool_handle handle = GetPool(address); in GetReservationOffsetTable() 140 pool_handle handle = GetPool(address); in GetReservationOffsetTableEnd()
|
H A D | address_pool_manager.h | 175 PA_ALWAYS_INLINE Pool* GetPool(pool_handle handle) { in PA_COMPONENT_EXPORT()
|
H A D | partition_address_space.h | 397 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 D | message_factory.cc | 238 static PyObject* GetPool(PyMessageFactory* self, void* closure) { in GetPool() function 244 {"pool", (getter)GetPool, nullptr, "DescriptorPool"},
|
H A D | descriptor.cc | 1362 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 D | message_factory.cc | 238 static PyObject* GetPool(PyMessageFactory* self, void* closure) { in GetPool() function 244 {"pool", (getter)GetPool, nullptr, "DescriptorPool"},
|
H A D | descriptor.cc | 1362 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 D | def.c | 753 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 D | def.c | 753 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 D | thread_isolation.cc | 72 AddressPoolManager::GetInstance().GetPool(kThreadIsolatedPoolHandle); in WriteProtectThreadIsolatedGlobals()
|
/aosp_15_r20/external/googleapis/google/cloud/video/livestream/v1/ |
H A D | service.proto | 271 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/ |
D | d3dx9effect.h | 274 STDMETHOD(GetPool)(THIS_ ID3DXEffectPool **pool) PURE; in DECLARE_INTERFACE_() local
|
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodec.cpp | 3411 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 D | vk_mem_alloc.h | 5038 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()
|