/external/perfetto/test/metrics/ |
D | java_heap_histogram.out | 10 type_count { 15 type_count { 20 type_count { 25 type_count { 30 type_count {
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | Idmap.java | 200 if (type_maps_encountered != dtohs(header.type_count)) { in Load() 202 + (int) dtohs(header.type_count)); in Load()
|
D | LoadedArsc.java | 94 int type_count; field in LoadedArsc.TypeSpec 204 type_spec.type_count = types_.size(); in Build() 443 int type_count = type_specs_.size(); in CollectConfigurations() local 444 for (int i = 0; i < type_count; i++) { in CollectConfigurations() 478 int type_count = type_specs_.size(); in CollectLocales() local 479 for (int i = 0; i < type_count; i++) { in CollectLocales()
|
D | ResourceTypes.java | 1520 short type_count; field in ResourceTypes.Idmap_header 1534 type_count = buf.getShort(offset + 16 + 256 + 256 + 2); in Idmap_header()
|
D | CppAssetManager2.java | 692 int type_count = candidate_configs.size(); in FindEntry() local 693 for (int i = 0; i < type_count; i++) { in FindEntry()
|
/external/perfetto/protos/perfetto/metrics/android/ |
D | java_heap_histogram.proto | 30 repeated TypeCount type_count = 2; field
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 117 unsigned type_count() const { return TYs.size(); } in type_count() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 127 unsigned type_count() const { return TYs.size(); } in type_count() function
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 181 uint32_t type_count = 0; in anv_physical_device_init_heaps() local 187 device->memory.types[type_count++] = (struct anv_memory_type) { in anv_physical_device_init_heaps() 200 device->memory.types[type_count++] = (struct anv_memory_type) { in anv_physical_device_init_heaps() 206 device->memory.types[type_count++] = (struct anv_memory_type) { in anv_physical_device_init_heaps() 214 device->memory.type_count = type_count; in anv_physical_device_init_heaps() 2213 pMemoryProperties->memoryTypeCount = physical_device->memory.type_count; in anv_GetPhysicalDeviceMemoryProperties() 2214 for (uint32_t i = 0; i < physical_device->memory.type_count; i++) { in anv_GetPhysicalDeviceMemoryProperties() 3458 assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.type_count); in anv_AllocateMemory() 3474 assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.type_count); in anv_AllocateMemory() 3732 (1 << device->physical->memory.type_count) - 1; in anv_GetMemoryFdPropertiesKHR() [all …]
|
D | anv_android.c | 215 uint32_t memory_types = (1ull << dev->physical->memory.type_count) - 1; in anv_GetAndroidHardwareBufferPropertiesANDROID()
|
D | anv_private.h | 1127 uint32_t type_count; member
|
/external/freetype/src/otvalid/ |
D | otvgpos.c | 964 otvalid->type_count = 9; in otv_GPOS_subtable_validate() 1028 otvalid->type_count = 9; in otv_GPOS_validate()
|
D | otvgsub.c | 594 otvalid->type_count = 8; in otv_GSUB_validate()
|
D | otvcommn.h | 47 FT_UInt type_count; member
|
D | otvcommn.c | 370 if ( LookupType == 0 || LookupType > otvalid->type_count ) in otv_Lookup_validate()
|
/external/angle/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 1385 VkDescriptorPoolSize type_count[2]; in init_descriptor_pool() local 1386 type_count[0].type = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in init_descriptor_pool() 1387 type_count[0].descriptorCount = 1; in init_descriptor_pool() 1390 type_count[1].type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in init_descriptor_pool() 1391 type_count[1].descriptorCount = 1; in init_descriptor_pool() 1399 descriptor_pool.pPoolSizes = type_count; in init_descriptor_pool()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 209 unsigned type_count = 0; in radv_physical_device_init_mem_types() local 212 device->memory_domains[type_count] = RADEON_DOMAIN_VRAM; in radv_physical_device_init_mem_types() 213 device->memory_flags[type_count] = RADEON_FLAG_NO_CPU_ACCESS; in radv_physical_device_init_mem_types() 214 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType) { in radv_physical_device_init_mem_types() 221 device->memory_domains[type_count] = RADEON_DOMAIN_GTT; in radv_physical_device_init_mem_types() 222 device->memory_flags[type_count] = RADEON_FLAG_GTT_WC | RADEON_FLAG_CPU_ACCESS; in radv_physical_device_init_mem_types() 223 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType) { in radv_physical_device_init_mem_types() 230 device->memory_domains[type_count] = RADEON_DOMAIN_VRAM; in radv_physical_device_init_mem_types() 231 device->memory_flags[type_count] = RADEON_FLAG_CPU_ACCESS; in radv_physical_device_init_mem_types() 232 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType) { in radv_physical_device_init_mem_types() [all …]
|
/external/selinux/prebuilts/bin/ |
D | seinfo.py | 308 p.type_count, p.type_attribute_count))
|
/external/perfetto/protos/perfetto/metrics/ |
D | perfetto_merged_metrics.proto | 329 repeated TypeCount type_count = 2; field
|