/external/libunwind/src/dwarf/ |
D | Gparser.c | 52 unw_word_t val) in set_reg() 64 unw_word_t curr_ip, operand = 0, regnum, val, len, fde_encoding; in run_cfi_program() local 497 flush_rs_cache (struct dwarf_rs_cache *cache) in flush_rs_cache() 519 struct dwarf_rs_cache *cache = &as->global_cache; in get_rs_cache() local 541 put_rs_cache (unw_addr_space_t as, struct dwarf_rs_cache *cache, in put_rs_cache() 569 rs_lookup (struct dwarf_rs_cache *cache, struct dwarf_cursor *c) in rs_lookup() 601 rs_new (struct dwarf_rs_cache *cache, struct dwarf_cursor * c) in rs_new() 691 unw_word_t len, val; in eval_location_expr() local 861 struct dwarf_rs_cache *cache; in dwarf_find_save_locs() local
|
/external/libunwind/src/ia64/ |
D | Gscript.c | 77 flush_script_cache (struct ia64_script_cache *cache) in flush_script_cache() 98 struct ia64_script_cache *cache = &as->global_cache; in get_script_cache() local 133 put_script_cache (unw_addr_space_t as, struct ia64_script_cache *cache, in put_script_cache() 152 script_lookup (struct ia64_script_cache *cache, struct cursor *c) in script_lookup() 194 script_new (struct ia64_script_cache *cache, unw_word_t ip) in script_new() 268 unsigned long val, rval; in compile_reg() local 523 unw_word_t val; in run_script() local 642 struct ia64_script_cache *cache = NULL; in ia64_find_save_locs() local 719 struct ia64_script_cache *cache; in ia64_cache_proc_info() local 751 struct ia64_script_cache *cache; in ia64_get_cached_proc_info() local
|
/external/e2fsprogs/lib/blkid/ |
D | tag.c | 104 static blkid_tag blkid_find_head_cache(blkid_cache cache, const char *type) in blkid_find_head_cache() 133 char *val = 0; in blkid_set_tag() local 328 extern blkid_dev blkid_find_dev_with_tag(blkid_cache cache, in blkid_find_dev_with_tag() 404 blkid_cache cache = NULL; in main() local
|
D | probe.c | 694 unsigned char *buf_mft, *val; in probe_ntfs() local 1513 blkid_dev blkid_verify(blkid_cache cache, blkid_dev dev) in blkid_verify() 1667 blkid_cache cache; in main() local
|
D | probe.h | 25 blkid_cache cache; member 783 _INLINE_ __u32 blkid_swab32(__u32 val) in blkid_swab32() 797 _INLINE_ __u16 blkid_swab16(__u16 val) in blkid_swab16() 805 _INLINE_ __u64 blkid_swab64(__u64 val) in blkid_swab64() 814 _INLINE_ __u16 blkid_swab16(__u16 val) in blkid_swab16() 819 _INLINE_ __u32 blkid_swab32(__u32 val) in blkid_swab32() 825 _INLINE_ __u64 blkid_swab64(__u64 val) in blkid_swab64()
|
/external/libxml2/ |
D | xpath.c | 515 xmlXPathIsNaN(double val) { in xmlXPathIsNaN() 530 xmlXPathIsInf(double val) { in xmlXPathIsInf() 547 xmlXPathGetSign(double val) { in xmlXPathGetSign() 938 void *cache; member 1164 #define PUSH_FULL_EXPR(op, op1, op2, val, val2, val3, val4, val5) \ argument 1167 #define PUSH_LONG_EXPR(op, val, val2, val3, val4, val5) \ argument 1171 #define PUSH_LEAVE_EXPR(op, val, val2) \ argument 1174 #define PUSH_UNARY_EXPR(op, ch, val, val2) \ argument 1177 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \ argument 1728 xmlXPathContextCachePtr cache = in xmlXPathDebugObjUsageReset() local [all …]
|
/external/dnsmasq/src/ |
D | cache.c | 139 unsigned int c, val = 017465; /* Barker code - minimum self-correlation in cyclic shift */ in hash_bucket() local 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
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cc | 81 SizeClassAllocatorLocalCache<Allocator> cache; in TestSizeClassAllocator() local 162 SizeClassAllocatorLocalCache<Allocator> cache; in SizeClassAllocatorMetadataStress() local 205 SizeClassAllocatorLocalCache<Allocator> cache; in SizeClassAllocatorGetBlockBeginStress() local 255 SizeClassAllocatorLocalCache<Allocator64WithCallBack> cache; in TEST() local 282 SizeClassAllocatorLocalCache<Allocator32WithCallBack> cache; in TEST() local 314 SizeClassAllocatorLocalCache<Allocator> cache; in FailInAssertionOnOOM() local 419 AllocatorCache cache; in TestCombinedAllocator() local 490 AllocatorCache cache; in TestSizeClassAllocatorLocalCache() local 657 SizeClassAllocatorLocalCache<Allocator> cache; in TestSizeClassAllocatorIteration() local 781 SizeClassAllocatorLocalCache<SpecialAllocator64> cache; in TEST() local [all …]
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | dso.h | 41 #define DSO__SWAP(dso, type, val) \ argument 77 struct rb_root cache; member
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 586 void set(uptr idx, u8 val) { in set() 625 void set(uptr idx, u8 val) { in set() 1329 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate() 1337 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() 1397 void InitCache(AllocatorCache *cache) { in InitCache() 1401 void DestroyCache(AllocatorCache *cache) { in DestroyCache() 1405 void SwallowCache(AllocatorCache *cache) { in SwallowCache()
|
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | ... common/collect/
com/google/common/cache/
com/google/common/base/
com ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | ... common/collect/
com/google/common/cache/
com/google/common/base/
com ... |
/external/libnl/lib/route/ |
D | route_obj.c | 129 int cache = 0, flags; in route_dump_line() local 1125 uint32_t val; in rtnl_route_build_msg() local
|
/external/valgrind/exp-sgcheck/ |
D | sg_main.c | 260 UWord key, val; in StackBlocks__find_and_dealloc__or_add() local 436 UWord key, val; in get_persistent_GlobalBlock() local 1544 QCache* cache = &qcaches[tid]; in classify_address() local 1609 QCache* cache = &qcaches[tid]; in classify_address() local
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | ... final org.eclipse.team.core.RepositoryProvider val$provider
private final org.eclipse.core. ... |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/owasp/sanitizer/lib/junit/ |
D | junit-dep.jar | ... .Thread {
final synthetic junit.framework.Test val$test
final synthetic junit.framework.TestResult val ... |
D | junit.jar | ... .Thread {
final synthetic junit.framework.Test val$test
final synthetic junit.framework.TestResult val ... |
/external/skia/src/pdf/ |
D | SkPDFFont.cpp | 277 SkScalar scaleFromFontUnits(int16_t val, uint16_t emSize) { in scaleFromFontUnits() 1342 SkGlyphCache* cache = autoCache.getCache(); in populate() local
|
/external/vogar/lib/ |
D | guava.jar | ... .common.base.CharMatcher {
final synthetic char val$match1
final synthetic char val$match2
void < ... |
D | mockito-all-1.8.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/ ... |
/external/libphonenumber/lib/ |
D | junit-4.8.1.jar | ... .Thread {
final synthetic junit.framework.Test val$test
final synthetic junit.framework.TestResult val ... |
/external/libpcap/ |
D | pcap-linux.c | 571 __genl_ctrl_alloc_cache(struct nl_handle *h, struct nl_cache **cache) in __genl_ctrl_alloc_cache() 3003 int val; local 3455 int val = version; local
|
/external/robolectric/lib/main/ |
D | commons-codec-1.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |