| /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/libwebsockets/lib/misc/cache-ttl/ |
| D | lws-cache-ttl.c | 46 lws_cache_schedule(struct lws_cache_ttl_lru *cache, sul_cb_t cb, lws_usec_t e) in lws_cache_schedule() 56 lws_cache_write_through(struct lws_cache_ttl_lru *cache, in lws_cache_write_through() 91 lws_cache_lookup(struct lws_cache_ttl_lru *cache, const char *wildcard_key, in lws_cache_lookup() 203 lws_cache_item_get(struct lws_cache_ttl_lru *cache, const char *specific_key, in lws_cache_item_get() 219 lws_cache_expunge(struct lws_cache_ttl_lru *cache) in lws_cache_expunge() 233 lws_cache_item_remove(struct lws_cache_ttl_lru *cache, const char *wildcard_key) in lws_cache_item_remove() 246 lws_cache_footprint(struct lws_cache_ttl_lru *cache) in lws_cache_footprint() 252 lws_cache_debug_dump(struct lws_cache_ttl_lru *cache) in lws_cache_debug_dump() 277 lws_cache_create(const struct lws_cache_creation_info *info) in lws_cache_create() 290 lws_cache_ttl_lru_t *cache = *_cache; in lws_cache_destroy() local
|
| D | heap.c | 54 _lws_cache_heap_item_destroy(lws_cache_ttl_lru_t_heap_t *cache, in _lws_cache_heap_item_destroy() 74 lws_cache_heap_item_destroy(lws_cache_ttl_lru_t_heap_t *cache, in lws_cache_heap_item_destroy() 153 lws_cache_item_evict_lru(lws_cache_ttl_lru_t_heap_t *cache) in lws_cache_item_evict_lru() 173 lws_cache_ttl_lru_t_heap_t *cache = lws_container_of(sul, in expiry_cb() local 197 earliest_expiry(lws_cache_ttl_lru_t_heap_t *cache, lws_usec_t *pearliest) in earliest_expiry() 213 update_sul(lws_cache_ttl_lru_t_heap_t *cache) in update_sul() 234 lws_cache_heap_specific(lws_cache_ttl_lru_t_heap_t *cache, in lws_cache_heap_specific() 252 lws_cache_heap_tag_match(struct lws_cache_ttl_lru *cache, const char *wc, in lws_cache_heap_tag_match() 262 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; in lws_cache_heap_lookup() local 326 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; in lws_cache_heap_write() local [all …]
|
| D | private-lib-misc-cache-ttl.h | 58 struct lws_cache_creation_info info; member 70 lws_cache_ttl_lru_t cache; member 89 lws_cache_ttl_lru_t cache; member
|
| D | file.c | 75 nsc_backing_open_lock(lws_cache_nscookiejar_t *cache, int mode, const char *par) in nsc_backing_open_lock() 119 nsc_backing_close_unlock(lws_cache_nscookiejar_t *cache, int fd) in nsc_backing_close_unlock() 150 nscookiejar_iterate(lws_cache_nscookiejar_t *cache, int fd, in nscookiejar_iterate() 307 lws_cache_nscookiejar_tag_match(struct lws_cache_ttl_lru *cache, in lws_cache_nscookiejar_tag_match() 427 nsc_lookup_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags, in nsc_lookup_cb() 487 lws_cache_nscookiejar_t *cache = (lws_cache_nscookiejar_t *)_c; in lws_cache_nscookiejar_lookup() local 540 nsc_regen_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags, in nsc_regen_cb() 599 nsc_regen(lws_cache_nscookiejar_t *cache, const char *wc_delete, in nsc_regen() 682 lws_cache_nscookiejar_t *cache = lws_container_of(sul, in expiry_cb() local 705 lws_cache_nscookiejar_t *cache = (lws_cache_nscookiejar_t *)_c; in lws_cache_nscookiejar_write() local [all …]
|
| /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/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/ |
| D | trt_engine_op_test.cc | 93 convert::EngineInfo info; local 225 auto cache = &cache_resource->cache_; in TEST_F() local 279 auto cache = &cache_resource->cache_; in TEST_F() local 306 auto cache = &cache_resource->cache_; in TEST_P() local 336 auto cache = &cache_resource->cache_; in TEST_P() local
|
| /external/cronet/net/http/ |
| D | http_cache_unittest.cc | 177 explicit DeleteCacheCompletionCallback(std::unique_ptr<MockHttpCache> cache) in DeleteCacheCompletionCallback() 222 void RunTransactionTestBase(HttpCache* cache, in RunTransactionTestBase() 273 void RunTransactionTestWithRequest(HttpCache* cache, in RunTransactionTestWithRequest() 282 void RunTransactionTestAndGetTiming(HttpCache* cache, in RunTransactionTestAndGetTiming() 292 HttpCache* cache, in RunTransactionTestAndGetTimingAndConnectedSocketAddress() 302 void RunTransactionTest(HttpCache* cache, const MockTransaction& trans_info) { in RunTransactionTest() 307 void RunTransactionTestWithLog(HttpCache* cache, in RunTransactionTestWithLog() 313 void RunTransactionTestWithResponseInfo(HttpCache* cache, in RunTransactionTestWithResponseInfo() 321 HttpCache* cache, in RunTransactionTestWithResponseInfoAndGetTiming() 331 void RunTransactionTestWithResponse(HttpCache* cache, in RunTransactionTestWithResponse() [all …]
|
| /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/cldr/tools/cldr-code/src/main/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/cronet/components/nacl/browser/ |
| D | pnacl_translation_cache.cc | 123 base::WeakPtr<PnaclTranslationCache> cache, in GetReadEntry() 134 base::WeakPtr<PnaclTranslationCache> cache, in GetWriteEntry() 146 base::WeakPtr<PnaclTranslationCache> cache, in PnaclTranslationCacheEntry() 415 std::string PnaclTranslationCache::GetKey(const nacl::PnaclCacheInfo& info) { in GetKey()
|
| /external/skia/tests/ |
| D | ResourceCacheTest.cpp | 74 SkImageInfo info = SkImageInfo::MakeN32Premul(gWidth, gHeight); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local 399 GrResourceCache* cache = fDContext->priv().getResourceCache(); in Mock() local 404 GrResourceCache* cache() { return fDContext->priv().getResourceCache(); } in cache() function in Mock 418 GrResourceCache* cache = mock.cache(); in test_no_key() local 471 GrResourceCache* cache = mock.cache(); in test_purge_unlocked() local 534 GrResourceCache* cache = mock.cache(); in test_purge_command_buffer_usage() local 602 GrResourceCache* cache = mock.cache(); in test_budgeting() local 727 GrResourceCache* cache = mock.cache(); in test_unbudgeted() local 799 GrResourceCache* cache = mock.cache(); in test_unbudgeted_to_scratch() local 865 GrResourceCache* cache = mock.cache(); in test_duplicate_scratch_key() local [all …]
|
| D | TextBlobCacheTest.cpp | 82 static void SetBudget(sktext::gpu::TextBlobRedrawCoordinator* cache, size_t budget) { in SetBudget() 103 SkImageInfo info = SkImageInfo::Make(kWidth, kHeight, kRGBA_8888_SkColorType, in text_blob_cache_inner() local 331 const SkImageInfo info = in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local 390 const SkImageInfo info = in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
|
| /external/tensorflow/tensorflow/compiler/xla/python/ |
| D | weakref_lru_cache.cc | 70 WeakrefLRUCache* cache; member 121 auto cache = this_weak.lock(); in GetCache() local 140 Cache& cache = *cache_ptr; in Call() local 208 .def("__repr__", [](WeakrefLRUCache::CacheInfo& info) { in BuildWeakrefLRUCacheAPI()
|
| /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 | 100 struct genl_info *info, void *arg) in ctrl_msg_parser() 348 struct genl_family *genl_ctrl_search(struct nl_cache *cache, int id) in genl_ctrl_search() 381 struct genl_family *genl_ctrl_search_by_name(struct nl_cache *cache, in genl_ctrl_search_by_name()
|
| /external/tensorflow/tensorflow/compiler/tf2xla/ |
| D | tf2xla_util.cc | 312 GraphCache* cache, const NameAttrList& body_attr, in FindOrInsert() 346 const FunctionLibraryDefinition* fallback_fld, GraphCache* cache) { in TraverseUnmodifiedPathBackward() 381 GraphCache* cache) { in IsLoopInvariant() 422 GraphCache cache; in PropagateConstIntoAndAroundWhileNode() local 480 GraphCache cache; in IsLoopInvariant() local 520 PlaceholderInfo& info = placeholder_info[name_port]; in AddPlaceholdersForFeeds() local 533 PlaceholderInfo& info = it->second; in AddPlaceholdersForFeeds() local 577 const PlaceholderInfo& info = it->second; in AddPlaceholdersForFeeds() local
|
| /external/wpa_supplicant_8/src/ap/ |
| D | ieee802_11_auth.c | 37 struct radius_sta info; member 411 struct hostapd_cached_radius_acl *cache) in decode_tunnel_passwords() 489 struct hostapd_cached_radius_acl *cache; in hostapd_acl_recv_radius() local 490 struct radius_sta *info; in hostapd_acl_recv_radius() 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/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
|