/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | bpf.c | 544 int bpf_map_delete_batch(int fd, const void *keys, __u32 *count, in bpf_map_delete_batch() argument 551 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument 568 int bpf_map_update_batch(int fd, const void *keys, cons argument 516 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_batch_common() argument 559 bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_and_delete_batch() argument [all...] |
/kernel/linux/linux-6.6/net/bluetooth/hidp/ |
H A D | core.c | 181 unsigned char *keys = session->keys; in hidp_input_report() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundle.java | 949 findResourceWithFallback( String[] keys, int depth, ICUResourceBundle base, UResourceBundle requested) findResourceWithFallback() argument 1107 getResPathKeys(String[] keys, int depth) getResPathKeys() argument 1137 getResPathKeys(String path, int num, String[] keys, int start) getResPathKeys() argument 1615 getAliasedResource( ICUResourceBundle base, String[] keys, int depth, String key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) getAliasedResource() argument 1635 getAliasedResource( String rpath, ClassLoader loaderToUse, String baseName, String[] keys, int depth, String[] baseKeyPath, HashMap<String, String> aliasesVisited, UResourceBundle requested) getAliasedResource() argument [all...] |
H A D | ICUResourceBundleReader.java | 1150 private int[] keys = new int[SIMPLE_LENGTH]; field in ICUResourceBundleReader.ResourceCache 1190 int[] keys; field in ICUResourceBundleReader.ResourceCache.Level [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUResourceBundle.java | 904 findResourceWithFallback( String[] keys, int depth, ICUResourceBundle base, UResourceBundle requested) findResourceWithFallback() argument 1062 getResPathKeys(String[] keys, int depth) getResPathKeys() argument 1092 getResPathKeys(String path, int num, String[] keys, int start) getResPathKeys() argument 1484 getAliasedResource( ICUResourceBundle base, String[] keys, int depth, String key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) getAliasedResource() argument [all...] |
H A D | ICUResourceBundleReader.java | 1152 private int[] keys = new int[SIMPLE_LENGTH]; field in ICUResourceBundleReader.ResourceCache 1192 int[] keys; field in ICUResourceBundleReader.ResourceCache.Level [all...] |
/third_party/libbpf/src/ |
H A D | bpf.c | 544 int bpf_map_delete_batch(int fd, const void *keys, __u32 *count, in bpf_map_delete_batch() argument 551 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument 568 int bpf_map_update_batch(int fd, const void *keys, cons argument 516 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_batch_common() argument 559 bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_and_delete_batch() argument [all...] |
/third_party/mbedtls/library/ |
H A D | ssl_tls13_keys.c | 264 mbedtls_ssl_tls13_make_traffic_keys( psa_algorithm_t hash_alg, const unsigned char *client_secret, const unsigned char *server_secret, size_t secret_len, size_t key_len, size_t iv_len, mbedtls_ssl_key_set *keys) mbedtls_ssl_tls13_make_traffic_keys() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | keys.cc | 118 Handle<OrderedHashSet> KeyAccumulator::keys() { in keys() function in v8::internal::KeyAccumulator 182 FilterProxyKeys(KeyAccumulator* accumulator, Handle<JSProxy> owner, Handle<FixedArray> keys, PropertyFilter filter, bool skip_indices) FilterProxyKeys() argument 221 AddKeysFromJSProxy(Handle<JSProxy> proxy, Handle<FixedArray> keys) AddKeysFromJSProxy() argument 451 Handle<FixedArray> keys; GetOwnKeysWithElements() local 485 Handle<FixedArray> keys; GetKeys() local 517 Handle<FixedArray> keys; GetKeysFast() local 553 Handle<FixedArray> keys = GetFastEnumPropertyKeys(isolate_, object); GetOwnKeysWithUninitializedEnumCache() local 756 CollectOwnPropertyNamesInternal( Handle<JSObject> object, KeyAccumulator* keys, Handle<DescriptorArray> descs, int start_index, int limit) CollectOwnPropertyNamesInternal() argument 908 CollectKeysFromDictionary(Handle<Dictionary> dictionary, KeyAccumulator* keys) CollectKeysFromDictionary() argument 1360 Handle<FixedArray> keys; CollectOwnJSProxyTargetKeys() local [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | s3_lib.c | 3821 unsigned char *keys = parg; in ssl3_ctx_ctrl() local
|
/third_party/python/Lib/collections/ |
H A D | __init__.py | 217 def keys(self): member in OrderedDict
|
/third_party/pulseaudio/src/pulse/ |
H A D | context.c | 1433 pa_operation *pa_context_proplist_remove(pa_context *c, const char *const keys[], pa_context_success_cb_t cb, void *userdata) { argument
|
/third_party/python/Lib/importlib/metadata/ |
H A D | __init__.py | 458 def keys(self): member in Deprecated
|
/third_party/skia/src/gpu/ |
H A D | GrGpu.cpp | 850 void GrGpu::Stats::dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) { in dumpKeyValuePairs() argument
|
/third_party/openssl/ssl/ |
H A D | s3_lib.c | 3821 unsigned char *keys = parg; in ssl3_ctx_ctrl() local
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | FontConfig_ohos.cpp | 394 const char* keys[] = {"generic", "fallback", nullptr}; in parseConfig() local
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttcmap.c | 301 FT_Byte* keys; /* keys table */ in FT_CALLBACK_DEF() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-coretext.cc | 617 CFStringRef keys[] = { in _hb_coretext_shape() local
|
/third_party/python/Lib/test/ |
H A D | test_configparser.py | 19 def keys(self): member in SortedDict [all...] |
H A D | test_ordered_dict.py | 115 def keys(self): member in OrderedDictTests.test_init_calls.Spam [all...] |
H A D | test_dict.py | 207 def keys(self): member in DictTest.test_update.SimpleUserDict 219 def keys(self): member in DictTest.test_update.FailingUserDict 224 def keys(self): member in DictTest.test_update.FailingUserDict 241 def keys(sel member in DictTest.test_update.FailingUserDict 1434 def keys(self): global() member in DictTest.test_dict_copy_order.CustomReversedDict [all...] |
/third_party/python/Lib/ |
H A D | _collections_abc.py | 786 def keys(self): member in Mapping
|
H A D | mailbox.py | 102 def keys(self): member in Mailbox [all...] |
/third_party/python/Objects/ |
H A D | odictobject.c | 533 PyDictKeysObject *keys in _odict_get_index_raw() local 588 PyDictKeysObject *keys; _odict_get_index() local 2211 PyObject *keys = _PyObject_CallNoArgs(func); mutablemapping_update_arg() local [all...] |
/third_party/python/Lib/xml/etree/ |
H A D | ElementTree.py | 364 def keys(self): member in Element
|