| /external/libnl/lib/ |
| D | cache_mngt.c | 41 struct nl_cache_ops *__nl_cache_ops_lookup(const char *name) in __nl_cache_ops_lookup() 79 struct nl_cache_ops *nl_cache_ops_lookup(const char *name) in nl_cache_ops_lookup() 99 struct nl_cache_ops *nl_cache_ops_lookup_safe(const char *name) in nl_cache_ops_lookup_safe() 329 void nl_cache_mngt_provide(struct nl_cache *cache) in nl_cache_mngt_provide() 362 void nl_cache_mngt_unprovide(struct nl_cache *cache) in nl_cache_mngt_unprovide() 380 struct nl_cache *__nl_cache_mngt_require(const char *name) in __nl_cache_mngt_require() 383 struct nl_cache *cache = NULL; in __nl_cache_mngt_require() local 405 struct nl_cache *nl_cache_mngt_require(const char *name) in nl_cache_mngt_require() 407 struct nl_cache *cache; in nl_cache_mngt_require() local 427 struct nl_cache *nl_cache_mngt_require_safe(const char *name) in nl_cache_mngt_require_safe() [all …]
|
| D | cache_mngr.c | 221 int nl_cache_mngr_add_cache(struct nl_cache_mngr *mngr, struct nl_cache *cache, in nl_cache_mngr_add_cache() 321 int nl_cache_mngr_add(struct nl_cache_mngr *mngr, const char *name, in nl_cache_mngr_add() 325 struct nl_cache *cache; in nl_cache_mngr_add() local
|
| /external/e2fsprogs/lib/blkid/ |
| D | read.c | 185 static int parse_dev(blkid_cache cache, blkid_dev *dev, char **cp) in parse_dev() 187 char *start, *tmp, *end, *name; in parse_dev() local 241 static int parse_token(char **name, char **value, char **cp) in parse_token() 305 static int parse_tag(blkid_cache cache, blkid_dev dev, char **cp) in parse_tag() 307 char *name; in parse_tag() local 344 static int blkid_parse_line(blkid_cache cache, blkid_dev *dev_p, char *cp) in blkid_parse_line() 381 void blkid_read_cache(blkid_cache cache) in blkid_read_cache() 477 blkid_cache cache = NULL; in main() local
|
| D | devname.c | 49 blkid_dev blkid_get_dev(blkid_cache cache, const char *devname, int flags) in blkid_get_dev() 162 char path[256], name[256], *res = NULL; in get_dm_name() local 181 static void probe_one(blkid_cache cache, const char *ptname, in probe_one() 299 static void lvm_probe_all(blkid_cache cache, int only_if_new) in lvm_probe_all() 364 evms_probe_all(blkid_cache cache, int only_if_new) in evms_probe_all() 393 static int probe_all(blkid_cache cache, int only_if_new) in probe_all() 511 int blkid_probe_all(blkid_cache cache) in blkid_probe_all() 523 int blkid_probe_all_new(blkid_cache cache) in blkid_probe_all_new() 537 blkid_cache cache = NULL; in main() local
|
| D | tag.c | 105 static blkid_tag blkid_find_head_cache(blkid_cache cache, const char *type) in blkid_find_head_cache() 130 int blkid_set_tag(blkid_dev dev, const char *name, in blkid_set_tag() 227 char *name, *value, *cp; in blkid_parse_tag_string() local 329 extern blkid_dev blkid_find_dev_with_tag(blkid_cache cache, in blkid_find_dev_with_tag() 405 blkid_cache cache = NULL; in main() local
|
| /external/mesa3d/src/mesa/drivers/dri/common/ |
| D | xmlconfig.c | 109 static GLuint findOption (const driOptionCache *cache, const char *name) { in findOption() 136 static GLuint countOptions (const driOptionCache *cache) { in countOptions() 159 static GLuint bsearchStr (const XML_Char *name, in bsearchStr() 488 const char *name; member 490 driOptionCache *cache; member 553 driOptionCache *cache = data->cache; in parseOptInfoAttr() local 611 static void optInfoStartElem (void *userData, const XML_Char *name, in optInfoStartElem() 664 static void optInfoEndElem (void *userData, const XML_Char *name) { in optInfoEndElem() 746 const char *name; member 748 driOptionCache *cache; member [all …]
|
| /external/llvm/bindings/python/llvm/ |
| D | object.py | 123 def get_sections(self, cache=False): argument 151 def get_symbols(self, cache=False): argument 194 def name(self): member in Section 240 def get_relocations(self, cache=False): argument 271 def cache(self): member in Section 302 def name(self): member in Symbol 344 def cache(self): member in Symbol 418 def cache(self): member in Relocation
|
| /external/squashfs-tools/squashfs-tools/ |
| D | unsquashfs.h | 127 struct cache { struct 137 struct cache_entry *free_list; argument 138 struct cache_entry *hash_table[65536]; argument 141 /* struct describing a cache entry passed between threads */ argument 143 struct cache *cache; member 175 char name[SQUASHFS_NAME_LEN + 1]; member 213 char *name; member 220 struct path_entry *name; member
|
| /external/squashfs-tools/kernel/fs/squashfs/ |
| D | cache.c | 67 struct squashfs_cache *cache, u64 block, int length) in squashfs_cache_get() 186 struct squashfs_cache *cache = entry->cache; in squashfs_cache_put() local 208 void squashfs_cache_delete(struct squashfs_cache *cache) in squashfs_cache_delete() 233 struct squashfs_cache *squashfs_cache_init(char *name, int entries, in squashfs_cache_init() 237 struct squashfs_cache *cache = kzalloc(sizeof(*cache), GFP_KERNEL); in squashfs_cache_init() local
|
| /external/icu/icu4c/source/test/intltest/ |
| D | unifiedcachetest.cpp | 82 void UnifiedCacheTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) { in runIndexedTest() 98 const UnifiedCache *cache = UnifiedCache::getInstance(status); in TestEvictionUnderStress() local 122 UnifiedCache cache(status); in TestEvictionPolicy() local 183 UnifiedCache cache(status); in TestBounded() local 299 const UnifiedCache *cache = UnifiedCache::getInstance(status); in TestBasic() local 354 const UnifiedCache *cache = UnifiedCache::getInstance(status); in TestError() local
|
| /external/toolchain-utils/bestflags/ |
| D | pipeline_process.py | 40 def __init__(self, num_processes, name, cache, stage, task_queue, helper, argument
|
| /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
| D | android_platform_backend_unittest.py | 28 def get_prop(name, cache=None): argument 158 def name(self): member in AndroidPlatformBackendPsutilTest.psutil_2_0.Process 173 def get_prop(name, cache=None): argument
|
| /external/libnl/lib/genl/ |
| D | ctrl.c | 75 const char * name; in parse_mcast_grps() local 238 const char *name) in genl_ctrl_probe_by_name() 354 struct genl_family *genl_ctrl_search(struct nl_cache *cache, int id) in genl_ctrl_search() 387 struct genl_family *genl_ctrl_search_by_name(struct nl_cache *cache, in genl_ctrl_search_by_name() 388 const char *name) in genl_ctrl_search_by_name() 429 int genl_ctrl_resolve(struct nl_sock *sk, const char *name) in genl_ctrl_resolve()
|
| /external/dnsmasq/src/ |
| D | cache.c | 33 const char * const name; member 137 static struct crec **hash_bucket(char *name) in hash_bucket() 257 static int cache_scan_free(char *name, struct all_addr *addr, time_t now, unsigned short flags) in cache_scan_free() 359 struct crec *cache_insert(char *name, struct all_addr *addr, in cache_insert() 495 struct crec *cache_find_by_name(struct crec *crecp, char *name, time_t now, unsigned short prot) in cache_find_by_name() 644 static void add_hosts_entry(struct crec *cache, struct all_addr *addr, int addrlen, in add_hosts_entry() 823 struct crec *cache; in read_hostsfile() local 870 struct crec *cache, **up, *tmp; in cache_reload() local 1020 struct crec *cache, **up; in cache_unhash_dhcp() local 1160 struct crec *cache ; in dump_cache() local [all …]
|
| /external/e2fsprogs/e2fsck/ |
| D | jfs_user.h | 79 #define kmem_cache_alloc(cache, flags) malloc((cache)->object_length) argument 80 #define kmem_cache_free(cache, obj) free(obj) argument 81 #define kmem_cache_create(name, len, a, b, c) do_cache_create(len) argument 82 #define kmem_cache_destroy(cache) do_cache_destroy(cache) argument 135 _INLINE_ void do_cache_destroy(lkmem_cache_t *cache) in do_cache_destroy()
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
| D | ResourceBasedPeriodFormatterDataService.java | 42 …private Map<String, PeriodFormatterData> cache = new HashMap<String, PeriodFormatterData>(); // St… field in ResourceBasedPeriodFormatterDataService 115 String name = PATH + "pfd_" + ln + ".xml"; in get() local
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
| D | ResourceBasedPeriodFormatterDataService.java | 40 …private Map<String, PeriodFormatterData> cache = new HashMap<String, PeriodFormatterData>(); // St… field in ResourceBasedPeriodFormatterDataService 113 String name = PATH + "pfd_" + ln + ".xml"; in get() local
|
| /external/v8/src/base/platform/ |
| D | platform-win32.cc | 353 int64_t Win32Time::LocalOffset(TimezoneCache* cache) { in LocalOffset() 387 bool Win32Time::InDST(TimezoneCache* cache) { in InDST() 412 int64_t Win32Time::DaylightSavingsOffset(TimezoneCache* cache) { in DaylightSavingsOffset() 419 char* Win32Time::LocalTimezone(TimezoneCache* cache) { in LocalTimezone() 457 void OS::DisposeTimezoneCache(TimezoneCache* cache) { in DisposeTimezoneCache() 462 void OS::ClearTimezoneCache(TimezoneCache* cache) { in ClearTimezoneCache() 469 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() 476 double OS::LocalTimeOffset(TimezoneCache* cache) { in LocalTimeOffset() 487 double OS::DaylightSavingsOffset(double time, TimezoneCache* cache) { in DaylightSavingsOffset() 875 OS::MemoryMappedFile* OS::MemoryMappedFile::open(const char* name) { in open() [all …]
|
| /external/iproute2/lib/ |
| D | rt_names.c | 32 const char *name; member 167 static char *cache; in rtnl_rtprot_a2n() local 236 static const char *cache; in rtnl_rtscope_a2n() local 299 static char *cache; in rtnl_rtrealm_a2n() local 402 static const char *cache; in rtnl_rttable_a2n() local 468 static char *cache; in rtnl_dsfield_a2n() local 518 static const char *cache; in rtnl_group_a2n() local 621 static char *cache; in nl_proto_a2n() local
|
| /external/e2fsprogs/lib/ext2fs/ |
| D | unix_io.c | 101 struct unix_cache cache[CACHE_SIZE]; member 323 struct unix_cache *cache; in alloc_cache() local 349 struct unix_cache *cache; in free_cache() local 375 struct unix_cache *cache, *unused_cache, *oldest_cache; in find_cached_block() local 402 struct unix_cache *cache, unsigned long long block) in reuse_cache() 421 struct unix_cache *cache; in flush_cached_blocks() local 486 static errcode_t unix_open_channel(const char *name, int fd, in unix_open_channel() 662 static errcode_t unix_open(const char *name, int flags, in unix_open() 744 struct unix_cache *cache, *reuse[READ_DIRECT_SIZE]; in unix_read_blk64() local 831 struct unix_cache *cache, *reuse; in unix_write_blk64() local
|
| /external/ImageMagick/MagickCore/ |
| D | coder.c | 76 *name; member 332 *cache; in AcquireCoderCache() local 474 MagickExport const CoderInfo *GetCoderInfo(const char *name, in GetCoderInfo() 809 static MagickBooleanType LoadCoderCache(SplayTreeInfo *cache,const char *xml, in LoadCoderCache()
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | ListFormatter.java | 76 private final String name; field in ListFormatter.Style 78 Style(String name) { in Style() 307 private final ICUCache<String, ListFormatter> cache = field in ListFormatter.Cache 333 static Cache cache = new Cache(); field in ListFormatter
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| D | ListFormatter.java | 76 private final String name; field in ListFormatter.Style 78 Style(String name) { in Style() 301 private final ICUCache<String, ListFormatter> cache = field in ListFormatter.Cache 327 static Cache cache = new Cache(); field in ListFormatter
|
| /external/libnl/src/lib/ |
| D | utils.c | 168 struct nl_cache *nl_cli_alloc_cache(struct nl_sock *sock, const char *name, in nl_cli_alloc_cache() 171 struct nl_cache *cache; in nl_cli_alloc_cache() local 183 void nl_cli_load_module(const char *prefix, const char *name) in nl_cli_load_module()
|
| /external/skia/src/core/ |
| D | SkGlyphCache.cpp | 388 SkString name; in dump() local 483 SkGlyphCache* cache; in VisitCache() local 526 void SkGlyphCache::AttachCache(SkGlyphCache* cache) { in AttachCache() 533 static void dump_visitor(const SkGlyphCache& cache, void* context) { in dump_visitor() 557 static void sk_trace_dump_visitor(const SkGlyphCache& cache, void* context) { in sk_trace_dump_visitor() 600 SkGlyphCache* cache; in VisitAll() local 611 void SkGlyphCache_Globals::attachCacheToHead(SkGlyphCache* cache) { in attachCacheToHead() 622 SkGlyphCache* cache = fHead; in internalGetTail() local 661 SkGlyphCache* cache = this->internalGetTail(); in internalPurge() local 685 void SkGlyphCache_Globals::internalAttachCacheToHead(SkGlyphCache* cache) { in internalAttachCacheToHead() [all …]
|