| /external/elfutils/libdw/ |
| D | cie.c | 54 intern_new_cie (Dwarf_CFI *cache, Dwarf_Off offset, const Dwarf_CIE *info) in intern_new_cie() 160 __libdw_find_cie (Dwarf_CFI *cache, Dwarf_Off offset) in __libdw_find_cie() 189 __libdw_intern_cie (Dwarf_CFI *cache, Dwarf_Off offset, const Dwarf_CIE *info) in __libdw_intern_cie()
|
| /external/libwebsockets/lib/misc/lwsac/ |
| D | cached-file.c | 78 lwsac_use_cached_file_start(lwsac_cached_file_t cache) in lwsac_use_cached_file_start() 88 lwsac_use_cached_file_end(lwsac_cached_file_t *cache) in lwsac_use_cached_file_end() 109 lwsac_use_cached_file_detach(lwsac_cached_file_t *cache) in lwsac_use_cached_file_detach() 127 lwsac_cached_file(const char *filepath, lwsac_cached_file_t *cache, size_t *len) in lwsac_cached_file() 129 struct cached_file_info *info = NULL; in lwsac_cached_file() local
|
| /external/mesa3d/src/util/ |
| D | xmlconfig.c | 255 findOption(const driOptionCache *cache, const char *name) in findOption() 292 checkValue(const driOptionValue *v, const driOptionInfo *info) in checkValue() 312 driParseOptionInfo(driOptionCache *info, in driParseOptionInfo() 584 driOptionCache *cache; member 629 parseRange(driOptionInfo *info, const char *string) in parseRange() 803 driOptionCache *cache = data->cache; in parseOptConfAttr() local 1013 initOptionCache(driOptionCache *cache, const driOptionCache *info) in initOptionCache() 1040 driParseConfigFiles(driOptionCache *cache, const driOptionCache *info, in driParseConfigFiles() 1075 driDestroyOptionInfo(driOptionCache *info) in driDestroyOptionInfo() 1090 driDestroyOptionCache(driOptionCache *cache) in driDestroyOptionCache() [all …]
|
| D | disk_cache.h | 98 Dl_info info; in disk_cache_get_function_timestamp() local 271 disk_cache_destroy(struct disk_cache *cache) { in disk_cache_destroy() 276 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put() 284 disk_cache_remove(struct disk_cache *cache, const cache_key key) in disk_cache_remove() 290 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size) in disk_cache_get() 296 disk_cache_put_key(struct disk_cache *cache, const cache_key key) in disk_cache_put_key() 302 disk_cache_has_key(struct disk_cache *cache, const cache_key key) in disk_cache_has_key() 308 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, in disk_cache_compute_key() 315 disk_cache_set_callbacks(struct disk_cache *cache, disk_cache_put_cb put, in disk_cache_set_callbacks()
|
| D | xmlconfig.h | 77 driOptionInfo *info; member 106 driOptionInfo info; member 164 driComputeOptionsSha1(const driOptionCache *cache, unsigned char *sha1) in driComputeOptionsSha1()
|
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| D | PluralSamples.java | 12 private static final Map<String, PluralSamples> cache = new ConcurrentHashMap<>(); field in PluralSamples 17 SupplementalDataInfo info = SupplementalDataInfo.getInstance(); in PluralSamples() local
|
| /external/vulkan-validation-layers/tests/ |
| D | vktestbinding.cpp | 67 VkPhysicalDeviceProperties info; in properties() local 75 std::vector<VkQueueFamilyProperties> info; in queue_properties() local 87 VkPhysicalDeviceMemoryProperties info; in memory_properties() local 181 bool PhysicalDevice::set_memory_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const Vk… in set_memory_type() 294 void Device::init(const VkDeviceCreateInfo &info) { in init() 434 void DeviceMemory::init(const Device &dev, const VkMemoryAllocateInfo &info) { in init() 464 VkMemoryAllocateInfo info = alloc_info(reqs.size, mem_type_index); in get_resource_alloc_info() local 514 void Buffer::init_no_mem(const Device &dev, const VkBufferCreateInfo &info) { in init_no_mem() 548 void Image::init_no_mem(const Device &dev, const VkImageCreateInfo &info) { in init_no_mem() 555 void Image::init_info(const Device &dev, const VkImageCreateInfo &info) { in init_info() [all …]
|
| /external/perfetto/src/trace_processor/sqlite/ |
| D | db_sqlite_table.cc | 97 QueryCache* cache, in RegisterTable() 107 QueryCache* cache, in RegisterTable() 153 int DbSqliteTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex() 171 BestIndexInfo* info) { in BestIndex() 330 DbSqliteTable::Cursor::Cursor(DbSqliteTable* sqlite_table, QueryCache* cache) in Cursor()
|
| /external/wpa_supplicant_8/src/ap/ |
| D | ieee802_11_auth.c | 35 struct radius_sta info; member 377 struct hostapd_cached_radius_acl *cache) in decode_tunnel_passwords() 455 struct hostapd_cached_radius_acl *cache; in hostapd_acl_recv_radius() local 456 struct radius_sta *info; in hostapd_acl_recv_radius() local
|
| /external/skia/tests/ |
| D | ResourceCacheTest.cpp | 37 SkImageInfo info = SkImageInfo::MakeN32Premul(gWidth, gHeight); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 333 GrResourceCache* cache = fDContext->priv().getResourceCache(); in Mock() local 338 GrResourceCache* cache() { return fDContext->priv().getResourceCache(); } in cache() function in Mock 352 GrResourceCache* cache = mock.cache(); in test_no_key() local 405 GrResourceCache* cache = mock.cache(); in test_purge_unlocked() local 468 GrResourceCache* cache = mock.cache(); in test_purge_command_buffer_usage() local 536 GrResourceCache* cache = mock.cache(); in test_budgeting() local 662 GrResourceCache* cache = mock.cache(); in test_unbudgeted() local 734 GrResourceCache* cache = mock.cache(); in test_unbudgeted_to_scratch() local 800 GrResourceCache* cache = mock.cache(); in test_duplicate_scratch_key() local [all …]
|
| D | TextBlobCacheTest.cpp | 58 static void SetBudget(GrTextBlobCache* cache, size_t budget) { in SetBudget() 79 SkImageInfo info = SkImageInfo::Make(kWidth, kHeight, kRGBA_8888_SkColorType, in text_blob_cache_inner() local 303 const SkImageInfo info = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 359 const SkImageInfo info = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| /external/skqp/src/pdf/ |
| D | SkPDFFont.cpp | 183 static bool has_outline_glyph(SkGlyphID gid, SkStrike* cache) { in has_outline_glyph() 189 SkStrike* cache, in GetFontResource() 421 const SkAdvancedTypefaceMetrics* info) { in make_type1_font_descriptor() 468 const SkAdvancedTypefaceMetrics* info = SkPDFFont::GetMetrics(typeface, doc); in type1_font_descriptor() local 483 if (const SkAdvancedTypefaceMetrics* info = SkPDFFont::GetMetrics(typeface, doc)) { in emit_subset_type1() local 564 static ImageAndOffset to_image(SkGlyphID gid, SkStrike* cache) { in to_image() 607 SkStrike* cache) { in type3_descriptor() 647 auto cache = SkPDFFont::MakeVectorCache(typeface, &unitsPerEm); in emit_subset_type3() local
|
| /external/mesa3d/src/gallium/winsys/radeon/drm/ |
| D | radeon_drm_winsys.c | 61 struct drm_radeon_info info; in radeon_set_fd_access() local 108 struct drm_radeon_info info; in radeon_get_drm_value() local 647 struct radeon_info *info) in radeon_query_info() 798 unsigned cache) in radeon_pin_threads_to_L3_cache()
|
| /external/turbine/java/com/google/turbine/processing/ |
| D | ClassHierarchy.java | 41 private final Map<ClassSymbol, HierarchyNode> cache = new HashMap<>(); field in ClassHierarchy 110 TypeBoundClass info = env.get(sym); in compute() local
|
| /external/libnl/lib/genl/ |
| D | ctrl.c | 107 struct genl_info *info, void *arg) in ctrl_msg_parser() 355 struct genl_family *genl_ctrl_search(struct nl_cache *cache, int id) in genl_ctrl_search() 388 struct genl_family *genl_ctrl_search_by_name(struct nl_cache *cache, in genl_ctrl_search_by_name()
|
| /external/skqp/tests/ |
| D | ResourceCacheTest.cpp | 42 SkImageInfo info = SkImageInfo::MakeN32Premul(gWidth, gHeight); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 355 GrResourceCache* cache = fContext->contextPriv().getResourceCache(); in Mock() local 360 GrResourceCache* cache() { return fContext->contextPriv().getResourceCache(); } in cache() function in Mock 375 GrResourceCache* cache = mock.cache(); in test_no_key() local 429 GrResourceCache* cache = mock.cache(); in test_purge_unlocked() local 493 GrResourceCache* cache = mock.cache(); in test_budgeting() local 620 GrResourceCache* cache = mock.cache(); in test_unbudgeted() local 693 GrResourceCache* cache = mock.cache(); in test_unbudgeted_to_scratch() local 760 GrResourceCache* cache = mock.cache(); in test_duplicate_scratch_key() local 806 GrResourceCache* cache = mock.cache(); in test_remove_scratch_key() local [all …]
|
| /external/llvm-project/compiler-rt/lib/lsan/ |
| D | lsan_common_mac.cpp | 39 AllocatorCache cache; member 155 struct vm_region_submap_info_64 info; in ProcessPlatformSpecificAllocations() local
|
| /external/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_context.c | 274 struct tgsi_shader_info *info = &draw->vs.vertex_shader->info; in draw_is_vs_window_space() local 699 const struct tgsi_shader_info *info = draw_get_shader_info(draw); in draw_find_shader_output() local 732 const struct tgsi_shader_info *info = draw_get_shader_info(draw); in draw_num_shader_outputs() local 751 const struct tgsi_shader_info *info = &draw->vs.vertex_shader->info; in draw_total_vs_outputs() local 765 const struct tgsi_shader_info *info; in draw_total_gs_outputs() local 781 const struct tgsi_shader_info *info; in draw_total_tcs_outputs() local 797 const struct tgsi_shader_info *info; in draw_total_tes_outputs() local 1347 struct lp_cached_code *cache, in draw_set_disk_cache_callbacks()
|
| /external/skqp/src/core/ |
| D | SkBitmapDevice.cpp | 199 static bool valid_for_bitmap_device(const SkImageInfo& info, in valid_for_bitmap_device() 234 SkBitmapDevice* SkBitmapDevice::Create(const SkImageInfo& info) { in Create() 265 const SkImageInfo info = origInfo.makeAlphaType(newAT); in Create() local 325 const SkImageInfo info = fBitmap.info(); in onPeekPixels() local 630 sk_sp<SkImageFilterCache> cache(this->getImageFilterCache()); in drawSpecial() local 729 sk_sp<SkSurface> SkBitmapDevice::makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) { in makeSurface() 734 SkImageFilterCache* cache = SkImageFilterCache::Get(); in getImageFilterCache() local
|
| /external/google-benchmark/src/ |
| D | sysinfo.cc | 260 CPUInfo::CacheInfo info; in GetCacheSizesFromKVFS() local 310 CPUInfo::CacheInfo info; in GetCacheSizesMacOSX() local 371 struct cacheattr_entry *cache = SYSPAGE_ENTRY(cacheattr); in GetCacheSizesQNX() local 375 CPUInfo::CacheInfo info; in GetCacheSizesQNX() local 698 static const CPUInfo* info = new CPUInfo(); in Get() local 711 static const SystemInfo* info = new SystemInfo(); in Get() local
|
| /external/libnl/python/netlink/ |
| D | capi.i | 331 struct nl_cache *cache; in cache_mngr_add() local 564 struct pynl_cbinfo *info; in pynl_find_cbinfo() local 581 struct pynl_cbinfo *info; in pynl_get_cbinfo() local 677 struct pynl_cbinfo *info, *clone_info; in py_nl_cb_clone() local 702 struct pynl_cbinfo *info; in py_nl_cb_put() local 725 struct pynl_cbinfo *info; in py_nl_cb_set() local 751 struct pynl_cbinfo *info; in py_nl_cb_set_all() local 780 struct pynl_cbinfo *info; in py_nl_cb_err() local
|
| /external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
| D | amdgpu_winsys.c | 183 struct radeon_info *info) in amdgpu_winsys_query_info() 310 unsigned cache) in amdgpu_pin_threads_to_L3_cache()
|
| /external/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_pipeline.c | 1487 struct v3dv_pipeline_cache *cache, in v3dv_get_shader_variant() 1623 struct v3dv_pipeline_cache *cache, in pregenerate_shader_variants() 1785 struct v3dv_pipeline_cache *cache) in pipeline_stage_get_nir() 1848 struct v3dv_pipeline_cache *cache, in pipeline_compile_vertex_shader() 1898 struct v3dv_pipeline_cache *cache, in pipeline_compile_fragment_shader() 1934 struct v3dv_pipeline_cache *cache, in pipeline_compile_graphics() 2861 struct v3dv_pipeline_cache *cache, in pipeline_init() 3059 struct v3dv_pipeline_cache *cache, in pipeline_compile_compute() 3060 const VkComputePipelineCreateInfo *info, in pipeline_compile_compute() 3113 struct v3dv_pipeline_cache *cache, in compute_pipeline_init() [all …]
|
| /external/mesa3d/src/intel/vulkan/ |
| D | anv_pipeline.c | 700 struct anv_pipeline_cache *cache, in anv_pipeline_stage_get_nir() 1270 struct anv_pipeline_cache *cache, in anv_pipeline_compile_graphics() 1271 const VkGraphicsPipelineCreateInfo *info) in anv_pipeline_compile_graphics() 1662 struct anv_pipeline_cache *cache, in anv_pipeline_compile_cs() 1663 const VkComputePipelineCreateInfo *info, in anv_pipeline_compile_cs() 2024 const VkPipelineDepthStencilStateCreateInfo *info = in copy_non_dynamic_state() local 2047 anv_pipeline_validate_create_info(const VkGraphicsPipelineCreateInfo *info) in anv_pipeline_validate_create_info() 2123 struct anv_pipeline_cache *cache, in anv_graphics_pipeline_init()
|
| /external/skia/src/core/ |
| D | SkBitmapDevice.cpp | 201 static bool valid_for_bitmap_device(const SkImageInfo& info, in valid_for_bitmap_device() 226 SkBitmapDevice* SkBitmapDevice::Create(const SkImageInfo& info) { in Create() 259 const SkImageInfo info = origInfo.makeAlphaType(newAT); in Create() local 309 SkImageInfo info = cinfo.fInfo; in onCreateDevice() local 328 const SkImageInfo info = fBitmap.info(); in onPeekPixels() local 630 sk_sp<SkSurface> SkBitmapDevice::makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) { in makeSurface() 635 SkImageFilterCache* cache = SkImageFilterCache::Get(); in getImageFilterCache() local
|