Home
last modified time | relevance | path

Searched refs:keys (Results 451 - 475 of 3233) sorted by relevance

1...<<11121314151617181920>>...130

/third_party/python/Lib/
H A Dcgi.py156 # field keys and values (except for files) are returned as strings
208 Returns a dictionary just like parse_qs(): keys are the field names, each
293 keys are the field names. (Note: None can occur as a field name.)
513 return iter(self.keys())
575 def keys(self): member in FieldStorage
576 """Dictionary style keys() method."""
589 return len(self.keys())
908 keys = sorted(environ.keys())
912 for key in keys
[all...]
/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/
H A Dmetadata_controller.cpp170 CAMERA_LOGE("filter update keys fail and streamId = %{public}d", streamId); in UpdateSettingsConfig()
332 CAMERA_LOGE("set meta config new keys failed."); in UpdateChangeMetadata()
341 CAMERA_LOGE("update keys metadata failed."); in UpdateChangeMetadata()
347 CAMERA_LOGE("set metadta config keys failed."); in UpdateChangeMetadata()
459 bool MetadataController::UpdateNewTagData(const std::vector<int32_t> &keys, in UpdateNewTagData() argument
462 if (keys.size() == 0) { in UpdateNewTagData()
471 return DealUpdateNewTagData(keys, data, outMeta); in UpdateNewTagData()
475 const std::vector<int32_t> &keys, common_metadata_header_t *data, std::shared_ptr<CameraMetadata> &outMeta) in DealUpdateNewTagData()
478 for (auto it = keys.cbegin(); it != keys in DealUpdateNewTagData()
474 DealUpdateNewTagData( const std::vector<int32_t> &keys, common_metadata_header_t *data, std::shared_ptr<CameraMetadata> &outMeta) DealUpdateNewTagData() argument
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dsch_choke.c135 struct flow_keys_digest keys; member
160 make_flow_keys_digest(&choke_skb_cb(skb1)->keys, &temp); in choke_match_flow()
166 make_flow_keys_digest(&choke_skb_cb(skb2)->keys, &temp); in choke_match_flow()
169 return !memcmp(&choke_skb_cb(skb1)->keys, in choke_match_flow()
170 &choke_skb_cb(skb2)->keys, in choke_match_flow()
171 sizeof(choke_skb_cb(skb1)->keys)); in choke_match_flow()
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dbmap.c108 __u64 keys[NILFS_BMAP_SMALL_HIGH + 1]; in nilfs_bmap_do_insert() local
116 bmap, keys, ptrs, NILFS_BMAP_SMALL_HIGH + 1); in nilfs_bmap_do_insert()
120 bmap, key, ptr, keys, ptrs, n); in nilfs_bmap_do_insert()
163 __u64 keys[NILFS_BMAP_LARGE_LOW + 1]; in nilfs_bmap_do_delete() local
171 bmap, keys, ptrs, NILFS_BMAP_LARGE_LOW + 1); in nilfs_bmap_do_delete()
175 bmap, key, keys, ptrs, n); in nilfs_bmap_do_delete()
290 * Description: nilfs_bmap_truncate() removes key-record pairs whose keys are
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dbmap.c108 __u64 keys[NILFS_BMAP_SMALL_HIGH + 1]; in nilfs_bmap_do_insert() local
116 bmap, keys, ptrs, NILFS_BMAP_SMALL_HIGH + 1); in nilfs_bmap_do_insert()
120 bmap, key, ptr, keys, ptrs, n); in nilfs_bmap_do_insert()
163 __u64 keys[NILFS_BMAP_LARGE_LOW + 1]; in nilfs_bmap_do_delete() local
171 bmap, keys, ptrs, NILFS_BMAP_LARGE_LOW + 1); in nilfs_bmap_do_delete()
175 bmap, key, keys, ptrs, n); in nilfs_bmap_do_delete()
290 * Description: nilfs_bmap_truncate() removes key-record pairs whose keys are
/kernel/linux/linux-6.6/net/sched/
H A Dsch_choke.c134 struct flow_keys_digest keys; member
159 make_flow_keys_digest(&choke_skb_cb(skb1)->keys, &temp); in choke_match_flow()
165 make_flow_keys_digest(&choke_skb_cb(skb2)->keys, &temp); in choke_match_flow()
168 return !memcmp(&choke_skb_cb(skb1)->keys, in choke_match_flow()
169 &choke_skb_cb(skb2)->keys, in choke_match_flow()
170 sizeof(choke_skb_cb(skb1)->keys)); in choke_match_flow()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DUResourceBundle.java163 * resources by using their corresponding keys.
179 * from which users can extract resources by using their corresponding keys.
196 * from which users can extract resources by using their corresponding keys.
217 * their corresponding keys.
238 * from which users can extract resources by using their corresponding keys.
258 * their corresponding keys.<br><br>
613 * Returns the keys in this bundle as an enumeration
624 * Returns a Set of all keys contained in this ResourceBundle and its parent bundles.
625 * @return a Set of all keys contained in this ResourceBundle and its parent bundles,
637 // Remove then-redundant caching of the keys in keySet()
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBSearchPanel.java93 Enumeration keys = bundle.allItems.keys(); in performSearch()
94 while (keys.hasMoreElements()) { in performSearch()
95 String key = (String)keys.nextElement(); in performSearch()
101 } // end if - keys in performSearch()
112 Enumeration enum2 = lookups.keys(); in performSearch()
127 } // end if - keys in performSearch()
138 Enumeration enum2 = lookups.keys(); in performSearch()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DUResourceBundle.java160 * resources by using their corresponding keys.
175 * from which users can extract resources by using their corresponding keys.
191 * from which users can extract resources by using their corresponding keys.
211 * their corresponding keys.
231 * from which users can extract resources by using their corresponding keys.
250 * their corresponding keys.<br><br>
588 * Returns the keys in this bundle as an enumeration
598 * Returns a Set of all keys contained in this ResourceBundle and its parent bundles.
599 * @return a Set of all keys contained in this ResourceBundle and its parent bundles,
611 // Remove then-redundant caching of the keys in keySet()
[all...]
/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-ssh.h580 lws_chacha_activate(struct lws_ssh_keys *keys);
583 lws_chacha_destroy(struct lws_ssh_keys *keys);
586 lws_chachapoly_get_length(struct lws_ssh_keys *keys, uint32_t seq,
594 lws_chacha_decrypt(struct lws_ssh_keys *keys, uint32_t seq,
597 lws_chacha_encrypt(struct lws_ssh_keys *keys, uint32_t seq,
602 struct lws_ssh_keys *keys);
/third_party/node/lib/
H A D_http_agent.js456 const keys = ObjectKeys(this.requests);
457 for (let i = 0; i < keys.length; i++) {
458 const prop = keys[i];
505 const keys = ObjectKeys(set);
506 for (let v = 0; v < keys.length; v++) {
507 const setName = set[keys[v]];
/third_party/node/lib/internal/policy/
H A Dmanifest.js127 const keys = ObjectKeys(dependencies);
128 for (let i = 0; i < keys.length; i++) {
129 const key = keys[i];
732 const keys = ObjectKeys(target);
733 for (let i = 0; i < keys.length; i++) {
734 const key = keys[i];
/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_size.py209 keys = sorted(list.keys())
210 for k in keys:
275 keys = sorted(foo.keys())
276 for o in keys:
/third_party/mesa3d/src/util/
H A Ddisk_cache.c195 /* Create driver id keys */ in disk_cache_create()
297 dc_job->cache_item_metadata.keys = (cache_key *) in create_put_job()
300 if (!dc_job->cache_item_metadata.keys) in create_put_job()
303 memcpy(dc_job->cache_item_metadata.keys, in create_put_job()
304 cache_item_metadata->keys, in create_put_job()
309 dc_job->cache_item_metadata.keys = NULL; in create_put_job()
326 free(dc_job->cache_item_metadata.keys); in destroy_put_job()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_android_bp.py325 value_in_all_abis = value_in_all_abis and (key in bps_for_abis[abi2].keys(
328 if key in common_bp.keys():
333 if 'arch' not in common_bp.keys():
338 if key in common_bp['arch'][abi].keys():
353 if target not in build_info[abi].keys():
465 if output in outputs_remap.keys():
/third_party/python/Lib/test/
H A Dtest_telnetlib.py125 self.keys = {}
133 self.keys[fileobj] = key
137 return self.keys.pop(fileobj)
141 for fileobj in self.keys:
148 return [(key, key.events) for key in self.keys.values()]
151 return self.keys
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DSmallSortedMapTest.java392 Iterator<Integer> keys = keySet.iterator(); in testMakeImmutable()
393 while (keys.hasNext()) { in testMakeImmutable()
394 Integer key = keys.next(); in testMakeImmutable()
401 keys.remove(); in testMakeImmutable()
408 private Set<Integer> makeSortedKeySet(Integer... keys) { in makeSortedKeySet() argument
409 return new TreeSet<Integer>(Arrays.<Integer>asList(keys)); in makeSortedKeySet()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view_benchmark.cc276 // creating the map, a number of lookups are done in random order. Some keys
288 // Create some keys that consist of words in random order. in StringViewMapBenchmark()
292 std::vector<std::string> keys(table_size); in StringViewMapBenchmark()
300 keys[i].clear(); in StringViewMapBenchmark()
302 absl::StrAppend(&keys[i], j > 0 ? " " : "", words[uniform(rng)]); in StringViewMapBenchmark()
304 } while (!t.insert(keys[i]).second); in StringViewMapBenchmark()
308 // keys we just created, with repeats. "Hot" keys get repeated more. in StringViewMapBenchmark()
331 test_strings[i] = keys[indices[i]]; in StringViewMapBenchmark()
339 h[keys[ in StringViewMapBenchmark()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Dtalitos.c893 struct crypto_authenc_keys keys; in aead_setkey() local
895 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()
898 if (keys.authkeylen + keys.enckeylen > TALITOS_MAX_KEY_SIZE) in aead_setkey()
904 memcpy(ctx->key, keys.authkey, keys.authkeylen); in aead_setkey()
905 memcpy(&ctx->key[keys.authkeylen], keys.enckey, keys.enckeylen); in aead_setkey()
907 ctx->keylen = keys in aead_setkey()
926 struct crypto_authenc_keys keys; aead_des3_setkey() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H A Dtalitos.c894 struct crypto_authenc_keys keys; in aead_setkey() local
896 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in aead_setkey()
899 if (keys.authkeylen + keys.enckeylen > TALITOS_MAX_KEY_SIZE) in aead_setkey()
905 memcpy(ctx->key, keys.authkey, keys.authkeylen); in aead_setkey()
906 memcpy(&ctx->key[keys.authkeylen], keys.enckey, keys.enckeylen); in aead_setkey()
908 ctx->keylen = keys in aead_setkey()
927 struct crypto_authenc_keys keys; aead_des3_setkey() local
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c1928 struct flow_keys keys, hash_keys; in fib_multipath_custom_hash_outer() local
1934 skb_flow_dissect_flow_keys(skb, &keys, FLOW_DISSECTOR_F_STOP_AT_ENCAP); in fib_multipath_custom_hash_outer()
1938 hash_keys.addrs.v4addrs.src = keys.addrs.v4addrs.src; in fib_multipath_custom_hash_outer()
1940 hash_keys.addrs.v4addrs.dst = keys.addrs.v4addrs.dst; in fib_multipath_custom_hash_outer()
1942 hash_keys.basic.ip_proto = keys.basic.ip_proto; in fib_multipath_custom_hash_outer()
1944 hash_keys.ports.src = keys.ports.src; in fib_multipath_custom_hash_outer()
1946 hash_keys.ports.dst = keys.ports.dst; in fib_multipath_custom_hash_outer()
1948 *p_has_inner = !!(keys.control.flags & FLOW_DIS_ENCAPSULATION); in fib_multipath_custom_hash_outer()
1957 struct flow_keys keys, hash_keys; in fib_multipath_custom_hash_inner() local
1970 skb_flow_dissect_flow_keys(skb, &keys, in fib_multipath_custom_hash_inner()
2062 struct flow_keys keys; fib_multipath_hash() local
2096 struct flow_keys keys; fib_multipath_hash() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
H A Dhw.c814 /* Change the WEP keys and/or the current keys. Can be called
828 struct orinoco_key keys[ORINOCO_MAX_KEYS]; in __orinoco_hw_setup_wepkeys() local
830 memset(&keys, 0, sizeof(keys)); in __orinoco_hw_setup_wepkeys()
832 int len = min(priv->keys[i].key_len, in __orinoco_hw_setup_wepkeys()
834 memcpy(&keys[i].data, priv->keys[i].key, len); in __orinoco_hw_setup_wepkeys()
836 keys[i].len = cpu_to_le16(LARGE_KEY_SIZE); in __orinoco_hw_setup_wepkeys()
838 keys[ in __orinoco_hw_setup_wepkeys()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H A Dhw.c814 /* Change the WEP keys and/or the current keys. Can be called
828 struct orinoco_key keys[ORINOCO_MAX_KEYS]; in __orinoco_hw_setup_wepkeys() local
830 memset(&keys, 0, sizeof(keys)); in __orinoco_hw_setup_wepkeys()
832 int len = min(priv->keys[i].key_len, in __orinoco_hw_setup_wepkeys()
834 memcpy(&keys[i].data, priv->keys[i].key, len); in __orinoco_hw_setup_wepkeys()
836 keys[i].len = cpu_to_le16(LARGE_KEY_SIZE); in __orinoco_hw_setup_wepkeys()
838 keys[ in __orinoco_hw_setup_wepkeys()
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBManager.java91 * In this implementation, the lookup keys are represented to the user as they appear in the files. The
224 Enumeration keys = descriptors.keys(); in RBManager()
225 while (keys.hasMoreElements()) { in RBManager()
226 String tag = (String)keys.nextElement(); in RBManager()
260 // Now that we have parsed the entire main language file, populate the allNLSKey set with the dictionary keys in RBManager()
262 Enumeration keys = ((Bundle)bundles.elementAt(0)).allItems.keys(); in RBManager()
263 while (keys.hasMoreElements()) { in RBManager()
264 allBundleKeys.addElement(keys in RBManager()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc884 std::vector<int> keys; in TEST() local
888 keys.push_back(k); in TEST()
897 EXPECT_EQ(1, t.erase(keys[i])) << i; in TEST()
899 keys.erase(keys.begin() + erase_begin, keys.begin() + erase_end); in TEST()
901 auto last_key = keys.back(); in TEST()
914 for (const auto& k : keys) { in TEST()
925 std::deque<int> keys; in TEST() local
929 keys in TEST()
1053 auto keys = topk_range(b, b + N, &t); CollectBadMergeKeys() local
1188 CollectProbeStatsOnKeysXoredWithSeed( const std::vector<int64_t>& keys, size_t num_iters) CollectProbeStatsOnKeysXoredWithSeed() argument
1279 CollectProbeStatsOnLinearlyTransformedKeys( const std::vector<int64_t>& keys, size_t num_iters) CollectProbeStatsOnLinearlyTransformedKeys() argument
[all...]

Completed in 29 milliseconds

1...<<11121314151617181920>>...130