Home
last modified time | relevance | path

Searched refs:keys (Results 1151 - 1175 of 2426) sorted by relevance

1...<<41424344454647484950>>...98

/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_enhance_impl.cpp277 for (const auto &[weakPrt, keys] : pref->dataObserversMap_) { in NotifyPreferencesObserver()
278 auto itKey = keys.find(key); in NotifyPreferencesObserver()
279 if (itKey == keys.end()) { in NotifyPreferencesObserver()
/kernel/linux/linux-6.6/net/mac80211/
H A Dlink.c88 LIST_HEAD(keys); in ieee80211_tear_down_links()
99 ieee80211_remove_link_keys(link, &keys); in ieee80211_tear_down_links()
106 ieee80211_free_key_list(sdata->local, &keys); in ieee80211_tear_down_links()
254 /* for keys we will not be able to undo this */ in ieee80211_vif_update_links()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DBundleItemDialog.java155 Enumeration keys = item.getLookups().keys(); in initComponents()
157 String name = (String)keys.nextElement(); in initComponents()
/third_party/mbedtls/tests/scripts/
H A Ddepends.py159 dictionary where the keys are preprocessor symbols and the values are
389 self.all_config_symbols = set(conf.settings.keys())
544 options.tasks = sorted(domain_data.domains.keys())
547 for domain_name in sorted(getattr(domain_data, arg).keys()):
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddiff_state.py38 for name in obj.keys():
199 names = set(a.keys())
201 names.update(b.keys())
/third_party/node/lib/internal/http2/
H A Dutil.js478 const keys = ObjectKeys(map);
489 for (i = 0; i < keys.length; ++i) {
490 key = keys[i];
/third_party/node/deps/v8/tools/
H A Dlocs.py236 if not only_arg in report_groups.keys():
249 print_cat_max_width = MaxWidth(list(report_groups.keys()) + ["Category"])
285 for key in sorted(self.groups.keys()):
/third_party/nghttp2/src/
H A Dshrpx_mruby_module_response.cc301 auto keys = mrb_hash_keys(mrb, hash); in response_send_info() local
302 auto keyslen = RARRAY_LEN(keys); in response_send_info()
305 auto key = mrb_ary_ref(mrb, keys, i); in response_send_info()
/third_party/node/deps/npm/test/lib/commands/
H A Dhook.js28 return Object.keys(pkgTypes).map(name => ({
38 const pkg = Object.keys(pkgTypes)[0]
48 const pkg = Object.keys(pkgTypes)[0]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflib.py279 for name in sorted(pageMap.keys()):
353 for name in sorted(pageMap.keys()):
357 for embedName in sorted(pageMap.keys()):
/third_party/protobuf/js/
H A Dmaps_test.js216 it = m.keys();
283 * Tests deserialization of undefined map keys go to default values in
407 * Returns IteratorIterables for entries(), keys() and values().
432 var keyIterator = m.keys();
438 var keyIterable = m.keys()[Symbol.iterator]();
/third_party/python/Lib/distutils/tests/
H A Dtest_dist.py132 sorted(d.command_options.get('install').keys()),
133 sorted(result_dict.keys()))
142 for key in result_dict.keys():
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamalg_qi2.c289 struct crypto_authenc_keys keys; in aead_setkey() local
291 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()
295 keys.authkeylen + keys.enckeylen, keys.enckeylen, in aead_setkey()
296 keys.authkeylen); in aead_setkey()
300 ctx->adata.keylen = keys.authkeylen; in aead_setkey()
304 if (ctx->adata.keylen_pad + keys.enckeylen > CAAM_MAX_KEY_SIZE) in aead_setkey()
307 memcpy(ctx->key, keys.authkey, keys in aead_setkey()
327 struct crypto_authenc_keys keys; des3_aead_setkey() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamalg_qi2.c294 struct crypto_authenc_keys keys; in aead_setkey() local
296 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()
300 keys.authkeylen + keys.enckeylen, keys.enckeylen, in aead_setkey()
301 keys.authkeylen); in aead_setkey()
305 ctx->adata.keylen = keys.authkeylen; in aead_setkey()
309 if (ctx->adata.keylen_pad + keys.enckeylen > CAAM_MAX_KEY_SIZE) in aead_setkey()
312 memcpy(ctx->key, keys.authkey, keys in aead_setkey()
332 struct crypto_authenc_keys keys; des3_aead_setkey() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp155 std::vector<std::string> keys = { "year", "month", "day", "hour", "minute", "second" }; in DatePickerChangeEventToJSValue() local
156 for (auto iter = keys.begin(); iter != keys.end(); iter++) { in DatePickerChangeEventToJSValue()
915 std::vector<std::string> keys; in GetChangeEvent()
916 keys = { "year", "month", "day" }; in GetChangeEvent()
919 func->Execute(keys, info); in GetChangeEvent()
935 std::vector<std::string> keys = { "year", "month", "day", "hour", "minute", "second" }; in GetAcceptEvent()
938 func->Execute(keys, info); in GetAcceptEvent()
1685 std::vector<std::string> keys; in Show()
1686 keys in Show()
[all...]
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
H A DSingleKvStoreDataCallbackJsTest.js1260 let keys = [];
1271 keys.push(key + i);
1277 await kvStore.deleteBatch(keys, async function (err,data) {
1299 let keys = ['batch_test_string_key1', 'batch_test_string_key2'];
1300 await kvStore.deleteBatch(keys, function (err,data) {
1337 let keys = ['batch_test_string_key1', 'batch_test_string_keya'];
1338 await kvStore.deleteBatch(keys, async function (err,data) {
1373 let keys = Object.keys(entries).slice(5); //delete 5 beginnings
1374 await kvStore.deleteBatch(keys, asyn
[all...]
H A DDeviceKvStoreDataCallbackJsTest.js1304 let keys = [];
1315 keys.push(key + i);
1321 await kvStore.deleteBatch(keys, async function (err,data) {
1343 let keys = ['batch_test_string_key1', 'batch_test_string_key2'];
1344 await kvStore.deleteBatch(keys, function (err,data) {
1381 let keys = ['batch_test_string_key1', 'batch_test_string_keya'];
1382 await kvStore.deleteBatch(keys, async function (err,data) {
1417 let keys = Object.keys(entries).slice(5); //delete 5 beginnings
1418 await kvStore.deleteBatch(keys, asyn
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Dsa2ul.c450 /* work around to get the right inverse for AES_KEYSIZE_192 size keys */ in sa_aes_inv_key()
517 /* Copy the keys or ipad/opad */ in sa_set_sc_auth()
1246 * crypto algorithm to be used, data sizes, different keys etc. in sa_run()
1784 struct crypto_authenc_keys keys; in sa_aead_setkey() local
1789 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in sa_aead_setkey()
1793 key_idx = (keys.enckeylen >> 3) - 2; in sa_aead_setkey()
1815 cfg.akey = keys.authkey; in sa_aead_setkey()
1816 cfg.akey_len = keys.authkeylen; in sa_aead_setkey()
1819 if (sa_init_sc(&ctx->enc, keys.enckey, keys in sa_aead_setkey()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H A Dsa2ul.c476 /* work around to get the right inverse for AES_KEYSIZE_192 size keys */ in sa_aes_inv_key()
544 /* Copy the keys or ipad/opad */ in sa_set_sc_auth()
1272 * crypto algorithm to be used, data sizes, different keys etc. in sa_run()
1805 struct crypto_authenc_keys keys; in sa_aead_setkey() local
1810 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in sa_aead_setkey()
1814 key_idx = (keys.enckeylen >> 3) - 2; in sa_aead_setkey()
1836 cfg.akey = keys.authkey; in sa_aead_setkey()
1837 cfg.akey_len = keys.authkeylen; in sa_aead_setkey()
1840 if (sa_init_sc(&ctx->enc, ctx->dev_data->match_data, keys.enckey, in sa_aead_setkey()
1841 keys in sa_aead_setkey()
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageV3.java3115 // Sorting the unboxed keys and then look up the values during serialization is 2x faster in serializeIntegerMapTo()
3117 int[] keys = new int[m.size()]; in serializeIntegerMapTo()
3120 keys[index++] = k; in serializeIntegerMapTo()
3122 Arrays.sort(keys); in serializeIntegerMapTo()
3123 for (int key : keys) { in serializeIntegerMapTo()
3144 long[] keys = new long[m.size()]; in serializeLongMapTo()
3147 keys[index++] = k; in serializeLongMapTo()
3149 Arrays.sort(keys); in serializeLongMapTo()
3150 for (long key : keys) { in serializeLongMapTo()
3171 // Sorting the String keys an in serializeStringMapTo()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng_new.cpp605 std::vector<ModifierKey> keys; in HWTEST_F() local
606 keys.push_back(ModifierKey::SHIFT); in HWTEST_F()
607 ViewAbstract::SetKeyboardShortcut(VALUE_TAB, std::move(keys), callback); in HWTEST_F()
609 keys.clear(); in HWTEST_F()
615 ViewAbstract::SetKeyboardShortcut(VALUE_DPAD_UP, std::move(keys), callback); in HWTEST_F()
617 keys.clear(); in HWTEST_F()
623 keys.push_back(ModifierKey::ALT); in HWTEST_F()
624 ViewAbstract::SetKeyboardShortcut(VALUE_DPAD_UP, std::move(keys), callback); in HWTEST_F()
626 keys.clear(); in HWTEST_F()
633 ViewAbstract::SetKeyboardShortcut(VALUE_TAB, std::move(keys), callbac in HWTEST_F()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_offload.py286 return len(self._dict.keys())
290 key = list(self._dict.keys())[key]
632 fail("dev" not in prog.keys(), "Device parameters not reported")
634 fail("ifindex" not in dev.keys(), "Device parameters not reported")
635 fail("ns_dev" not in dev.keys(), "Device parameters not reported")
636 fail("ns_inode" not in dev.keys(), "Device parameters not reported")
639 fail("ifname" not in dev.keys(), "Ifname not reported")
643 fail("ifname" in dev.keys(), "Ifname is reported for other ns")
647 fail("dev" not in m.keys(), "Device parameters not reported")
1001 fail("dev" in progs[0].keys(),
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c1098 sel = kzalloc(struct_size(sel, keys, nk), GFP_KERNEL); in stmmac_test_rxp()
1136 sel->keys[0].off = 6; in stmmac_test_rxp()
1137 sel->keys[0].val = htonl(0xdeadbeef); in stmmac_test_rxp()
1138 sel->keys[0].mask = ~0x0; in stmmac_test_rxp()
1455 } __aligned(BITS_PER_LONG / 8) keys; in __stmmac_test_l4filt()
1487 dissector->offset[FLOW_DISSECTOR_KEY_PORTS] = offsetof(typeof(keys), key); in __stmmac_test_l4filt()
1506 rule->match.key = (void *)&keys; in __stmmac_test_l4filt()
1509 keys.bkey.ip_proto = udp ? IPPROTO_UDP : IPPROTO_TCP; in __stmmac_test_l4filt()
1510 keys.key.src = htons(src); in __stmmac_test_l4filt()
1511 keys in __stmmac_test_l4filt()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c1098 sel = kzalloc(struct_size(sel, keys, nk), GFP_KERNEL); in stmmac_test_rxp()
1136 sel->keys[0].off = 6; in stmmac_test_rxp()
1137 sel->keys[0].val = htonl(0xdeadbeef); in stmmac_test_rxp()
1138 sel->keys[0].mask = ~0x0; in stmmac_test_rxp()
1455 } __aligned(BITS_PER_LONG / 8) keys; in __stmmac_test_l4filt()
1487 dissector->offset[FLOW_DISSECTOR_KEY_PORTS] = offsetof(typeof(keys), key); in __stmmac_test_l4filt()
1506 rule->match.key = (void *)&keys; in __stmmac_test_l4filt()
1509 keys.bkey.ip_proto = udp ? IPPROTO_UDP : IPPROTO_TCP; in __stmmac_test_l4filt()
1510 keys.key.src = htons(src); in __stmmac_test_l4filt()
1511 keys in __stmmac_test_l4filt()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-thin-metadata.c40 * followed by an array of keys, followed by an array of values. We have
41 * to binary search on the keys so they're all held together to help the
1552 dm_block_t keys[2] = { td->id, block }; in __find_block() local
1560 r = dm_btree_lookup(info, pmd->root, keys, &value); in __find_block()
1592 dm_block_t keys[2] = { td->id, block }; in __find_next_mapped_block() local
1594 r = dm_btree_lookup_next(&pmd->info, pmd->root, keys, vblock, &value); in __find_next_mapped_block()
1671 dm_block_t keys[2] = { td->id, block }; in __insert() local
1676 r = dm_btree_insert_notify(&pmd->info, pmd->root, keys, &value, in __insert()
1706 dm_block_t keys[1] = { td->id }; in __remove_range() local
1713 r = dm_btree_lookup(&pmd->tl_info, pmd->root, keys, in __remove_range()
[all...]

Completed in 41 milliseconds

1...<<41424344454647484950>>...98