/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | LegacyManifestParser.java | 215 ActivityIntentInfo outInfo = new ActivityIntentInfo(activity); in createPackage() local 216 populateIntentInfo(intentFilterData, outInfo); in createPackage() 217 activity.intents.add(outInfo); in createPackage() 247 ActivityIntentInfo outInfo = new ActivityIntentInfo(receiver); in createPackage() local 248 populateIntentInfo(intentFilterData, outInfo); in createPackage() 249 receiver.intents.add(outInfo); in createPackage() 263 ServiceIntentInfo outInfo = new ServiceIntentInfo(service); in createPackage() local 264 populateIntentInfo(intentFilterData, outInfo); in createPackage() 265 service.intents.add(outInfo); in createPackage() 299 ComponentInfo outInfo, Package owner, PackageItemData itemData) { in populateComponentInfo() argument [all …]
|
D | ShadowActivityManager.java | 126 protected void getMemoryInfo(ActivityManager.MemoryInfo outInfo) { in getMemoryInfo() argument 128 outInfo.availMem = memoryInfo.availMem; in getMemoryInfo() 129 outInfo.lowMemory = memoryInfo.lowMemory; in getMemoryInfo() 130 outInfo.threshold = memoryInfo.threshold; in getMemoryInfo() 131 outInfo.totalMem = memoryInfo.totalMem; in getMemoryInfo()
|
/external/skqp/src/gpu/ |
D | GrBackendSurface.cpp | 285 bool GrBackendTexture::getVkImageInfo(GrVkImageInfo* outInfo) const { in getVkImageInfo() 288 *outInfo = fVkInfo.snapImageInfo(); in getVkImageInfo() 320 bool GrBackendTexture::getMtlTextureInfo(GrMtlTextureInfo* outInfo) const { in getMtlTextureInfo() 322 *outInfo = fMtlInfo; in getMtlTextureInfo() 329 bool GrBackendTexture::getGLTextureInfo(GrGLTextureInfo* outInfo) const { in getGLTextureInfo() 331 *outInfo = fGLInfo; in getGLTextureInfo() 337 bool GrBackendTexture::getMockTextureInfo(GrMockTextureInfo* outInfo) const { in getMockTextureInfo() 339 *outInfo = fMockInfo; in getMockTextureInfo() 551 bool GrBackendRenderTarget::getVkImageInfo(GrVkImageInfo* outInfo) const { in getVkImageInfo() 554 *outInfo = fVkInfo.snapImageInfo(); in getVkImageInfo() [all …]
|
D | GrAuditTrail.cpp | 102 void GrAuditTrail::getBoundsByClientID(SkTArray<OpInfo>* outInfo, int clientID) { in getBoundsByClientID() argument 115 OpInfo& outOpInfo = outInfo->push_back(); in getBoundsByClientID() 125 void GrAuditTrail::getBoundsByOpListID(OpInfo* outInfo, int opListID) { in getBoundsByOpListID() argument 126 this->copyOutFromOpList(outInfo, opListID); in getBoundsByOpListID()
|
/external/skia/src/gpu/ |
D | GrBackendSurface.cpp | 622 bool GrBackendTexture::getDawnTextureInfo(GrDawnTextureInfo* outInfo) const { in getDawnTextureInfo() 624 *outInfo = fDawnInfo; in getDawnTextureInfo() 631 bool GrBackendTexture::getVkImageInfo(GrVkImageInfo* outInfo) const { in getVkImageInfo() 634 *outInfo = fVkInfo.snapImageInfo(fMutableState.get()); in getVkImageInfo() 650 bool GrBackendTexture::getMtlTextureInfo(GrMtlTextureInfo* outInfo) const { in getMtlTextureInfo() 652 *outInfo = fMtlInfo; in getMtlTextureInfo() 660 bool GrBackendTexture::getD3DTextureResourceInfo(GrD3DTextureResourceInfo* outInfo) const { in getD3DTextureResourceInfo() 662 *outInfo = fD3DInfo.snapTextureResourceInfo(); in getD3DTextureResourceInfo() 682 bool GrBackendTexture::getGLTextureInfo(GrGLTextureInfo* outInfo) const { in getGLTextureInfo() 685 *outInfo = fGLInfo.info(); in getGLTextureInfo() [all …]
|
D | GrBackendSemaphore.cpp | 30 bool GrBackendSemaphore::getD3DFenceInfo(GrD3DFenceInfo* outInfo) const { in getD3DFenceInfo() 32 *outInfo = *fD3DFenceInfo; in getD3DFenceInfo()
|
D | GrAuditTrail.cpp | 102 void GrAuditTrail::getBoundsByClientID(SkTArray<OpInfo>* outInfo, int clientID) { in getBoundsByClientID() argument 115 OpInfo& outOpInfo = outInfo->push_back(); in getBoundsByClientID() 125 void GrAuditTrail::getBoundsByOpsTaskID(OpInfo* outInfo, int opsTaskID) { in getBoundsByOpsTaskID() argument 126 this->copyOutFromOpsTask(outInfo, opsTaskID); in getBoundsByOpsTaskID()
|
D | GrAuditTrail.h | 118 void getBoundsByClientID(SkTArray<OpInfo>* outInfo, int clientID); 119 void getBoundsByOpsTaskID(OpInfo* outInfo, int opsTaskID);
|
/external/skqp/src/android/ |
D | SkBitmapRegionCodec.cpp | 72 SkImageInfo outInfo = decodeInfo.makeWH(scaledOutWidth, scaledOutHeight); in decodeRegion() local 78 outInfo = outInfo.makeColorType(kAlpha_8_SkColorType).makeAlphaType(kPremul_SkAlphaType); in decodeRegion() 80 bitmap->setInfo(outInfo); in decodeRegion() 95 size_t bytes = outInfo.computeByteSize(bitmap->rowBytes()); in decodeRegion()
|
/external/skia/client_utils/android/ |
D | BitmapRegionDecoder.cpp | 102 SkImageInfo outInfo = decodeInfo.makeWH(scaledOutWidth, scaledOutHeight); in decodeRegion() local 108 outInfo = outInfo.makeColorType(kAlpha_8_SkColorType).makeAlphaType(kPremul_SkAlphaType); in decodeRegion() 110 bitmap->setInfo(outInfo); in decodeRegion() 125 size_t bytes = outInfo.computeByteSize(bitmap->rowBytes()); in decodeRegion()
|
/external/skqp/include/gpu/ |
D | GrBackendDrawableInfo.h | 30 bool getVkDrawableInfo(GrVkDrawableInfo* outInfo) const { in getVkDrawableInfo() argument 32 *outInfo = fVkInfo; in getVkDrawableInfo()
|
/external/skia/include/gpu/ |
D | GrBackendDrawableInfo.h | 30 bool getVkDrawableInfo(GrVkDrawableInfo* outInfo) const { in getVkDrawableInfo() argument 32 *outInfo = fVkInfo; in getVkDrawableInfo()
|
D | GrBackendSemaphore.h | 106 bool getD3DFenceInfo(GrD3DFenceInfo* outInfo) const;
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 5058 void DedicatedAllocCalcStatsInfo(VmaStatInfo& outInfo) in DedicatedAllocCalcStatsInfo() 5061 outInfo.blockCount = 1; in DedicatedAllocCalcStatsInfo() 5062 outInfo.allocationCount = 1; in DedicatedAllocCalcStatsInfo() 5063 outInfo.unusedRangeCount = 0; in DedicatedAllocCalcStatsInfo() 5064 outInfo.usedBytes = m_Size; in DedicatedAllocCalcStatsInfo() 5065 outInfo.unusedBytes = 0; in DedicatedAllocCalcStatsInfo() 5066 outInfo.allocationSizeMin = outInfo.allocationSizeMax = m_Size; in DedicatedAllocCalcStatsInfo() 5067 outInfo.unusedRangeSizeMin = UINT64_MAX; in DedicatedAllocCalcStatsInfo() 5068 outInfo.unusedRangeSizeMax = 0; in DedicatedAllocCalcStatsInfo() 5215 virtual void CalcAllocationStatInfo(VmaStatInfo& outInfo) const = 0; [all …]
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 6063 void DedicatedAllocCalcStatsInfo(VmaStatInfo& outInfo) in DedicatedAllocCalcStatsInfo() 6066 outInfo.blockCount = 1; in DedicatedAllocCalcStatsInfo() 6067 outInfo.allocationCount = 1; in DedicatedAllocCalcStatsInfo() 6068 outInfo.unusedRangeCount = 0; in DedicatedAllocCalcStatsInfo() 6069 outInfo.usedBytes = m_Size; in DedicatedAllocCalcStatsInfo() 6070 outInfo.unusedBytes = 0; in DedicatedAllocCalcStatsInfo() 6071 outInfo.allocationSizeMin = outInfo.allocationSizeMax = m_Size; in DedicatedAllocCalcStatsInfo() 6072 outInfo.unusedRangeSizeMin = UINT64_MAX; in DedicatedAllocCalcStatsInfo() 6073 outInfo.unusedRangeSizeMax = 0; in DedicatedAllocCalcStatsInfo() 6229 virtual void CalcAllocationStatInfo(VmaStatInfo& outInfo) const = 0; [all …]
|
D | VulkanSample.cpp | 1154 void SetAllocatorCreateInfo(VmaAllocatorCreateInfo& outInfo) in SetAllocatorCreateInfo() argument 1156 outInfo = {}; in SetAllocatorCreateInfo() 1158 outInfo.physicalDevice = g_hPhysicalDevice; in SetAllocatorCreateInfo() 1159 outInfo.device = g_hDevice; in SetAllocatorCreateInfo() 1160 outInfo.instance = g_hVulkanInstance; in SetAllocatorCreateInfo() 1161 outInfo.vulkanApiVersion = GetVulkanApiVersion(); in SetAllocatorCreateInfo() 1165 outInfo.flags |= VMA_ALLOCATOR_CREATE_KHR_DEDICATED_ALLOCATION_BIT; in SetAllocatorCreateInfo() 1169 outInfo.flags |= VMA_ALLOCATOR_CREATE_KHR_BIND_MEMORY2_BIT; in SetAllocatorCreateInfo() 1175 outInfo.flags |= VMA_ALLOCATOR_CREATE_EXT_MEMORY_BUDGET_BIT; in SetAllocatorCreateInfo() 1180 outInfo.flags |= VMA_ALLOCATOR_CREATE_AMD_DEVICE_COHERENT_MEMORY_BIT; in SetAllocatorCreateInfo() [all …]
|
D | Common.h | 75 void SetAllocatorCreateInfo(VmaAllocatorCreateInfo& outInfo);
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 6044 void DedicatedAllocCalcStatsInfo(VmaStatInfo& outInfo) in DedicatedAllocCalcStatsInfo() 6047 outInfo.blockCount = 1; in DedicatedAllocCalcStatsInfo() 6048 outInfo.allocationCount = 1; in DedicatedAllocCalcStatsInfo() 6049 outInfo.unusedRangeCount = 0; in DedicatedAllocCalcStatsInfo() 6050 outInfo.usedBytes = m_Size; in DedicatedAllocCalcStatsInfo() 6051 outInfo.unusedBytes = 0; in DedicatedAllocCalcStatsInfo() 6052 outInfo.allocationSizeMin = outInfo.allocationSizeMax = m_Size; in DedicatedAllocCalcStatsInfo() 6053 outInfo.unusedRangeSizeMin = UINT64_MAX; in DedicatedAllocCalcStatsInfo() 6054 outInfo.unusedRangeSizeMax = 0; in DedicatedAllocCalcStatsInfo() 6210 virtual void CalcAllocationStatInfo(VmaStatInfo& outInfo) const = 0; [all …]
|
/external/skqp/include/private/ |
D | GrAuditTrail.h | 118 void getBoundsByClientID(SkTArray<OpInfo>* outInfo, int clientID); 119 void getBoundsByOpListID(OpInfo* outInfo, int opListID);
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 3867 void DedicatedAllocCalcStatsInfo(VmaStatInfo& outInfo) in DedicatedAllocCalcStatsInfo() 3870 outInfo.blockCount = 1; in DedicatedAllocCalcStatsInfo() 3871 outInfo.allocationCount = 1; in DedicatedAllocCalcStatsInfo() 3872 outInfo.unusedRangeCount = 0; in DedicatedAllocCalcStatsInfo() 3873 outInfo.usedBytes = m_Size; in DedicatedAllocCalcStatsInfo() 3874 outInfo.unusedBytes = 0; in DedicatedAllocCalcStatsInfo() 3875 outInfo.allocationSizeMin = outInfo.allocationSizeMax = m_Size; in DedicatedAllocCalcStatsInfo() 3876 outInfo.unusedRangeSizeMin = UINT64_MAX; in DedicatedAllocCalcStatsInfo() 3877 outInfo.unusedRangeSizeMax = 0; in DedicatedAllocCalcStatsInfo() 3989 void CalcAllocationStatInfo(VmaStatInfo& outInfo) const; [all …]
|
/external/mdnsresponder/mDNSWindows/ |
D | mDNSWin32.c | 120 …InterfaceIDToInfo( mDNS * const inMDNS, mDNSInterfaceID inID, mDNSPlatformInterfaceInfo *outInfo ); 834 …mInterfaceIDToInfo( mDNS * const inMDNS, mDNSInterfaceID inID, mDNSPlatformInterfaceInfo *outInfo ) in mDNSPlatformInterfaceIDToInfo() argument 841 check( outInfo ); in mDNSPlatformInterfaceIDToInfo() 856 outInfo->name = ifd->name; in mDNSPlatformInterfaceIDToInfo() 857 outInfo->ip = ifd->interfaceInfo.ip; in mDNSPlatformInterfaceIDToInfo()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 5172 …<parameter type-id='type-id-106' name='outInfo' filepath='/tmp/legendre/spack-stage/spack-stage-R_… 5192 …<parameter type-id='type-id-106' name='outInfo' filepath='/tmp/legendre/spack-stage/spack-stage-R_…
|
/external/libabigail/tests/data/test-annotate/ |
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 8415 …<parameter type-id='type-id-106' name='outInfo' filepath='/tmp/legendre/spack-stage/spack-stage-R_… 8446 …<parameter type-id='type-id-106' name='outInfo' filepath='/tmp/legendre/spack-stage/spack-stage-R_…
|