Home
last modified time | relevance | path

Searched refs:keys (Results 3476 - 3500 of 3668) sorted by relevance

1...<<131132133134135136137138139140>>...147

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kvstore_test.cpp563 std::set<Key> keys; in HWTEST_F() local
565 option.query = Query::Select().InKeys(keys); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c355 u64 keys; /* include the must needed keys */ member
1077 inputkeys & enetc_act_fwd[i].keys) in enetc_check_flow_actions()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
H A Dmain.c366 key = (struct orinoco_tkip_key *) priv->keys[priv->tx_key].key; in orinoco_process_xmit_skb()
975 key = (struct orinoco_tkip_key *) priv->keys[key_id].key; in orinoco_rx()
/kernel/linux/linux-5.10/net/openvswitch/
H A Dactions.c82 struct action_flow_keys *keys = this_cpu_ptr(flow_keys); in clone_key() local
87 key = &keys->key[level - 1]; in clone_key()
/kernel/linux/linux-5.10/net/mac80211/
H A Dieee80211_i.h901 /* keys */
904 /* count for keys needing tailroom space allocation */
926 struct ieee80211_key __rcu *keys[NUM_DEFAULT_KEYS + member
1420 struct dentry *keys; member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c401 u64 keys; /* include the must needed keys */ member
1079 inputkeys & enetc_act_fwd[i].keys) in enetc_check_flow_actions()
/kernel/linux/linux-6.6/fs/btrfs/
H A Ddelayed-inode.c638 * that fit in a leaf. The delayed items (dir index keys) are sorted by their key
642 * into the subvolume tree. Dir index keys also have their offsets coming from a
643 * monotonically increasing counter, so we can't get new keys with an offset that
670 * overlapping keys in the tree. in btrfs_insert_delayed_item()
673 * offsets in the tree, so our batch needs to be continuous keys only in in btrfs_insert_delayed_item()
724 batch.keys = &first_key; in btrfs_insert_delayed_item()
739 batch.keys = ins_keys; in btrfs_insert_delayed_item()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H A Dmain.c366 key = (struct orinoco_tkip_key *) priv->keys[priv->tx_key].key; in orinoco_process_xmit_skb()
975 key = (struct orinoco_tkip_key *) priv->keys[key_id].key; in orinoco_rx()
/kernel/linux/linux-6.6/net/wireless/
H A Dcore.c1229 kfree_sensitive(wdev->wext.keys); in _cfg80211_unregister_wdev()
1230 wdev->wext.keys = NULL; in _cfg80211_unregister_wdev()
/kernel/linux/linux-6.6/net/mac80211/
H A Dieee80211_i.h976 /* multicast keys only */
1029 /* keys */
1032 /* count for keys needing tailroom space allocation */
1054 struct ieee80211_key __rcu *keys[NUM_DEFAULT_KEYS]; member
1578 struct dentry *keys; member
/kernel/linux/linux-6.6/net/openvswitch/
H A Dactions.c85 struct action_flow_keys *keys = this_cpu_ptr(flow_keys); in clone_key() local
90 key = &keys->key[level - 1]; in clone_key()
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py958 if "driver" in data_dic.keys():
960 if driver_dict and "test-timeout" in driver_dict.keys():
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dwcharndk1.cpp584 wchar_t keys[] = L"1234567890"; in Wcscspn_One() local
586 ret = wcscspn(wcs, keys); in Wcscspn_One()
/test/xts/hats/hdf/display/composer/unittest/
H A Dhdi_composer_ut.cpp1258 * @tc.desc: returns the list of supported parameter keys
1264 std::vector<std::string> keys; in HWTEST_F() local
1265 auto ret = g_composerDevice->GetSupportedLayerPerFrameParameterKey(keys); in HWTEST_F()
/third_party/ffmpeg/libavcodec/
H A Dvideotoolboxenc.c2379 const void *keys[] = { kVTEncodeFrameOptionKey_ForceKeyFrame }; in create_encoder_dict_h264() local
2382 dict = CFDictionaryCreate(NULL, keys, vals, 1, NULL, NULL); in create_encoder_dict_h264()
/third_party/glfw/src/
H A Dx11_init.c151 // Last resort: Check for printable keys (should not happen if the XKB in translateKeySyms()
153 // (which is wrong, and we may miss some keys, especially on non-US in translateKeySyms()
366 // keyboard layout. Because function keys aren't mapped correctly in createKeyTables()
371 if (strncmp(desc->names->keys[scancode].name, in createKeyTables()
387 desc->names->keys[scancode].name, in createKeyTables()
/third_party/icu/tools/unicode/py/
H A Dpreparseucd.py1019 for pname in list(props.keys()): # .keys() is a copy so we can del props[pname].
1115 for pname in list(props.keys()): # .keys() is a copy so we can del props[pname].
1156 # Sort property names (props keys) by their normalized forms
1196 # Sort property names (props keys) by their normalized forms
/third_party/node/tools/
H A Dtest.py1351 help="The style of progress indicator (%s)" % ", ".join(PROGRESS_INDICATORS.keys()),
1352 choices=list(PROGRESS_INDICATORS.keys()), default="mono")
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dgen_builtin_symbols.py2178 '\n'.join(symbols.script_generated_hash_tests.keys()),
2180 '\n'.join(symbols.unmangled_script_generated_hash_tests.keys()),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLegacyPassManager.cpp280 std::for_each(FunctionToInstrCount.keys().begin(), in emitInstrCountChangedRemark()
281 FunctionToInstrCount.keys().end(), in emitInstrCountChangedRemark()
/third_party/skia/src/gpu/
H A DGrResourceCache.cpp1754 void GrResourceCache::dumpStatsKeyValuePairs(SkTArray<SkString>* keys,
1761 keys->push_back(SkString("gpu_cache_purgable_entries")); values->push_back(stats.fNumPurgeable);
/third_party/python/Lib/test/
H A Dtest_sys.py1384 check({}.keys(), size('P'))
1392 check(iter({}.keys()), size('P2nPn'))
1539 # Separate block for PyDictKeysObject with 8 keys and 5 entries
1541 # dict with shared keys
1546 # Separate block for PyDictKeysObject with 16 keys and 10 entries
1548 # dict with shared keys
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
H A Dbasic.rb524 assert m.keys == ["jkl;"]
708 assert m.map_string_int32.keys.sort == ["a", "b"]
/third_party/protobuf/php/tests/
H A DGeneratedClassTest.php1402 $keys = [[ variable
1420 foreach ($keys as &$key) {
/third_party/python/Lib/xml/etree/
H A DElementTree.py364 def keys(self): member in Element
368 Python dict. Equivalent to attrib.keys()
371 return self.attrib.keys()

Completed in 71 milliseconds

1...<<131132133134135136137138139140>>...147