/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_kvstore_test.cpp | 563 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 D | enetc_qos.c | 355 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 D | main.c | 366 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 D | actions.c | 82 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 D | ieee80211_i.h | 901 /* 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 D | enetc_qos.c | 401 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 D | delayed-inode.c | 638 * 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 D | main.c | 366 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 D | core.c | 1229 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 D | ieee80211_i.h | 976 /* 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 D | actions.c | 85 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 D | drivers.py | 958 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 D | wcharndk1.cpp | 584 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 D | hdi_composer_ut.cpp | 1258 * @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 D | videotoolboxenc.c | 2379 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 D | x11_init.c | 151 // 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 D | preparseucd.py | 1019 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 D | test.py | 1351 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 D | gen_builtin_symbols.py | 2178 '\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 D | LegacyPassManager.cpp | 280 std::for_each(FunctionToInstrCount.keys().begin(), in emitInstrCountChangedRemark() 281 FunctionToInstrCount.keys().end(), in emitInstrCountChangedRemark()
|
/third_party/skia/src/gpu/ |
H A D | GrResourceCache.cpp | 1754 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 D | test_sys.py | 1384 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 D | basic.rb | 524 assert m.keys == ["jkl;"] 708 assert m.map_string_int32.keys.sort == ["a", "b"]
|
/third_party/protobuf/php/tests/ |
H A D | GeneratedClassTest.php | 1402 $keys = [[ variable 1420 foreach ($keys as &$key) {
|
/third_party/python/Lib/xml/etree/ |
H A D | ElementTree.py | 364 def keys(self): member in Element 368 Python dict. Equivalent to attrib.keys() 371 return self.attrib.keys()
|