Home
last modified time | relevance | path

Searched +defs:val +defs:cache (Results 1 – 25 of 1139) sorted by relevance

12345678910>>...46

/aosp_15_r20/external/libnl/lib/route/
H A Dnetconf.c173 static int netconf_request_update(struct nl_cache *cache, struct nl_sock *sk) in netconf_request_update()
372 struct rtnl_netconf *rtnl_netconf_get_by_idx(struct nl_cache *cache, int family, in rtnl_netconf_get_by_idx()
410 struct rtnl_netconf *rtnl_netconf_get_all(struct nl_cache *cache, int family) in rtnl_netconf_get_all()
429 struct rtnl_netconf *rtnl_netconf_get_default(struct nl_cache *cache, int family) in rtnl_netconf_get_default()
441 int rtnl_netconf_get_family(struct rtnl_netconf *nc, int *val) in rtnl_netconf_get_family()
451 int rtnl_netconf_get_ifindex(struct rtnl_netconf *nc, int *val) in rtnl_netconf_get_ifindex()
461 int rtnl_netconf_get_forwarding(struct rtnl_netconf *nc, int *val) in rtnl_netconf_get_forwarding()
471 int rtnl_netconf_get_mc_forwarding(struct rtnl_netconf *nc, int *val) in rtnl_netconf_get_mc_forwarding()
481 int rtnl_netconf_get_rp_filter(struct rtnl_netconf *nc, int *val) in rtnl_netconf_get_rp_filter()
491 int rtnl_netconf_get_proxy_neigh(struct rtnl_netconf *nc, int *val) in rtnl_netconf_get_proxy_neigh()
[all …]
/aosp_15_r20/external/libxml2/
H A Dxpath.c186 xmlXPathIsNaN(double val) { in xmlXPathIsNaN()
203 xmlXPathIsInf(double val) { in xmlXPathIsInf()
824 xmlXPathFunction cache; member
1011 #define PUSH_FULL_EXPR(op, op1, op2, val, val2, val3, val4, val5) \ argument
1014 #define PUSH_LONG_EXPR(op, val, val2, val3, val4, val5) \ argument
1018 #define PUSH_LEAVE_EXPR(op, val, val2) \ argument
1021 #define PUSH_UNARY_EXPR(op, ch, val, val2) \ argument
1024 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \ argument
1477 xmlXPathFreeCache(xmlXPathContextCachePtr cache) in xmlXPathFreeCache()
1519 xmlXPathContextCachePtr cache; in xmlXPathContextSetCache() local
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxpath.c189 xmlXPathIsNaN(double val) { in xmlXPathIsNaN()
206 xmlXPathIsInf(double val) { in xmlXPathIsInf()
843 xmlXPathFunction cache; member
1056 #define PUSH_FULL_EXPR(op, op1, op2, val, val2, val3, val4, val5) \ argument
1059 #define PUSH_LONG_EXPR(op, val, val2, val3, val4, val5) \ argument
1063 #define PUSH_LEAVE_EXPR(op, val, val2) \ argument
1066 #define PUSH_UNARY_EXPR(op, ch, val, val2) \ argument
1069 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \ argument
1590 xmlXPathFreeCache(xmlXPathContextCachePtr cache) in xmlXPathFreeCache()
1632 xmlXPathContextCachePtr cache; in xmlXPathContextSetCache() local
[all …]
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c751 PyObject *exc, *val, *tb; in _Py_FinishPendingCalls() local
1558 #define ADAPTIVE_COUNTER_IS_ZERO(cache) \ argument
1561 #define DECREMENT_ADAPTIVE_COUNTER(cache) \ argument
2148 _PyBinarySubscrCache *cache = (_PyBinarySubscrCache *)next_instr; local
2239 _PyBinarySubscrCache *cache = (_PyBinarySubscrCache *)next_instr; local
2315 _PyStoreSubscrCache *cache = (_PyStoreSubscrCache *)next_instr; local
2681 PyObject *val = POP(); local
2694 PyObject *val = _PyExc_PrepReraiseStar(orig, excs); local
2707 PyObject *val = POP(); local
2812 _PyUnpackSequenceCache *cache = (_PyUnpackSequenceCache *)next_instr; local
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py105 def create(val): argument
120 def create(val, name_base, varset, algebraic_pass): argument
133 def __init__(self, val, name, type_str): argument
219 def render(self, cache): argument
239 def __init__(self, val, name): argument
299 def __init__(self, val, name, varset, algebraic_pass): argument
465 def render(self, cache): argument
618 def merge_variables(self, val): argument
639 def validate_value(self, val): argument
735 def validate_replace(self, val, search): argument
/aosp_15_r20/system/core/libutils/
H A DLruCache_test.cpp157 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
164 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
176 LruCache<SimpleKey, StringValue> cache(2); in TEST_F() local
188 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
201 LruCache<SimpleKey, StringValue> cache(100); in TEST_F() local
220 LruCache<SimpleKey, StringValue> cache(512); in TEST_F() local
235 const char *val = cache.get(key); in TEST_F() local
254 ComplexCache cache(100); in TEST_F() local
263 ComplexCache cache(100); in TEST_F() local
275 ComplexCache cache(100); in TEST_F() local
[all …]
/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/
HDespresso_web_release_no_deps.jar ... .atomic.AtomicLong val$count final synthetic Boolean val$daemon final synthetic Integer val$priority final synthetic ...
/aosp_15_r20/external/libaom/av1/common/
H A Dpred_common.c66 static void palette_add_to_cache(uint16_t *cache, int *n, uint16_t val) { in palette_add_to_cache()
74 uint16_t *cache) { in av1_get_palette_cache()
106 uint16_t val = above_colors[above_idx++]; in av1_get_palette_cache() local
110 uint16_t val = left_colors[left_idx++]; in av1_get_palette_cache() local
/aosp_15_r20/external/e2fsprogs/lib/blkid/
H A Dtag.c105 static blkid_tag blkid_find_head_cache(blkid_cache cache, const char *type) in blkid_find_head_cache()
134 char *val = 0; in blkid_set_tag() 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
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_pread_after_blit.c61 create_bo(uint32_t val) in create_bo()
82 verify_large_read(drm_intel_bo *bo, uint32_t val) in verify_large_read()
100 verify_small_read(drm_intel_bo *bo, uint32_t val) in verify_small_read()
202 int cache; member
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPointPreference.java91 StateListDrawable val = (StateListDrawable) frictionSld.getDrawable(0); in getFrictionStateListDrawable() local
108 public AccessPointPreference(AccessPoint accessPoint, Context context, UserBadgeCache cache, in AccessPointPreference()
114 public AccessPointPreference(AccessPoint accessPoint, Context context, UserBadgeCache cache, in AccessPointPreference()
121 AccessPointPreference(AccessPoint accessPoint, Context context, UserBadgeCache cache, in AccessPointPreference()
/aosp_15_r20/art/runtime/verifier/
H A Dreg_type_test.cc61 std::array<const RegType*, kNumConstTypes> GetConstRegTypes(const RegTypeCache& cache) in GetConstRegTypes()
86 RegTypeCache cache(soa.Self(), class_linker_, arena_pool, loader, dex_file_.get()); in TEST_F() local
104 RegTypeCache cache(soa.Self(), class_linker_, arena_pool, loader, dex_file_.get()); in TEST_F() local
105 int64_t val = static_cast<int32_t>(1234); in TEST_F() local
158 RegTypeCache cache(soa.Self(), class_linker_, arena_pool, loader, dex_file_.get()); in TEST_F() local
417 RegTypeCache cache(soa.Self(), class_linker_, arena_pool, loader, dex_file_.get()); in TEST_F() local
431 RegTypeCache cache(soa.Self(), class_linker_, arena_pool, loader, dex_file_.get()); in TEST_F() local
451 RegTypeCache cache(soa.Self(), class_linker_, arena_pool, loader, dex_file_.get()); in TEST_F() local
479 RegTypeCache cache(soa.Self(), class_linker_, arena_pool, loader, dex_file_.get()); in TEST_F() local
501 RegTypeCache cache(soa.Self(), class_linker_, arena_pool, loader, dex_file_.get()); in TEST_F() local
[all …]
/aosp_15_r20/external/cronet/base/trace_event/
H A Dcfi_backtrace_android_unittest.cc157 CFIBacktraceAndroid::CFICache cache; in TEST() local
165 CFIBacktraceAndroid::CFIRow val = {static_cast<uint16_t>(4 * i), in TEST() local
184 CFIBacktraceAndroid::CFIRow val = {static_cast<uint16_t>(4 * i), in TEST() local
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dcfi_backtrace_android_unittest.cc157 CFIBacktraceAndroid::CFICache cache; in TEST() local
165 CFIBacktraceAndroid::CFIRow val = {4 * i, 2 * i}; in TEST() local
183 CFIBacktraceAndroid::CFIRow val = {4 * i, 2 * i}; in TEST() local
/aosp_15_r20/external/error_prone/error_prone/
HDerror_prone_core-2.36.0-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF api_diff.proto META-INF/services ...
/aosp_15_r20/out/soong/.intermediates/external/error_prone/error_prone_core_jars/linux_glibc_common/local-combined/
Derror_prone_core_jars.jar ... /base.pro META-INF/proguard/cache.pro META-INF/proguard/collect. ...
/aosp_15_r20/external/libnl/python/netlink/route/
H A Dtc.py57 def __init__(self, val=None): argument
236 def __init__(self, cache=None): argument
259 def _new_cache(cache): argument
402 def __init__(self, ifindex, cache=None): argument
414 def _new_cache(self, cache): argument
474 def __init__(self, ifindex, parent, cache=None): argument
487 def _new_cache(self, cache): argument
/aosp_15_r20/external/dnsmasq/src/
H A Dcache.c105 unsigned int c, val = 017465; /* Barker code - minimum self-correlation in cyclic shift */ in hash_bucket() local
525 static void add_hosts_entry(struct crec* cache, struct all_addr* addr, int addrlen, in add_hosts_entry()
673 struct crec* cache; in read_hostsfile() local
714 struct crec *cache, **up, *tmp; in cache_reload() local
841 struct crec *cache, **up; in cache_unhash_dhcp() local
962 struct crec* cache; in dump_cache() local
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDguava-13.0.1.jar ... common/primitives/ com/google/common/cache/ com/google/common/hash/ com ...
/aosp_15_r20/packages/services/Telecomm/libs/
Dguava.jar ... { final synthetic java.lang.reflect.Method val$method final synthetic Object[] val$args ...
/aosp_15_r20/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jar ... common/collect/ com/google/common/cache/ com/google/common/base/ com ...
/aosp_15_r20/external/owasp/sanitizer/distrib/lib/
Dguava.jar ... common/collect/ com/google/common/cache/ com/google/common/base/ com ...
/aosp_15_r20/external/google-benchmark/src/
H A Dsysinfo.cc242 int CountSetBitsInCPUMap(std::string val) { in CountSetBitsInCPUMap()
315 int val; in GetCacheSizesMacOSX() local
349 const CInfo& cache = it->Cache; in GetCacheSizesWindows() local
376 struct cacheattr_entry* cache = SYSPAGE_ENTRY(cacheattr); in GetCacheSizesQNX() local
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/
H A Dsysinfo.cc238 int CountSetBitsInCPUMap(std::string val) { in CountSetBitsInCPUMap()
311 int val; in GetCacheSizesMacOSX() local
345 const CInfo& cache = it->Cache; in GetCacheSizesWindows() local
372 struct cacheattr_entry* cache = SYSPAGE_ENTRY(cacheattr); in GetCacheSizesQNX() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc93 SizeClassAllocatorLocalCache<Allocator> cache; in TestSizeClassAllocator() local
174 SizeClassAllocatorLocalCache<Allocator> cache; in SizeClassAllocatorMetadataStress() local
217 SizeClassAllocatorLocalCache<Allocator> cache; in SizeClassAllocatorGetBlockBeginStress() local
267 SizeClassAllocatorLocalCache<Allocator64WithCallBack> cache; in TEST() local
294 SizeClassAllocatorLocalCache<Allocator32WithCallBack> cache; in TEST() local
326 SizeClassAllocatorLocalCache<Allocator> cache; in FailInAssertionOnOOM() local
429 AllocatorCache cache; in TestCombinedAllocator() local
498 AllocatorCache cache; in TestSizeClassAllocatorLocalCache() local
667 SizeClassAllocatorLocalCache<Allocator> cache; in TestSizeClassAllocatorIteration() local
791 SizeClassAllocatorLocalCache<SpecialAllocator64> cache; in TEST() local
[all …]

12345678910>>...46